]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2007-10-17 havocdisable water rendering without r_glsl because the...
2007-10-17 havocremoved some code scraps from previous patch
2007-10-17 havocimplemented a fixed function fallback for water, but...
2007-10-16 divverentoops... buffer overflow after a 640GB video file.....
2007-10-16 divverentoops
2007-10-16 divverentWrite an OpenDML AVI index (indx... ix00, ix01... ixfsc...
2007-10-15 havocimplemented MATERIALFLAG_REFRACTION
2007-10-15 havocfix a bug that caused glow textures to be made when...
2007-10-15 havocrenamed r_glsl_water* to r_water* because I am adding...
2007-10-15 havocset pmove_org and pmove_vel again in csqc because it...
2007-10-11 divverent- fix SEGFAULT when a .shader file has more layers...
2007-10-11 divverentmake more failed skin loads Prints
2007-10-11 divverent^1 is red, not ^4
2007-10-11 divverentonly print the "missing texture for missing shader...
2007-10-11 divverentmake messages about not existing textures colored and...
2007-10-10 divverentfinal speedhack fixes
2007-10-10 havocfix typo in cl_netinputpacketspersecond_qw cvar name...
2007-10-09 sajtshut up compiler warning
2007-10-09 sajtMCBSP kind of works now, i think
2007-10-09 divverentprevent speedhack 3.0: initialize the movetime, so...
2007-10-09 divverentlast patch by LH fixed speedhack 1.0: -20ms + 30ms...
2007-10-09 sajtoops
2007-10-09 sajti'm sure there are plenty of bugs here for you guys...
2007-10-09 sajtAdded DP_QC_STRREPLACE - adds strreplace and strireplac...
2007-10-09 sajtfix a warning in msvc6
2007-10-09 havocprevent backstepping of clc_move time from doing anything
2007-10-09 dreskChanged "fake cd track x playing..." console prints...
2007-10-09 havocfix a warning (con_text is static, no need for an if...
2007-10-09 havocfix typo
2007-10-09 havocfix water plane center calculation (it was never cleared)
2007-10-07 divverentfix reflections not working when just reflective stuff...
2007-10-07 divverentsorry... dp_refract parameters should work THAT way...
2007-10-07 divverentchanged reflect/refract keywords to
2007-10-06 divverentmake bestweapon customizable using a new register_bestw...
2007-10-03 divverentCleaned up reflection and refraction a bit; added Q3...
2007-10-01 havocfix uninitialized variables
2007-10-01 havocreworked R_Water_StartFrame to fix the bug that changes to
2007-10-01 havocimplemented support for more than 32768 clipnodes ...
2007-10-01 havocr_showtris/r_shownormals/r_showcollisionbrushes are...
2007-10-01 havocadded support for arguire's strange protocols that...
2007-09-30 sajtfix some errors
2007-09-30 havocimplemented pvs support in water reflection rendering...
2007-09-30 havocfix a bug where map becomes invisible (just sky) when...
2007-09-30 divverentuse $(WINDRES) variable for win32, don't hardcode the...
2007-09-29 havocchanged q1bsp loader to allow more than 32768 nodes...
2007-09-26 divverent"" binds are removed binds (fix behaviour in conjunctio...
2007-09-26 havocimplemented chase_overhead cvar
2007-09-26 havocchanged SND_MAX_SPEED to 96000 and added corresponding...
2007-09-25 havocupdated darkplaces.dev from m0rfar
2007-09-25 havocattempt to fix unintentionally forced gloss problems
2007-09-25 havocuse even bigger primes actually
2007-09-25 havocuse bigger prime numbers in calculating vertex hash...
2007-09-24 havocpatch for nexuiz from m0rfar to colorize health/armor...
2007-09-24 havocchanged COM_ParseToken_Simple to have a parsebackslash...
2007-09-24 havocfix a crash in levels without water
2007-09-24 havocfix incorrect casts in the default.glsl shader
2007-09-24 havocadded GL_CullFace(GL_NONE); in sky rendering in an...
2007-09-24 havoccorrect a typo (-lws_32 should be -lws2_32)
2007-09-24 havocrevised water shader, less refraction, more focus on...
2007-09-23 havocreplace strcpy use with strlcpy in some commented out...
2007-09-23 havocdisable double/float conversion warnings in matrixlib...
2007-09-23 havocchanged -lwsock32 to -lws2_32 in windows builds
2007-09-23 havocadded dinput.lib requirement in darkplaces.dsp
2007-09-23 havocmoved resource.h and darkplaces.rc from Source Files...
2007-09-23 havocadded sv_demo.[ch] to MSVS6 projects
2007-09-22 havocimplemented r_glsl_water cvar (refraction and reflectio...
2007-09-20 havocreduced default value of sv_clmovement_waitforinput...
2007-09-19 havocchanged sv_demo.c to sv_demo.o in object file list
2007-09-19 havoclimit r_bloom_colorexponent to 32
2007-09-19 havocfix a typo in r_bloom_colorexponent which allowed it...
2007-09-16 dreskAdded optional CSQC function CSQC_Event_Sound with...
2007-09-09 divverentsv_autodemo_perclient - record client-like demos on...
2007-09-09 divverentFor now, ground snd_restart and snd_unloadallsounds...
2007-09-08 dreskAdded optional float global sb_showscores to CSQC that...
2007-09-05 dreskAdded QC function drawcolorcodedstring (#326 CSQC,...
2007-09-04 havocmade r_view.showdebug affect more r_show* features
2007-09-04 havocremove unused variable
2007-09-04 havocadded r_view.showdebug flag, which is used to disable...
2007-09-04 havocremove a weird loop that was attempting to count the...
2007-09-03 havocWIN32: changed stricmp and strnicmp to have an undersco...
2007-09-03 havocadded #ifndef MK_XBUTTON3
2007-09-03 havocfix an array declaration that lacked extern
2007-09-02 divverentReplayGain support for OggVorbis files (mostly useful...
2007-09-02 havocdoubled cl_maxidlefps, this cures sound stuttering...
2007-09-01 havocfix a bug in displaying ammo numbers, was a stupid...
2007-08-30 havocOGG_FreeSfx and WAV_FreeSfx no longer reference sfx_t
2007-08-30 havoceliminated channel_t reference in OGG_FetchEnd
2007-08-30 havoceliminated references to channel_t and sfx_t in OGG_Fet...
2007-08-30 havocturn off r_glsl if compilation of the lowest level...
2007-08-30 havocsave 24bit tga if alpha channel is entirely 255
2007-08-29 havocmake snd_null.c work again (added snd_mutewhenidle)
2007-08-29 havocfix intermission display on recorded singleplayer demos...
2007-08-27 havocimplemented q3 shader keyword polygonoffset
2007-08-27 havocimplemented snd_mutewhenidle cvar, defaults to 1, to...
2007-08-27 havocadded a developer 1000 print for every key event receiv...
2007-08-27 havocadded cl_maxidlefps cvar to control the fps limiting...
2007-08-27 havoccleaned up qw-related todo items and added some newly...
2007-08-26 dreskAdded pointsound QC function to CL and SV VMs (extensio...
2007-08-26 divverentnew sprite types SPR_LABEL and SPR_LABEL_SCALE
2007-08-24 havocchanged reporting of compressed RGB textures to use...
next