]> icculus.org git repositories - divverent/darkplaces.git/history - progsvm.h
fix a bug that made the world render colormapped (no effect but a speed loss)
[divverent/darkplaces.git] / progsvm.h
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