Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: drawings in source editor | Kartik K. Agaram | 2023-05-30 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | Broken since 2022-09 X-( Scenario: * switch to source editor * draw a line * wait 3 seconds Before this commit the app would crash and then fail to restart until you deleted the created .lua file from save dir. This is not the first time I've confused Lua's files and LÖVE's droppedFile objects. Just never rely on multiple args in file:write(). | ||||
* | clean up some final bifold code | Kartik K. Agaram | 2023-04-01 | 1 | -18/+2 |
| | |||||
* | fix support for absolute paths in Windows | Kartik K. Agaram | 2022-09-26 | 1 | -0/+1 |
| | |||||
* | migrate old settings, attempt #3 | Kartik K. Agaram | 2022-09-19 | 1 | -0/+36 |
| | | | | | This time we have to handle absolute filenames. Now lines-polygon-experiment fork should merge successfully, at least. | ||||
* | more correct absolute path detection | Kartik K. Agaram | 2022-09-11 | 1 | -0/+17 |
| | |||||
* | support drawings in the source editor | Kartik K. Agaram | 2022-09-05 | 1 | -17/+139 |
| | |||||
* | duplicate | Kartik K. Agaram | 2022-09-03 | 1 | -10/+0 |
| | |||||
* | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -0/+89 |
integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243 |