]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2009-08-05 divverentfixes for vid_wgl
2009-08-05 divverentmove resolution enumerating to the RIGHT point
2009-08-05 divverentadd bounds check to menu function to query resolutions
2009-08-05 divverentglx, sdl, wgl: autodetect all supported video modes...
2009-08-04 divverentonground check: don't trace down by 2 units but just...
2009-08-03 divverentgameversion_min, gameversion_max, to support a RANGE...
2009-08-03 divverentremove some unfounded warnings of some gcc versions :P
2009-08-03 divverentCollision: insert a really stupid workaround: make...
2009-08-02 divverentunsticking: properly handle playerclip
2009-08-01 divverentabort ANY movetype_walk move once a touch function...
2009-08-01 divverentfix typo in last commit
2009-08-01 divverentalias model: fix tracebox
2009-08-01 divverentproperly handle the case that the touch fucntion telepo...
2009-07-31 divverentfix a bug in the teleport detection that made it hit...
2009-07-31 divverenttiny behaviour changes to MOVETYPE_WALK (players) that...
2009-07-31 havocfix compile error
2009-07-31 havocmade num_poses always be the number of poses in a model...
2009-07-25 divverenthopefully fix saturation without postprocess
2009-07-25 divverentunbound conwidth/conheight a little
2009-07-23 divverentthis seems to fix autosprite2
2009-07-22 divverentimprove collision stride parameters, improves server...
2009-07-22 divverentfixes for the latest commits
2009-07-22 divverentalso optimize findbetterlocation-like functions to...
2009-07-22 divverentrefactoring as preparation for upcoming optimization
2009-07-22 divverenta minor cleanup; also generate the combined bboxes...
2009-07-22 divverentcurves: optimize their order for the bbox optimization
2009-07-22 divverentmod_q3bsp_optimizedtraceline: also do a line trace...
2009-07-21 divverentCollision against patches: do some major optimizations.
2009-07-20 divverentexperimental makefile option make DP_LINK_TO_JPEG=1...
2009-07-17 divverentcs_*project: return console/draw* coordinate space...
2009-07-17 divverentfix v_flipped in cs_unproject (it was correct in cs_pro...
2009-07-16 divverentsome typo fixes, + unalias command
2009-07-16 divverentrename internal var, no real change
2009-07-16 divverentmotion blur/dmaage blur config change by Samual, and...
2009-07-14 divverentonly show "shader already defined" messages if the...
2009-07-12 havocfix a compile error when MEMPARANOIA is off
2009-07-12 havocstabilize showfps a bit
2009-07-12 divverentget uintptr_t from vadefs.h on MSVC
2009-07-08 divverentdoxygen comments and config file
2009-07-08 divverentfix rounding of drawsetcliparea coordinates (but not...
2009-07-08 divverentthanks
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-07-07 divverentfix saturation (how and why did this line disappear?)
2009-07-07 havocmore _int changes, but these are only in the commented...
2009-07-07 havocuse ivector for all vector copy instructions, not vector
2009-07-06 divverenttwice as many models loadable (for LOD and stuff)
2009-07-05 divverentadd an error message
2009-07-05 divverentfix buffer overruns in sv.model_precache
2009-07-05 divverentSupport a separate texture matrix for the background...
2009-07-04 divverentfix typo in pqrcon
2009-07-03 divverentadd a second trigger for the same incompatibility detection
2009-07-03 divverentCPMA physics: force airaccelqw=1 when strafing if using...
2009-07-01 divverentstringwidth(): add a third font size argument (optional...
2009-06-27 divverentproperly handle comments when looking for final ; of...
2009-06-27 divverentbetter expand variables inside comments than breaking...
2009-06-27 havocpatch from Lardarse that makes monsters/secrets show...
2009-06-23 divverent* don't expand cvars in comments
2009-06-21 divverentteleport bit: always reset animation there too
2009-06-21 divverentfix a crash in dpm + framegroups
2009-06-21 divverentfix framegroups file parsing out of bounds errors
2009-06-21 divverentSupport frame groups for ALL model formats (a slightly...
2009-06-20 divverentmessagemode/commandmode: clear the string on entering...
2009-06-19 divverentexperimental motion blur code (original by Samual on...
2009-06-17 divverentwhen the engine is compiled with -DFILLALLCVARSWITHRUBB...
2009-06-16 divverentcl_capturevideo_framestep
2009-06-16 divverentMUCH more paranoid memory checking (use random address...
2009-06-13 divverentDP_SV_BOUNCEFACTOR
2009-06-13 divverentshift netgraph up by sbar_info_pos;
2009-06-11 divverentcontrastboost: fix a division by zero that can never...
2009-06-11 divverentv_contrastboost: unclamp
2009-06-11 havocpatch from RocketGuy for pqrcon command, to administrat...
2009-06-10 divverenttypo
2009-06-10 divverentsbar_info_pos
2009-06-09 divverentmake tcgen environment work exactly like in Q3A (the...
2009-06-08 divverentparentheses error in cs_unproject
2009-06-08 divverentlarger cbuf
2009-06-06 divverentsimplify glsl code (we can do vec3(y))
2009-06-06 divverentconsole enhancements finally ready (changed mouse wheel...
2009-06-06 divverentglsl: add a saturation adjustment r_glsl_saturation...
2009-06-02 divverentthis time, actually commit the matchpattgern fix
2009-06-01 divverentfix another race condition when stopping ALL sounds
2009-06-01 divverentfix a race condition in DP's sound handling; note:...
2009-05-31 divverentmake DP run in wine again
2009-05-31 divverentdon't check for "wgl" as extension name
2009-05-30 divverentprovide isdemo() to menu QC
2009-05-29 divverenteven nicer :P
2009-05-29 divverentcolorize cvarlist and completion nicely
2009-05-28 divverentapropos command
2009-05-28 divverentdo not exit comment by ;, only by linefeed
2009-05-28 divverents/random()/rand()/, sorry
2009-05-27 divverenteffectinfo: properly handle staincolor and color togeth...
2009-05-27 divverentpatch by parasti; changes to his patch: no per function...
2009-05-26 divverentgive blood stains back
2009-05-25 divverentsrcon: add random digits to the the time
2009-05-24 divverentadd a note that for secure rcon, client and server...
2009-05-24 divverentmore improvements, making 0x808080 neutral stain color
2009-05-24 divverentparticle effectinfo: new parameters
2009-05-24 divverentline editing: new binds ctrl-q (push line to history...
2009-05-22 havocincreased _snd_mixahead from 0.1 to 0.11 to fix static...
2009-05-21 divverentfix bug in console backscroll overflow handlign
next