Merge lines.love
[?]
Jan 7, 2023, 1:47 AM
KG7YVGVRDJVCKZ3SZMNWO4QGYPVOT27DH7TBQGRUMPOUDVQ6J5XQCDependencies
- [2]
DB7HJBHJMerge lines.love - [3]
ZQDQLLCLbugfix - [4]
TLOAPLBJadd a license - [5]
VP5KC4XZMerge lines.love - [6]
K2X6G75Zstart writing some tests for drawings - [7]
XGHCLIKBMerge lines.love - [8]
ORKN6EOBMerge lines.love - [9]
4YDBYBA4clean up memory leak experiments - [10]
GUOQRUL7Merge lines.love - [11]
T4FRZSYLdelete an ancient, unused file - [12]
6LJZN727handle chords - [13]
LXTTOB33extract a couple of files - [14]
CE4LZV4Tdrop last couple of manual tests - [15]
JOPVPUSAediting source code from within the app - [16]
DCO5BQWVMerge lines.love - [17]
KMSL74GAsupport selections in the source editor - [18]
TVCPXAAUrename - [19]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [20]
3PSFWAILMerge lines.love - [21]
2CK5QI7Wmake love event names consistent - [22]
FS2ITYYHrecord a known issue - [23]
XX7G2FFJintermingle freehand line drawings with text - [24]
VHQCNMARseveral more modules - [25]
73OCE2MCafter much struggle, a brute-force undo - [26]
ETXNVRPTMerge lines.love - [27]
VO2ZVTWKMerge lines.love - [28]
VXORMHMEdelete experimental REPL - [29]
2CTN2IEFMerge lines.love - [30]
BULPIBEGbeginnings of a module for the text editor - [31]
VHUNJHXBMerge lines.love - [32]
3QNOKBFMbeginnings of a test harness - [33]
MD3W5IRAnew fork: rip out drawing support - [34]
OTIBCAUJlove2d scaffold - [35]
R5QXEHUIsomebody stop me - [36]
RSZD5A7Gforgot to add json.lua - [37]
AVTNUQYRbasic test-enabled framework - [38]
UTDSCN3GMerge lines.love - [39]
CQYKYJJUremember window positions across restart/ctrl+e - [40]
66X36NZNa little more prose describing manual_tests - [41]
KKMFQDR4editing source code from within the app - [42]
D2GCFTTTclean up repl functionality - [43]
OGUV4HSAremove some memory leaks from rendered fragments - [44]
BLWAYPKVextract a module - [45]
2L5MEZV3experiment: new edit namespace
Change contents
- file deletion: run.lua run.lua
return edit.mouse_press(Editor_state, x,y, mouse_button)endfunction run.mouse_press(x,y, mouse_button)Cursor_time = 0 -- ensure cursor is visible immediately after it moves - replacement in run.lua at line 152
function run.mouse_pressed(x,y, mouse_button)function run.mouse_press(x,y, mouse_button) - replacement in run.lua at line 154
return edit.mouse_pressed(Editor_state, x,y, mouse_button)return edit.mouse_press(Editor_state, x,y, mouse_button)