2013-02-28 |
havoc | implemented r_batch_dynamicbuffer which allows the... |
blob | commitdiff | raw |
2013-02-28 |
havoc | implemented use of GL_ARB_uniform_buffer_object for... |
blob | commitdiff | raw | diff to current |
2013-02-28 |
havoc | implemented loading of the RMQe variant of BSP2 ("2PSB") |
blob | commitdiff | raw | diff to current |
2013-01-16 |
havoc | implemented gpu-skinning (vertex shader skeletal animat... |
blob | commitdiff | raw | diff to current |
2012-12-22 |
havoc | fix bug with transparency sorting introduced by vortex... |
blob | commitdiff | raw | diff to current |
2012-05-24 |
vortex | New shader keyword dptransparentsort (can be "sky"... |
blob | commitdiff | raw | diff to current |
2012-04-04 |
havoc | added PRVM_64 define which upgrades the QC VM to double... |
blob | commitdiff | raw | diff to current |
2012-02-20 |
havoc | added Q1 BSP2 format support, compatible with hmap2 |
blob | commitdiff | raw | diff to current |
2012-02-04 |
eihrul | convert pose6s data to pose7s data to resolve quaternio... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
vortex | Cumulative patch: |
blob | commitdiff | raw | diff to current |
2011-11-25 |
divverent | introduce a lightmap scale for models, and use this... |
blob | commitdiff | raw | diff to current |
2011-11-15 |
divverent | actually USE surfaceparms parsed from the shaders ... |
blob | commitdiff | raw | diff to current |
2011-08-30 |
divverent | fix another data loss type conversion |
blob | commitdiff | raw | diff to current |
2011-08-30 |
divverent | offsetbias: changed range to 0..1 to match what the... |
blob | commitdiff | raw | diff to current |
2011-08-29 |
vortex | Offsetmapping: new "Bias" parameter that sets a custom... |
blob | commitdiff | raw | diff to current |
2011-08-24 |
eihrul | fix bugs introduced by r11262 |
blob | commitdiff | raw | diff to current |
2011-08-20 |
havoc | added dpshaderkillifcvar and dpshaderkillifcvarzero... |
blob | commitdiff | raw | diff to current |
2011-07-31 |
vortex | r_glsl_deluxemapping 2 support for vertexlit surfaces... |
blob | commitdiff | raw | diff to current |
2011-05-06 |
havoc | added .float sendcomplexanimation server qc field which... |
blob | commitdiff | raw | diff to current |
2011-05-02 |
vortex | Transparent sorting: added maxdist and array size cvars... |
blob | commitdiff | raw | diff to current |
2011-03-03 |
havoc | eliminated color4ub vertex formats, now everything... |
blob | commitdiff | raw | diff to current |
2011-03-01 |
havoc | q1bsp traceline code now hits surfaces, this comes... |
blob | commitdiff | raw | diff to current |
2011-03-01 |
havoc | remove more r_shadow_particletrace code I missed in... |
blob | commitdiff | raw | diff to current |
2011-02-21 |
havoc | implemented r_shadow_particletrace cvar which enables... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
havoc | reduced memory usage by around 20MB (no longer allocate... |
blob | commitdiff | raw | diff to current |
2011-01-14 |
havoc | added r_enableshadowvolumes cvar, this defaults to... |
blob | commitdiff | raw | diff to current |
2010-11-07 |
divverent | new shader parameter "dppolygonoffset <factor> <offset... |
blob | commitdiff | raw | diff to current |
2010-10-13 |
vortex | Added dp_waterscroll <scale> <speed> shader keyword... |
blob | commitdiff | raw | diff to current |
2010-09-28 |
divverent | r_fakelight: 1 = use "fake" lighting (falloff-less... |
blob | commitdiff | raw | diff to current |
2010-09-14 |
divverent | add a TraceBrush function to all model types, and imple... |
blob | commitdiff | raw | diff to current |
2010-08-29 |
havoc | overhauled mod_q3bsp_lightmapmergepower code, to fix... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
havoc | fix almost all g++ -pedantic warnings |
blob | commitdiff | raw | diff to current |
2010-07-16 |
divverent | cvar: r_mipnormalmaps |
blob | commitdiff | raw | diff to current |
2010-07-03 |
havoc | implemented Direct3D9 renderer (off by default), not... |
blob | commitdiff | raw | diff to current |
2010-06-29 |
divverent | speed up decal creation in newdecalsystem by using... |
blob | commitdiff | raw | diff to current |
2010-06-17 |
divverent | user (csqc) controllable wavefuncs |
blob | commitdiff | raw | diff to current |
2010-05-01 |
havoc | overhauled vertex formats, now supports 100% interleave... |
blob | commitdiff | raw | diff to current |
2010-03-07 |
eihrul | experimental IQM model format support |
blob | commitdiff | raw | diff to current |
2010-02-28 |
divverent | WarpZones: |
blob | commitdiff | raw | diff to current |
2010-02-25 |
havoc | added dpmeshcollisions keyword in shader parsing, this... |
blob | commitdiff | raw | diff to current |
2010-02-21 |
vortex | Offsetmapping now could be customized on per-texture... |
blob | commitdiff | raw | diff to current |
2010-02-18 |
havoc | move RESTRICT keyword define to qtypes.h and add it... |
blob | commitdiff | raw | diff to current |
2010-02-17 |
havoc | added mod_q1bsp_polygoncollisions cvar (off by default... |
blob | commitdiff | raw | diff to current |
2010-02-17 |
eihrul | store blend weights as unsigned char data |
blob | commitdiff | raw | diff to current |
2010-02-15 |
havoc | implementing Bounding Interval Hierarchy collision... |
blob | commitdiff | raw | diff to current |
2010-02-04 |
eihrul | faster skeletal animation based on blend-palettes |
blob | commitdiff | raw | diff to current |
2010-02-01 |
eihrul | check if a model's textures have deforms that need... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
havoc | implemented fake reflection cubemaps... requires that... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
havoc | fix a bug where submodels are not uploaded in a VBO... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
havoc | shuffle fields in msurface_t to reduce memory usage... |
blob | commitdiff | raw | diff to current |
2010-01-09 |
havoc | redesigned skeletal model animation bone pose format... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
havoc | implemented obj model loading |
blob | commitdiff | raw | diff to current |
2010-01-02 |
havoc | upload all q1bsp lightmaps on first frame, rather than... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
havoc | the beginnings of a cgGL rendering path experiment... |
blob | commitdiff | raw | diff to current |
2009-12-20 |
havoc | fix GL11/GL13 fogged sprite rendering and q1bsp sky... |
blob | commitdiff | raw | diff to current |
2009-12-17 |
havoc | implemented deferred rendering (r_shadow_deferred cvar... |
blob | commitdiff | raw | diff to current |
2009-12-13 |
havoc | added R_FrameData_Alloc and Store functions (a per... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
havoc | mdl skin loading is now more memory-efficient (now... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
havoc | more work on mod_generatelightmaps command |
blob | commitdiff | raw | diff to current |
2009-11-22 |
havoc | implemented FTE_CSQC_SKELETONOBJECTS (clientside support) |
blob | commitdiff | raw | diff to current |
2009-11-11 |
havoc | migrated a large number of #define MAX values to quaked... |
blob | commitdiff | raw | diff to current |
2009-11-08 |
havoc | new decal system (cl_decals_newsystem 1 to activate) |
blob | commitdiff | raw | diff to current |
2009-11-06 |
havoc | implemented fog height setting, along with fade depth... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
havoc | ODE physics engine support, needs more work, disabled... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
havoc | reorganized sv.writeentitiestoclient handling of Mod_Ca... |
blob | commitdiff | raw | diff to current |
2009-10-07 |
eihrul | use bounding boxes for shadowmap side culling instead... |
blob | commitdiff | raw | diff to current |
2009-10-05 |
divverent | while I am at it, also dp_specularscalemod |
blob | commitdiff | raw | diff to current |
2009-10-05 |
divverent | new shader keyword: dp_specularpowermod 2, makes gloss... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
havoc | split CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
eihrul | compile separate index lists for each cubemap shadowmap... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
havoc | implemented omnidirectional shadowmapping using depth... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
divverent | a minor cleanup; also generate the combined bboxes... |
blob | commitdiff | raw | diff to current |
2009-07-21 |
divverent | Collision against patches: do some major optimizations. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
divverent | only show "shader already defined" messages if the... |
blob | commitdiff | raw | diff to current |
2009-07-05 |
divverent | Support a separate texture matrix for the background... |
blob | commitdiff | raw | diff to current |
2009-04-19 |
divverent | fix error message about wrong light grid dimensions |
blob | commitdiff | raw | diff to current |
2009-04-04 |
havoc | it is now possible to have multiple map models loaded... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
havoc | compute sorted surface list at load of each model ... |
blob | commitdiff | raw | diff to current |
2009-02-17 |
divverent | DP_QC_GETTAGINFO_BONEPROPERTIES |
blob | commitdiff | raw | diff to current |
2008-12-29 |
divverent | models: add a special built-in model name "null" that... |
blob | commitdiff | raw | diff to current |
2008-12-06 |
divverent | experimental new mode "r_showsurfaces 3": shows faces... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
divverent | experimental (not yet tested) support for q3map2 -light... |
blob | commitdiff | raw | diff to current |
2008-09-12 |
divverent | new tcmod: "tcmod page <width> <height> <time>", as... |
blob | commitdiff | raw | diff to current |
2008-08-22 |
havoc | forgot to update this for dpshadow/dpnoshadow |
blob | commitdiff | raw | diff to current |
2008-08-18 |
havoc | fix crashes when recursing portals on maps with some... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
havoc | an attempt at optimizing msurface_t dlight_cache checks... |
blob | commitdiff | raw | diff to current |
2008-06-01 |
divverent | some const fixes and type fixes found by gcc -combine |
blob | commitdiff | raw | diff to current |
2008-04-21 |
divverent | globally rename model_t to dp_model_t for OpenSolaris... |
blob | commitdiff | raw | diff to current |
2008-04-10 |
havoc | implemented uint16 element array support, and use of... |
blob | commitdiff | raw | diff to current |
2008-02-18 |
havoc | removed tag override support in .skin files - because... |
blob | commitdiff | raw | diff to current |
2008-02-15 |
havoc | split Mod_GetMesh_Vertices into 3 AnimateVertices funct... |
blob | commitdiff | raw | diff to current |
2008-02-04 |
havoc | huge audit of dprints throughout engine, all notices... |
blob | commitdiff | raw | diff to current |
2008-01-28 |
divverent | extra required parameter for dp_water: alpha modifier |
blob | commitdiff | raw | diff to current |
2008-01-22 |
havoc | removed support for Sajt's unfinished McBSP format |
blob | commitdiff | raw | diff to current |
2008-01-07 |
black | Move a part of r_refdef_t into a new r_refdef_scene_t... |
blob | commitdiff | raw | diff to current |
2007-12-25 |
havoc | implemented PointSuperContents model function as a... |
blob | commitdiff | raw | diff to current |
2007-12-23 |
havoc | colormod values above 1 1 1 should work properly with... |
blob | commitdiff | raw | diff to current |
2007-12-20 |
havoc | reenabled R_UpdateAllTextureInfo calls when lighting... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
res | Dynamically allocate Q3 shader texture frames. |
blob | commitdiff | raw | diff to current |
2007-12-17 |
res | Changed Q3 shaders to use dynamic memory allocation... |
blob | commitdiff | raw | diff to current |
next |