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