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
a937e67d38
Add delete entities with prototype id command ( #1983 )
...
* Add delete entities with prototype id command
* Add command to groups
* Add feedback and lowercasing
2020-09-01 12:24:28 +02:00
NuclearWinter
a854a86872
Fixes ghost NRE in lobby ( #1907 )
...
Simply tells the player "You can't ghost here!" when they try it in the lobby, works for both normal ghost and aghost
2020-08-25 13:37:54 +02:00
Víctor Aguilera Puerto
2bdf359289
Fix readyall nullable
2020-08-20 16:20:08 +02:00
Víctor Aguilera Puerto
d703dc8dcc
Adds readyall (b)admin command.
2020-08-20 15:19:36 +02:00
Exp
f37d6343ce
Reset velocity after warp ( #1680 )
...
* Reset velocity after warp
* Rather than looping through the controllers manually, just call collidable.stop
2020-08-15 20:35:02 +02: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
Acruid
e8abe89820
Changes aghost spawning to use map position instead of local grid position.
2020-07-30 11:28:08 -07:00
Acruid
a772b505ac
IComponentManager API changes.
2020-07-29 15:49:44 -07:00
ShadowCommander
9b6455519b
Implement DeleteEntitiesWithComponent console command ( #1210 )
...
Deletes entities that have all of the provided components
2020-06-24 10:52:52 -07:00
Pieter-Jan Briers
08c165c703
Adds warp points to make moving around the map for testing easier.
2020-05-24 14:32:22 +02:00
zumorica
a408cdad0a
Fix ControlMob not deleting ghosts
2020-04-17 19:28:08 +02:00
zumorica
c2e328e5ae
Turns out we don't need to spawn a timer to delete ghosts anymore
2020-04-17 19:23:06 +02:00
zumorica
02ccc6dc45
Only delete ghosts on return to body or unghost
2020-04-17 19:19:37 +02:00
zumorica
a0d114c672
Ghost sprites and a bunch of fixes
2020-04-05 02:29:04 +02:00
Víctor Aguilera Puerto
4b1fd4cfd1
Don't unvisit before transferring mind ( #760 )
2020-02-29 16:09:03 +01:00
Víctor Aguilera Puerto
090dd8cee8
ControlMob verb and command ( #724 )
...
* ControlMob verb and command, mobs have MindComponent by default
* Use IActorComponent instead of MindComponent for User entity.
Fixes using Control Mob while aghosting/visiting an entity.
* Use static Loc class
2020-02-24 03:49:40 +01:00
Acruid
a86363a6d2
API changes, renamed SpawnEntityAt to SpawnEntity.
2020-01-24 16:10:48 -08:00
dylanstrategie
17b31c417b
Rejunevate now satiates hunger and thirst plus code quality ( #456 )
...
* Change Rejunevate to satiate hunger and thirst whenever applicable
* More progress
* One more before rebase
* Shit
* Bop obsolete using
* Verb will not show on non-applicable objects
2019-11-23 21:57:02 +01:00
moneyl
a5b19b10e0
Add rejuvenate command ( #380 )
...
* Add rejuvenate command
Takes one or more entity uids as input. Attempts to find a DamageableComponent on that mob and heal all damage on it.
* Add rejuvenate to right click menu
* Update engine submodule
* Make suggested changes
- Remove redundant error checks in rejuvenate console command, add in relevant ones along with shell messages so the user knows what's going on.
- Remove localization of group check on rejuvenate verb, since the translated version wouldn't be in groups.yml this would've broken the verb in other locales.
- Have the rejuvenate verb attempt to heal the user by default if no arguments were provided to it.
* More localization + help message formatting improvement
* Add more suggested changes
2019-10-13 15:30:44 +02:00
Pieter-Jan Briers
558f6ab8a5
Removal of TrySpawn* methods, update submodule.
2019-07-07 22:24:44 +02:00
Silver
a18692bc46
Rename toolbox references from ss14 to robust
2019-04-15 21:11:38 -06:00
Pieter-Jan Briers
415b7e96fd
Transform refactor. ( #139 )
...
space-wizards/space-station-14#725
2019-01-18 11:40:30 +01:00
PJB3005
b92a9b6d1a
Admin Ghosting
2018-09-20 18:19:04 +02:00