Merge lines.love
[?]
Aug 31, 2023, 7:13 AM
WB6SIB7HPVIOOFHO4BKYZMD23M4GFN2RMK47CZBFBALSVOKTUFUACDependencies
- [2]
HWTLXESCMerge lines.love - [3]
MEP2P6K7yet another set of bugfixes - [4]
TVCPXAAUrename - [5]
JOPVPUSAediting source code from within the app - [6]
KMSL74GAsupport selections in the source editor - [7]
ORKN6EOBMerge lines.love - [8]
N2NUGNN4include a brief reference enabling many useful apps - [9]
RSZD5A7Gforgot to add json.lua - [10]
KKMFQDR4editing source code from within the app - [11]
R5QXEHUIsomebody stop me - [12]
BLWAYPKVextract a module - [13]
73OCE2MCafter much struggle, a brute-force undo - [14]
KWHC65JIMerge lines.love - [15]
VXORMHMEdelete experimental REPL - [16]
ONHKBLLCMerge lines.love - [17]
2344TV56Merge lines.love - [18]
ZLJYLPOTMerge lines.love - [19]
XX7G2FFJintermingle freehand line drawings with text - [20]
FS2ITYYHrecord a known issue - [21]
K2X6G75Zstart writing some tests for drawings - [22]
66X36NZNa little more prose describing manual_tests - [23]
LWPFEZBIMerge lines.love - [24]
RU4HIK43Merge lines.love - [25]
VHUNJHXBMerge lines.love - [26]
4SR3Z4Y3document the version of LÖVE I've been using - [27]
LXTTOB33extract a couple of files - [28]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [29]
3QNOKBFMbeginnings of a test harness - [30]
K74U4BAUMerge lines.love - [31]
B6DS4GZCMerge lines.love - [32]
2L5MEZV3experiment: new edit namespace - [33]
D2GCFTTTclean up repl functionality - [34]
6LJZN727handle chords - [35]
CE4LZV4Tdrop last couple of manual tests - [36]
SGMA5JLEsave the list of tests in repo - [37]
ED4Z6ORCcleaner API for file-system access - [38]
BULPIBEGbeginnings of a module for the text editor - [39]
MD3W5IRAnew fork: rip out drawing support - [40]
VP5KC4XZMerge lines.love - [41]
T4FRZSYLdelete an ancient, unused file - [42]
TLOAPLBJadd a license - [43]
VHQCNMARseveral more modules - [44]
AVTNUQYRbasic test-enabled framework - [45]
OTIBCAUJlove2d scaffold - [46]
2CTN2IEFMerge lines.love - [47]
OI4FPFINsupport drawings in the source editor - [48]
3PSFWAILMerge lines.love - [49]
OGUV4HSAremove some memory leaks from rendered fragments - [50]
4YDBYBA4clean up memory leak experiments
Change contents
- file deletion: source_file.lua source_file.lua
if not outfile thenerror('failed to write to "'..State.filename..'"')endfor _,line in ipairs(State.lines) do - replacement in source_file.lua at line 48
if outfile == nil thenif not outfile then