]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
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...
2007-11-12 havocimplemented a -profilegameonly commandline option for...
2007-11-12 havocadded a non-diffuse non-specular path for model lightin...
2007-11-12 divverentadded cvar r_fixtrans_auto to automatically call fixtra...
2007-11-12 havocavoid one viewclear each frame
2007-11-12 havocfix SLIF_FREESLOTS to not be an out of bounds array...
2007-11-12 havocrenamed a few r_speeds 2 timereport values to reduce...
2007-11-10 divverentsupport vid_resizable in glx
2007-11-10 divverentXPM support for X11; WM_CLASS and WM_COMMAND are now...
2007-11-09 divverentremove timed out servers from list
2007-11-09 divverentquerycounters LOVE to be reset ;)
2007-11-09 divverentupdate Blub's SDL patch
2007-11-09 havocfix two warnings
2007-11-09 havocincreased minimum cl_maxfps value from 1 to 5 (but...
2007-11-09 divverentadd Nexuiz-only cvar sbar_flagstatus_right (preparation...
2007-11-09 divverentmake fixtrans use patterns instead, for batch fixing
2007-11-09 divverentadd new console command "fixtrans", usage: fixtrans...
2007-11-09 divverentadd Blub's r_track_sprites for SPR_LABEL*
2007-11-09 divverentBlub's nick completion
2007-11-09 divverentWin32 largefile support (mostly for capturevideo)
2007-11-09 divverentadd cvar cl_movement_track_canjump (when off, client...
2007-11-09 divverent(Nexuiz) show people who are still downloading as ...
2007-11-09 divverentSDL: parameters -resizable, -stick_mouse, -no_input_gra...
2007-11-09 divverentwatch your memory :)
2007-11-08 havochush a bogus warning on startup on pre-OpenGL 2.0 drivers
2007-11-08 blackClean-up the refresh code and remove the refresh field...
2007-11-08 black- add support for server list refreshes to netconn...
2007-11-05 divverentadd a "freeslots" field to the host cache
2007-11-02 havocshorten the "watervisibility" title in r_speeds 2 mode...
2007-10-31 divverentmove SDLMain.m to the right place
2007-10-31 divverentadd SDLMain stuff for OS X; make the Makefiles ready...
2007-10-31 divverentmake STRIP a specifyable option in the Makefile
2007-10-30 havocsome reworking and cleanup of gravity handling in parti...
2007-10-27 divverentadd menu QC drawsubpic() to draw just part of an image...
2007-10-27 divverentnew menu QC builtin "stringwidth(string text, float...
2007-10-26 divverentfix the picture drawing fix
2007-10-24 divverentChange DrawQ_Pic and _SuperPic to be texel correct...
2007-10-23 divverentfix FS_Read when reading size 1 (it segfaulted sometime...
2007-10-21 divverentadded r_textbrightness to control color codes (so conch...
2007-10-21 divverentfixed missing newline at end of some stufftext (breakin...
2007-10-21 havocreverted the cleanup of entity state building because...
2007-10-19 divverentprvm_callprofile: a flat profile, time based, including...
2007-10-18 havocfixed a bug in multiplayer savegame loading that caused...
2007-10-17 divverentdo contrastboost before reflection; move fog behind...
2007-10-17 divverentWe always <push> <PUSH> and <pop> <POP> like this....
2007-10-17 havocadded back Always Run option (I forgot that the default...
2007-10-17 havocfixed cl.movement_origin being invalid on quake protoco...
2007-10-17 havocdisable water rendering without r_glsl because the...
next