nemvar
|
67b5619071
|
Swarming component now gets deleted properly. (#45108)
* ? It's worth an attempt.
* attempt 2
* attempt 3
* attempt whatever
* attempt whatever and 1
* attempt whatever + 2
* return
* Update code/datums/components/swarming.dm
Co-Authored-By: MrPerson <spamtaffic@gmail.com>
|
2019-07-12 02:27:56 -07:00 |
|
Emmett Gaines
|
c3f95024b2
|
Gets rid of the GetComponent macros (#44220)
* Removes the GetComponent macros
* Regex replacement for GET_COMPONENT
Search: `GET_COMPONENT\( *(.+?) *, *(.+?) *\)`
Replace: `var$2/$1 = GetComponent($2)`
* Regex replacement for GET_COMPONENT_FROM
Search: `GET_COMPONENT_FROM\( *(.+?) *, *(.+?) *, *(.+?) *\)`
Replace: `var$2/$1 = $3.GetComponent($2)`
|
2019-06-04 17:39:58 +02:00 |
|
Emmett Gaines
|
0943e56e08
|
Adds the signal origin as the first arg to all signals (#39861)
* Adds the signal origin as the first arg to all signals
* Fixes some storage and nanite procs
|
2018-08-28 18:28:29 +03:00 |
|
Emmett Gaines
|
34a3d2da4d
|
Refactors component signals registration (#38798)
Datums know what signals are being listened for and components can now be registered to listen for signals on more than one object.
|
2018-07-05 00:56:39 +03:00 |
|
AnturK
|
0821a16f0b
|
Fixes swarming runtime
|
2018-04-09 11:04:41 -05:00 |
|
XDTM
|
415e977509
|
Swarming component! Beware of bees
|
2018-03-19 23:36:38 +01:00 |
|