This website requires JavaScript.
Explore
Help
Sign In
shikix
/
GS13NG
Watch
1
Star
0
Fork
0
You've already forked GS13NG
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
b1467b4ec4be7c0077ccf546cc65a5819ddc9f9d
GS13NG
/
code
T
History
deathride58
b1467b4ec4
Optimizes memory usage even further by removing the list initialization in gas mixture new() in favor of having the lists start as empty lists. seems to save about 20mb of memory on box judging from one unscientific single test
2019-04-12 08:13:51 -04:00
..
__DEFINES
Optimizes memory usage even further by removing the list initialization in gas mixture new() in favor of having the lists start as empty lists. seems to save about 20mb of memory on box judging from one unscientific single test
2019-04-12 08:13:51 -04:00
__HELPERS
Attempts to improve the performance of /mob/Stat() by using defines instead of procs for grabbing the current time
2019-04-02 01:11:29 -04:00
_globalvars
Makes OOC and LOOC actually use different toggles
2019-03-19 20:18:15 -04:00
_js
…
_onclick
Merge pull request
#8164
from Poojawa/vore-mechanic-fixes
2019-03-31 21:19:20 -04:00
controllers
Attempts to improve the performance of /mob/Stat() by using defines instead of procs for grabbing the current time
2019-04-02 01:11:29 -04:00
datums
minor code cleanup + fixes plasma fixation
2019-04-11 18:20:55 -04:00
game
fuck atmos - attempts to optimize atmos by removing GAS_META from the gas mixture meta list and removing the usage of gas archive
2019-04-11 17:07:11 -04:00
modules
Optimizes memory usage even further by removing the list initialization in gas mixture new() in favor of having the lists start as empty lists. seems to save about 20mb of memory on box judging from one unscientific single test
2019-04-12 08:13:51 -04:00
_compile_options.dm
…
world.dm
…