]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - prvm_exec.c
Added a couple todo items related to pq_fullpitch
[xonotic/darkplaces.git] / prvm_exec.c
2014-01-08 divverentSupport statementprofiling in the fast interpreter.
2014-01-07 divverentUse an explicit jump table for QCVM instruction dispatch.
2014-01-07 divverentBetter coverage output.
2014-01-07 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2014-01-06 divverentPatch by graphitemaster to support column number enhanc...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-04-16 havocoptimized vm by using cached local variables instead...
2013-01-13 divverentmake MUL_VF and MUL_FV friendlier for compilers, and...
2013-01-08 divverentBreakpoints and watchpoints
2012-12-20 divverentuse LNO files for backtraces (by Blub)
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2011-11-03 divverentfix segfault in prvm_printfunction
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-08 havoca few more PRVM_EDICTFIELDVALUE/PRVM_GLOBALFIELDVALUE...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2010-08-19 havocfix almost all g++ -pedantic warnings
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-23 divverentDP_SV_PING_PACKETLOSS: expose packet loss to server QC
2009-10-16 havocchanged handling of forbidden world writes - they are...
2009-10-04 havocduplicated PRVM_ExecuteProgram to become MVM_ExecutePro...
2009-09-17 divverentfix callprofile by making some CSQC builtins that call...
2009-09-17 divverentmake profile output more verbous (including time of...
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-05-14 molivierFixed a invalid use of the sizeof() operator. Thanks...
2009-03-23 divverentoops, move the print for that string upwards, as other...
2009-03-23 divverentin PRVM state dumps, also dump a special extra string...
2009-01-13 divverentfix warning
2009-01-13 divverentremove the PRVM_BOUNDSCHECK_CVAR define
2008-07-19 divverentadd feature "prvm_errordump" to make a savegame on...
2008-07-15 divverentprvm_leaktest - leak detector for QC objects (all but...
2008-01-19 divverentdamn... make sure Host_Error prevents SV_Shutdown from...
2008-01-09 divverentremove prvm_boundscheck cvar (security hole) and force...
2007-10-19 divverentprvm_callprofile: a flat profile, time based, including...
2007-07-08 dreskAdded optional wildcard support for prvm_edict, prvm_ed...
2007-04-16 havocsv.datagram is now flushed to client->unreliablemsg...
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 havocreplaced prvm_tempstringmemory cvar with automatic...
2007-01-24 havocredesigned tempstring system, now uses a fixed size...
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-04-25 havocsignificant optimizations to the progs interpreter...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-07-05 havocmore size_t
2005-07-03 black-Moved findflags and findchainflags to the prvm_cmds.c.
2005-06-06 havocfixed a PRVM_Crash crash when progs was NULL
2005-06-03 havocreset callcount in prvm_profile
2005-06-01 black-Added Host_AbortCurrentFrame to hide the longjump...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-20 black-Added the callcount field to the mfunction_t structure.
2004-12-13 molivierFixed a warning in MSVC6
2004-10-29 black-Minor fix in VM_registercvar.
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
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-10-28 blackFixed a bug that caused some messages to not be logged...
2003-10-23 blackChanged prvm_ed_loadfromfile - it isnt really compatibl...
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-10-06 blackAdding the new vm