]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2007-12-13 divverentmodplug improvement: DP_MODPLUG_STATIC_PREFIX=/usr...
2007-12-13 havocadded gl_vbo 2 mode to test performance of vertex buffe...
2007-12-13 havocadded -lmodplug if libmodplug.a is detected, and a...
2007-12-13 divverentoops, should use <>, not ""
2007-12-13 divverentsupport the upcoming -DSND_MODPLUG_STATIC flag
2007-12-13 divverentoops, forgot to include snd_modplug.h here
2007-12-13 divverentminor improvement to modplug (now cd loop 1 also would...
2007-12-12 divverentoops... forgot this file, sorry
2007-12-12 divverentAdd support for libmodplug (when found). Sound files...
2007-12-12 resGecko: forward mouse wheel input
2007-12-12 resGecko resizing support
2007-12-11 divverentnow really fix fog + HDR
2007-12-11 divverentoops... fog is now colorscaled, so handle this correctl...
2007-12-10 blackMeh, stupid bug in cl_gecko. Sorry about that :-(
2007-12-09 divverentCMDBUFSIZE increased to 128k. Hopefully it's enough...
2007-12-09 divverentfog gets additional parameters mindist and maxdist...
2007-12-08 divverentmaking fog consistent with skybox fog when HDR, scenebr...
2007-12-08 havoccolor r_shownromals white at the tips
2007-12-08 havocmade r_shownormals value control the length of the...
2007-12-07 havocfix fog, it now matches GL_EXP2 fog as it was meant...
2007-12-07 resChanged Win32 console logic to only allocate a console...
2007-12-06 resChanged Q1 lightmap packing to put consecutive surfaces...
2007-12-06 havocadded DP_QC_VECTOANGLES_WITH_ROLL
2007-12-06 blackFix a bug - tbh I dont understand why the other menu...
2007-12-06 havocfix mistakes in the fix for the previous mistakes in...
2007-12-06 havocfix two mistakes in glsl/default.glsl deluxemapping...
2007-12-06 blackRemove unused MP_Fallback from menu.c.
2007-12-06 resMade Q1 face loading faster by using a faster lightmap...
2007-12-06 resChanged R_Upload() to not allocate memory for a texture...
2007-12-05 resLazily initialize Gecko - saves initialization when...
2007-12-05 resAdd helper header to simplify measuring time spent...
2007-12-05 resChanged Win32 code to also support compilation of the...
2007-12-05 blackAdd the gecko builtins to csqc, too. (#ifdefed again)
2007-12-03 blackRemove the NG_MENU additions as it has never really...
2007-12-03 havocadded r_refdef.rtlightstylevalue which is a float versi...
2007-12-03 havocfix crash on entities with missing models (bug introduc...
2007-12-03 havocreverted texel nudging code that was committed by divve...
2007-12-03 havocthe light has been defeated by the shadow (r_light...
2007-12-03 havocfixed bug that made r_water reflections use the wrong...
2007-12-02 black"Finish" cl_gecko.c (input handling is done now, too...
2007-12-02 divverentadd DP_FONT_VARIABLEWIDTH to menu extensions list;...
2007-12-02 havocchanged r_speeds 2 and 3 reports to only list time...
2007-12-02 havocremoved all but ocrana qw master as the rest were not...
2007-12-02 havocfix r_waterscroll
2007-12-02 havocadded r_lerplightstyles cvar which now defaults off...
2007-12-02 havocr_speeds now shows number of lightmap updates (and...
2007-12-02 havocadded r_speeds 3 mode which does not use glFinish
2007-12-02 havocreworked lightstyle chains code to use a struct, and...
2007-12-02 havocchanged default value of sv_fixedframeratesingleplayer...
2007-12-02 havocrenamed sv_gameplayfix_qwplayerphysics to sv_gameplayfi...
2007-12-02 sajtfix warning - this is still C, remember :)
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-29 divverentan x for an i... fixed (this bug made sprites disappear...
2007-11-29 blackAdd TEXF_PERSISTENT and R_PurgeTexture which only frees...
2007-11-29 divverentfix access to shirt/pants palettes (they no longer...
2007-11-29 havocswizzle RGBA to BGRA in png loader
2007-11-28 havocimproved performance of dlight triangle batching in...
2007-11-28 havocpatch from VorteX which makes r_editlights mode use...
2007-11-28 havocprecalculate texture vectors on mdl/md2/md3 models...
2007-11-28 havocsmall optimization to use of texture_t->currenttexmatri...
2007-11-28 sajtfix warning
2007-11-28 havocfix a mistake in the recent commit
2007-11-28 havocreverted code that used vid_grabkeyboard for SDL input...
2007-11-28 havocpatch from VorteX that makes GAME_DELUXEQUAKE mode...
2007-11-28 havocpatch from VorteX which removes special menu behavior for
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-28 havocfix warnings
2007-11-28 havocadd cl_dyntexture.o to makefile
2007-11-27 sajtupdated msvc6 project file
2007-11-27 sajtI believe this is what you meant... by the way, you...
2007-11-27 blackUse BGRA >_>
2007-11-27 blackWoops - use -1 to mark dirty textures!
2007-11-27 blackRework cl_video to use dyntextures.
2007-11-26 havocadded support for TEXTYPE_BGRA (GL_BGRA format), this...
2007-11-26 havocremoved support for TEXTYPE_RGB
2007-11-24 havocpatch from Mario Schlack which fixes csqc precache_model
2007-11-24 havocdon't start up CD audio if -nocdaudio is given on comma...
2007-11-23 blackAdd cl_dyntexture.h and .c (don't need to be added...
2007-11-22 divverentbotclients don't set spawned... so fix the -666 for...
2007-11-22 blackAdd support for dynamic textures to the low-level textu...
2007-11-21 havocfix some warnings
2007-11-20 havocdon't call lightning beam vertex fogging code BEFORE...
2007-11-20 havocchanged FogPoint_World/Model code to use unsigned int...
2007-11-18 havocfix an unsigned/signed comparison warning on lhnetsocke...
2007-11-18 havocmake vid_sdl compile on WIN32 again (it uses different...
2007-11-18 havocfix bug with loading a saved game while a demo is playi...
2007-11-17 divverentuse strcasecmp for file name sorting
2007-11-15 divverentsorry, I can't live without strstrofs
2007-11-15 divverentadd missing str*cmp builtins to mvm_cmds.c
2007-11-15 divverentfix tempstring allocation bug in VM_tokenize*
2007-11-13 divverentSDL icon support by Blub, messed up by me ;)
2007-11-13 havocremoved cl_particles_explosions_smoke cvar and code
2007-11-13 havocchanged default value of cl_stainmaps to 0 (was 1)
2007-11-13 havocadded separate world surfaces and world triangles stats...
2007-11-13 havocchanged two memcpy calls to memmove after testing in...
2007-11-12 divverentneed to include quakedef.h later in the other vid_...
2007-11-12 divverentcan't move quakedef.h up in vid_agl.c (redefinition...
2007-11-12 divverentadd missing extern keyword
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-11-12 havocoptimized SHOWLMP code (only used by Nehahra) to not...
next