Merge text.love
[?]
Nov 28, 2022, 6:30 AM
KRDNIVZOZJX7TYAMXJZJFTGYVGQ6C5SST7KGANMCS3VBVA3OMZUQCDependencies
- [2]
AT3LVCMPMerge text.love - [3]
JJDUDMVXMerge lines.love - [4]
FS2ITYYHrecord a known issue - [5]
66X36NZNa little more prose describing manual_tests - [6]
32V6ZHQBMerge lines.love - [7]
D2GCFTTTclean up repl functionality - [8]
VHQCNMARseveral more modules - [9]
TFM6F5ODMerge lines.love - [10]
JOPVPUSAediting source code from within the app - [11]
RPGTBMMMMerge lines.love - [12]
D4B52CQ2Merge lines.love - [13]
TLOAPLBJadd a license - [14]
GUOQRUL7Merge lines.love - [15]
LXTTOB33extract a couple of files - [16]
AVTNUQYRbasic test-enabled framework - [17]
36Z442IVback to commit 8123959e52f without code editing - [18]
2L5MEZV3experiment: new edit namespace - [19]
3QNOKBFMbeginnings of a test harness - [20]
XX7G2FFJintermingle freehand line drawings with text - [21]
KKMFQDR4editing source code from within the app - [22]
MD3W5IRAnew fork: rip out drawing support - [23]
VHUNJHXBMerge lines.love - [24]
3PSFWAILMerge lines.love - [25]
OTIBCAUJlove2d scaffold - [26]
T4FRZSYLdelete an ancient, unused file - [27]
VP5KC4XZMerge lines.love - [28]
VBU5YHLRMerge lines.love - [29]
KMSL74GAsupport selections in the source editor - [30]
BULPIBEGbeginnings of a module for the text editor - [31]
TVCPXAAUrename - [32]
OGUV4HSAremove some memory leaks from rendered fragments - [33]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [34]
R5QXEHUIsomebody stop me - [35]
BLWAYPKVextract a module - [36]
K2X6G75Zstart writing some tests for drawings - [37]
6LJZN727handle chords - [38]
73OCE2MCafter much struggle, a brute-force undo - [39]
ATQO62TFMerge lines.love - [40]
ETXNVRPTMerge lines.love - [41]
RXNR3U5EMerge text.love - [42]
2CTN2IEFMerge lines.love - [43]
VXORMHMEdelete experimental REPL - [44]
HAZLW5K7Merge text.love - [45]
CE4LZV4Tdrop last couple of manual tests - [46]
VO2ZVTWKMerge lines.love - [47]
4YDBYBA4clean up memory leak experiments - [48]
RSZD5A7Gforgot to add json.lua
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