Merge lines.love
[?]
Sep 4, 2022, 4:19 AM
QS3YLNKZT5MMZ6SKERXM3FAJMM6DD7AZGV6AV4DQYVAM32MQI27QCDependencies
- [2]
DCO5BQWVMerge lines.love - [3]
EMG7SDLWbugfix: cold start - [4]
MD3W5IRAnew fork: rip out drawing support - [5]
RSZD5A7Gforgot to add json.lua - [6]
AKZWDWIAMerge lines.love - [7]
TLOAPLBJadd a license - [8]
3QNOKBFMbeginnings of a test harness - [9]
LXTTOB33extract a couple of files - [10]
AVTNUQYRbasic test-enabled framework - [11]
4YDBYBA4clean up memory leak experiments - [12]
JOPVPUSAediting source code from within the app - [13]
VXORMHMEdelete experimental REPL - [14]
73OCE2MCafter much struggle, a brute-force undo - [15]
D2GCFTTTclean up repl functionality - [16]
32V6ZHQBMerge lines.love - [17]
GUOQRUL7Merge lines.love - [18]
FS2ITYYHrecord a known issue - [19]
KKMFQDR4editing source code from within the app - [20]
TVCPXAAUrename - [21]
66X36NZNa little more prose describing manual_tests - [22]
R5QXEHUIsomebody stop me - [23]
BLWAYPKVextract a module - [24]
VHQCNMARseveral more modules - [25]
CQYKYJJUremember window positions across restart/ctrl+e - [26]
T4FRZSYLdelete an ancient, unused file - [27]
2CTN2IEFMerge lines.love - [28]
6LJZN727handle chords - [29]
XX7G2FFJintermingle freehand line drawings with text - [30]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [31]
OTIBCAUJlove2d scaffold - [32]
BULPIBEGbeginnings of a module for the text editor - [33]
CE4LZV4Tdrop last couple of manual tests - [34]
K2X6G75Zstart writing some tests for drawings - [35]
OGUV4HSAremove some memory leaks from rendered fragments - [36]
2L5MEZV3experiment: new edit namespace
Change contents
- file deletion: run.lua run.lua
if Settings == nil thenSettings = {}endif Current_app == 'run' thenSettings.x, Settings.y, Settings.displayindex = love.window.getPosition()end - edit in run.lua at line 132
if Settings == nil thenSettings = {}end