mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 11:40:52 +01:00
* Don't defer grid traversals Transform is in a slightly better state so we can remove this hacky thing. It got to the point it was doing a bunch of unnecessary checks (no need to check container if you're just checking map / grid parent assuming no map / grid has containers). The main concern now is: Does not deferring cause any issues, which it doesn't seem to (previously this mostly happened with transform state handling). On server-side the main worry is broadphasesystem seeing as this is being run manually to check for entities entering grids. * Comment cleanup * Obsolete MoveEvent .FromStateHandling * Faster map position calculation * Check Xform.GridUid instead of checking for `MapGridComponent` --------- Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>