Merge text.love
[?]
Sep 4, 2023, 10:30 PM
GQBMVYD4N5Y7CH5TPB5QBZQCNAA6B7HWX4TVDTCNVGBAAMA2W6OQCDependencies
- [2]
2JLMNZZIMerge text.love - [3]
3SB6YT3AMerge lines.love - [4]
JOPVPUSAediting source code from within the app - [5]
B6DS4GZCMerge lines.love - [6]
OGUV4HSAremove some memory leaks from rendered fragments - [7]
2CFLXLIEMerge text.love - [8]
WB6SIB7HMerge lines.love - [9]
R5QXEHUIsomebody stop me - [10]
AVTNUQYRbasic test-enabled framework - [11]
UAYCSFSKMerge text.love - [12]
TLOAPLBJadd a license - [13]
EHADZNMBshow any error after switching to source editor - [14]
MD3W5IRAnew fork: rip out drawing support - [15]
JZR3QMTNMerge lines.love - [16]
D2GCFTTTclean up repl functionality - [17]
SGMA5JLEsave the list of tests in repo - [18]
IGBTDA6YMerge text.love - [19]
FS2ITYYHrecord a known issue - [20]
RSZD5A7Gforgot to add json.lua - [21]
HWTLXESCMerge lines.love - [22]
UGXRAL54Merge text.love - [23]
RO35V4H4Merge text.love - [24]
TXDMRA5Jbugfix: alt-tab shouldn't emit keypress events - [25]
TVCPXAAUrename - [26]
VHUNJHXBMerge lines.love - [27]
6LJZN727handle chords - [28]
T4FRZSYLdelete an ancient, unused file - [29]
2344TV56Merge lines.love - [30]
2L5MEZV3experiment: new edit namespace - [31]
KWHC65JIMerge lines.love - [32]
36Z442IVback to commit 8123959e52f without code editing - [33]
XX7G2FFJintermingle freehand line drawings with text - [34]
QD4LOFQRMerge text.love - [35]
KMSL74GAsupport selections in the source editor - [36]
VXRYVZ74Merge text.love - [37]
K2X6G75Zstart writing some tests for drawings - [38]
ED4Z6ORCcleaner API for file-system access - [39]
X43ZIKR3Merge text.love - [40]
BULPIBEGbeginnings of a module for the text editor - [41]
K74U4BAUMerge lines.love - [42]
4SR3Z4Y3document the version of LÖVE I've been using - [43]
ONHKBLLCMerge lines.love - [44]
VP5KC4XZMerge lines.love - [45]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [46]
RU4HIK43Merge lines.love - [47]
73OCE2MCafter much struggle, a brute-force undo - [48]
YDUIKWSFMerge text.love - [49]
Q6RXCILQMerge text.love - [50]
VBU5YHLRMerge lines.love - [51]
3PSFWAILMerge lines.love - [52]
66X36NZNa little more prose describing manual_tests - [53]
2TQUKHBCMerge lines.love - [54]
ZLJYLPOTMerge lines.love - [55]
N2NUGNN4include a brief reference enabling many useful apps - [56]
JCRUUD2SMerge text.love - [57]
LXTTOB33extract a couple of files - [58]
KKMFQDR4editing source code from within the app - [59]
2CTN2IEFMerge lines.love - [60]
VXORMHMEdelete experimental REPL - [61]
LWPFEZBIMerge lines.love - [62]
ORKN6EOBMerge lines.love - [63]
OTIBCAUJlove2d scaffold - [64]
BLWAYPKVextract a module - [65]
FM5LDKGTMerge text.love - [66]
PJ5PQAQErecord support for multiple versions - [67]
3QNOKBFMbeginnings of a test harness - [68]
4YDBYBA4clean up memory leak experiments - [69]
CE4LZV4Tdrop last couple of manual tests - [70]
VHQCNMARseveral more modules - [*]
C3GUE45IMerge text.love
Change contents
- file deletion: source.lua source.lua
if Error_message thenlocal height = math.min(20*Editor_state.line_height, App.screen.height*0.2)App.color{r=0.8,g=0,b=0}love.graphics.rectangle('fill', 150, App.screen.height - height-10, App.screen.width, height+10)App.color{r=0,g=0,b=0}love.graphics.print(Error_message, 150+10, App.screen.height - height)endendfunction source.update(dt)Cursor_time = Cursor_time + dtif App.mouse_x() < Editor_state.right thenedit.update(Editor_state, dt)elseif Show_log_browser_side thenlog_browser.update(Log_browser_state, dt)endendfunction source.quit()edit.quit(Editor_state)log_browser.quit(Log_browser_state) - edit in main.lua at line 243[4.189132]→[4.363:429](∅→∅),[4.189132]→[4.363:429](∅→∅),[4.189284]→[4.430:456](∅→∅),[4.189284]→[4.430:456](∅→∅)
-- preserve any Error_message when going from run to sourceError_message = nil - resolve order conflict in main.lua at line 243[72.67][4.223]