Skip to content
Snippets Groups Projects
  1. Apr 17, 2019
  2. Mar 24, 2019
  3. Mar 22, 2019
    • ezsh's avatar
      Prepare clean-up functions for slave state refactoring · 63b86ee9
      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.
      63b86ee9
  4. Feb 19, 2019
  5. Feb 16, 2019
  6. Feb 07, 2019
  7. Feb 04, 2019
  8. Jan 29, 2019
    • ezsh's avatar
      Make it possible to compile into the twine2 format · 389dcd4f
      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.
      389dcd4f
    • Pregmodder's avatar
      bec4dadb
  9. Jan 25, 2019
  10. Jan 23, 2019
    • ezsh's avatar
      Move files around to produce working twine script · 846e5d89
      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.
      846e5d89
Loading