]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
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...
2007-12-22 divverentfirst part of fog changes: no longer use a complex...
2007-12-22 divverentqups -> qu/s, in Nexuiz in/s
2007-12-22 divverentshowspeed cvar ;)
2007-12-22 divverentthis may fix the word wrap issue, hopefully
2007-12-22 havocfix sprintf for savegame comment to not overflow on...
2007-12-21 divverentonly CDAudio_SysStop if a CD was actually playing ...
2007-12-21 divverentmake precache_sound return the sound index (for using...
2007-12-21 havocmove R_UpdateAllTextureInfo call back to DrawLight
2007-12-21 havocfix bug in RSurf_ActiveWorldEntity (now sets basepolygo...
2007-12-20 divverenta fs_offset_t is a fs_offset_t is a fs_offset_t is...
2007-12-20 divverenttab completion for arbitrary commands (works, but inter...
2007-12-20 havocreenabled R_UpdateAllTextureInfo calls when lighting...
2007-12-20 havocminor cleanup of timedemo code
2007-12-20 havocfix miscounting of timedemo frames on cold/warm runs...
2007-12-19 havocfix a crash introduced in my BGRA commit (was providing...
2007-12-18 resMarked some gl_draw.c tables as "static const"
2007-12-18 resMarked some sky tables as "static const"
2007-12-18 divverentadd a CRC_Block_CaseInsensitive that tolowers its input...
2007-12-18 divverentprint ""gettagindex(entity #%i): tag \"%s\" not found...
2007-12-18 havocmoved entity_render_t modellight_* field updates from...
2007-12-18 havocmoved Mod_LoadQ3Shaders() call from CL_BeginDownloads...
2007-12-18 resGecko: set a profile path
2007-12-17 blackAdd full support for csqc's sensitivityscale (no clampi...
2007-12-17 havocremove basealpha checks in DrawQ_String_Font
2007-12-17 havocdon't R_UpdateAllTextureInfo when doing shadows or...
2007-12-17 divverentsplit up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo...
2007-12-17 havocredesigned box clipping code in R_Shadow_ScissorForBBox...
2007-12-17 havocfix two warnings
2007-12-17 resuse strlcpy() instead of strcpy()
2007-12-17 resMove Mem_strdup into zone.c
2007-12-17 resDynamically allocate Q3 shader texture frames.
2007-12-17 resDynamically allocate Q3 shader texture frames.
2007-12-17 resFixed user font initialization writing beyond fonts...
2007-12-17 resFix use of wrong pointer in Q3 shader hash add.
2007-12-17 resChanged Q3 shaders to use dynamic memory allocation...
2007-12-16 blackAdd getsurfacepointattribute to svqc and csqc (untested...
2007-12-15 divverentchanged DP_MODPLUG_STATIC_PREFIX to DP_MODPLUG_STATIC_L...
2007-12-14 divverentmake "cd remap" also support named tracks
2007-12-14 divverentCDAudio_Stop: also stop a paused track (fixes bgmvolume...
2007-12-14 blackMove the code around a bit in cl_gecko and add the...
2007-12-13 havocfix detection of q3map2 deluxemapping in the case of...
2007-12-13 divverentmodplug improvement: DP_MODPLUG_STATIC_PREFIX=/usr...
2007-12-13 havocadded gl_vbo 2 mode to test performance of vertex buffe...
next