Files
Bubberstation/code/modules
Kyle Spier-Swenson b715be8d41 Reduces the memory footprint of the gas_mixture datum
To save memory, byond only stores vars that are written to, referring to the original compile time value stored once for each type, otherwise.

Originally we set defaults in New() to control the order of the vars in this changed vars list to optimize access speed, but this no longer makes sense to do because byond moved that from a linked list to a binary insertion sorted vector.

And making the volume default to the most popular case, and only get written too otherwise should be a noticeable memory improvement.
2018-01-05 04:44:32 -08:00
..
2018-01-02 20:10:06 -06:00
2017-12-17 11:02:11 -05:00
2017-12-29 18:48:46 +13:00
2017-12-29 03:55:45 -05:00
2017-12-24 12:40:10 -06:00
2017-12-17 11:02:11 -05:00
2018-01-03 16:05:43 -05:00
2017-12-17 11:02:11 -05:00
2018-01-03 16:33:46 -06:00
2017-12-19 18:05:49 -08:00
2017-12-29 03:51:41 -05:00