]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_execprogram.h
new .gitattributes file, no visible change
[divverent/darkplaces.git] / prvm_execprogram.h
2010-07-04 divverenta simple time profiler for prvm_profile, cvar: prvm_tim...
2010-01-08 havocsignificantly reduce code size in prvm_exec.c by simpli...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-04 havocclean up field offset handling a bit, now uses vec_t...
2009-10-16 havocchanged handling of forbidden world writes - they are...
2009-09-17 divverentmake profile output more verbous (including time of...
2009-08-24 divverentyet another typo :( typing with lag sucks
2009-08-24 divverentfix typo
2009-08-24 divverentokay, fix the latest fix :P
2009-08-24 divverentchnage "negative zero" check to actually check the...
2009-08-24 divverentadd bounds check on OP_ADDRESS
2009-08-19 divverentbounds check function calls, and entity indexes in...
2009-08-18 havocfix div0's bug
2009-08-18 divverentmark another place of missing bounds check
2009-08-18 divverentidentify two missing bounds checks (fix them later)
2009-08-14 divverentexperimental change: do a float compare for OP_IF and...
2009-07-07 havocmore _int changes, but these are only in the commented...
2009-07-07 havocuse ivector for all vector copy instructions, not vector
2009-01-13 divverentremove the PRVM_BOUNDSCHECK_CVAR define
2008-02-27 divverentMake the "no such builtin" message more descriptive
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