Skip to content

1.1.11

Compare
Choose a tag to compare
@drewc5131 drewc5131 released this 21 Jan 16:10
· 35 commits to master since this release

Improvements

  • Autosaving 52c0b5b ee474be
    • The editor will now automatically save an autosave file to the leveleditor/autosaves folder every 15 minutes [by default]
      • The file will be saved as auto_[dna filename]_[date]-[time].dna
      • You can configure the interval via the Auto Saver Options panel under the Advanced menu
      • You can also toggle auto saving via the same options panel
  • Added support for builds of panda with libtoontown baked in as panda3d.toontown 99c57ad
    • This will have no effect for most users, this is a change made to provide better support for certain servers
  • Added a settings.json file to the leveleditor folder ee474be
    • This is where in-editor settings will be saved to
  • The refresh rate of the FPS meter can now be changed via the settings.json file ee474be
  • Miscellaneous code cleanup