Files
S.P.L.U.R.T-Station-13/code/datums/components
silicons 19f1e99a8c mass ports like 15 tg prs + counting (#13386)
* changes

* ok

* changes

* sigh

* fixes

* changes

* fix

* fix

* alright

* fixes
git pus

* fix

* fix

* fix

* test

* ok

* Update code/modules/paperwork/ticketmachine.dm

Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com>

* ok

* compile and other stuff

* ok

* fix

* fix

* Fix

* Update menu.dm

* Update view.dm

* Update preferences.dm

Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com>
Co-authored-by: Putnam3145 <putnam3145@gmail.com>
2020-10-10 12:20:33 +02:00
..
2020-08-25 18:55:57 +10:00
2020-09-06 20:41:35 +02:00
e
2020-08-18 19:09:01 +10:00
2020-07-01 15:04:51 +02:00
2020-06-10 23:14:25 +01:00
2020-04-23 00:59:23 +02:00
2020-07-24 22:34:22 +01:00
2020-07-17 02:01:33 +01:00
2020-09-02 19:16:16 +02:00
2020-05-30 22:29:41 -07:00
2020-07-20 00:40:18 +01:00
2020-07-20 17:48:37 +01:00
2020-07-22 12:02:31 +08:00
2020-06-10 23:14:25 +01:00
2020-04-23 15:15:26 +02:00
2020-06-08 06:12:51 +02:00
2020-05-31 02:20:20 +02:00
2020-07-25 00:22:24 +01:00
2020-08-07 16:23:15 -03:00
2020-07-28 10:47:07 -05:00
2020-04-22 22:01:39 +02:00
2020-06-24 23:18:03 +02:00
2020-08-07 01:06:23 -07:00
2020-07-17 02:01:33 +01:00
2020-08-07 01:31:29 -07:00
fix
2020-08-15 09:46:50 +08:00
2020-05-11 15:44:26 -07:00

Datum Component System (DCS)

Concept

Loosely adapted from /vg/. This is an entity component system for adding behaviours to datums when inheritance doesn't quite cut it. By using signals and events instead of direct inheritance, you can inject behaviours without hacky overloads. It requires a different method of thinking, but is not hard to use correctly. If a behaviour can have application across more than one thing. Make it generic, make it a component. Atom/mob/obj event? Give it a signal, and forward it's arguments with a SendSignal() call. Now every component that want's to can also know about this happening.

See this thread for an introduction to the system as a whole.

See/Define signals and their arguments in __DEFINES\components.dm