resolve conflicts
Dependencies
- [2]
YF2ATH2QMerge lines.love - [3]
7SICLTEDcheck for 'error' mode in a few more places - [4]
LNUHQOGHstart passing in Editor_state explicitly - [5]
UH4YWHW5button framework is at the app level - [6]
2Y7YH7UPinfrastructure for caching LÖVE text objects - [7]
JOPVPUSAediting source code from within the app - [8]
2CTN2IEFMerge lines.love - [9]
KKMFQDR4editing source code from within the app - [10]
ZNLTRNNKhighlight another global - [11]
VP5KC4XZMerge lines.love - [12]
ORKN6EOBMerge lines.love - [13]
OTIBCAUJlove2d scaffold - [14]
MHOUX5JFexperiment: turn off JIT - [15]
AVTNUQYRbasic test-enabled framework - [16]
2L5MEZV3experiment: new edit namespace - [17]
PP2IIHL6stop putting button state in a global - [18]
YGCT2D2Ostart loading settings as applicable - [19]
XGHCLIKBMerge lines.love - [20]
6VJTQKW7start supporting LÖVE v12 - [21]
2CK5QI7Wmake love event names consistent
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]