]> icculus.org git repositories - divverent/darkplaces.git/history - progsvm.h
Mod_Decompile_SMD blend weight fixes
[divverent/darkplaces.git] / progsvm.h
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...
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-17 blackHopefully this fixes a bug introduced with the latest...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-01-24 havocredesigned tempstring system, now uses a fixed size...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-09-13 blackTry to fix a dedicated server crash by moving the two...
2006-09-12 havocmoved VM_FILES and VM_SEARCHLIST stuff to prvm_prog_t
2006-09-12 havocincreased PRVM_MAX_STACK_DEPTH and PRVM_LOCALSTACK_SIZE...
2006-07-26 havocchanged PF_WARNING to not do a return
2006-07-25 havocprint out profile report above runaway loop counter...
2006-05-25 havocchanged qc profiling to use doubles instead of ints...
2006-04-25 havocadded prvm_printfunction command which prints an assemb...
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-09-07 havocfix a few very small mistakes by Black and Elric: preco...
2005-07-05 havocmore size_t
2005-07-01 havocforbid world writes after precache stage (without using...
2005-06-29 havocadded knownstrings_freeable array to prog struct so...
2005-06-28 black-Added sv_playerphysicsqc to control whether the qc...
2005-06-11 blackIncreased maximum edict count to 4096
2005-06-03 havocadded a small simple optimization of prog->knownstring...
2005-06-03 havocremove unused PRVM_SetQCString function
2005-06-03 havocrewrote PRVM_AllocString and PRVM_FreeString to deal...
2005-06-01 black-Added Host_AbortCurrentFrame to hide the longjump...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-25 black-LoadProgs now expects to be called after InitProg...
2005-05-24 black-Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and...
2005-05-21 black-Added an comment ('[INIT]') to all fields of vm_prog...
next