]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2009-08-19 havocfix glDrawRangeElements issue with mesa
2009-08-19 divverentsnd_mutewhenidle 0: do NOT still mute when app is hidde...
2009-08-19 divverentfix that bounds check, it was stupid (< 0 = builtin)
2009-08-19 divverentfix typo in 9126
2009-08-19 divverentbounds check function calls, and entity indexes in...
2009-08-19 divverentadd comments for missing bounds checks; bounds check...
2009-08-19 divverentprogs: require the last statement to be GOTO, DONE...
2009-08-19 divverentsupport mute-when-idle properly
2009-08-18 samualfix motionblur cvar descriptions, also: First commit! :D
2009-08-18 havocfix div0's bug
2009-08-18 divverentmark another place of missing bounds check
2009-08-18 divverentidentify two missing bounds checks (fix them later)
2009-08-16 divverentfix two SOCKLEN_Ts
2009-08-16 divverentfix pitchsign warnings in dev-c++
2009-08-16 divverentcvar con_chatsound (by Surb)
2009-08-16 divverenthonor alpha in showsurfaces 3
2009-08-16 divverentfix reset of capturevideo fps
2009-08-14 divverentremove wait states for SDL
2009-08-14 divverentexperimental change: do a float compare for OP_IF and...
2009-08-14 divverentfix a small bug in prvm_getstring (returning NULL inste...
2009-08-14 divverentcvar cl_movecliptokeyboard: clip movement vectors to...
2009-08-14 divverentSDL/Win32: queue a vid_restart if resized; this should...
2009-08-12 havoc493
2009-08-09 havocpatch from Jason Hatton adding a release-profile build...
2009-08-08 divverentnew command line option -modname to override DP's idea...
2009-08-08 havocdisable sv_gameplayfix_slidemoveprojectiles in hipnotic...
2009-08-07 divverentactually, set the threshold to 10.
2009-08-07 divverentStupid hack: force an entity frame once 5 frames were...
2009-08-07 divverentadd a fs_gamedir cvar containing the currently active...
2009-08-07 divverentfor now, turn off MEMPARANOIA
2009-08-07 divverentfix use of variable name "dir"
2009-08-06 divverentmenu QC builtin getgamedirinfo(float gamedirno, float...
2009-08-06 divverentprovide a list of all gamedirs with modinfo.txt in...
2009-08-06 divverentrestructuring for gamedir enumerating (cannot enumerate...
2009-08-05 divverentmaybe it compiles now
2009-08-05 divverentadd missing functions
2009-08-05 divverentadd missing mainDisplay ina gl
2009-08-05 divverentagl: experimental code to enumerate video modes (untest...
2009-08-05 divverentfix crash in SDL mode listing
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...
next