Files
Bubberstation/code/__DEFINES
e0fad671fd Input ports now connect to multiple output ports. Remove combiner. (#60494)
* tgui bsod

* debug disconnections

* prelim

* recomment

* set_value -> put ._.

* DAMN IT

* reinsert subsystem

* prepare

* unditch signals

* remove combiner

* remove combiner some more

* how did router.dm get here? deleting.

* These two COMSIGS should be one.

* critical typo

* inline cast

* have your signals

* Have your set_input & set_output.

* make compile

* upgrade save/load to n-to-n-wires

* have your documentation

* have your unsafe proc

* pay no attention to the compile errors

* unlist the ref

* paste my for block back in ._.

* fix manual input

* oops pushed too soon

* Have your !port.connected_to?.length

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
2021-08-11 18:48:29 +03:00
..
2021-06-10 23:09:34 +02:00
2021-07-22 21:56:55 +02:00
2021-07-28 16:00:56 -07:00
2021-07-26 16:58:18 -07:00
2021-06-13 15:40:53 -03:00
2021-06-27 23:02:20 -03:00
2021-07-26 16:58:18 -07:00
2021-07-01 17:18:06 -07:00
2021-07-01 17:18:06 -07:00
2021-04-26 15:56:37 -07:00
2021-07-28 16:00:56 -07:00
2021-07-28 16:00:56 -07:00
2021-04-22 14:48:47 -07:00
2021-07-26 16:58:18 -07:00
2021-07-26 16:58:18 -07:00
2021-03-26 10:01:43 +13:00
2021-07-28 16:00:56 -07:00
2021-05-19 19:44:04 +12:00

This folder is full of #define statements. They are similar to constants, but must come before any code that references them, and they do not take up memory the way constants do.

The values in this folder are NOT options. They are not for hosts to play with. Some of the values are arbitrary and only need to be different from similar constants; for example, the genetic mutation numbers in genetics.dm mean nothing, but MUST be distinct.

It is wise not to touch them unless you understand what they do, where they're used, and most importantly, how to undo your changes if you screw it up.

  • Sayu