DrSmugleaf
753ca81865
Replace MapIndices with Vector2i ( #2228 )
...
* Replace MapIndices with Vector2i
* Update da submodule
* AA EE II OO U U
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2020-10-11 15:21:21 +02:00
Víctor Aguilera Puerto
69059eac80
Adds new different reaction types. ( #2114 )
...
* Adds new different reaction types.
- Adds touch, injection and ingestion reactions for entities.
- Adds tile reactions.
- Removes GasSprayerComponent in favor of SprayComponent.
- Gives fire extinguishers a safety.
- Gives spray puffs a sprite.
- Improved spray and fire extinguisher in general.
- Fire extinguisher now ACTUALLY puts out fires. Amazing, eh?
- Fire extinguisher sprays three 'clouds' at once.
- Spraying flammable chemicals at fire makes them worse. Whoops!
- Gives spray and fire extinguisher their classic sounds.
- Most chemicals now don't make puddles. Too bad!
- Space lube now makes a very slippery puddle. Honk.
- Spraying water (or using a fire extinguisher) on existing puddles makes them bigger.
* Fix solution tests
* food base now has solution container with noexamine caps
2020-09-21 17:51:07 +02:00
nuke
753a627c75
Add text coloring for inspected solution containers, code cleanup ( #2010 )
...
* Initial commit
* remove helper
* fixes
* small fix
2020-09-10 00:32:31 +02:00
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