Commit Graph

6 Commits

Author SHA1 Message Date
Kartik K. Agaram 2b0a3909a9 remember directory to browse across restart 2023-10-20 00:10:07 -07:00
Kartik K. Agaram da58273b3b Merge driver.love 2023-07-10 20:02:06 -07:00
Kartik K. Agaram aa416f5541 Merge luaML.love
This merge required fixing a problem in driver.love: load_settings now
only triggers when a settings file is present. It seems like better
practice to perform business logic within on.initialize.
on.load_settings should only be initializing globals.
2023-07-10 19:50:54 -07:00
Kartik K. Agaram 1ba7bc52c7 include client app name in window title 2023-06-18 22:43:27 -07:00
Kartik K. Agaram 5b91bc288c new fork: pothi
Second attempt based on driver.love
2023-06-18 11:16:58 -07:00
Kartik K. Agaram 2d5abe140b make order of files consistent with upstream
Luckily I only had a chance to mess this up in one fork.

And I don't need to actually make any changes because my definitions are
order-independent.
2023-04-22 18:50:18 -07:00
Renamed from 0104-on.load_settings (Browse further)