]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2009-04-14 divverentfix entity reuse of the very last entity before the...
2009-04-14 divverentremove accidentally committed debug code again :(
2009-04-14 divverentfix r_picmipworld option
2009-04-14 divverentfix SND_PickChannel bug choosing an in use channel
2009-04-13 divverentturn off sv_clmovement_maxnetfps for now, as it causes...
2009-04-13 divverentup sv_clmovement_maxnetfps to 120, as the worst case...
2009-04-13 divverententity unsticking: verify if the new position REALLY...
2009-04-13 havocfix csqc sound precaches which were being freed after...
2009-04-13 havocyet another check in sv_gameplayfix_slidemoveprojectiles
2009-04-13 havocfix use of r_main_texturepool (it's a pointer, but...
2009-04-12 havocadded safety checks in S_PlaySfxOnChannel due to a...
2009-04-12 divverentadd a small epsilon to the moveframetime check
2009-04-12 divverentsv_clmovement_maxnetfps (default: 80), should prevent...
2009-04-12 divverentadd checkpvs() to client too (but could not add an...
2009-04-12 divverentfix crash in substring()
2009-04-12 havocfix mispredictions when paused, or when console is...
2009-04-12 havocdon't allocate packetlog entries if there is nothing...
2009-04-12 havoctweak the start time of the level a bit to cause items...
2009-04-12 havocclarify float() traceline comments to say void()
2009-04-12 havocadded hmac.[ch] and cap_avi.[ch] and cap_ogg.[ch] to...
2009-04-12 havocadded a workaround to hopefully fix a precaching error...
2009-04-12 havocfix bug with sv_gameplayfix_slidemoveprojectiles not...
2009-04-12 sajtdrawrotpic:
2009-04-12 havocfixed getinputstate not returning success/failure
2009-04-12 havocimplemented FTE_STRINGS compliant substring behavior...
2009-04-11 motorsepIn function `S_ServerSounds': unused variable `sfxnext...
2009-04-11 motorsepUpdated project file for SDL build
2009-04-10 divverentdon't print "empty file" spam here
2009-04-10 havocdo not unload models/sounds until signon is done, this...
2009-04-10 divverentdon't need to clear rcon_password on QW server reconnec...
2009-04-10 divverent- be less paranoid about clearing rcon_password (only...
2009-04-10 divverentclear mouse input at a better stage (should fix cl_maxf...
2009-04-10 divverentless loading screen refreshs
2009-04-10 divverentfix stupid endless loop
2009-04-09 divverentuse "realtime", not the float time global, for entity...
2009-04-09 divverentdamn, set the RIGHT alpha to 1... to make the loading...
2009-04-09 divverentwhen changing rcon_secure, always clear rcon_password...
2009-04-09 divverentclear the rcon password on "connect" command or QW...
2009-04-09 divverentbetter error handling for overlong srcon commands
2009-04-09 divverentadding "srcon" protocol, and new cvars:
2009-04-09 divverenttiny fix regarding too long keys
2009-04-09 divverentAdd my own HMAC implementation (verified using the...
2009-04-09 divverentFix spurious error message in CL_Locs_FreeNode - ID...
2009-04-07 divverentdraw loading bar at 100% alpha again
2009-04-07 divverentpitch inversion in gettaginfo: also do the mod_alias...
2009-04-06 divverentcode-only change of the loading screen, no visual change
2009-04-06 divverentagain a slight visual improvement(?) of the loading bar
2009-04-06 havocMem_Free being passed NULL should be a warning, not...
2009-04-06 havocfix a crash if a model has no vertices
2009-04-05 divverentfix the name (DOWNLOADPROGRESS -> LOADPROGRESS)
2009-04-05 divverentfix weight of worldmodel init
2009-04-05 divverentgraceful handling of stack underflows, or host_abortfra...
2009-04-05 divverentenable nonpoweroftwo support again (accidentalyl had...
2009-04-05 divverentloading screen: properly handle the back buffer, by...
2009-04-05 divverentforce screen clear when showing loading plaque
2009-04-05 divverentfix YUV tables
2009-04-04 divverentmore loading screen improvements (weighting for differe...
2009-04-04 divverentalso enter the event loop during Q3 map load... should...
2009-04-04 divverentfix tiny typo
2009-04-04 divverent- fix Q3 shaders coming from a curled pk3
2009-04-04 divverenthopefully fix the crash issue on windows by hitting...
2009-04-04 divverentfix crash when playing some demos
2009-04-04 divverentfurther loading screen improvement
2009-04-04 divverentdon't draw loading plaque on dedicated server :(
2009-04-04 divverentexperiemnt: call the event loop from loading plaque...
2009-04-04 divverentmake Quake start again :P
2009-04-04 divverentmore loading screen stuff, now shows loading screen...
2009-04-04 divverenta nice improvement to the loading plaque: displaying...
2009-04-04 havocit is now possible to have multiple map models loaded...
2009-04-04 divverentmove csqc_progdata and csqc_progdata_deflated from...
2009-04-04 divverentfix memory leaks in server csqc
2009-04-04 divverentfix a memory leak in WriteImage
2009-04-04 sajtupdate crosshair slider
2009-04-04 havocdon't apply host_sleep when in a timedemo
2009-04-04 havocadded host_sleep cvar, defaults to 1 millisecond wait...
2009-04-04 havocchanged r_speeds glFinish to only occur when set to...
2009-04-02 havocfix severe animation bug with single-frame framegroups...
2009-04-02 havocreset rsurface.entity in a couple more cases
2009-04-02 divverentfix the NaN checks
2009-04-01 havocchanged sv_masterextra cvars back to IP addresses to...
2009-04-01 havocreplaced sv_clmovement_waitforinput with sv_clmovement_...
2009-04-01 divverentturn off exact specular math by default (it's better...
2009-04-01 havocreset rsurface.entity to NULL after each entity is...
2009-04-01 havocfix messed up r_hdr bloom rendering (wasn't setting...
2009-04-01 havocset rsurface.entity correctly before calling R_GetCurre...
2009-04-01 divverentmake cvar* functions unable to retrieve private cvars
2009-04-01 divverentslightly more exact "exact specular math", prevents...
2009-03-30 havocadded extension names for DP_GFX_MODEL_INTERPOLATION and
2009-03-30 havocreworked animation interpolation code - entity_render_t...
2009-03-30 havocfix a use of tempmempool to be loadmodel->mempool
2009-03-29 havoccompute sorted surface list at load of each model ...
2009-03-29 havocupdated project files to include cap_avi.c and cap_ogg.c
2009-03-27 divverentsame fix for csqc
2009-03-27 divverentproperly let sounds come out of attached entities ...
2009-03-26 divverentonly enable nonpoweroftwo textures if GL_MAX_VERTEX_TEX...
2009-03-25 divverentmake r_showtris no longer use glVertex
2009-03-23 divverentvariable name fixes only, no change in behaviour
2009-03-23 divverentoops, move the print for that string upwards, as other...
2009-03-23 divverentin PRVM state dumps, also dump a special extra string...
2009-03-23 divverentlibcurl: if a resume ended up with an invalid pack...
next