Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audit all asserts | Kartik K. Agaram | 2023-11-18 | 1 | -8/+7 |
| | | | | | | | | | | | | | Each one should provide a message that will show up within LÖVE. Stop relying on nearby prints to the terminal. I also found some unnecessary ones. There is some potential here for performance regressions: the format() calls will trigger whether or not the assertion fails, and cause allocations. So far Lua's GC seems good enough to manage the load even with Moby Dick, even in some situations that caused issues in the past like undo. | ||||
* | minor cleanup and a todo for later | Kartik K. Agaram | 2023-04-01 | 1 | -7/+2 |
| | |||||
* | clean up some final bifold code | Kartik K. Agaram | 2023-04-01 | 1 | -1/+1 |
| | |||||
* | support drawings in the source editor | Kartik K. Agaram | 2022-09-05 | 1 | -1/+15 |
| | |||||
* | editing source code from within the app | Kartik K. Agaram | 2022-09-03 | 1 | -0/+110 |
integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243 |