Ghommie
0876a1eef6
Porting datum components system updates.
2020-03-12 18:22:26 +01:00
AffectedArc07
16a37e2769
Standardises all files from CRLF to LF
2020-01-12 14:28:01 +00:00
Ghommie
3891c91799
virtual reality component improvements, fixes and documentation.
2019-12-14 17:19:48 +01:00
Ghommie
3c7d2972de
Porting some return type annotations and bad keyword fixes, linter stuff.
2019-12-03 03:31:35 +01:00
Ghommie
fc1f10c97f
Porting components updates and fixing phantom thief component.
2019-10-23 13:01:31 +02:00
Poojawa
b6430559e9
datums
2018-09-11 02:49:41 -05:00
deathride58
f1739cb482
Upstream fix mirror spree ( #7362 )
...
* tgstation/tgstation#39025 - Fixes nukeop eshield not being buyable
* tgstation/tgstation#39011 - [s] Adds missing logging to the staff of storms
* tgstation/tgstation#38980 - Corrects a stat error in the Nuke Ops uplink
* tgstation/tgstation#38988 - Fixes blob victory.
* tgstation/tgstation#38990 - Allow players to un-ignore previously ignored popups for ghostroles, and ignore notifications with no ignore button
needs tgui recompile
* tgstation/tgstation#38994 - Fix timer bug
* TGUI recompile
* tgstation/tgstation#39035 - Fixes navigation computers.
* tgstation/tgstation#39043 - Fixes minor genetics scanner runtime
* tgstation/tgstation#39044 - Fixes burgers icons
* tgstation/tgstation#39055 - Fixes porta_turret and decal shuttle rotations
* tgstation/tgstation#39063 - Stops extinguishers from cooling turfs to absolute zero
* tgstation/tgstation#38967 - Fixes smuggler's satchel init typo
* tgstation/tgstation#38931 - Fixes pulse rifles exploding structures in nullspace and that sort of thing
2018-07-20 03:40:39 -07:00
deathride58
3e18d8208e
Updates to tgstation commit 78e471d
2018-07-05 01:22:27 -04:00
deathride58
91805b8789
and that just leaves the modules folder
2018-07-02 00:28:51 -04:00
LetterJay
d79b85d719
trims a few issues during mirror merges
2018-06-24 18:42:24 -05:00
Jordan Brown
c11557d23d
Global component signals
2018-06-19 17:18:34 -05:00
Jordan Brown
548d498a5e
Merge pull request #38542 from ninjanomnom/do-you-have-a-callback-license
...
Some minor cleanup to RegisterSignal
2018-06-18 09:37:57 -05:00
Jordan Brown
8f2283c20e
Adds some signal helpers ( #38494 )
2018-06-16 06:17:26 -05:00
Jordan Brown
1675490652
Modifies component transfer to make ChangeTurf able to transfer components
2018-04-30 21:16:48 -05:00
Jordan Brown
f0a259d3e5
Removes redundant COMPONENT_INCOMPATIBLE crashes
2018-04-25 05:54:41 -05:00
vuonojenmustaturska
d559fc1bd3
remove 512 version checks
2018-04-11 14:26:41 -05:00
vuonojenmustaturska
56369b7f99
Fixes geiger counters on engiborgs ( #35423 )
...
* a commit
* Update geiger_counter.dm
2018-02-08 11:21:27 -06:00
oranges
b128a28cf3
Merge pull request #34477 from tgstation/Cyberboss-patch-2
...
Adds component incompatible crash to root level so everything doesn't have to do it itself
2018-01-16 14:29:40 -06:00
Jordan Brown
d0e5a38c29
Merge pull request #33954 from jammer312/components_fix
...
fixes component's dupe
2017-12-31 09:59:16 -06:00
Jordan Brown
09c802f984
Merge pull request #33550 from ninjanomnom/instanceless-component-dupe
...
Adds instanceless component dupe mode
2017-12-21 00:51:02 -06:00
deathride58
c1cd970cc4
Merge pull request #4236 from Citadel-Station-13/upstream-merge-33274
...
[MIRROR] Removes ComponentActivated in favor of callbacks
2017-12-06 03:53:35 +00:00
Jordan Brown
76746cd57a
Minor component optimizations ( #33269 )
...
* Minor component optimizations
* Second argument of list.Copy is optional
2017-12-05 15:52:19 -06:00
Jordan Brown
e1f658a50d
Removes ComponentActivated in favor of callbacks
2017-12-05 15:42:47 -06:00
deathride58
3c578b0c46
Update _component.dm
2017-12-04 18:04:10 -05:00
deathride58
21d5e8999c
Merge branch 'master' into upstream-merge-32624
2017-12-04 17:12:53 -05:00
deathride58
1998c3ff5c
Update _component.dm
2017-12-04 16:15:14 -05:00
Jordan Brown
e36f4a5b22
SendSignal optimization
2017-12-04 05:29:56 -06:00
Emmett Gaines
b8e754500c
Bitflag returns from component signals ( #33186 )
...
* For more useful returns from sendsignal
* removes a needless else/indentation
* cleanup
2017-12-01 13:09:22 -06:00
deathride58
eb722bf59f
Merge branch 'master' into upstream-merge-33045
2017-11-24 00:10:36 +00:00
Jordan Brown
b2bb942817
Fixes component runtimes
2017-11-23 13:12:38 -06:00
Leo
598f0dc580
Merge pull request #32979 from tgstation/Cyberboss-patch-4
...
Adds some sanity checks to component creation
2017-11-23 05:47:32 -06:00
oranges
cec6c028f5
[READY]Refactors uplinks to a component!
2017-11-22 15:17:03 -06:00
Emmett Gaines
95707bf1b7
fixes 512 compile reminders ( #32582 )
2017-11-11 14:33:22 -06:00
Emmett Gaines
8fb5936c30
fixes null parent in destroy for components ( #32351 )
...
* fixes parent being null in destroy
* extends qdel
2017-11-07 14:35:46 -06:00
Emmett Gaines
ec597c411e
Signal redirection component ( #32298 )
...
* redirection component
* makes register signal accept callbacks
* this is a very lightweight component
2017-11-02 16:05:04 -05:00
LetterJay
d9a29dbda2
Merge branch 'master' into upstream-merge-32307
2017-11-01 07:22:39 -04:00
LetterJay
eb8b49071a
Merge pull request #3725 from Citadel-Station-13/upstream-merge-32158
...
[MIRROR] Replace most islist calls in components with length()
2017-11-01 01:42:42 -04:00
oranges
17873819b3
Adds a temporary workaround for a BYOND bug
2017-10-31 21:20:13 -05:00
Jordan Brown
55653fa1ee
Replace most islist calls in components with length() ( #32158 )
...
islist was used to check if a thing was
A. A list of things
B. 1 thing
length was profiled to be faster
2017-10-31 15:12:42 -05:00
Jordan Brown
0e037767cd
Minor optimization for _GetInverseTypeList ( #32155 )
...
* Minor optimization for _GetInverseTypeList
* We also need to make sure the root component is never instantiated to avoid stack overflows
2017-10-31 15:11:25 -05:00
Jordan Brown
47f88be07f
Fixes TakeComponent ( #32156 )
...
* Fixes TakeComponent
* Add the note about OnTransfer and COMPONENT_INCOMPATIBLE
* Fix behaviour
* Missed datum.dm
2017-10-30 03:53:00 -05:00
CitadelStationBot
1265e804c5
[MIRROR] Adds a method to transfer all components from one datum to another ( #3661 )
...
* Merge pull request #31941 from tgstation/Cyberboss-patch-2
Adds a method to transfer all components from one datum to another
* Adds a method to transfer all components from one datum to another
2017-10-28 01:19:48 -07:00
Jordan Brown
50f942ef4e
Allows components to qdel from Initialize
2017-10-26 00:01:52 -05:00
Jordan Brown
08ecb0e322
RegisterSignal() can now accept a list ( #31098 )
...
* RegisterSignal may now accept a list of signals
* Update old calls to RegisterSignal()
2017-09-30 08:09:42 -05:00
CitadelStationBot
442689219e
[MIRROR] SendSignal() speedup ( #2910 )
...
* SendSignal() speedup (#30929 )
* Rename component.dm to _component.dm
* Merges RecieveSignal() into SendSignal()
* Makes ComponentActivated() and AfterComponentActivated() async
* SendSignal() speedup
2017-09-23 05:53:23 -05:00