]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2009-09-17 Wolfgang (Blub... Merge branch 'master' into ft2
2009-09-17 havocstop predicting movement when no server packets have...
2009-09-17 havocreduce CL_MAX_USERCMDS to 128 (from 256)
2009-09-17 divverentfix callprofile by making some CSQC builtins that call...
2009-09-17 divverentmake profile output more verbous (including time of...
2009-09-17 havocfix more C++ warnings/errors in MSVC
2009-09-16 Wolfgang (Blub... merged master
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 ft2
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 ft2
2009-09-14 havocuse winsock2 to fix linker errors
2009-09-14 Wolfgang (Blub... Merge branch 'master' into ft2
2009-09-14 Wolfgang (Blub... moving shadow offset within the loop to not mess with...
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 ft2
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 ft2
2009-09-12 Wolfgang (Blub... VM_chr uses u8_fromchar now too
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 ft2
2009-09-09 havocuse -developer automatically in debug builds
2009-09-08 havocfix C++ compilation errors
2009-09-08 Wolfgang (Blub... do not loop endlessly
2009-09-08 Wolfgang (Blub... shutup a warning
2009-09-08 Wolfgang (Blub... oops
2009-09-08 Wolfgang (Blub... call getch earlier for better color-code handling
2009-09-08 Wolfgang (Blub... Merge branch 'master' into ft2
2009-09-08 Wolfgang (Blub... remove nasty debug code
2009-09-08 Wolfgang (Blub... experimental: fonts with image and fallback but no...
2009-09-08 echonOops!
2009-09-08 echonNULL out RSurf_ActiveModelEntity rsurface fields that...
2009-09-08 Wolfgang (Blub... reset fallbacks on the loadfont command
2009-09-08 Wolfgang (Blub... wtf...
2009-09-07 Wolfgang (Blub... now this should do...
2009-09-07 Wolfgang (Blub... okay, utf8-lib is now accurant and conforms to the...
2009-09-07 Wolfgang (Blub... this should probably be used if we want valid 100%...
2009-09-07 Wolfgang (Blub... include utf8lib there
2009-09-07 Wolfgang (Blub... this needs some rework
2009-09-07 Wolfgang (Blub... this is important
2009-09-07 Wolfgang (Blub... this should work now
2009-09-07 Wolfgang (Blub... fixed maxlen output in TextWidth, also, made COM_WordWr...
2009-09-07 Wolfgang (Blub... better help message for loadfont command
2009-09-07 Wolfgang (Blub... copy the intSize to other maps too
2009-09-06 Wolfgang (Blub... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub... use different internal sizes
2009-09-06 echonAdded an unreal-esque feature: snd_spatialization_occlu...
2009-09-06 Wolfgang (Blub... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub... remove unused stuff
2009-09-06 echonCompile as C code, not C++ (vcproj setting)
2009-09-06 Wolfgang (Blub... finally, this works with the current prep-5.diff
2009-09-06 echonDon't generate tangent vectors when GLSL is off, small...
2009-09-06 Wolfgang (Blub... committing terrible stuff
2009-09-06 Wolfgang (Blub... good compromise, mods work, but for utf8-ft2 to work...
2009-09-06 Wolfgang (Blub... don't use bytes for maxlen
2009-09-06 Wolfgang (Blub... disable font size snapping by default as it needs TextW...
2009-09-06 Wolfgang (Blub... yeps
2009-09-06 Wolfgang (Blub... disable snapping when default font sizes are used for...
2009-09-06 Wolfgang (Blub... font-size snapping
2009-09-06 Wolfgang (Blub... better font sizes loaded now
2009-09-06 Wolfgang (Blub... only use pixel snapping if a size has actually been...
2009-09-06 Wolfgang (Blub... testing some stuff
2009-09-06 Wolfgang (Blub... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub... pixelsnapping for TextWidth
2009-09-06 Wolfgang (Blub... pixel snapping with round-up at .5 for x and y now...
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-05 Wolfgang (Blub... u8_Init, cvar utf8_disabled
2009-09-04 Wolfgang (Blub... fix dynamic fontmap not loading lower maps if higher...
2009-09-04 Wolfgang (Blub... *ahem*...
2009-09-04 Wolfgang (Blub... some fixups
2009-09-04 Wolfgang (Blub... let's conform to the rest of the code, terencehill :P
next