]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - csprogs.c
Fix a bug in collisions between brushes and brushes when the plane is rotating -...
[xonotic/darkplaces.git] / csprogs.c
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-11-24 divverentLeaktest: disable support for following target/targetna...
2015-03-05 divverentFix warnings.
2015-03-05 divverentCoverity fix.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-28 divverentwhichpack: distinguish file not found from file is...
2013-12-15 havocUpgrade CL_VM_InputEvent to using floats rather than...
2013-09-15 havocset world.absmin and world.absmax in csqc
2013-08-06 divverentIn prog reset functions, do not call functions unless...
2013-07-07 havocfix a serious issue with CSQC frametime being non-zero...
2012-09-19 divverentbuffer csprogs downloads and load csprogs from the...
2012-04-19 divverentremove some more dead code
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2011-12-31 divverentEF_DYNAMICMODELLIGHT
2011-12-21 vortexCumulative patch:
2011-12-08 vortexRF_MODELLIGHT compatible with getlight() - assuming...
2011-12-04 divverentwe now no longer need the auto RENDER_EXTERIORMODEL...
2011-12-04 divverentmake player_localnum and player_localentnum conform...
2011-12-04 divverentfix CSQC view entity handling
2011-12-02 divverentCSQC: propagate automatic RENDER_EXTERIORMODEL inherite...
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-12 divverentmake it possible to unset effects for CSQC entities
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-11-01 havocfix compile errors and warnings in MSVC
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-10-14 havocfix bugs with CSQC clearscene function - it now restore...
2011-10-12 havocremoved S_StartSound_StartPosition function because...
2011-10-01 divverentCSQC_Event_Sound: pass pitch shift info; actually apply...
2011-09-12 vortexAdded DP_CSQC_ENTITYMODELLIGHT extension (CSQC-updated...
2011-08-20 divverentcvar: csqc_usedemoprogs
2011-08-16 havocimplemented CSQC_InputEvent type 2 and type 3 mouse...
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-31 divverentviewmodel matrix fixes:
2011-05-23 havocfix steelstorm animated shader timing (shadertime was...
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-09 havocadded pmove_onground to get this value from the engine...
2011-05-09 havocfix missing .string message fielddef
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-05-08 havocfixed RF_VIEWMODEL really good this time
2011-05-08 havocfix bug in last patch, fix RF_USEAXIS handling
2011-05-08 havocfix RF_VIEWMODEL by using CL_GetTagMatrix on self rathe...
2010-09-21 vortexFix GAME_XONOTIC beging misplaced in gamemode_t->gamemo...
2010-09-06 divverentfix CSQC being unable to use the "effects" field as...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-06-17 divverentuser (csqc) controllable wavefuncs
2010-05-10 havocfixed bug with effectinfo.txt loading so that it now...
2010-05-04 divverentfix the EndIncreaseEdicts handlers as edicts beyond...
2010-02-28 divverentWarpZones:
2010-02-25 havocadd several more R_TimeReport calls for better analysis...
2010-02-18 havocadded RF_FULLBRIGHT and RF_NOSHADOW renderflags for...
2010-02-01 eihrulunsigned long vs. size_t printf format warning fix
2010-01-31 havocfix a bunch of warnings
2010-01-25 havocchanged DP_SMALLMEMORY compiles to use the standard...
2009-12-27 havocchanged several Con_Printf calls to Con_DPrintf
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-17 havocfix typo in lerpfrac fix
2009-11-17 havocfixed a bug with CSQC compatibility - .lerpfrac was...
2009-11-14 havocmake csqc render entities persistent (except the temp...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-11-07 divverentmore error code fixing
2009-11-07 divverentand fix a NULL pointer causing typo...
2009-11-07 divverentfix gettagmatrix error handling
2009-11-07 divverenttry fixing gettaginfo in client with frameblend etc...
2009-11-06 havocadded fogging info to rsurface state so model scaling...
2009-11-06 divverententity light equalization as an alternative rendering...
2009-10-22 divverentODE: joints
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-10-04 vortex-added game Blood Omnicide
2009-10-04 havocadded DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD...
2009-10-04 havocduplicated PRVM_ExecuteProgram to become MVM_ExecutePro...
2009-09-24 divverentadd misisng include
2009-09-23 divverentprevent information leakage from trace_ globals to...
2009-09-23 divverentclear trace globals after CSQC execution, to prevent...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-14 samualPatch by FruitieX -- fixes speed
2009-03-30 havocreworked animation interpolation code - entity_render_t...
2009-03-27 divverentsame fix for csqc
2009-03-27 divverentproperly let sounds come out of attached entities ...
2009-02-15 havocadded shadertime field in csqc
2009-01-28 divverentmake DP compile with C++ again
2009-01-16 havocadded servertime, serverprevtime, serverdeltatime globa...
2009-01-15 divverentmake csqc entity sounds follow their entity
2008-12-18 havocadded DP_EF_NOSELFSHADOW extension
2008-11-27 divverentUGLY HACK: intercept curl commands when playing back...
2008-11-20 havocadded some flag clearing in csqc render entity setup...
2008-11-04 divverentfix some format string errors, and return value of...
2008-11-01 divverentfix broken demos with csqc code
2008-10-02 havocadded width and height parameters to CSQC_UpdateView...
2008-08-24 divverentfix Sajt's errors (in Visual Studio, I assume) in a...
2008-08-24 sajtfix some errors and warnings
2008-08-11 divverentdemo recording: stuff csprogs.dat files into .dem files...
2008-07-24 havocdon't warn about CSQC_Ent_Remove on an already-removed...
2008-07-15 divverentcompile fix
2008-07-15 divverentmove the -1 setting of csqc_* to a better place (argh...)
2008-06-01 divverentsome const fixes and type fixes found by gcc -combine
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
next