about summary refs log tree commit diff stats
path: root/source_file.lua
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: drawings in source editorKartik K. Agaram2023-05-301-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 codeKartik K. Agaram2023-04-011-18/+2
|
* fix support for absolute paths in WindowsKartik K. Agaram2022-09-261-0/+1
|
* migrate old settings, attempt #3Kartik K. Agaram2022-09-191-0/+36
| | | | | This time we have to handle absolute filenames. Now lines-polygon-experiment fork should merge successfully, at least.
* more correct absolute path detectionKartik K. Agaram2022-09-111-0/+17
|
* support drawings in the source editorKartik K. Agaram2022-09-051-17/+139
|
* duplicateKartik K. Agaram2022-09-031-10/+0
|
* editing source code from within the appKartik K. Agaram2022-09-031-0/+89
integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243
8'>178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227