about summary refs log tree commit diff stats
path: root/source_tests.lua
Commit message (Collapse)AuthorAgeFilesLines
* more carefully pass the 'key' arg aroundKartik K. Agaram2024-02-041-2/+2
|
* bugfix: Windows pushing title bar off screenKartik K. Agaram2023-07-101-34/+1
| | | | | | | | | | | I'm learning the hard way that resizing the window is a big deal. Only do this when someone explicitly requests it, otherwise follow LÖVE's defaults. Therefore we're also going to stop trying to be smart when showing the log browser. Leave window resizing to manual operations. Now initialization looks a lot more similar for the run and source apps.
* deduce test names on failuresKartik K. Agaram2023-01-201-31/+25
|
* stop tracking wallclock timeKartik K. Agaram2022-11-031-3/+3
| | | | We only need time differences.
* bugfix: source margins when toggling log browserKartik K. Agaram2022-09-171-0/+61
| | | | Running the tests now uglily resizes the window for a second or two.
* .Kartik K. Agaram2022-09-171-1/+2
|
* .Kartik K. Agaram2022-09-151-1/+1
|
* new testKartik K. Agaram2022-09-151-0/+16
|
* self-documenting 0 Test_right_marginKartik K. Agaram2022-09-071-3/+4
|
* editing source code from within the appKartik K. Agaram2022-09-031-0/+77
integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243