DrSmugleaf
|
48b61f6bcc
|
Replace every usage of GridCoordinates with EntityCoordinates (#2021)
* Update RobustToolbox
* Transition direct type usages
* More updates
* Fix invalid use of to map
* Update RobustToolbox
* Fix dropping items
* Rename name usages of "GridCoordinates" to "EntityCoordinates"
* Revert "Update RobustToolbox"
This reverts commit 9f334a17c5908ded0043a63158bb671e4aa3f346.
* Revert "Update RobustToolbox"
This reverts commit 3a9c8cfa3606fa501aa84407796d2ad920853a09.
# Conflicts:
# RobustToolbox
* Fix cursed IMapGrid method usage.
* GridTileLookupTest now uses EntityCoordinates
Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
Co-authored-by: Víctor Aguilera Puerto <zddm@outlook.es>
|
2020-09-06 16:11:53 +02:00 |
|
DrSmugleaf
|
61f64e15f2
|
Add extensions for spilling solutions into puddles (#1991)
|
2020-09-02 01:16:25 +02:00 |
|
DrSmugleaf
|
a4f527351e
|
Add test for adding each component individually to an entity (#1870)
* Add test for adding each component individually to entities
* Put one-to-one test before all-at-once test
|
2020-08-24 13:39:00 +02:00 |
|
Vince
|
b647ad0f42
|
Refactor UpdateKinematics() and fix a lot of Content warnings (#1709)
Most warnings were related to EntityQuery and IPhysicsComponent.
Partially fixes #1650 and fixes #1682
|
2020-08-15 20:38:35 -07:00 |
|
DrSmugleaf
|
4a8ed41e3a
|
Fix namespaces and optimize imports (#1651)
* Fix namespaces and optimize imports
* Cleanup fixes
* Merge conflict fixes
* Merge conflict fixes
* Merge conflict fixes
|
2020-08-13 14:40:27 +02:00 |
|
Exp
|
b4f08811eb
|
Adds Spray Bottles (#1522)
* Spray Bottle
* -"Proper" wall detection
-Removed some using
-Fixed sound
* Just don't add it
* -Removed spill sound
-Added sound parameter to SpillHelper.SpillAt
* Now spawns Vapor instead of Puddles instantly
* -Review
-Nullable
* Reworkkkk
* AABB shittery
Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
|
2020-08-08 14:33:36 +02:00 |
|