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