Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge lines.love | Kartik K. Agaram | 2023-03-17 | 4 | -2/+43 |
|\ | |||||
| * | state validation in source editor as well | Kartik K. Agaram | 2023-03-17 | 2 | -2/+25 |
| | | |||||
| * | more robust state validation | Kartik K. Agaram | 2023-03-17 | 2 | -7/+26 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-02-09 | 2 | -0/+2 |
|\| | |||||
| * | bugfix | Kartik K. Agaram | 2023-02-09 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | scenario: press ctrl+f, type in a string hit down arrow if needed until the screen scrolls press enter click with the mouse somewhere Before this commit the app would crash because cursor was above screen top. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2023-02-07 | 1 | -0/+3 |
|\| | |||||
| * | document the version of LÖVE I've been using | Kartik K. Agaram | 2023-02-07 | 1 | -0/+3 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-31 | 3 | -3/+53 |
|\| | |||||
| * | bugfix: up arrow when line above is a drawing | Kartik K. Agaram | 2023-01-31 | 4 | -3/+103 |
| | | | | | | | | This bug was introduced in commit 528c64d690 on 2022-09-05 :/ | ||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-30 | 2 | -1/+3 |
|\| | |||||
| * | create a place for graphical log handlers | Kartik K. Agaram | 2023-01-30 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently only used in pong.love, but let's keep the bad merge that had it broken since September from occurring again. To do that we'll be consistent across forks on where globals are initialized. I haven't appreciated the implications of main.lua for load order. log.lua comes first just because it's shared by both the main app and its 'source' editing environment. And it just so happens that source.lua was loading after log.lua resulting in the pong.love breakage. Now let's lean into that and enshrine that one should initialize log_render in log.lua. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-28 | 1 | -0/+2 |
|\| | |||||
| * | wait a little to flush disk before quitting | Kartik K. Agaram | 2023-01-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | I've been noticing in pensieve.love in particular that once a month or so I lose data if I quit immediately after typing in something. Nothing major, just the odd link between notes which leaves things in an inconsistent state. Let's see if this helps. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-24 | 1 | -1/+5 |
|\| | |||||
| * | include instructions to install LÖVE | Kartik K. Agaram | 2023-01-24 | 1 | -1/+5 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-23 | 1 | -7/+7 |
|\| | |||||
| * | demote codeberg.org in the list of mirrors | Kartik K. Agaram | 2023-01-23 | 1 | -2/+2 |
| | | | | | | | | It's been slow to push to lately, so I'm going to update it less frequently. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-22 | 1 | -1/+1 |
|\| | |||||
| * | remove a condition | Kartik K. Agaram | 2023-01-22 | 1 | -1/+1 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-20 | 7 | -1367/+1153 |
|\| | |||||
| * | clean up a print | Kartik K. Agaram | 2023-01-20 | 1 | -1/+0 |
| | | |||||
| * | show another detail on test failure | Kartik K. Agaram | 2023-01-20 | 1 | -1/+1 |
| | | |||||
| * | deduce test names on failures | Kartik K. Agaram | 2023-01-20 | 7 | -1375/+1159 |
| | | |||||
| * | link to default love.run for comparison | Kartik K. Agaram | 2023-01-20 | 1 | -2/+2 |
| | | |||||
* | | fix broken link | Kartik K. Agaram | 2023-01-20 | 1 | -1/+1 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-19 | 1 | -1/+0 |
|\| | |||||
| * | no, turn vsync back on | Kartik K. Agaram | 2023-01-19 | 1 | -1/+0 |
| | | | | | | | | | | I notice my laptop's fan starts coming on when running many of my apps. An empty app takes 10% CPU where it used to take just 1-2%. | ||||
* | | best prose across forks | Kartik K. Agaram | 2023-01-18 | 1 | -1/+2 |
| | | |||||
* | | cleaner | Kartik K. Agaram | 2023-01-18 | 1 | -1/+1 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-16 | 1 | -1/+1 |
|\| | |||||
| * | correct comment; vsync is hard to reason about | Kartik K. Agaram | 2023-01-16 | 1 | -1/+1 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-16 | 3 | -10/+6 |
|\| | |||||
| * | disable vsync | Kartik K. Agaram | 2023-01-16 | 1 | -0/+1 |
| | | | | | | | | Thanks Nils Berg for the suggestion! | ||||
| * | hoist out some common settings | Kartik K. Agaram | 2023-01-16 | 3 | -10/+5 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2023-01-13 | 3 | -14/+28 |
|\| | |||||
| * | reduce use of rfind | Kartik K. Agaram | 2023-01-13 | 3 | -14/+28 |
| | | |||||
* | | 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 | 2 | -3/+3 |
|\| | |||||
| * | typo | Kartik K. Agaram | 2023-01-01 | 2 | -3/+3 |
| | | |||||
* | | 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-24 | 2 | -2/+2 |
|\| | |||||
| * | bugfix | Kartik K. Agaram | 2022-12-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Scenario: make some edits, select some text, make some more edits. Press ctrl-z. Before this commit, undo would stop at the point of selection and previous edits would become unreachable. After this commit, both ctrl-z and ctrl-y seem able to span the point of selection. | ||||
| * | typo | Kartik K. Agaram | 2022-12-24 | 2 | -2/+2 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-12-23 | 3 | -7/+7 |
|\| | |||||
| * | fix some arg names | Kartik K. Agaram | 2022-12-23 | 1 | -3/+3 |
| | | |||||
| * | another missed rename | Kartik K. Agaram | 2022-12-23 | 1 | -2/+2 |
| | | |||||
| * | overzealous search-and-replace | Kartik K. Agaram | 2022-12-23 | 2 | -2/+2 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-12-23 | 16 | -311/+280 |
|\| |