about summary refs log tree commit diff stats
path: root/run.lua
Commit message (Collapse)AuthorAgeFilesLines
* stop reusing cursor locations between filesKartik K. Agaram2023-03-251-1/+2
|
* experiment at avoiding some merge conflictsKartik K. Agaram2023-03-251-0/+13
| | | | https://merveilles.town/@akkartik/110084833821965708
* some minor cleanupKartik K. Agaram2023-03-231-2/+2
| | | | | I can't see the mouse wheel ever setting dx, but it's more obvious now that the editor doesn't support panning left/right.
* mouse wheel supportKartik K. Agaram2023-03-231-0/+5
|
* get typed in keystrokes to show on screen on iPadKartik K. Agaram2023-03-181-0/+7
| | | | Many thanks to Myte for helping test this!
* consistently use App names for methods everywhereKartik K. Agaram2023-03-181-7/+7
|
* more robust state validationKartik K. Agaram2023-03-171-5/+2
|
* hoist out some common settingsKartik K. Agaram2023-01-161-5/+0
|
* bugfixKartik K. Agaram2023-01-061-2/+2
| | | | | lines.love was broken since Dec 23 X-( Didn't get caught because all my tests start at edit, not at main or run. I need 'integration' tests.
* typoKartik K. Agaram2023-01-011-2/+2
|
* fix stale commentKartik K. Agaram2023-01-011-1/+1
|
* make love event names consistentKartik K. Agaram2022-12-231-9/+9
| | | | | I want the words to be easy to read, and to use a consistent tense. update and focus seem more timeless; let's make everything like those.
* some debug printsKartik K. Agaram2022-09-171-0/+1
| | | | | | I'm starting to edit the sources from within the app in ernest. First question: why does the file navigation menu skip some files? These prints answer the question.
* more correct absolute path detectionKartik K. Agaram2022-09-111-3/+2
|
* bugfix: path munging on WindowsKartik K. Agaram2022-09-101-2/+3
|
* bugfix: cold startKartik K. Agaram2022-09-031-0/+3
|
* remember window positions across restart/ctrl+eKartik K. Agaram2022-09-031-3/+5
|
* editing source code from within the appKartik K. Agaram2022-09-031-0/+182
| | | | | integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243
* renameKartik K. Agaram2022-05-221-37/+0
|
* beginnings of a test harnessKartik K. Agaram2022-05-221-0/+37
I have no fucking idea what I'm doing. All I know is that there's still too many goddamn bugs[1]. Test motherfucking harness or bust. For starters this is just the default love.run from https://love2d.org/wiki/love.run [1] The following file crashes if you repeatedly press cursor-down: << a b c ```lines ``` x >>