resolve conflicts
Dependencies
- [2]
RXMHAZ6Vresolve conflicts - [3]
JENSDEKVpatch a vector for memory leaks - [4]
QMRQL2FOresolve conflicts - [5]
MBAJPTDJresolve conflicts - [6]
3XNFQDDNMerge lines.love - [7]
7YGYHOEOMerge lines.love - [8]
TFUNIT6Mresolve conflicts - [9]
APYPFFS3call edit rather than App callbacks in tests - [10]
CNCYMM6Amake test initializations a little more obvious - [11]
GVJEOWYQresolve conflicts - [12]
TYLURRX3resolve conflicts - [13]
RRDO6H7Hbugfix - [14]
H6QZ7GRRmore precise name - [15]
R2ASHK5Cfix a bad merge - [16]
YXQOITYSMerge lines.love - [17]
KKQKPGCIresolve conflicts - [18]
WKXJNESIresolve conflicts - [19]
5XA7TKWYpull font into editor - [20]
LNUHQOGHstart passing in Editor_state explicitly - [21]
2CK5QI7Wmake love event names consistent - [22]
CRBLAWBOresolve conflicts - [*]
2L5MEZV3experiment: new edit namespace
Change contents
- replacement in edit.lua at line 379
function edit.update_font_settings(State, font_height)function edit.update_font_settings(State, font_height, font) - replacement in edit.lua at line 381
State.font = love.graphics.newFont(State.font_height)State.font = font or love.graphics.newFont(State.font_height) - edit in edit.lua at line 449[4.12430]→[2.1423:1423](∅→∅),[4.264]→[3.62:126](∅→∅),[4.264]→[3.62:126](∅→∅),[4.6146]→[3.0:61](∅→∅),[4.6146]→[3.0:61](∅→∅)
State.font = font or love.graphics.newFont(State.font_height)function edit.update_font_settings(State, font_height, font) - resolve order conflict in edit.lua at line 449[4.12430]