2009-02-27 |
divverent | add three more places to send keepalives. No more disco... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
divverent | improve keepalive handling (also send keepalives during... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
divverent | count entities removed by SV_OnEntityPreSpawnFunction... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
divverent | fix typo in previous commit |
commit | commitdiff | tree | snapshot |
2009-02-26 |
divverent | use trace_plane_normal to check whether the trace succeeded |
commit | commitdiff | tree | snapshot |
2009-02-25 |
divverent | scr_screenshot_hwgamma - makes the HW gamma table apply... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
divverent | fix v_color_enable with v_glslgamma |
commit | commitdiff | tree | snapshot |
2009-02-25 |
divverent | never prefer an entity trace over a world trace if... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
havoc | ZQ_PAUSE extension patch from GreEn`mArine |
commit | commitdiff | tree | snapshot |
2009-02-23 |
divverent | C++ compile fixes |
commit | commitdiff | tree | snapshot |
2009-02-21 |
divverent | cl_capturevideo_nameformat |
commit | commitdiff | tree | snapshot |
2009-02-21 |
divverent | add some casts for g++ |
commit | commitdiff | tree | snapshot |
2009-02-21 |
divverent | clarify that the new matrixlib functions only are suppo... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
havoc | fix ie |
commit | commitdiff | tree | snapshot |
2009-02-20 |
divverent | some color tag cleanups by terencehill |
commit | commitdiff | tree | snapshot |
2009-02-20 |
havoc | calculate plane dist in collision code so that it will... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
havoc | report a proper trace_plane_normal for trace_startsolid... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
havoc | fix a compile error on dedicated server in MSVC2008 |
commit | commitdiff | tree | snapshot |
2009-02-20 |
divverent | made cl_capturevideo_ogg 1 by default and saved. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
divverent | change vorbis default quality to 3 (before: 1), matches... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
divverent | fix multichannel vorbis channel mappings |
commit | commitdiff | tree | snapshot |
2009-02-19 |
divverent | correctly swap the channels for vorbis audio encoding |
commit | commitdiff | tree | snapshot |
2009-02-19 |
divverent | also fix ti.keyframe_auto_p |
commit | commitdiff | tree | snapshot |
2009-02-19 |
divverent | rename cl_capturevideo_ogg_theora_keyframe_frequency... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
divverent | make DP_PRELOAD_DEPENDENCIES=1: add theora to the depen... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
divverent | libogg sucks. Really does. Work around one of its short... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
havoc | fix bug introduced by div0 that made entities belonging... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | fix typo causing an endless loop |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | hopefully fix pointsound in csqc |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | avoid writing a duplicate last frame at the end |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | fix the stupid interleaving method |
commit | commitdiff | tree | snapshot |
2009-02-18 |
havoc | revert r8707 changes |
commit | commitdiff | tree | snapshot |
2009-02-18 |
havoc | disable use of stdint.h on MSVC2003 and earlier |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | also include <stdint.h> to get uint32_t on mingw |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | a debug printf I forgot to comment out |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | now, for mingw, use the uint32_t names instead of the... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
havoc | fix compile errors on MSVC2003 and earlier |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | bring back the old stupid interleaving, and leave this... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | try interleaving exactly like example_encode.c |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | increase default theora quality from 16 to 32; this... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | capturevideo refactoring, making AVI also "just a modul... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | Add some cvars for vorbis/theora video encoding; their... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | forgot these two files |
commit | commitdiff | tree | snapshot |
2009-02-18 |
divverent | Experimental theora capturevideo code. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
divverent | capturevideo: prefill incomplete header fields a bit... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
havoc | fix bugs with missing shader replacements casting shadows |
commit | commitdiff | tree | snapshot |
2009-02-17 |
divverent | fix typo in some powers of two |
commit | commitdiff | tree | snapshot |
2009-02-17 |
divverent | add Q3A's EF_TELEPORT_BIT (toggle it when teleporting... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
divverent | DP_QC_GETTAGINFO_BONEPROPERTIES |
commit | commitdiff | tree | snapshot |
2009-02-16 |
havoc | fix a compile error when using C++ mode |
commit | commitdiff | tree | snapshot |
2009-02-16 |
divverent | skip interpolation if tagentity changes |
commit | commitdiff | tree | snapshot |
2009-02-16 |
havoc | fix some mingw64 warnings (I hope) |
commit | commitdiff | tree | snapshot |
2009-02-16 |
havoc | added cvar sv_gameplayfix_gravityunaffectedbyticrate... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
havoc | implemented zpass shadowing, not used yet |
commit | commitdiff | tree | snapshot |
2009-02-15 |
havoc | somehow this file was not committed in the last one |
commit | commitdiff | tree | snapshot |
2009-02-15 |
havoc | don't prepend textures/ on halflife wad loading |
commit | commitdiff | tree | snapshot |
2009-02-15 |
havoc | use nlerp for bone rotations in skeletal model renderin... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
havoc | simplified tag info code |
commit | commitdiff | tree | snapshot |
2009-02-15 |
havoc | added shadertime field in csqc |
commit | commitdiff | tree | snapshot |
2009-02-12 |
havoc | laying the groundwork for zpass shadow volume support... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
havoc | added TEXF_FORCELINEAR to many special effect textures |
commit | commitdiff | tree | snapshot |
2009-02-12 |
havoc | early steps toward support for persistent caching of... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
havoc | implemented occlusion query support on corona rendering... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
divverent | fix memory corruption when using trailparticles with... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
divverent | remove two debug prints |
commit | commitdiff | tree | snapshot |
2009-02-10 |
divverent | fix a typo |
commit | commitdiff | tree | snapshot |
2009-02-10 |
divverent | improved handling of non-seekable AVIs; also: do less... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
divverent | make AVI writing a bit more robust; if seeking back... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
divverent | CSQC traceline/tracebox: don't set hitnetworkplayers... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
divverent | bugfix for showtopspeed |
commit | commitdiff | tree | snapshot |
2009-02-06 |
divverent | fix a possible bug with zym model animation (this looks... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
divverent | [ 2566720 ] showtopspeed v3 |
commit | commitdiff | tree | snapshot |
2009-02-02 |
havoc | At O.Sezer's recommendation filematch.c has been change... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
havoc | disabled main in sys_win.c at O.Sezer's recommendation... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
havoc | changed CC=gcc to CC?=gcc at O.Sezer's recommendation |
commit | commitdiff | tree | snapshot |
2009-02-01 |
divverent | fix two typos in vid_wgl code |
commit | commitdiff | tree | snapshot |
2009-01-31 |
divverent | more fullscreen cleanup |
commit | commitdiff | tree | snapshot |
2009-01-31 |
divverent | cleanup of fullscreen code; do not use VidMode when... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
divverent | damn, revert the accidental change to makefile.inc |
commit | commitdiff | tree | snapshot |
2009-01-28 |
divverent | fix a type |
commit | commitdiff | tree | snapshot |
2009-01-28 |
divverent | make DP compile with C++ again |
commit | commitdiff | tree | snapshot |
2009-01-28 |
divverent | oops, fixing syntax |
commit | commitdiff | tree | snapshot |
2009-01-28 |
divverent | some fixes for NetWM fullscreen |
commit | commitdiff | tree | snapshot |
2009-01-28 |
divverent | try to improve netwm fullscreen mode |
commit | commitdiff | tree | snapshot |
2009-01-28 |
havoc | fix another warning reported by O.Sezer |
commit | commitdiff | tree | snapshot |
2009-01-28 |
havoc | fix for a typo from O.Sezer |
commit | commitdiff | tree | snapshot |
2009-01-27 |
divverent | handle FocusIn and FocusOut in NetWM fullscreen mode |
commit | commitdiff | tree | snapshot |
2009-01-27 |
divverent | fix my last fullscreen change |
commit | commitdiff | tree | snapshot |
2009-01-27 |
divverent | attempt to fix csqc entity networking by not sending... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
divverent | beginning of vid_netwmfullscreen; does not work yet... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
havoc | remove an unused variable |
commit | commitdiff | tree | snapshot |
2009-01-25 |
divverent | fix typos on sizing collision patches |
commit | commitdiff | tree | snapshot |
2009-01-25 |
divverent | actually use the cross product of two DIFFERENT vectors... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
havoc | fix stupid degenerate triangle check, I don't have... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
divverent | fix modelyawradius calculation |
commit | commitdiff | tree | snapshot |
2009-01-23 |
divverent | cvarlist, buf_cvarlist: support wildcards if present... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
divverent | fix typo in Set/SetA |
commit | commitdiff | tree | snapshot |
2009-01-23 |
divverent | do the skipping here too |
commit | commitdiff | tree | snapshot |
2009-01-23 |
divverent | add an argument to filter out a cvar prefix |
commit | commitdiff | tree | snapshot |
2009-01-23 |
divverent | +"DP_QC_CVAR_DESCRIPTION " |
commit | commitdiff | tree | snapshot |
next |