summaryrefslogtreecommitdiff
path: root/src/collision.cpp
Commit message (Expand)AuthorAge
* Add missing sao->isGone() checkssfan52020-05-18
* Collision detection - #9343 follow-up (#9764)TheTermos2020-05-14
* Expose collided objects in moveresultsfan52020-05-06
* Swap out -ffast-math for a safe subset of optimization flags (#9682)sfan52020-04-16
* Optimize get_objects_inside_radius calls (#9671)Loïc Blot2020-04-16
* Move serveractiveobject & unitsaoLoic Blot2020-04-11
* Collision various fixes (#9343)TheTermos2020-04-08
* Revert collision tweaks #9365 and #9327 (#9591)SmallJoker2020-04-04
* Collision detection tweak #2 (#9365)TheTermos2020-02-13
* Collision temporary fix for issue #6886TheTermos2020-01-27
* Better F6 profiler (#8750)SmallJoker2019-08-13
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-10
* Add disable_jump to liquids and ladders (#7688)SmallJoker2019-06-10
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-28
* Client-side autojump. Remove Android-only stepheight autojump (#7228)Ben Deutsch2018-11-22
* Prevent objects from colliding with own child attachments (#7610)SmallJoker2018-08-05
* Optimize a little bit isBlockInSight, adjustDist & collisions (#7193)Loïc Blot2018-04-04
* Fix various clang-tidy reported performance-type-promotion-in-math-fnLoïc Blot2018-04-03
* CollisionMoveSimple: Collide with 'ignore' nodesparamat2018-02-26
* Node definition manager refactor (#7016)Dániel Juhász2018-02-10
* Change BS constant from implicit double to float (#6286)Jens Rottmann2017-08-20
* clientobject, clouds, collision, clientsimpleobject: code modernization (#6260)Loïc Blot2017-08-17
* Add tiny Y offset in collisionMoveSimple() to tweak performanceJens Rottmann2017-08-05
* Fix player coordinate rounding in collisionMoveSimple() (#6197)Jens Rottmann2017-08-05
* C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot2017-06-16
* Environment & IGameDef code refactoring (#4985)Ner'zhul2017-01-09
* Move ServerEnvironment to dedicated cpp/header filesLoic Blot2017-01-08
* Move ClientEnvironment to dedicated cpp/header filesLoic Blot2017-01-08
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-30
* Collision: Improve performance by combining 6 vectors into 1 using a structShadowNinja2016-09-15
* Fix #3955 (player dying on login).Nathanaël Courant2016-04-06
* Allow nodes to specify which sides to connect to.Auke Kok2016-03-12
* Nodebox: Allow nodeboxes to "connect"Auke Kok2016-03-12
* Revert "Fix jumping at node edge"nerzhul2016-03-01
* Little collision.cpp cleanupsLoic Blot2016-02-20
* Fix jumping at node edgegregorycu2016-02-19
* Don't pass non-const references to collision methodsest312016-01-29
* Make collisionMoveSimple time overflow message written to log/show up at max ...Sapier2015-12-29
* Fix jittering sounds on entities (fixes #2974)BlockMen2015-10-26
* Use warningstream for log messages with WARNINGShadowNinja2015-10-14
* Fix falling through nodes on world load (fixes #2784)Christof Kaufmann2015-09-26
* Change i++ to ++iDavid Jones2015-08-25
* Remove profiler.h include where it's not needed. Remove some unreachable and ...Loic Blot2015-07-21
* Use std::vector instead of std::set for Environment::getObjectsInsideRadiusLoic Blot2015-04-16
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* collisionMoveSimple: use std::vector instead of std::list, this improve the p...Loic Blot2015-03-05
* Remove most exceptions from getNode() (and variants)Craig Robbins2014-11-14
* Custom collision boxes node property.RealBadAngel2014-10-19
* Add an option to disable object <-> object collision for Lua entitiesPilzAdam2013-07-20