Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more correct absolute path detection | Kartik K. Agaram | 2022-09-11 | 1 | -3/+2 |
| | |||||
* | bugfix: path munging on Windows | Kartik K. Agaram | 2022-09-10 | 1 | -2/+3 |
| | |||||
* | bugfix: cold start | Kartik K. Agaram | 2022-09-03 | 1 | -0/+3 |
| | |||||
* | remember window positions across restart/ctrl+e | Kartik K. Agaram | 2022-09-03 | 1 | -3/+5 |
| | |||||
* | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -0/+182 |
| | | | | | integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243 | ||||
* | rename | Kartik K. Agaram | 2022-05-22 | 1 | -37/+0 |
| | |||||
* | beginnings of a test harness | Kartik K. Agaram | 2022-05-22 | 1 | -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 >> |