]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_execprogram.h
rate limit the old quake protocols by frequency
[divverent/darkplaces.git] / prvm_execprogram.h
2007-02-18 havoca cosmetic change as suggested by div0:
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-08-27 havocfix a bug with the divide by zero warning in the QC...
2006-07-26 black'Catch' divisions by zero in the VM:
2006-07-25 havocprint out profile report above runaway loop counter...
2006-06-14 havocreduce runaway loop counter limit from 1 billion to...
2006-05-25 havocincreased runaway jump count limit to 1000000000
2006-04-25 havocadded prvm_printfunction command which prints an assemb...
2006-04-25 havocsignificant optimizations to the progs interpreter...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-07-03 black-Moved findflags and findchainflags to the prvm_cmds.c.
2005-07-01 havocforbid world writes after precache stage (without using...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-24 black-Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and...
2005-05-20 black-Added the callcount field to the mfunction_t structure.
2003-10-25 blackAdded a new builin function (callfunction)
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-10-06 blackAdding the new vm