]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2008-01-13 havocfix typo that broke rtlights on vertex texture blend...
2008-01-12 divverentmake packet_f work on dedicated servers too
2008-01-12 divverentfix r_glsl_dumpshader
2008-01-11 divverentnet_slist_pause
2008-01-10 blackFix some bugs in the getsurfacepointattribute code.
2008-01-10 blackFix the bmodel collision bug in csqc.
2008-01-10 blackFix a bug in the automatically generated builtin file.
2008-01-10 resFix runaway mipmap upload when NULL texture data was...
2008-01-10 havocimplemented q3bsp vertex texture blending (GL20 path...
2008-01-10 havocuse GL20TU_ enum values instead of constant texture...
2008-01-10 havocreworked transparent sorting of MATERIALFLAG_BLENDED...
2008-01-10 havocremove unused allowedpermutations field
2008-01-10 havocuse cl.worldmodel in r_editlights_reload code as it...
2008-01-09 divverentremove prvm_boundscheck cvar (security hole) and force...
2008-01-09 havocchanged hvec types to half types fixing warnings in...
2008-01-09 blackAdd an edu2 prototype gamemode.
2008-01-08 divverentremove -appdata option... make -mygames option instead...
2008-01-08 divverentno O_APPEND here
2008-01-08 divverentmake it use APPDATA right
2008-01-08 divverentnew options:
2008-01-08 havocfix warning
2008-01-07 blackFlush comment fixes and update dpmod's csqc_builtins.h.
2008-01-07 blackAdd some builtin definitions to the builtin list (neces...
2008-01-07 blackMove a part of r_refdef_t into a new r_refdef_scene_t...
2008-01-06 divverentoops... fixed a security issue with expanding aliases
2008-01-06 divverentadd rcon_restricted_password and rcon_restricted_comman...
2008-01-06 divverentadd r_textcontrast to complement t_textbrightness
2008-01-06 blackFix two bugs (everything should behave as usual now...
2008-01-06 divverentmake Nexuiz flag status icon position cvar defined
2008-01-05 havocfix black fog outline bug on quake sprites
2008-01-05 blackAdd CSQC rendering support to the menu (uses the same...
2008-01-05 havocrate limit the old quake protocols by frequency
2008-01-05 havoccorrected a buffer size
2008-01-05 havocadded an optimization note (should be tracking number...
2008-01-05 havocthe -profilegameonly option now stops profiling in...
2008-01-05 havocsignificant cleanup of GLSL setup code
2008-01-05 havocGLSL code now prints the number of lines of leading...
2008-01-05 havocadded two missing CL_SignonReply calls in qw protocol...
2008-01-05 havocload rtlights file sooner in map change process, to...
2008-01-05 havockeep track of number of active explosions rather than...
2008-01-04 molivierRemoved a bunch of warnings
2008-01-04 molivierMoved initializations of the pixel_size and attributes...
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2008-01-04 resChanging passing of key event ASCII codes to CSQC to...
2008-01-04 resMade gecko bindings a bit more chatty in developer...
2008-01-04 divverentmake keys line up in keys.c and key.h for easier verifying
2008-01-03 resProvide 'ascii' key input to CSQC.
2008-01-03 resFix crash in MD3 loading when no animscenes are loaded
2008-01-02 divverentbefore calling Mod_CanSeeBox_Trace or TraceLineOfSight...
2008-01-02 divverentfix bug in saveconfig that caused config to get saved...
2008-01-02 resMade CSQC_AddRenderEdict compute the tag matrix if...
2008-01-02 resFixed flawed comparison in VM_CL_gettagindex that alway...
2008-01-02 resFixed crash in CL_GetTagMatrix when no 'scale' entity...
2008-01-01 divverentupdate of the Dev-C++ project
2008-01-01 divverentNexuiz: play intro video on startup by QC now
2008-01-01 divverentadd cvar prvm_backtraceforwarning
2007-12-31 havocremoved #include of quakedef.h as it doesn't seem necessary
2007-12-31 havocoptimized PolygonF_Divide/PolygonD_Divide functions...
2007-12-31 resMade CSQC VM initialization prefer the program download...
2007-12-31 divverentadd a new key dest key_menu_grabbed that behaves like...
2007-12-30 resRevert r7881 since it's broken in it's current shape.
2007-12-30 resAdd CSQC ReadEntity to mirror SVQC's WriteEntity.
2007-12-28 havocfix Con_Print that should have been Con_Printf
2007-12-28 divverentmissing %s
2007-12-28 divverentsprite tracking distance fix; update inverse view matri...
2007-12-28 divverentmake SPR_LABEL use neither depth test nor fog; make...
2007-12-28 divverentoops, missed a "const"
2007-12-28 divverentextension to writeconfig command: also take a file...
2007-12-28 resgecko:
2007-12-27 rescsqc setmodel: print a warning when the given model...
2007-12-27 divverentoops... could not have optimized this, putting back...
2007-12-27 divverentwrap skins >= numskins to 0 in Mod_Alias_GetTagIndexFor...
2007-12-25 divverentfix "warping" bug MrBougo found in the protocol (namely...
2007-12-25 havocrevert the vid_grabkeyboard 0 support in fullscreen...
2007-12-25 havocsome minor cleanup
2007-12-25 havocvid_grabkeyboard 0 now works with fullscreen
2007-12-25 divverentfog table now at developer >= 100
2007-12-25 havocfix t->lightmapcolor on fullbright surfaces
2007-12-25 havocdon't call SV_CheckWaterTransition on MOVETYPE_STEP...
2007-12-25 havocimplemented PointSuperContents model function as a...
2007-12-25 havocWorld_EntitiesInBox now takes const mins/maxs
2007-12-25 havocone more cl_ignoremousemove change to cl_ignoremousemoves
2007-12-25 havocchanged cl_ignoremousemove from a qboolean to an int...
2007-12-25 havoccl_prydoncursor traces now trace against the model...
2007-12-24 divverentconsistently move scenebrightness after contrastboost
2007-12-23 divverentthe formula for fog was right... note that it uses...
2007-12-23 divverentfix fog help text
2007-12-23 divverentfix fog after r_restart
2007-12-23 divverentadd default for fog_end too
2007-12-23 divverentsorry, that one was wrong
2007-12-23 divverentfix wrong conversion factor of knots (Wikipedia has...
2007-12-23 divverentfix remaining fog bug with fixed function, r_view.color...
2007-12-23 havocimproved NaN velocity/NaN origin warnings, they now...
2007-12-23 havoccolormod values above 1 1 1 should work properly with...
2007-12-23 divverentupdate movement_velocity in demos too
2007-12-22 divverentforgot to add fog_start to the fog range... now it...
2007-12-22 divverentoops, forgot this file
2007-12-22 divverentforgot to compare fog mask table range, too
2007-12-22 havocimplemented fog texture building support for the new...
2007-12-22 havocfix fog_alpha checking bug that makes sky disappear...
next