·Developer post·Original post (opens in a new tab)
Various Improvements
- improved the documentation of functions and added a page that lists all functions
- move, trade, unlock, plant, harvest and use_item now return a boolean that is True if the action succeeded
- get_companion now returns None instead of [] if there is no companion
- measure now returns None instead of -1 if there is nothing to measure
- the documentation of clear no longer states that seeds get refunded (they don't)
- added setting to disable viewport sliding
- added UI scale setting
- added tooltip for the frames option
- added Ctrl+Shift+Z to redo changes
- piggies are now removed for timed runs
- replaced the add new file button in the windows with one global button
- added a separate delete button
- added a prompt asking if you really want to delete a file
- added a prompt asking if you want to save before quitting
- fixed visual bug with the research tree lines
- fixed break points not working after editing code
- fixed multiple files with the same name bug
- fixed tooltips for words with several meanings
- fixed bug when adding a dict to a list
- fixed tuples being unusable before the dictionary unlock
- added some new bugs