resolve conflicts
Dependencies
- [2]
RXMHAZ6Vresolve conflicts - [3]
JENSDEKVpatch a vector for memory leaks - [4]
LNUHQOGHstart passing in Editor_state explicitly - [5]
TYLURRX3resolve conflicts - [6]
APYPFFS3call edit rather than App callbacks in tests - [7]
CRBLAWBOresolve conflicts - [8]
3XNFQDDNMerge lines.love - [9]
R2ASHK5Cfix a bad merge - [10]
QMRQL2FOresolve conflicts - [11]
CNCYMM6Amake test initializations a little more obvious - [12]
H6QZ7GRRmore precise name - [13]
MBAJPTDJresolve conflicts - [14]
GVJEOWYQresolve conflicts - [15]
YXQOITYSMerge lines.love - [16]
7YGYHOEOMerge lines.love - [17]
WKXJNESIresolve conflicts - [18]
TFUNIT6Mresolve conflicts - [19]
RRDO6H7Hbugfix - [20]
2CK5QI7Wmake love event names consistent - [21]
KKQKPGCIresolve conflicts - [22]
5XA7TKWYpull font into editor - [*]
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]