replace some calls with my names

akkartik
Dec 18, 2023, 7:52 PM
ARLTID7GKRO7SHDGRDQ3WJ25VX37GZQFQ2YWUC3B6BQRV5HOC6JAC

Dependencies

  • [2] ROYQO45B mount old location of screens if possible
  • [3] YV2GBDNW preserve settings across restart
  • [4] 2AZCZD6X Lua Carousel now tested to load/save screens from/to save dir.
  • [5] 5RUFNRJO start of the visual skeleton
  • [6] FIUQJVL2 first draft of load/save buttons
  • [7] ZM7NOBRM new fork: carousel shell
  • [8] VUF2SX7B implement carousel buttons for inserting/switching current pane
  • [9] ZENSSO3D pass remaining love handlers through
  • [10] SIASJPGR save the list of open files across restart
  • [11] 7RIDCIVG handle scripts that change the font

Change contents

  • replacement in 0123-refresh_directory_contents at line 3
    [3.1034][3.52:116]()
    local filenames = love.filesystem.getDirectoryItems(Directory)
    [3.1034]
    [3.116]
    local filenames = App.files(Directory)
  • replacement in 0123-refresh_directory_contents at line 5
    [3.156][3.156:221]()
    local file_info = love.filesystem.getInfo(Directory..filename)
    [3.156]
    [3.1138]
    local file_info = App.file_info(Directory..filename)
  • replacement in 0011-on.initialize at line 2
    [3.3103][3.389:433]()
    love.filesystem.createDirectory(Directory)
    [3.3103]
    [2.126]
    App.mkdir(Directory)
  • replacement in 0011-on.initialize at line 21
    [3.2347][2.197:200]()
    end
    [3.2347]
    end