]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
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...
2001-07-20 taniwhaignore ChangeLog
2001-07-20 taniwhavery nice command line tab completeion from Shawn Walker
2001-06-15 lordhavocanother attempt to fix skybox loading
2001-06-10 taniwhafix loading savegames
2001-06-10 lordhavocadded -lz to the non-ALSA compile line, switched to...
2001-06-07 taniwhaapply a fix for LordHavoc as his tree is not yet ready...
2001-06-07 lordhavocfix for skybox
2001-06-03 lordhavocadded a newline to the end
2001-06-03 taniwhahopefully fix external file gzip support
2001-05-31 lordhavocskyquality and mergesky are saved to the config now
2001-05-30 lordhavocfixed PCX loader bug to do with palettes
2001-05-30 lordhavocadded loadsize variable set by COM_LoadFile
2001-05-30 lordhavocadded newline at end to appease gcc
2001-05-30 lordhavocfix for mistake in pcx loader (had two pointers swapped)
2001-05-30 lordhavocincreased build number to 103
2001-05-30 lordhavocadded sky quality and show framerate options to menu
2001-05-30 taniwhacompile dependencies
2001-05-30 lordhavocfixes for zlib support, eliminated win32 FAR warnings...
2001-05-30 taniwhaoops, forgot to fix the Qread and Qwrite calls
2001-05-30 lordhavocrearranged sky rendering code
2001-05-30 lordhavocadded TEXF_ALWAYSPRECACHE
2001-05-30 taniwhacheck in LordHavoc's changes for him after cleaning...
2001-05-30 lordhavocremoved unused skytexturenum
2001-05-30 lordhavocremoved unused skytexturenum code
2001-05-30 lordhavoccommented out COM_LoadCacheFile
2001-05-30 lordhavocconverted script loading to use COM_LoadMallocFile...
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-05-29 lordhavocupdated to build 102
2001-05-29 lordhavocsplit render portion of entity_t struct into entity_ren...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocadded protocol.o
2001-05-26 lordhavocsome whitespace changes
2001-05-26 knghtbrdCleaned up clean target
2001-05-13 lordhavocnow renders inward portals rather than outward portals...
2001-05-12 lordhavocbuild number 101
2001-05-12 lordhavocforgot to put in extern qboolean hlbsp;
2001-05-12 lordhavocdisabled wad3 loading from "wad" key in worldspawn...
2001-05-12 lordhavocremoved net_vcr from the list of objects
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2001-05-05 lordhavocstripped out serial and modem stuff (was not supported...
2001-05-04 lordhavocNo more busy-waiting when framerate cap is reached...
2001-04-28 lordhavocremoved unused net_vcr (and all other traces of vcr...
2001-04-26 lordhavoca big change with a little description...
2001-04-23 lordhavocoops, two loop counting bugs, fixed
2001-04-23 lordhavocadded back support for textures smaller than 4 pixels...
2001-04-20 lordhavocadded newmap function to render modules (so explosions...
next