]> git.xonotic.org Git - xonotic/darkplaces.git/history - sv_phys.c
build: minor adjustments
[xonotic/darkplaces.git] / sv_phys.c
2023-12-09 bones_was_hereChange to the C99 standard method of testing for nan
2023-10-28 bones_was_hereFix GCC 13 warns: ‘new_velocity[0]’ may be used uniniti...
2023-10-28 bones_was_hereMerge PR 'Small fixes (indices out of bounds)'
2023-10-28 bones_was_hereMerge PR 'Fix some UB'
2023-10-02 bones_was_hereMerge PR 'Fix a bug on FreeBSD caused by assuming that...
2023-09-19 bones_was_hereAdd some physics-related comments
2023-09-13 bones_was_hereSV_FlyMove(): defer SV_Impact() call until after ground...
2023-09-13 bones_was_hereRework handling of stuck entities in engine movetypes
2023-07-21 bones_was_hereMerge MR 'Fix inability to access non-ascii path under...
2023-07-15 bones_was_hereMerge MR 'Implement DP_QC_NUDGEOUTOFSOLID extension...
2023-07-15 bones_was_hereMove SV_NudgeOutOfSolid() into a common namespace and...
2023-02-23 bones_was_hereFix COLLISIONPARANOID build errors and warns
2023-02-21 bones_was_hereAdd cvars that disable linking of SOLID_NOT entities...
2023-02-05 bones_was_hereMerge PR 'Fixed two keyboard bugs'
2023-02-03 bones_was_hereAdd cvar sv_legacy_bbox_expand for disabling Quake...
2022-05-02 Ashley 'LadyHavoc... Resolved .gitignore conflict
2022-01-16 bones_was_hereMerge PR 'sv_gameplayfix_stepmultipletimes 1: Prevent...
2022-01-16 bones_was_hereMerge PR 'sv_gameplayfix_stepmultipletimes 1: Make...
2022-01-16 bones_was_hereMerge MR 'Set groundentity when sv_gameplayfix_downtrac...
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2022-01-09 bones_was_hereSet groundentity when sv_gameplayfix_downtracesupportso... bones_was_here/walking_groundentity_fix
2022-01-09 bones_was_herePrevent players moving too far when stepping up bones_was_here/stepup_distance
2022-01-09 bones_was_hereMake stepping up while jumping reliable bones_was_here/stepup_reliability
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-21 Cloudwalkode: Add more #ifdefs to ensure ODE is fully disabled...
2021-07-21 Cloudwalkedict: Move free and freetime into prvm_edict_t itself
2020-10-05 cloudwalksv_user: Rename SV_ClientThink to SV_PlayerPhysics...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-17 cloudwalkFix remaining clang compile warnings
2020-09-17 cloudwalkRename qboolean to qbool
2020-06-30 cloudwalkDisable PRVM_64 until it can be developed further....
2020-05-27 cloudwalkFix incorrect types causing fp precision errors with...
2020-05-26 cloudwalkClean up qtypes.h. Use stdbool.h on non-MSVC. Replace...
2020-05-26 cloudwalkImplement clipgroup extension from DarkplacesRM
2020-02-06 havocImplemented garbage collection of lost references to...
2020-01-09 havocCorrected names in credits to be more accurate and...
2019-12-31 divverentFixed compile warnings - Corrected formatting of 'if...
2018-04-10 havocRemove the model parameter from NativeContentsFromSuper...
2018-03-24 havocAdd skipmaterialflagsmask feature to TraceLine and...
2017-01-02 havocFix rogue mission pack (Dissolution of Eternity) plasma...
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...
2016-08-18 divverentAdd user defined movetypes extension
2016-07-30 divverentDon't run MOVETYPE_NOCLIP physics asynchronously
2015-12-28 divverentNew feature: disableclientprediction == -1.
2015-08-03 divverentOnly abort the move of a MOVETYPE_TOSS entity if it...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2014-05-08 havocFix a compile error when using COLLISION_PARANOID 3.
2014-05-08 havocFix sv_jumpstep cvar, whose behavior was completely...
2013-03-24 havocreworked the MOVETYPE_WALK and MOVETYPE_STEP sticking...
2013-03-02 havocchanged MOVETYPE_STEP and MOVETYPE_WALK to match Quake...
2013-02-25 havocremoved cvar sv_gameplayfix_stepwhilejumping which...
2013-01-02 divverentserver: ignore out of order prespawn/spawn/begin commands
2012-04-17 havocfix two bugs introduced in r11402 that broke dm6 telepo...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2012-01-09 divverentfix c/s consistency of sv_gameplayfix_nogravityonground...
2011-11-01 divverentimpact handling: instead of detecting teleports by...
2011-10-31 havocundo the SUPERCONTENTS_SKY change, it should not be...
2011-10-31 havocfix dpmod shell casings spinning on the floor by disabl...
2011-10-31 havoccleaned up SV_Physics_Toss code to be more maintainable
2011-10-29 havoclet traces hit sky by default, don't know why this...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-12 havocadded sv_areadebug cvar which disables the use of the...
2011-10-12 havocadded cvar sv_gameplayfix_bugfixedcheckwatertransition...
2011-09-16 havocadded network protocol for sound speed
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-08-16 divverentMOVETYPE_FLY_WORLDONLY (movetype 33)
2011-08-16 havocfix MOVETYPE_FAKEPUSH (tenebrae movetype 13) implementation
2011-07-27 divverentSV_PushMove: no longer assume that just rotating the...
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-28 havocreworked sv_gameplayfix_nudgeoutofsolid, it now begins...
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2010-10-19 divverentfix in entity teleport detection of FlyMove
2010-04-05 divverent1. network sv_gameplayfix_gravityunaffectedbyticrate...
2010-02-28 divverentWarpZones:
2010-01-31 havocfix more warnings
2010-01-31 havocallow multiple steps in one move
2010-01-27 divverentnudgeoutofsolid: check for bmodelstartsolid, not starts...
2010-01-07 divverentfix bug in tracebox->line and traceline->point redirect...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-12-05 divverentturn this into sv_gameplayfix_downtracesupportsongroundflag
2009-12-05 divverentfix onground clearing by ANDing it with a downtrace...
2009-12-05 divverentfix endposnudge
2009-12-04 divverentmake the endpos-in-solid workaround a cvar collision_en...
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-06 havocfix two bugs introduced in r5828 (2005-11-25) that...
2009-11-01 havocadd a little bias to prevent constant contact cases...
2009-10-25 havocimplemented sv_gameplayfix_nudgeoutofsolid
2009-10-23 divverentmake ODE entities call touch functions
2009-10-22 divverentODE: joints
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-10-17 divverentalso support bouncefactor for MOVETYPE_BOUNCEMISSILE
2009-10-04 divverentalso don't call PostThink on disconnected clients ;)
next