Skip to content

v1.5.0

Compare
Choose a tag to compare
@chrislo27 chrislo27 released this 15 Aug 13:53
· 97 commits to master since this release
  • Internal refactoring of commands
    • You can now get help on a specific command
    • Also corrected that one mistake where the decompile command said it compiled things
  • Added daemon mode
    • Run the command daemon (with an optional command to start)
    • This will leave Tickompiler running and you can continuously enter more commands
    • This is beneficial because of runtime optimizations during compilation and decompilation that would otherwise be lost to continual stopping and restarting of the JVM
  • Gate and endless games will now be extracted from the code.bin, and can be packed.
    • Make sure to update your base packing file before packing gate games.
    • In order to use this properly, the latest release of RHMPatch is needed.
  • The #start and #assets directives are now deprecated.
    • Their function is taken over by special markers with the names start: and assets:.