]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2009-09-16 Wolfgang (Blub... Merge branch 'master' into dp1
2009-09-16 divverentfix TH's status patch to again send the same data as...
2009-09-16 divverentfix descriptions of cmdlist and cvarlist
2009-09-15 vorteximproved r_shadows mode, new cvars for better use with...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-15 divverentuse correct type to fix a warning :P
2009-09-15 havocfixed compile errors and warnings using Dev-C++ in...
2009-09-15 divverentalso check ticrate movevar
2009-09-15 divverent[04:31:11] <@LordHavoc> div0: 9179 (if (msecdelta ...
2009-09-14 Wolfgang (Blub... Merge branch 'master' into dp1
2009-09-14 samualPatch by FruitieX -- fixes speed
2009-09-14 divverentif sideways friction is negative, make it never decreas...
2009-09-14 Wolfgang (Blub... Merge branch 'master' into dp1
2009-09-14 havocuse winsock2 to fix linker errors
2009-09-14 Wolfgang (Blub... Merge branch 'master' into dp1
2009-09-14 divverentbetter view blend math for death fade
2009-09-14 havoctightly sync time if cl_nolerp is on
2009-09-13 havocadded cvar sv_gameplayfix_noairborncorpse_allowsuspende...
2009-09-13 samualremove r_motionblur_debug, and replace with showblur...
2009-09-13 Wolfgang (Blub... Merge branch 'master' into dp1
2009-09-13 vortexfix broken VM_CL_lightstyle (CSQC): it was using MSG_Re...
2009-09-13 samualcl_deathfade: new effect which makes the screen fade...
2009-09-13 havocadded detection of GL_EXT_framebuffer_object extension
2009-09-13 havocimplemented sv_gameplayfix_delayprojectiles -1 (force...
2009-09-12 Wolfgang (Blub... Merge branch 'master' into dp1
2009-09-12 havocpunctuation
2009-09-12 havoctry not to crash on num_bones 0 in Mod_BuildBaseBonePoses
2009-09-11 havocdo not allow cl_netfps to be below the server framerate...
2009-09-11 havocdoubled entity limit in animcache, we should never...
2009-09-11 divverentremove maxnetfps stuff (never worked anyway), instead...
2009-09-11 divverentdo not send zero-length moves at >1000fps
2009-09-11 divverentinput: limit cl_netrepeatinput to 3
2009-09-11 havocnow generates animcaches for visible entities again...
2009-09-11 havocrefactored and reformatted animcache code, now generate...
2009-09-11 havocModel_*_AnimateVertices functions no longer write to...
2009-09-11 havocplay silence during timedemos
2009-09-11 havocreworked unreliable message queue to ALWAYS dequeue...
2009-09-09 Wolfgang (Blub... Merge branch 'master' into dp1
2009-09-09 havocuse -developer automatically in debug builds
2009-09-08 havocfix C++ compilation errors
2009-09-08 Wolfgang (Blub... Merge branch 'master' into dp1
2009-09-08 echonOops!
2009-09-08 echonNULL out RSurf_ActiveModelEntity rsurface fields that...
2009-09-06 echonAdded an unreal-esque feature: snd_spatialization_occlu...
2009-09-06 echonCompile as C code, not C++ (vcproj setting)
2009-09-06 echonDon't generate tangent vectors when GLSL is off, small...
2009-09-06 divverentfixed two warnings
2009-09-06 echonAdded animation caching, which speeds up re-renders...
2009-09-06 echonAdded a Profile build option, which is simply release...
2009-09-06 echonUpdate for 2k8 sp1... apparently they changed a comment...
2009-09-06 echonIgnore *.suo and *.user visual studio local files
2009-09-03 Wolfgang (Blub... Merge commit 'origin/master' into dp1
2009-09-03 divverentanother oops, sorry, forgot to commit this from at...
2009-09-03 divverentstuff I forgot to commit
2009-09-03 divverentQuake menu: show DP's weird resolution set in windowed...
2009-09-03 divverentas requested by LH, #if 0 out cycleweapon
2009-09-02 Wolfgang (Blub... this could be used - int stuff
2009-09-02 Wolfgang (Blub... Merge commit 'origin/master' into dp1
2009-09-02 divverentdo not crash when zlib is missing, but instead do not...
2009-08-31 Wolfgang (Blub... Merge commit 'origin/master' into dp1
2009-08-31 divverentchange two more MAX_QPATH to MAX_OSPATH
2009-08-31 divverents/QPATH/OSPATH/g in libcurl
2009-08-29 Wolfgang (Blub... spike fucking added OP_IF_F instead of OP_IF_I, blame him
2009-08-28 Wolfgang (Blub... Merge commit 'origin/master' into dp1
2009-08-28 divverentbugfix
2009-08-28 divverentparticles: allow a particlefont.txt file (same dir...
2009-08-27 Wolfgang (Blub... Merge commit 'origin/master' into dp1
2009-08-27 divverentre-enable saturation on sidebyside and stereobuffer...
2009-08-27 divverentturn off saturation and motion/damage blur if a stereo...
2009-08-27 Wolfgang (Blub... merged OP_STORE_I with the others, removed {ADD,SUB...
2009-08-27 Wolfgang (Blub... added OP_CP_ITOF, OP_CP_FTOI
2009-08-27 Wolfgang (Blub... removing OP_BITSET and OP_BITCLR - we had them disabled...
2009-08-27 Wolfgang (Blub... OP_POINTER_ADD: *1 not *4, consistency - see the NOTE...
2009-08-27 Wolfgang (Blub... removed OP_FETCH_GBL, and moved OP_STOREP_C to OP_LOADP...
2009-08-27 Wolfgang (Blub... added profiling code to OP_CASEs
2009-08-27 Wolfgang (Blub... PTR_ptrX now don't take sizes but itemcounts, so 3...
2009-08-27 Wolfgang (Blub... PTR_ptr3 for access-length checking (to use PTR_ptr3...
2009-08-26 Wolfgang (Blub... update startst in SWITCH
2009-08-26 Wolfgang (Blub... comment about pointer-add
2009-08-26 Wolfgang (Blub... * removed GSTORE instructions
2009-08-26 Wolfgang (Blub... fixed error text for OP_CASE and OP_CASERANGE
2009-08-26 Wolfgang (Blub... Merge commit 'origin/master' into dp1
2009-08-24 divverentchange scr_screenshot_name_use_mapname to scr_screensho...
2009-08-24 divverentcvar scr_screenshot_name_use_mapname: if set to 1,...
2009-08-24 divverentyet another typo :( typing with lag sucks
2009-08-24 Wolfgang (Blub... Merge commit 'origin/master' into dp1
2009-08-24 Wolfgang (Blub... now this is getting funny
2009-08-24 divverentfix typo
2009-08-24 divverentokay, fix the latest fix :P
2009-08-24 Wolfgang (Blub... if != ifnot
2009-08-24 Wolfgang (Blub... oops
2009-08-24 Wolfgang (Blub... Merge commit 'origin' into dp1
2009-08-24 divverentchnage "negative zero" check to actually check the...
2009-08-24 divverentadd bounds check on OP_ADDRESS
2009-08-23 samualChange recommended value for motionblur to 0.5 due...
2009-08-21 Wolfgang (Blub... Merge commit 'origin/master' into dp1
2009-08-21 divverent--Trninghis line, and those below, will be ignored--
2009-08-20 Wolfgang (Blub... there is no OP_FETCH_GBL_ENT
2009-08-20 Wolfgang (Blub... * "fixed" check_for_missing_ops.sh
2009-08-20 Wolfgang (Blub... Merge commit 'origin/master' into dp1
next