about summary refs log tree commit diff stats
path: root/source_undo.lua
Commit message (Collapse)AuthorAgeFilesLines
* audit all assertsKartik K. Agaram2023-11-181-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 laterKartik K. Agaram2023-04-011-7/+2
|
* clean up some final bifold codeKartik K. Agaram2023-04-011-1/+1
|
* support drawings in the source editorKartik K. Agaram2022-09-051-1/+15
|
* editing source code from within the appKartik K. Agaram2022-09-031-0/+110
integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243