about summary refs log tree commit diff stats
path: root/run.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge lines.loveKartik K. Agaram2022-09-101-2/+3
|\|
| * bugfix: path munging on WindowsKartik K. Agaram2022-09-101-2/+3
| |
* | Merge lines.loveKartik K. Agaram2022-09-031-0/+3
|\|
| * bugfix: cold startKartik K. Agaram2022-09-031-0/+3
| |
* | Merge lines.loveKartik K. Agaram2022-09-031-3/+5
|\|
| * 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
* | editing source code from within the appKartik K. Agaram2022-09-031-0/+177
|/ | | | integrated from pong.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 >>