replace some calls with my names
Dependencies
- [2]
ROYQO45Bmount old location of screens if possible - [3]
YV2GBDNWpreserve settings across restart - [4]
2AZCZD6XLua Carousel now tested to load/save screens from/to save dir. - [5]
5RUFNRJOstart of the visual skeleton - [6]
FIUQJVL2first draft of load/save buttons - [7]
ZM7NOBRMnew fork: carousel shell - [8]
VUF2SX7Bimplement carousel buttons for inserting/switching current pane - [9]
ZENSSO3Dpass remaining love handlers through - [10]
SIASJPGRsave the list of open files across restart - [11]
7RIDCIVGhandle scripts that change the font
Change contents
- replacement in 0123-refresh_directory_contents at line 3
local filenames = love.filesystem.getDirectoryItems(Directory)local filenames = App.files(Directory) - replacement in 0123-refresh_directory_contents at line 5
local file_info = love.filesystem.getInfo(Directory..filename)local file_info = App.file_info(Directory..filename) - replacement in 0011-on.initialize at line 2
love.filesystem.createDirectory(Directory)App.mkdir(Directory) - replacement in 0011-on.initialize at line 21
end[3.2347]end