]> icculus.org git repositories - divverent/darkplaces.git/history - progsvm.h
added cl_dlights_decayradius and cl_dlights_decaybrightness cvars, both default on...
[divverent/darkplaces.git] / progsvm.h
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...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2004-11-14 black-Fixed a stupid bug in the VM_findchain* functions.
2004-10-15 black-Added a more descriptive comment for prvm_edict_t::p
2004-10-12 black-Its now possible to add support for other edict_privat...
2004-10-05 havocnow compiles on x86_64 successfully (still a crash...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-02 havocchanged a lot of progs errors to warnings, and it print...
2003-12-20 blackPR_SetString and PRVM_SetString now point to pr_strings...
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-10-11 blackAdded the drawing functions and added also probably...
2003-10-09 blackAdded a lot of builtin commands to prvm_cmds.c (mostly...
2003-10-06 blackAdding the new vm