This website requires JavaScript.
Explore
Help
Sign in
qf
/
newtree
Watch
0
Star
0
Fork
You've already forked newtree
0
mirror of
https://git.code.sf.net/p/quake/newtree
synced
2024-11-15 08:52:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3cf5e28082
newtree
/
source
/
.gdbinit
2 lines
81 B
Text
Raw
Normal View
History
Unescape
Escape
GL alias model meshes are now doubly protected from corruption and model mismatch. First, the md4 checksum is stored in the mesh, and the md4 checksum of the mesh and the model checksum are also stored. If, on loading, either checksum fails, the model is re-meshed. include/mdfour.h: Add define for MDFOUR_DIGEST_BYTES source/.gdbinit setrom _windowed_mouse 0 so mods don't make debugging difficult source/model_alias.c: pass original model data and size to GL_MakeAliasModelDisplayLists source/sw_model_alias.c: GL_MakeAliasModelDisplayLists take (but ignore) new params source/gl_mesh.c: do md4 checksums on the model and mesh
2001-01-15 06:50:59 +00:00
set args -nocdaudio +setrom _windowed_mouse 0 +set gl_sky_clip 1 +set show_fps 1
Reference in a new issue
Copy permalink