2010-07-06 |
divverent | a simple time profiler for prvm_profile, cvar: prvm_tim... |
blob | commitdiff | raw |
2010-07-04 |
divverent | a simple time profiler for prvm_profile, cvar: prvm_tim... |
blob | commitdiff | raw |
2010-01-08 |
havoc | significantly reduce code size in prvm_exec.c by simpli... |
blob | commitdiff | raw | diff to current |
2010-01-08 |
havoc | significantly reduce code size in prvm_exec.c by simpli... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed a ton of developer cvar checks into developer_e... |
blob | commitdiff | raw | diff to current |
2009-12-04 |
havoc | clean up field offset handling a bit, now uses vec_t... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
havoc | changed handling of forbidden world writes - they are... |
blob | commitdiff | raw | diff to current |
2009-09-17 |
divverent | make profile output more verbous (including time of... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
divverent | yet another typo :( typing with lag sucks |
blob | commitdiff | raw | diff to current |
2009-08-24 |
divverent | fix typo |
blob | commitdiff | raw | diff to current |
2009-08-24 |
divverent | okay, fix the latest fix :P |
blob | commitdiff | raw | diff to current |
2009-08-24 |
divverent | chnage "negative zero" check to actually check the... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
divverent | add bounds check on OP_ADDRESS |
blob | commitdiff | raw | diff to current |
2009-08-19 |
divverent | bounds check function calls, and entity indexes in... |
blob | commitdiff | raw | diff to current |
2009-08-18 |
havoc | fix div0's bug |
blob | commitdiff | raw | diff to current |
2009-08-18 |
divverent | mark another place of missing bounds check |
blob | commitdiff | raw | diff to current |
2009-08-18 |
divverent | identify two missing bounds checks (fix them later) |
blob | commitdiff | raw | diff to current |
2009-08-14 |
divverent | experimental change: do a float compare for OP_IF and... |
blob | commitdiff | raw | diff to current |
2009-07-07 |
havoc | more _int changes, but these are only in the commented... |
blob | commitdiff | raw | diff to current |
2009-07-07 |
havoc | use ivector for all vector copy instructions, not vector |
blob | commitdiff | raw | diff to current |
2009-01-13 |
divverent | remove the PRVM_BOUNDSCHECK_CVAR define |
blob | commitdiff | raw | diff to current |
2008-02-27 |
divverent | Make the "no such builtin" message more descriptive |
blob | commitdiff | raw | diff to current |
2007-02-18 |
havoc | a cosmetic change as suggested by div0: |
blob | commitdiff | raw | diff to current |
2007-02-15 |
havoc | cleaned up client qc, menu qc, and server qc VM initial... |
blob | commitdiff | raw | diff to current |
2007-01-24 |
havoc | redesigned tempstring system, now uses a fixed size... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
havoc | patch from div0 that enables printf format warnings... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
havoc | fix a bug with the divide by zero warning in the QC... |
blob | commitdiff | raw | diff to current |
2006-07-26 |
black | 'Catch' divisions by zero in the VM: |
blob | commitdiff | raw | diff to current |
2006-07-25 |
havoc | print out profile report above runaway loop counter... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
havoc | reduce runaway loop counter limit from 1 billion to... |
blob | commitdiff | raw | diff to current |
2006-05-25 |
havoc | increased runaway jump count limit to 1000000000 |
blob | commitdiff | raw | diff to current |
2006-04-25 |
havoc | added prvm_printfunction command which prints an assemb... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
havoc | significant optimizations to the progs interpreter... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | removed \n from all Host_Error, Sys_Error, PRVM_ERROR... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-07-03 |
black | -Moved findflags and findchainflags to the prvm_cmds.c. |
blob | commitdiff | raw | diff to current |
2005-07-01 |
havoc | forbid world writes after precache stage (without using... |
blob | commitdiff | raw | diff to current |
2005-05-27 |
black | -CVS: --------------------------------------------... |
blob | commitdiff | raw | diff to current |
2005-05-24 |
black | -Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and... |
blob | commitdiff | raw | diff to current |
2005-05-20 |
black | -Added the callcount field to the mfunction_t structure. |
blob | commitdiff | raw | diff to current |
2003-10-25 |
black | Added a new builin function (callfunction) |
blob | commitdiff | raw | diff to current |
2003-10-21 |
black | Added in_mouse_x and in_mouse_y, which contain the... |
blob | commitdiff | raw | diff to current |
2003-10-06 |
black | Adding the new vm |
blob | commitdiff | raw | diff to current |
|