* I need that gitignore file
* Temp Commit - DOES NOT COMPILE
* THE SHIT WORKS
* Readme change
* Disposal Unit --> TGUI
* mmmm yes CI which may not actually work
* New GitIgnore
* ITS TGUI-NEXT BABY
* Doc update
* CI tweak
* Chmod
* And again
* *sigh*
* Lets appreciate the irony of me failing CI stages
* 0/1 --> True/False
* Fixes some update nonsense
* CI Update
* Lets try this
* What about this maybe
* NVM is hurting me
* I swear to god
* A little bit of validation in my life
* V3 BABYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
* Fixes
* Fixes NaN appearing for a few frames when UIs open
* Fixes + Crew Monitor
* Corn + Steel + Mochi Fixes
* Forgot this
* Fixes from stylemistake
* Code Change
* Adds logout proc
* Offline implications + Resizeable crew monitor
* Change locate() to locateUID()
* Change div --> box
This commit overhauls the global.dm file, global_lists.dm file, and
defines.dm file into a tree system based on -tg-.
All defines have been split and distributed in code/__DEFINES/
Everything from global.dm and global_lists.dm has been split and
distributed in code/_globalvars
The _compile_options.dm file contains anything that absolutely, 100%, must
be initialized before world.dm.
Name definitions have been moved to code/_globalvars/lists/names.dm.
Other things to note
- All instances of something.z == 2/1/3/5 have been replaced with easily
configurable defines, labeled ZLEVEL_. The map include file can
override these by defining custom ones in it's file, as it is at the
top of the tree.