resolve conflicts
Dependencies
- [2]
CD7JC76Cresolve conflicts - [3]
K55LM3DPresolve conflicts - [4]
73OCE2MCafter much struggle, a brute-force undo - [5]
LXTTOB33extract a couple of files - [6]
KKMFQDR4editing source code from within the app - [7]
ZLJYLPOTMerge lines.love - [8]
F4RUTONDsplit up editor tests between LÖVE 11 and LÖVE 12 - [9]
2L5MEZV3experiment: new edit namespace - [10]
66X36NZNa little more prose describing manual_tests - [11]
CE4LZV4Tdrop last couple of manual tests - [12]
VXORMHMEdelete experimental REPL - [13]
LWPFEZBIMerge lines.love - [14]
FS2ITYYHrecord a known issue - [15]
T4FRZSYLdelete an ancient, unused file - [16]
36Z442IVback to commit 8123959e52f without code editing - [17]
PJ5PQAQErecord support for multiple versions - [18]
OGUV4HSAremove some memory leaks from rendered fragments - [19]
FYJXSWXVresolve conflicts - [20]
SGMA5JLEsave the list of tests in repo - [21]
T42Y5MLOexplicitly specify app name - [22]
XX7G2FFJintermingle freehand line drawings with text - [23]
ORKN6EOBMerge lines.love - [24]
D2GCFTTTclean up repl functionality - [25]
K2X6G75Zstart writing some tests for drawings - [26]
BULPIBEGbeginnings of a module for the text editor - [27]
RUB7L6GYresolve conflicts - [28]
6VJTQKW7start supporting LÖVE v12 - [29]
ONHKBLLCMerge lines.love - [30]
VSGPLJFAresolve conflicts - [31]
VP5KC4XZMerge lines.love - [32]
VHQCNMARseveral more modules - [33]
4SR3Z4Y3document the version of LÖVE I've been using - [34]
VXRYVZ74Merge text.love - [35]
4YDBYBA4clean up memory leak experiments - [36]
6LJZN727handle chords - [37]
BLWAYPKVextract a module - [38]
3QNOKBFMbeginnings of a test harness - [39]
BRBXUGRGresolve conflicts - [40]
QMRQL2FOresolve conflicts - [41]
N2NUGNN4include a brief reference enabling many useful apps - [42]
ED4Z6ORCcleaner API for file-system access - [43]
OTIBCAUJlove2d scaffold - [44]
JOPVPUSAediting source code from within the app - [45]
R5QXEHUIsomebody stop me - [46]
3PSFWAILMerge lines.love - [47]
R6MNUXDJpijul bug - [48]
KKQKPGCIresolve conflicts - [49]
VHUNJHXBMerge lines.love - [50]
RXNR3U5EMerge text.love - [51]
X43ZIKR3Merge text.love - [52]
4Y2QDDAZresolve conflicts - [53]
AVTNUQYRbasic test-enabled framework - [54]
2EELKVO2resolve conflicts - [55]
RSZD5A7Gforgot to add json.lua - [56]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [57]
2CTN2IEFMerge lines.love - [58]
KMSL74GAsupport selections in the source editor - [59]
2CFLXLIEMerge text.love - [60]
VLTU33KWresolve conflicts - [61]
MBAJPTDJresolve conflicts - [62]
CZ6X73VYmerge bugfix - [63]
TLOAPLBJadd a license - [64]
5T2AKBEXresolve conflicts - [65]
VZPH3XJKupdate source editor - [66]
TVCPXAAUrename - [67]
5255G4IVresolve conflicts
Change contents
- file deletion: source_edit.lua source_edit.lua
Hand_icon = love.mouse.getSystemCursor('hand')Arrow_icon = love.mouse.getSystemCursor('arrow')button_handlers = {},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)endDrawing.update(State, dt)}return result