resolve conflicts
Dependencies
- [2]
2EELKVO2resolve conflicts - [3]
AIVC47JFexperiment: switch mouse icon over buttons - [4]
TYLURRX3resolve conflicts - [5]
GVJEOWYQresolve conflicts - [6]
CRBLAWBOresolve conflicts - [7]
KFEUQWHXresolve conflicts - [8]
FBBHEUQNresolve conflicts - [9]
QMRQL2FOresolve conflicts - [10]
MD3W5IRAnew fork: rip out drawing support - [11]
3XNFQDDNMerge lines.love - [12]
KKQKPGCIresolve conflicts - [13]
PJEQCTBLadd state arg to Drawing.update - [14]
MBAJPTDJresolve conflicts - [15]
CQVWNL4Mresolve conflicts - [16]
QZUFJMD5resolve conflicts - [17]
VP5KC4XZMerge lines.love - [18]
2L5MEZV3experiment: new edit namespace - [19]
R2ASHK5Cfix a bad merge - [20]
7YGYHOEOMerge lines.love - [21]
TGZAJUEFbring back a set of constants - [22]
RXMHAZ6Vresolve conflicts - [23]
UHB4GARJleft/right margin -> left/right coordinates - [24]
YXQOITYSMerge lines.love - [25]
LNUHQOGHstart passing in Editor_state explicitly - [26]
2Y5GGGJ4correct a mis-named threshold - [27]
S7CSVBHZresolve conflicts - [28]
WKXJNESIresolve conflicts - [29]
KKMFQDR4editing source code from within the app - [30]
TFUNIT6Mresolve conflicts - [31]
FHZ5AG3Mresolve conflicts
Change contents
- edit in edit.lua at line 9
Hand_icon = love.mouse.getSystemCursor('hand')Arrow_icon = love.mouse.getSystemCursor('arrow') - edit in edit.lua at line 449[4.12430]→[2.3270:3270](∅→∅),[4.4252]→[3.159:333](∅→∅),[4.4252]→[3.159:333](∅→∅),[4.4252]→[3.159:333](∅→∅)
local x, y = love.mouse.getPosition()if mouse_hover_on_any_button(State, x,y) thenlove.mouse.setCursor(Hand_icon)elselove.mouse.setCursor(Arrow_icon)end - resolve order conflict in edit.lua at line 449[4.12430]