Leshana
446f7b0a12
Eliminate init() proc from /datum/gas_mixture
...
* Initializing a list in the type definition (of any type) incurs a hidden proc call ("init"). Simply by moving the init of the lists to /New() we speed up creation of /datum/gas_mixtures (which happens *often*)
* The list variables still get initialized by the time the instance is created, so this has zero impact on other code, its just starightup faster with no downsides.
2017-06-09 22:16:45 -04:00
..
2017-06-04 16:15:13 -05:00
2017-05-23 20:38:44 -05:00
2017-06-01 21:42:08 -04:00
2017-05-29 13:13:52 -05:00
2017-04-07 23:36:22 -05:00
2017-05-31 18:37:58 -05:00
2017-06-01 21:42:08 -04:00
2017-05-26 19:32:23 -04:00
2017-03-22 17:29:01 -05:00
2017-04-17 12:44:34 -05:00
2017-04-18 21:23:59 -04:00
2017-05-17 20:43:03 -04:00
2017-05-03 14:29:43 +01:00
2017-05-06 16:35:06 -04:00
2017-05-15 17:16:40 -04:00
2017-04-19 13:42:51 -04:00
2017-04-19 10:13:20 -05:00
2017-05-25 18:43:56 -04:00
2017-06-09 02:11:23 -04:00
2017-06-01 15:05:51 -04:00
2017-05-22 16:18:26 -04:00
2017-05-24 15:45:48 -05:00
2017-05-04 01:58:33 -04:00
2017-04-18 20:08:22 -04:00
2017-06-05 17:03:58 -07:00
2017-05-27 16:31:17 -04:00
2017-05-31 18:11:25 -05:00
2017-06-09 02:11:23 -04:00
2017-05-27 04:39:49 -04:00
2017-04-18 21:23:59 -04:00
2017-04-19 16:54:16 -04:00
2017-05-04 01:58:33 -04:00
2017-05-25 18:43:56 -04:00
2017-06-09 02:11:23 -04:00
2017-05-31 17:41:02 -04:00
2017-04-24 16:10:03 -04:00
2017-05-04 01:58:33 -04:00
2017-04-19 10:10:56 -07:00
2017-04-22 09:36:40 -05:00
2017-06-04 02:40:58 +01:00
2017-05-05 12:23:00 -04:00
2017-06-09 22:16:45 -04:00