Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge lines.love | Kartik K. Agaram | 2023-03-18 | 1 | -7/+14 |
|\ | |||||
| * | get typed in keystrokes to show on screen on iPad | Kartik K. Agaram | 2023-03-18 | 1 | -0/+7 |
| | | | | | | | | Many thanks to Myte for helping test this! | ||||
| * | consistently use App names for methods everywhere | Kartik K. Agaram | 2023-03-18 | 1 | -7/+7 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-03-17 | 1 | -0/+2 |
|\| | |||||
| * | more robust state validation | Kartik K. Agaram | 2023-03-17 | 1 | -5/+2 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-16 | 1 | -5/+0 |
|\| | |||||
| * | hoist out some common settings | Kartik K. Agaram | 2023-01-16 | 1 | -5/+0 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-06 | 1 | -2/+2 |
|\| | |||||
| * | bugfix | Kartik K. Agaram | 2023-01-06 | 1 | -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. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-01 | 1 | -2/+2 |
|\| | |||||
| * | typo | Kartik K. Agaram | 2023-01-01 | 1 | -2/+2 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-01 | 1 | -1/+1 |
|\| | |||||
| * | fix stale comment | Kartik K. Agaram | 2023-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-12-23 | 1 | -9/+9 |
|\| | |||||
| * | make love event names consistent | Kartik K. Agaram | 2022-12-23 | 1 | -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. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2022-09-18 | 1 | -0/+1 |
|\| | |||||
| * | some debug prints | Kartik K. Agaram | 2022-09-17 | 1 | -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. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2022-09-11 | 1 | -3/+2 |
|\| | |||||
| * | more correct absolute path detection | Kartik K. Agaram | 2022-09-11 | 1 | -3/+2 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-09-10 | 1 | -2/+3 |
|\| | |||||
| * | bugfix: path munging on Windows | Kartik K. Agaram | 2022-09-10 | 1 | -2/+3 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-09-03 | 1 | -0/+3 |
|\| | |||||
| * | bugfix: cold start | Kartik K. Agaram | 2022-09-03 | 1 | -0/+3 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-09-03 | 1 | -3/+5 |
|\| | |||||
| * | 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 | ||||
* | | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -0/+177 |
|/ | | | | integrated from pong.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 >> |