]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - progsvm.h
Make watchpoints data type aware; now vector watchpoints work too.
[xonotic/darkplaces.git] / progsvm.h
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...
2008-02-01 blackRewrite CSQC's setmodel a bit.
2008-01-30 havocfixed -tenebrae support, added glass and mirror renderi...
2008-01-22 resGecko: added ability to call back into a QC entry point...
2008-01-19 divverentnew SV progs function SV_Shutdown, gets called just...
2008-01-17 blackAdd support for a clientcamera sqc field that automatic...
2008-01-17 havocrewrote most of the DP_QC_STRINGBUFFERS implementation
2008-01-16 resGecko: load OffscreenGecko dynamically
2008-01-04 resChanging passing of key event ASCII codes to CSQC to...
2008-01-03 resProvide 'ascii' key input to CSQC.
2007-12-06 blackRemove unused MP_Fallback from menu.c.
2007-12-03 blackRemove the NG_MENU additions as it has never really...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-10-19 divverentprvm_callprofile: a flat profile, time based, including...
2007-09-16 dreskAdded optional CSQC function CSQC_Event_Sound with...
2007-09-08 dreskAdded optional float global sb_showscores to CSQC that...
2007-08-16 dreskAdded SSQC Function "SV_OnEntityNoSpawnFunction" which...
2007-08-13 dreskAdded CSQC globals dmg_take, dmg_save and dmg_origin...
2007-08-10 dreskAdded support for assigning coop and deathmatch global...
2007-07-27 dreskReverted addition of float global intermission to clpro...
2007-07-24 dreskAdded the map name (ie. "The Grisly Grotto") to the...
2007-07-08 dreskAdded optional wildcard support for prvm_edict, prvm_ed...
2007-06-17 havocadded view_angles field in csqc, no longer sets pmove_o...
2007-05-07 havocremoved PRVM_EDICT_NUM_UNSIGNED (PRVM_EDICT_NUM now...
2007-04-24 havocadded DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds...
2007-04-24 havocreverted dresk's DP_SV_ALLOWTOUCHWITHOWNER patch as...
2007-04-24 dreskAdded QC float .allowtouchwithowner . Setting this...
2007-04-23 dreskImplemented .string netaddress to SVQC, providing the...
2007-04-15 divverentNew console commands sv_cmd, menu_cmd, cl_cmd, that...
2007-03-27 havocadded .float disableclientprediction field for qc to...
2007-02-19 havocfixed support of progs.dat files with important global...
2007-02-19 havocremoved vm_cl_extensions (now uses vm_sv_extensions)
2007-02-18 havocchanged fieldoffsets and globaloffsets to be integer...
next