]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2008-04-08 havocpatch from esteel which swaps the address and player...
2008-04-07 havocadded con_completion_playdemo/timedemo/exec cvars,...
2008-04-06 havocfix div0's GL_BuildOrtho which break compilation on...
2008-04-03 divverenteliminate two calls to qglGetDoublev that possibly...
2008-04-01 havocrenamed Q3FACETYPE_POLYGON to Q3FACETYPE_FLAT
2008-04-01 havocdisabled QHOST by default (can be enabled with an edit...
2008-04-01 havocfixed Sys_Error popups in -dedicated console setup...
2008-04-01 havoccomment out a line to make the darkplaces.exe -dedicate...
2008-04-01 havocclean up a couple warnings
2008-03-30 havocpatch from Blub\0 which adds back the wrapping behavior...
2008-03-30 havocswap VF_SIZE_X and VF_SIZE_Y definitions to what they...
2008-03-25 havocimplemented r_refdef.view.isoverlay state, this corresp...
2008-03-25 havocin csqc set self to the client entity before calling...
2008-03-24 havocPatch from Qantourisc adding support for his 3D sound...
2008-03-24 havocmade cl_particles_quake mode more authentic
2008-03-24 havocimplemented better \ parsing, matching stock Quake...
2008-03-23 havocadded lingering blood and gunshot/spike particles to...
2008-03-23 havocfix stupid bug in \n and \r parsing
2008-03-23 havocuse \n parsing on globals in savegames
2008-03-23 havocadded r_drawfog cvar at esteel's request
2008-03-23 havocreenable the \r parsing for consistency sake
2008-03-23 havocdon't parse \ characters when reading sav files or...
2008-03-23 dreskAdded server QC function "movetypesteplandevent". ...
2008-03-20 havocpatch from Blub that adds the command "defer" which...
2008-03-20 havocpatch from Blub adding cprint (centerprint) console...
2008-03-20 havochow did boxready survive? oh well
2008-03-20 divverentdamn, I accidentally committed this with the last fix...
2008-03-19 divverentfix obvious bugs in r8214
2008-03-19 havocchanged use of infinite farclip to depend on 32bpp...
2008-03-19 havocenlarge q3bsp bounding box to include all geometry...
2008-03-18 divverentIt seems that 2.4 BSDmakefile is missing some SDL defin...
2008-03-16 divverentfix cmd again (fix by Blub and me)
2008-03-15 divverentfix segfault with long aliases
2008-03-12 havocdisable pitch drift when csqc wants mouse moves
2008-03-12 havocadded 3 optional parameters to the csqc R_AddDynamicLig...
2008-03-10 havocreplaced cl.movement_queue with direct use of cl.movecm...
2008-03-09 divverentgo back to block counting, looks like we now know what...
2008-03-09 havoclower cl_netfps default from 72 to 20
2008-03-09 havocfixed jerky cl_movement with cl_netfps below current...
2008-03-09 havocadded cl_netimmediatebuttons cvar which causes addition...
2008-03-09 havocslight improvement to sound latency math (moved it...
2008-03-08 havocadded showsound cvar which displays number of sounds...
2008-03-08 havocadded WAV_BUFFERTIME setting of 0.125 (used to be 0.5)
2008-03-08 divverenttry using waveOutGetPosition instead of block counting...
2008-03-08 havocfix MMSYSERRR_STILLPLAYING handling to not increment...
2008-03-08 divverentonly go ahead if WAVERR_STILLPLAYING is encountered...
2008-03-08 havocmade waveOutWrite overrun a non-fatal (if spammy) warni...
2008-03-08 havocfix crash when q1bsp submodels are checked with PointSu...
2008-03-08 havocanother attempt at fixing the Mac OSX rotating hud...
2008-03-08 havocdisable threaded mixing in coreaudio backend (still...
2008-03-08 havocincreased maxtempentities from 512 to 4096, this affect...
2008-03-06 havocadded a -I option on Mac OSX SDL builds to include...
2008-03-06 havocfix bug that makes lava bridge in e1m6 kill you (as...
2008-03-03 havocup the default cl_netfps to 72, which is higher than...
2008-03-03 havocremoved cl_netinputpacketsperserverpacket (now uses
2008-03-03 havocfix support for zip archives made by the standard Mac...
2008-03-02 blackRemove FS_FIX_PATHS again and disable model rendering...
2008-03-02 havocfix really stupid typo in coreaudio init (!= was suppos...
2008-03-02 havocfix missing particles when you join a server late in...
2008-03-02 divverentunconst something
2008-03-02 havocimproved CL_ParticleTrail's check for unknown effect...
2008-03-02 havocadded a dprint for unknown effect numbers
2008-03-02 havocadded svc_trailparticles, svc_pointparticles, and svc_p...
2008-03-02 havocadded support for snd_blocked (related to the snd_mutew...
2008-03-02 havocthreaded audio mixing for OSX
2008-03-02 havocadded a parameter to S_StopChannel to trigger a mutex...
2008-03-02 havocwhitespace
2008-03-02 havocwhitespace
2008-03-01 havocfix ev_field parser for savegames
2008-03-01 havocreenable stripping of release binaries
2008-03-01 havocfixed GL_CheckExtension to not even bother checking...
2008-03-01 havocinit gl_extensions and gl_platformextensions to ""...
2008-03-01 havocdon't bother doing two-pass window setup unless vid_sam...
2008-03-01 havocclear some variables when VID_Shutdown is called (the...
2008-03-01 havocmake sure that gl_extensions and gl_platformextensions...
2008-03-01 havocno longer stripping darkplaces release executables...
2008-03-01 havocfix two-layer quake sky in r_glsl 1 mode (was blending...
2008-02-29 havocdefault gl_texturecompression_q3bspdeluxemaps to 0
2008-02-29 havocuse a better cast on a parameter in a ToAscii call...
2008-02-29 havocfix warnings on qglGetString calls
2008-02-29 havoca fix from Black for prevseparator, hopefully the only bug
2008-02-29 blackRestored FS_Search patch.
2008-02-28 divverentReverted Black's filematch changes for now, because...
2008-02-28 havocfix a bug in FS_ChangeGameDirs (it was doing a CL_Disco...
2008-02-28 havocreworked min/avg/max fps report in timedemo, now works...
2008-02-28 havocfixed a problem with snd_renderbuffer->endframe being...
2008-02-27 blackI must have been smoking cannabis when I wrote this...
2008-02-27 blackDon't try to render something when height or width...
2008-02-27 divverentMake the "no such builtin" message more descriptive
2008-02-27 divverent|sort
2008-02-27 havocDP_QC_NUM_FOR_EDICT extension implemented by Blub
2008-02-27 havocslight change in location of a piece of code, should...
2008-02-27 havocfix a typo (but it was harmless)
2008-02-27 havocimplemented threaded audio mixing for SDL client (requi...
2008-02-27 divverentoops... double builtins suck
2008-02-27 divverentoops... use upper case hex, as that matches URI::Escape...
2008-02-27 divverentDP_QC_URI_ESCAPE
2008-02-27 havocone last try to beat the OSX texture scrolling bug...
2008-02-27 havocfix bug in wav loader that messed up loopstart, now...
2008-02-27 havocfix toggle command's error message for cvars that are...
next