]> git.xonotic.org Git - xonotic/darkplaces.git/history - progsvm.h
qdefs: Implement DP_FUNC_ALWAYSINLINE macro for platform-specific inline forcing
[xonotic/darkplaces.git] / progsvm.h
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-21 Cloudwalkedict: Move free and freetime into prvm_edict_t itself
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-16 cloudwalkprogsvm.h: Make header compile standalone
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-17 cloudwalkRename qboolean to qbool
2020-08-14 cloudwalkprvm: Initial experimental implementation of support...
2020-07-24 cloudwalkprvm_edict: Refactor PRVM_ED_LoadFromFile. Split up...
2020-07-24 cloudwalkprvm_edict: Implement PRVM_ED_FindGlobalEval
2020-07-01 cloudwalkUse double for freetime in edict_engineprivate_t and...
2020-06-30 cloudwalkComply with ISO C11. Engine will now compile with ...
2020-06-21 cloudwalkRevert "Initialize console commands and cvars before...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2020-06-08 cloudwalkDon't use an enum as a type directly. Helps fix C+...
2020-05-27 cloudwalkFormatting fix
2020-05-25 havocReworked VM_CL_PolygonBegin/Vertex/End functions to...
2020-02-06 havocImplemented garbage collection of lost references to...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-04-15 havocChanged how polygonbegin guesses if the geometry is...
2018-04-13 havocCSQC polygonbegin functionality now uses the CL_MeshEnt...
2016-02-07 divverentRemoved leftovers from progid.
2015-11-24 divverentLeaktest: disable support for following target/targetna...
2014-01-07 divverentBetter coverage output.
2014-01-07 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2014-01-06 divverentPatch by graphitemaster to support column number enhanc...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-03-28 vortexRewritten SVQC stringbuffer saving routines (which...
2013-01-09 divverentMake watchpoints data type aware; now vector watchpoint...
2013-01-08 divverentBreakpoints and watchpoints
2012-09-19 divverentbuffer csprogs downloads and load csprogs from the...
2012-04-09 havocfix PRVM_E_INT which was severely bugged
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-20 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2011-11-01 divverentimpact handling: instead of detecting teleports by...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
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 havocadded debugging code for PRVM_EDICTFIELD*/PRVM_GLOBALFI...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-05-08 divverentfix naming of two fields
2011-05-08 divverentfix annotation of crypto fields
2011-05-06 havocadded .float sendcomplexanimation server qc field which...
2010-10-31 vortexnew m_newmap() MenuQC function which gets executed...
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
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-07-04 divverenta simple time profiler for prvm_profile, cvar: prvm_tim...
2010-06-17 divverentuser (csqc) controllable wavefuncs
2010-05-12 divverentDP_CSQC_BOXPARTICLES
2010-05-02 divverentAdd QC/cfg facilities to control deletion of automatica...
2010-02-28 divverentWarpZones:
2010-02-10 vortexExperimental feature of saving buffers within savegame...
2010-01-29 havocenable the separate CLVM_ and MVM_ExecuteProgram functi...
2010-01-08 havocsignificantly reduce code size in prvm_exec.c by simpli...
2010-01-08 havocreduce memory usage by several megabytes
2009-12-25 divverentadd a menu/csqc field .drawfontscale to scale the font...
2009-12-23 divverentprogs loading: allow translation of strings using a...
2009-12-23 divverentDP_SV_PING_PACKETLOSS: expose packet loss to server QC
2009-12-05 divverentDP_QC_AUTOCVARS: declare a QC variable float/vector...
2009-12-04 havocclean up field offset handling a bit, now uses vec_t...
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-10-22 divverentexperimental support for springs:
2009-10-22 divverentODE: joints
2009-10-20 havocremoved .axis_forward, .axis_left, .axis_up, .spinveloc...
2009-10-20 havocfix compile error with .avelocity
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-17 divverentmake profile output more verbous (including time of...
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-06-13 divverentDP_SV_BOUNCEFACTOR
2009-04-14 divverentfix entity reuse of the very last entity before the...
2009-03-30 havocreworked animation interpolation code - entity_render_t...
2009-03-23 divverentin PRVM state dumps, also dump a special extra string...
2009-02-25 havocZQ_PAUSE extension patch from GreEn`mArine
2009-02-17 divverentDP_QC_GETTAGINFO_BONEPROPERTIES
2009-02-15 havocadded shadertime field in csqc
2009-01-22 divverentDP_SV_ONENTITYPREPOSTSPAWNFUNCTION - hooks before and...
2009-01-16 havocadded servertime, serverprevtime, serverdeltatime globa...
2009-01-16 divverent- fix tracing against networked players on the client...
2008-09-12 divverentadd extension DP_QC_URI_GET (downloads HTTP/whatever...
2008-08-20 havocredesigned csqc shared entity .Version handling, now...
2008-08-08 divverentmake menu QC aware of player list; add extension DP_SV_...
2008-07-15 divverentsmall optimization to the leak check, to mark the entit...
2008-07-15 divverentprvm_leaktest - leak detector for QC objects (all but...
2008-06-01 divverentsome const fixes and type fixes found by gcc -combine
2008-03-23 dreskAdded server QC function "movetypesteplandevent". ...
2008-02-03 havocrevert my change and fix the types on Black's changes...
2008-02-03 havocfix Black's PRVM_EDICT_NUM_ERROR return type change...
next