resolve conflicts
Dependencies
- [2]
2EELKVO2resolve conflicts - [3]
AIVC47JFexperiment: switch mouse icon over buttons - [4]
KFEUQWHXresolve conflicts - [5]
VP5KC4XZMerge lines.love - [6]
CQVWNL4Mresolve conflicts - [7]
UHB4GARJleft/right margin -> left/right coordinates - [8]
3XNFQDDNMerge lines.love - [9]
GVJEOWYQresolve conflicts - [10]
LNUHQOGHstart passing in Editor_state explicitly - [11]
MBAJPTDJresolve conflicts - [12]
QZUFJMD5resolve conflicts - [13]
FBBHEUQNresolve conflicts - [14]
S7CSVBHZresolve conflicts - [15]
2L5MEZV3experiment: new edit namespace - [16]
2Y5GGGJ4correct a mis-named threshold - [17]
RXMHAZ6Vresolve conflicts - [18]
FHZ5AG3Mresolve conflicts - [19]
KKQKPGCIresolve conflicts - [20]
R2ASHK5Cfix a bad merge - [21]
CRBLAWBOresolve conflicts - [22]
TGZAJUEFbring back a set of constants - [23]
YXQOITYSMerge lines.love - [24]
7YGYHOEOMerge lines.love - [25]
TFUNIT6Mresolve conflicts - [26]
WKXJNESIresolve conflicts - [27]
MD3W5IRAnew fork: rip out drawing support - [28]
KKMFQDR4editing source code from within the app - [29]
QMRQL2FOresolve conflicts - [30]
TYLURRX3resolve conflicts - [31]
PJEQCTBLadd state arg to Drawing.update
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]