Merge lines.love
[?]
Nov 4, 2022, 4:13 AM
DJQXH5ECKKXHN43JZHGN6K7O2S5ENUKES6L62TDRXGN4BX37H4DACDependencies
- [2]
7OVYFH6IMerge lines.love - [3]
APX2PY6Gstop tracking wallclock time - [4]
AVTNUQYRbasic test-enabled framework - [5]
HRWN5V6JDevine's suggestion to try to live with just freehand - [6]
KKMFQDR4editing source code from within the app - [7]
Z4KNS42Nto open a file without a terminal, drag it on! - [8]
S7ZZA3YEugh, handle absolute as well as relative paths - [9]
YT5P6TO6bugfix: save previous file when dropping a new one on - [10]
TXDMRA5Jbugfix: alt-tab shouldn't emit keypress events - [11]
JRLBUB6Lmore intuitive point delete from polygons - [12]
KVHUFUFVreorg - [13]
ZLEPKWDJfork: capture frontend for a note-taking system - [14]
2Y7YH7UPinfrastructure for caching LÖVE text objects - [15]
57OGXVHZMerge lines.love - [16]
JCSLDGAHbeginnings of support for multiple shapes - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in main.lua at line 122
Last_focus_time = App.getTime()Last_focus_time = Current_time - edit in main.lua at line 161
if App.getTime() < Last_focus_time + 0.01 then - resurrect zombie in main.lua at line 162
returnend--if chord == 'C-e' then-- carefully save settingsif Current_app == 'run' thenlocal source_settings = Settings.sourceSettings = run.settings()Settings.source = source_settingsif run.quit then run.quit() endCurrent_app = 'source'elseif Current_app == 'source' thenSettings.source = source.settings()if source.quit then source.quit() endCurrent_app = 'run'elseassert(false, 'unknown app "'..Current_app..'"')endSettings.current_app = Current_applove.filesystem.write('config', json.encode(Settings))-- rebootload_file_from_source_or_save_directory('main.lua')App.undo_initialize()App.run_tests_and_initialize()return - edit in main.lua at line 266[4.268]→[2.78:78](∅→∅),[4.188051]→[3.450:485](∅→∅),[4.188051]→[3.450:485](∅→∅),[4.188051]→[3.450:485](∅→∅)
Last_focus_time = Current_time - resolve order conflict in main.lua at line 266[4.268]