]> git.xonotic.org Git - xonotic/darkplaces.git/history - sv_move.c
vid_null: Fix compiler warning on Windows build
[xonotic/darkplaces.git] / sv_move.c
2020-09-17 cloudwalkRename qboolean to qbool
2020-06-16 cloudwalkCorrect wrong function names in the VM_SAFEPARMCOUNT...
2018-03-24 havocAdd skipmaterialflagsmask feature to TraceLine and...
2016-11-27 havocAdd skipsupercontentsmask parameter to all the collisio...
2016-11-27 havocRollback last change which was meant to be many smaller...
2016-11-27 havocAdded developer_memorylargerthanmb cvar which dprints...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2010-10-17 vortexadd sv_gameplayfix_nostepmoveonsteepslopes which preven...
2009-10-04 havocduplicated PRVM_ExecuteProgram to become MVM_ExecutePro...
2009-10-03 havocsplit CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac...
2007-02-19 havocfix an uninitialized variable
2007-02-19 havocthis patch may break things and needs testing
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2006-04-14 havocbetter SUPERCONTENTS masks for a few TraceBox and Point...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2005-05-27 black-CVS: --------------------------------------------...
2003-12-28 havocfixed fiends jumping through player bug, huge thanks...
2003-12-24 havocfix a bug with using the wrong trace end variable in...
2003-12-24 havocadded a bunch more COLLISIONPARANOID code trying to...
2003-10-21 havocphysics code no longer uses allsolid (mainly of concern...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-07-19 havocadded SV_PointContents
2003-07-17 havocmoved all type-specific model fields to respective...
2003-07-02 havocchanged brush model API - now uses function pointers...
2002-10-29 havocchanged how QC interpreter handles edict field access...
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-06-09 lordhavocSV_PointContents removed (all calls replaced with Mod_P...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-02-15 lordhavocdouble precision RecursiveHullCheck
2001-10-29 lordhavocchanged SV_Move calls to use MOVE_NORMAL or MOVE_NOMONS...
2001-04-26 lordhavoca big change with a little description...
2000-08-22 lordhavocInitial revision