Merge lines.love
[?]
Nov 28, 2022, 6:28 AM
JJDUDMVXDMOLKEMAYONGOJZKUNDQL7BM34QG4QP4UYYVFHFMXUSQCDependencies
- [2]
SCOXD4EOMerge lines.love - [3]
TYFAGQWSrepeat bugfix on source editor - [4]
VHUNJHXBMerge lines.love - [5]
VHQCNMARseveral more modules - [6]
KMSL74GAsupport selections in the source editor - [7]
RPGTBMMMMerge lines.love - [8]
XX7G2FFJintermingle freehand line drawings with text - [9]
AVTNUQYRbasic test-enabled framework - [10]
OGUV4HSAremove some memory leaks from rendered fragments - [11]
VO2ZVTWKMerge lines.love - [12]
GUOQRUL7Merge lines.love - [13]
R5QXEHUIsomebody stop me - [14]
6LJZN727handle chords - [15]
BLWAYPKVextract a module - [16]
32V6ZHQBMerge lines.love - [17]
VP5KC4XZMerge lines.love - [18]
TLOAPLBJadd a license - [19]
2WGHUWE6self-documenting 0 Test_right_margin - [20]
TVCPXAAUrename - [21]
D2GCFTTTclean up repl functionality - [22]
FS2ITYYHrecord a known issue - [23]
TFM6F5ODMerge lines.love - [24]
ATQO62TFMerge lines.love - [25]
2L5MEZV3experiment: new edit namespace - [26]
VXORMHMEdelete experimental REPL - [27]
3QNOKBFMbeginnings of a test harness - [28]
T4FRZSYLdelete an ancient, unused file - [29]
73OCE2MCafter much struggle, a brute-force undo - [30]
MD3W5IRAnew fork: rip out drawing support - [31]
LXTTOB33extract a couple of files - [32]
ETXNVRPTMerge lines.love - [33]
KKMFQDR4editing source code from within the app - [34]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [35]
BULPIBEGbeginnings of a module for the text editor - [36]
4YDBYBA4clean up memory leak experiments - [37]
66X36NZNa little more prose describing manual_tests - [38]
D4B52CQ2Merge lines.love - [39]
RSZD5A7Gforgot to add json.lua - [40]
CE4LZV4Tdrop last couple of manual tests - [41]
OTIBCAUJlove2d scaffold - [42]
2CTN2IEFMerge lines.love - [43]
K2X6G75Zstart writing some tests for drawings - [44]
VBU5YHLRMerge lines.love - [45]
JOPVPUSAediting source code from within the app - [46]
OI4FPFINsupport drawings in the source editor - [47]
3PSFWAILMerge lines.love
Change contents
- file deletion: source_edit.lua source_edit.lua
love.graphics.setFont(love.graphics.newFont(State.font_height))State.line_height = math.floor(font_height*1.3)State.em = App.newText(love.graphics.getFont(), 'm')Text_cache = {}end--== some methods for tests - replacement in source_edit.lua at line 516
love.graphics.setFont(love.graphics.newFont(Editor_state.font_height))love.graphics.setFont(love.graphics.newFont(State.font_height))