2011-06-13 |
divverent | fix some warnings about useless code (unsigned < 0... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
divverent | fix detection of multisampling for ATC |
commit | commitdiff | tree | snapshot |
2011-06-13 |
havoc | refactored MSG_ReadString to be nicer code (and fix... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
divverent | MSG_ReadString: if hitting the max length of the string... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
divverent | make "exec" accept wildcards |
commit | commitdiff | tree | snapshot |
2011-06-12 |
divverent | remove duplicate names from file search results |
commit | commitdiff | tree | snapshot |
2011-06-08 |
havoc | fix a crash on saving a game |
commit | commitdiff | tree | snapshot |
2011-06-08 |
divverent | use subtractive blend equation to support negative... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
havoc | reworked progs loading so that entvars_t and globalvars... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
havoc | eliminated S_LockSfx and S_UnlockSfx which were not... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
havoc | implemented r_transparent_alphatocoverage 2 which promo... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
havoc | disable sv_gameplayfix_nudgeoutofsolid by default until... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
havoc | reworked use of alphatest - now only GL11/GL13/GLES1... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
havoc | reduce cvar spam when using developer_extra |
commit | commitdiff | tree | snapshot |
2011-06-07 |
divverent | theora encoding: simplify; bump default quality to... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
divverent | theora encoding: allow both bitrate and quality to... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
divverent | theora encoding: set VP3 compatibility mode. This SHOUL... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
divverent | initial attempt do do r_trippy in HLSL |
commit | commitdiff | tree | snapshot |
2011-06-05 |
divverent | fix r_trippy compile with DRI/Mesa |
commit | commitdiff | tree | snapshot |
2011-06-04 |
divverent | enable alpha test in dpsoftrast. Why was it turned... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
divverent | add the new S_ function to snd_null.c too |
commit | commitdiff | tree | snapshot |
2011-06-03 |
divverent | new cvars: snd_startloopingsounds, snd_startnonloopings... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
havoc | check OpenGL 2.0 version again, rather than supporting... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
eihrul | iqm version 1 compatibility |
commit | commitdiff | tree | snapshot |
2011-06-01 |
divverent | the git describe option --dirty is too new, so don... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
eihrul | support for version 2 of iqm |
commit | commitdiff | tree | snapshot |
2011-05-31 |
divverent | viewmodel matrix fixes: |
commit | commitdiff | tree | snapshot |
2011-05-29 |
divverent | fix calculation of viewangles to include v_idlescale |
commit | commitdiff | tree | snapshot |
2011-05-29 |
havoc | added r_trippy cvar |
commit | commitdiff | tree | snapshot |
2011-05-28 |
havoc | reworked sv_gameplayfix_nudgeoutofsolid, it now begins... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
divverent | call SetDllDirectory on Win32 too |
commit | commitdiff | tree | snapshot |
2011-05-27 |
havoc | apply vid_sRGB correction to viewblends and particles |
commit | commitdiff | tree | snapshot |
2011-05-25 |
havoc | r_speeds now shows without being connected (in menu... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
havoc | fix bugs with deformvertexes autosprite in GL11/GL13... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
havoc | honor ent->shadertime in all material handling (tcmod... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
havoc | added LoopingFrameNumberFromDouble function to do this... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
havoc | fix steelstorm animated shader timing (shadertime was... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
havoc | fix a crash in debug builds where the compiler did... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
vortex | Move some sprite-related cvars to model_sprite.c. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
vortex | add precache_cubemap() builtin |
commit | commitdiff | tree | snapshot |
2011-05-20 |
vortex | Added "loadcubemap" builtin to allow preload cubemaps... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
havoc | added JOY_UP/DOWN/LEFT/RIGHT keys which are a more... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
havoc | XInput code path no longer emulates arrow keys in menu... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
havoc | disable VorteX's multisample setup code because it... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
havoc | implemented support for Windows XInput (using different... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
havoc | fix a bug where the wrong PRVM_ macro was being used |
commit | commitdiff | tree | snapshot |
2011-05-17 |
divverent | new movement cvar and stat: sv_airaccel_qw_stretchfactor |
commit | commitdiff | tree | snapshot |
2011-05-14 |
havoc | don't crash in dedicated server when parsing shaders... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
divverent | A temporary hack for GAME_XONOTIC only |
commit | commitdiff | tree | snapshot |
2011-05-14 |
divverent | add a missing declaration in last commit |
commit | commitdiff | tree | snapshot |
2011-05-14 |
divverent | Attempt to make loading screens not stay cached, to... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
vortex | Multisampling initialisation moved from vid_sdl to... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
vortex | OpenGL 2.0 path: Make handling of Alpha-To-Coverage... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
havoc | added prvm_offsets.h which centralizes field/global... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
havoc | reworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
havoc | added pmove_onground to get this value from the engine... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
havoc | fix missing .string message fielddef |
commit | commitdiff | tree | snapshot |
2011-05-09 |
havoc | add the prvm_badvalue variable needed by the last commit |
commit | commitdiff | tree | snapshot |
2011-05-09 |
havoc | added debugging code for PRVM_EDICTFIELD*/PRVM_GLOBALFI... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
vortex | Move Alpha-To-Coverage stuff to gl_backend.c, fix bug... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | fix a crash |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | mac builds now detect if the gamedir exists in the... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
vortex | GL_ARB_multisampling defs (vid_multisampling) and alpha... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | lovely untested OSX code for detecting gamedir inside... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | don't bother using GL_ARB_texture_non_power_of_two... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
vortex | renabe builtin particle->spawnparticle (DP_CSQC_SPAWNPA... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | updated to SDL1.2.14 version of OSX main code |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | fix another warning |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | fix a C++ compile error |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | a few more PRVM_EDICTFIELDVALUE/PRVM_GLOBALFIELDVALUE... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | removed NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
divverent | fix naming of two fields |
commit | commitdiff | tree | snapshot |
2011-05-08 |
divverent | fix parsing in more places |
commit | commitdiff | tree | snapshot |
2011-05-08 |
divverent | add a compare tool for dpdefs (not really complete!) |
commit | commitdiff | tree | snapshot |
2011-05-08 |
divverent | fix annotation of crypto fields |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | fixed RF_VIEWMODEL really good this time |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | fix bug in last patch, fix RF_USEAXIS handling |
commit | commitdiff | tree | snapshot |
2011-05-08 |
havoc | fix RF_VIEWMODEL by using CL_GetTagMatrix on self rathe... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
divverent | fix double declarations of ODE stuff |
commit | commitdiff | tree | snapshot |
2011-05-07 |
divverent | add buttons 9 to 16; improve autocvar description |
commit | commitdiff | tree | snapshot |
2011-05-07 |
divverent | fix water renders with r_viewscale |
commit | commitdiff | tree | snapshot |
2011-05-07 |
divverent | try harder to get a version string out of git |
commit | commitdiff | tree | snapshot |
2011-05-07 |
havoc | added vid_sRGB cvar, this replaces the r_texture_sRGB... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
divverent | add 2 missing casts |
commit | commitdiff | tree | snapshot |
2011-05-06 |
divverent | we can enable NPOT fonts, there seems to be no slowdown... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
divverent | new cvar: r_font_nonpoweroftwo (to save GPU VRAM for... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
divverent | add a debug print about font map use |
commit | commitdiff | tree | snapshot |
2011-05-06 |
divverent | FINALLY use the mapidx right |
commit | commitdiff | tree | snapshot |
2011-05-06 |
divverent | to resolve the format string madness once and for all... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
havoc | added .float sendcomplexanimation server qc field which... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
havoc | fix a format error in map_identifier (load_flags needs... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
havoc | fix bug with iqm models by removing pose 0 optimization... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
havoc | fix serious error in font caching |
commit | commitdiff | tree | snapshot |
2011-05-05 |
havoc | avoid creating an empty config.cfg in the basedir folde... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
vortex | Removed mqt_viewmindist as it messes up order and don... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
divverent | avoid rendering the glyphs when not needed |
commit | commitdiff | tree | snapshot |
2011-05-04 |
divverent | free the data allocated by font rendering, even if... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
divverent | also calculate padding if the font glyph is not to... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
divverent | add a third mode to call Font_Postprocess (NULL image... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
havoc | fix screenshot prefix updates on gamedir change |
commit | commitdiff | tree | snapshot |
next |