- Apr 17, 2019
-
-
ezsh authored
Define facility classes hierarchy to encapsuate assignment and job tests.
-
- Mar 24, 2019
- Mar 22, 2019
-
-
ezsh authored
Add SlaveDataSchemeCleanup() which will handle SlaveState structural changes and run cleanup functions on slaves, cribs, tanks, hero slaves, and arcology leaders. Also cleanup gene pool records from useless attributes.
-
- Feb 19, 2019
-
-
ezsh authored
-
- Feb 16, 2019
-
-
Pregmodder authored
This reverts merge request !3609
-
ezsh authored
-
- Feb 07, 2019
-
-
ezsh authored
-
- Feb 04, 2019
-
-
ezsh authored
-
- Jan 29, 2019
-
-
ezsh authored
Tweego uses twine2 mode when story format file name is "format.js". In this mode all .js scripts get joined and are put into a single <script> tag. The problem was that src/js/familyTreeJS.js contained "</script>" in a comment block. Apparently, sugarcube ignores comments when looking for script end, and takes misinterprets the tag as a real end of script, freaking out at everything that it encounters after this false end of script.
-
Pregmodder authored
-
- Jan 25, 2019
-
-
ezsh authored
-
- Jan 23, 2019
-
-
ezsh authored
The code in Jquery.js calls other methods of the window object on loading, and if these functions require initialized SugarCube state, the loading fails. Therefore JQuery module has to be first in the combined file.
-