2009-12-20 |
havoc | fix GL11/GL13 fogged sprite rendering and q1bsp sky... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fix fog mask scrolling on q1bsp sky |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fix bug with cl_decals_newsystem where submodels and... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fix bug where r_shadow_deferred 1 caused transparent... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | added r_transparentdepthmasking cvar (defaults to 1... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | don't need it twice... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | - fix specular stuff on Q1BSP |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | slowmo: when slowmo is < 1, restrict sys_ticrate not... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | DP_EF_RESTARTANIM_BIT |
commit | commitdiff | tree | snapshot |
2009-12-20 |
divverent | maxidlefps fix for maxfps 0 |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fix bug with deluxemapping (I thought GLSL had a recip... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | force shadowmapping when deferred rendering is on |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | fix lack of specular on q1 mdl, and a possible case... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
havoc | avoid a permanent memory leak on lightmap allocation... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
samual | Update cl_deathfade cvar description |
commit | commitdiff | tree | snapshot |
2009-12-19 |
divverent | useful stuff for server admins: curl command now allows... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
havoc | change sv_cullentities_trace_samples from 1 to 2 -... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
havoc | implemented deferred rendering (r_shadow_deferred cvar... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
havoc | fix a bug where gl_max_lightmapsize cvar was not regist... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
eihrul | make Draw_FreePic set pic->tex to NULL to prevent reuse... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
havoc | reworked animcache code to store information in ent... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
havoc | increase r_framedatasize in increments instead of by... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
havoc | allocate portals differently to reduce Mem_Alloc reports in |
commit | commitdiff | tree | snapshot |
2009-12-14 |
havoc | fix crash when r_framedatasize increases |
commit | commitdiff | tree | snapshot |
2009-12-14 |
havoc | fix a crash on shutdown when using developer_memory... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
havoc | fix void * arithmetic error on MSVC |
commit | commitdiff | tree | snapshot |
2009-12-13 |
havoc | added R_FrameData_Alloc and Store functions (a per... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
havoc | removed GL_NV_blend_square detection because it is... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
havoc | removed DOT3 lighting path (bumpmapped lighting on... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
havoc | renderer now uses vid.renderpath to select rendering... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | some cleanup |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | minor cleanup |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | remove a couple useless lines |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | use gl_max_lightmapsize |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | added gl_max_lightmapsize |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | removed r_glsl_usegeneric cvar (always on now) |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | more cleanup |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | changed R_Mesh_TexCombine to use GL_COMBINE_ARB mode... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | initialize GL state only once at video start, rather... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | removed R_Mesh_TexBind3D, R_Mesh_TexBindCubeMap, R_Mesh... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | converted all code using gl_support_* variables to... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | don't upload a fog texture for explosion shells if... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | increase _snd_mixahead to 0.15 to fix crackling sound... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | moved gl_state definition higher in the code |
commit | commitdiff | tree | snapshot |
2009-12-08 |
havoc | an attempt to fix waveOut sound on Vista |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | remove unused tex1d parameters |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | added vid.support struct containing extension detection... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | remove a vid.support line I did not intend to be in... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | R_UpdateTexture no longer calls R_RealGetTexture, and... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | remove an unneeded comment |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | removed gl_videosyncavailable variable because on all... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | renamed gl_stencil to vid.stencil |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | changed VID_InitMode to take a viddef_mode_t structure... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | load fog textures in all cases again |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | mdl skin loading is now more memory-efficient (now... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
divverent | scr_loadingscreen_background cvar: when set, show loadi... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
havoc | fix a warning (gl_driver is not a pointer) |
commit | commitdiff | tree | snapshot |
2009-12-06 |
divverent | if gridsize is parsed wrong and DP would normally abort... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
divverent | parse gridsize like q3map2 does (less strict) |
commit | commitdiff | tree | snapshot |
2009-12-06 |
divverent | we cannot skip the next 3 vars after encounting a vecto... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
divverent | now autocvars can have default values when the progs... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
divverent | forgot the downtrace cvar |
commit | commitdiff | tree | snapshot |
2009-12-05 |
divverent | turn this into sv_gameplayfix_downtracesupportsongroundflag |
commit | commitdiff | tree | snapshot |
2009-12-05 |
divverent | fix onground clearing by ANDing it with a downtrace... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
divverent | fix endposnudge |
commit | commitdiff | tree | snapshot |
2009-12-05 |
vortex | Add several gl_info_ cvars which holds gl_vendor, gl_dr... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
divverent | DP_QC_AUTOCVARS: declare a QC variable float/vector... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
havoc | fixed a bug with sv_gameplayfix_nudgeoutofsolid where... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
havoc | fix Mem_Free NULL pointer warnings |
commit | commitdiff | tree | snapshot |
2009-12-04 |
divverent | make the endpos-in-solid workaround a cvar collision_en... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
havoc | disable COLLISION_STUPID_TRACE_ENDPOS_IN_SOLID_WORKAROU... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
havoc | clean up field offset handling a bit, now uses vec_t... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
havoc | remove const qualifiers on Mem_Free calls on r_surfacelist |
commit | commitdiff | tree | snapshot |
2009-12-02 |
havoc | add support for a filename parameter on screenshot... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
havoc | added a few more CHECKGLERROR lines, and the possibilit... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
havoc | removed 1D texture management code, not used by anything |
commit | commitdiff | tree | snapshot |
2009-11-29 |
havoc | added Mem_Memalign function |
commit | commitdiff | tree | snapshot |
2009-11-29 |
vortex | GAME_BLOODOMNICIDE: disable quake gfx precaches |
commit | commitdiff | tree | snapshot |
2009-11-29 |
vortex | r_replacemaptexture: no printings for GAME_BLOODOMNICIDE |
commit | commitdiff | tree | snapshot |
2009-11-28 |
havoc | compile without IPV6 support by default (-DSUPPORTIPV6... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
havoc | more work on mod_generatelightmaps: |
commit | commitdiff | tree | snapshot |
2009-11-27 |
havoc | changed mod_generatelightmaps_* cvar defaults to better... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
havoc | more work on mod_generatelightmaps: |
commit | commitdiff | tree | snapshot |
2009-11-27 |
havoc | more work on mod_generatelightmaps: |
commit | commitdiff | tree | snapshot |
2009-11-27 |
havoc | more work on mod_generatedlightmaps: |
commit | commitdiff | tree | snapshot |
2009-11-27 |
havoc | more work on mod_generatelightmaps: |
commit | commitdiff | tree | snapshot |
2009-11-26 |
havoc | more work on mod_generatelightmaps |
commit | commitdiff | tree | snapshot |
2009-11-24 |
havoc | more work on mod_generatelightmaps |
commit | commitdiff | tree | snapshot |
2009-11-24 |
havoc | mod_generatelightmaps is much closer to usable now |
commit | commitdiff | tree | snapshot |
2009-11-24 |
havoc | more work on mod_generatelightmaps command |
commit | commitdiff | tree | snapshot |
2009-11-23 |
divverent | fix another typo |
commit | commitdiff | tree | snapshot |
2009-11-23 |
divverent | fix typo |
commit | commitdiff | tree | snapshot |
2009-11-23 |
divverent | fix sound spatialization of edited sounds |
commit | commitdiff | tree | snapshot |
2009-11-22 |
havoc | beginning work on mod_generatelightmaps command |
commit | commitdiff | tree | snapshot |
2009-11-22 |
havoc | implemented FTE_CSQC_SKELETONOBJECTS (clientside support) |
commit | commitdiff | tree | snapshot |
2009-11-21 |
divverent | patches: experimental mode that allows setting collisio... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
havoc | reworked decal system to limit the number of decal... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
havoc | fix crash on Nexuiz demos/demo2 with new decal system... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
havoc | fix typo in lerpfrac fix |
commit | commitdiff | tree | snapshot |
2009-11-17 |
havoc | added timedemo_screenshotframelist cvar which lets... |
commit | commitdiff | tree | snapshot |
next |