]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2002-01-26 lordhavocrenamed R_GetFragmentLocation to R_FragmentLocation
2002-01-26 lordhavocdue to Mercury's insistance you can disable bobbing...
2002-01-25 molivierUpdated MSVC6 project files. Vanilla MSVC6 doesn't...
2002-01-25 lordhavocadded back intermission overlays (oops)
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2002-01-22 lordhavocmoved CHECKGLERROR to detect errors *after* rather...
2002-01-22 lordhavocmade lights half as bright
2002-01-22 lordhavocmake dedicated work again
2002-01-22 lordhavocfake answers for R_GetFragmentLocation when running...
2002-01-22 lordhavocmodels don't allocate a texture pool when running dedicated
2002-01-22 lordhavocmore thorough checking of 'this should never happen...
2002-01-22 lordhavocflush unused models when running dedicated server
2002-01-22 lordhavocfixed 4 warnings in MSVC related to assigning -1000...
2002-01-21 lordhavocremoved a lot of memory checks now that it works again
2002-01-21 lordhavocfix for bug in memory checking
2002-01-21 lordhavocyet more memory testing
2002-01-21 lordhavocchanged way windings are allocated, may fix memory...
2002-01-21 lordhavocadded some memory corruption checks, trying to find...
2002-01-19 lordhavocimproved error reporting on memory functions
2002-01-19 lordhavocrearranged error checking during portal building so...
2002-01-19 lordhavocmoved cl_visedicts to r_refdef.entities
2002-01-18 lordhavoccleaned up a lot of particle rendering properties ...
2002-01-18 lordhavocminor optimization to fogged decal rendering
2002-01-18 lordhavocview model is no longer fully fogged (it was a divide...
2002-01-18 lordhavocgrenades no longer stick when you fire down a slope
2002-01-17 molivierFixed a couple of warnings on MSVC6
2002-01-17 lordhavocremoved no longer used static light parsing code
2002-01-17 lordhavocmade directional static lighting work, then disabled...
2002-01-17 lordhavocremoved (experimental, and broken) particles with polyg...
2002-01-16 lordhavocchanged behavior about 'Bad Surfaces Extents', now...
2002-01-16 lordhavocupdated project to match added/removed files
2002-01-16 lordhavochushed unitialized warning on end in cl_particles.c...
2002-01-16 lordhavocfix for missing (byte *) cast, and fix for WIN32 functi...
2002-01-16 lordhavocfixed a typo in cl_particles.c that happened to work...
2002-01-16 lordhavocforgot to remove these
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-29 eviltypeguySmall fixes to tab completion
2001-12-17 knghtbrd-safe now does something approximately close to correct...
2001-12-13 lordhavocforgot to add this
2001-12-05 molivierUpdated MSVC6 project files
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-11-12 lordhavocreenabled some invisible entity checking (probably...
2001-11-12 lordhavocadded comments about use of the functions, and regroupe...
2001-11-08 lordhavocgot rid of two trigraph warnings in gcc 3.0
2001-11-08 lordhavocchanged swapintblock loop to hopefully get rid of a...
2001-11-08 lordhavocfix for gcc 3.0 warnings on MSG_ReadByte in function...
2001-11-06 molivierAdded MSVC6 project files
2001-11-02 lordhavoctwo-layer sky rendering now uses GL_ARB_texture_env_com...
2001-11-02 lordhavocfixed gl_combine so it is enabled by default (if present)
2001-11-02 lordhavocremoved support for GL_SGIS_multitexture (ancient)
2001-11-02 lordhavocminor buffer-size-safe improvement in Sys_Printf, and...
2001-11-02 lordhavocpossible improvement to keep camera out of walls (still...
2001-11-02 lordhavoccorrected a typo in a comment referring to the e4 hall...
2001-11-02 lordhavocfix for misnumbered video mode menu in menu key code...
2001-11-02 lordhavocclear keybindings[] array during Key_Init (bounds check...
2001-11-02 lordhavocchanged -march=686 to -march=i686
2001-10-30 lordhavocadded support for GL_ARB_texture_env_combine, currently...
2001-10-30 lordhavocadded support for transparent model skins
2001-10-30 lordhavocadded R_TextureHasAlpha function to check if a loaded...
2001-10-29 lordhavocadded include unistd.h and fcntl.h on non-win32
2001-10-29 lordhavocremoved unused portalstack array
2001-10-29 lordhavocgot rid of leafnums array in edict structure for pvs...
2001-10-29 lordhavocchanged SV_Move calls to use MOVE_NORMAL or MOVE_NOMONS...
2001-10-29 lordhavocfixed ED_Print so that it can not cause buffer overflow...
2001-10-29 lordhavocmoved Sys_Printf and related code/data to sys_shared...
2001-10-29 lordhavocchanging all isDedicated references to cls.state =...
2001-10-29 lordhavocforgot to put a newline at the end of the file
2001-10-29 lordhavocfixed input reading code bug in dedicated servers ...
2001-10-29 lordhavocchanged SV_Move call to use MOVE_NORMAL instead of...
2001-10-29 lordhavocchanged SV_Move calls to always use the correct MOVE_...
2001-10-29 lordhavocrearranged some variable declarations (no code changes)
2001-10-29 lordhavocminor whitespace tweak on loc1 label, removed old debug...
2001-10-29 lordhavocmoved ixtable definition and initialization code to...
2001-10-29 lordhavocremoved duplicate comment on a line
2001-10-29 lordhavocchanged way that "entities" (CL_PrintEntities_f) displa...
2001-10-29 lordhavocno longer needs ui/mousepointer.lmp
2001-10-29 lordhavocfix for snprintf check (can't check if functions exist...
2001-10-28 lordhavocfix for two Con_Printf calls that are passed a string...
2001-10-28 lordhavocdon't change gamma ramps when running dedicated
2001-10-28 lordhavocadded hidden surface removal option (r_ser cvar)
2001-10-28 lordhavocadded #define snprintf _snprintf for win32
2001-10-28 lordhavocadd externs for window_x and window_y
2001-10-28 lordhavocforgot to update this file apparently
2001-10-28 lordhavocmade the Sorted Edge Rasterizer (hidden surface removal...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-10-18 lordhavocForgot to update build number for 105 release
2001-10-18 lordhavocprobable fix for severe model rendering bugs in 3DFX...
2001-10-17 lordhavoclittle whitespace change
2001-10-17 lordhavocadded force_centerview to glx (by moving it to vid_shared)
2001-10-17 lordhavocfix for cvar tab completion crash
2001-10-17 lordhavocfix for oriented sprites not appearing
2001-10-16 lordhavocforgot to commit updated makefile
2001-10-15 lordhavocmallocs, callocs, and frees changed to qmalloc/qfree
2001-10-15 lordhavocfix for command/cvar/alias completion bug (example...
2001-10-15 lordhavocchanged defaults for chase_active camera position,...
2001-10-15 lordhavocmove dynamic lights up 30 units for the client player...
2001-10-15 lordhavocfix the off-by-one fix (oops)
2001-10-15 lordhavocfix an off-by-one issue with model->numleafs in PVS...
2001-10-15 lordhavocadded function definitions for tab completion back...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
next