resolve conflicts
Dependencies
- [2]
YF2ATH2QMerge lines.love - [3]
7SICLTEDcheck for 'error' mode in a few more places - [4]
KKMFQDR4editing source code from within the app - [5]
UH4YWHW5button framework is at the app level - [6]
2CTN2IEFMerge lines.love - [7]
VP5KC4XZMerge lines.love - [8]
YGCT2D2Ostart loading settings as applicable - [9]
AVTNUQYRbasic test-enabled framework - [10]
2Y7YH7UPinfrastructure for caching LÖVE text objects - [11]
LNUHQOGHstart passing in Editor_state explicitly - [12]
ZNLTRNNKhighlight another global - [13]
JOPVPUSAediting source code from within the app - [14]
2L5MEZV3experiment: new edit namespace - [15]
2CK5QI7Wmake love event names consistent - [16]
MHOUX5JFexperiment: turn off JIT - [17]
PP2IIHL6stop putting button state in a global - [18]
ORKN6EOBMerge lines.love - [19]
XGHCLIKBMerge lines.love - [20]
6VJTQKW7start supporting LÖVE v12 - [21]
OTIBCAUJlove2d scaffold
Change contents
- edit in main.lua at line 89
elseif Current_app == 'error' then - edit in main.lua at line 95
elseif Current_app == 'error' then - edit in main.lua at line 139
elseif Current_app == 'error' then - replacement in main.lua at line 160
if Current_app == 'error' thenif Current_app == 'run' thenrun.draw()elseif Current_app == 'source' thensource.draw()elseif Current_app == 'error' then - edit in main.lua at line 169
elseif Current_app == 'run' thenrun.draw()elseif Current_app == 'source' thensource.draw() - edit in main.lua at line 172
if Current_app == 'run' thenrun.draw()elseif Current_app == 'source' thensource.draw()elseif Current_app == 'error' then - resolve order conflict in main.lua at line 172
- edit in main.lua at line 323
elseif Current_app == 'error' then - resolve order conflict in main.lua at line 323[4.268]