use my name for a dir
[?]
Oct 28, 2023, 6:58 AM
M5Y4H74FUXS4ZEWNIFEBCHH5LUVLZA24S24AMLIIE42JXKSK63ZQCDependencies
- [2]
SW7BSBMJseveral bugfixes in saving/loading cursor position - [3]
HOWVSTWAa few more testable file-system operations - [4]
FQURPLDAnew primitives for reading/writing files - [5]
ZQDQLLCLbugfix - [6]
ED4Z6ORCcleaner API for file-system access - [7]
FPY4LO2Wmake a few names consistent with snake_case - [8]
KKMFQDR4editing source code from within the app - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- replacement in run.lua at line 166
return love.filesystem.getWorkingDirectory()..'/'..path -- '/' should work even on Windowsreturn App.current_dir..path - replacement in app.lua at line 483
App.source_dir = love.filesystem.getSource()..'/'App.source_dir = love.filesystem.getSource()..'/' -- '/' should work even on Windows