a few more integer coordinates
[?]
May 19, 2022, 11:35 PM
DXT4QTAH5G6J7ZB3SMOOXVECKWYUPZVE2ODMUFTPPNHLTOSZLQSACDependencies
- [2]
WTDKUACNrectangle and square shapes - [3]
242L3OQXbugfix: ensure Cursor_line is always on a text line - [4]
DLQMM265scroll past first page - [5]
VHQCNMARseveral more modules - [6]
HYEAFRZ2split mouse_pressed events between Text and Drawing - [7]
BULPIBEGbeginnings of a module for the text editor - [8]
HIH47LNBdrop unused arg - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in text.lua at line 184
local y = Screen_height - 15*Zoom -- for Cursor_linelocal y = Screen_height - math.floor(15*Zoom) -- for Cursor_line - replacement in text.lua at line 187
y = y - 15*Zoomy = y - math.floor(15*Zoom) - replacement in text.lua at line 191
if y < 15*Zoom thenif y < math.floor(15*Zoom) then - replacement in text.lua at line 200
return x >= 16 and y >= line.y and y < line.y+15*Zoomreturn x >= 16 and y >= line.y and y < line.y + math.floor(15*Zoom) - replacement in text.lua at line 249
return 25+text_before_cursor:getWidth()*Zoomreturn 25 + math.floor(text_before_cursor:getWidth()*Zoom) - replacement in main.lua at line 185
y = y - 15*Zoomy = y - math.floor(15*Zoom) - replacement in help.lua at line 5
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 7
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 9
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 11
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 13
y = y+15*Zoomy = y+15*Zoomy = y + math.floor(15*Zoom)y = y + math.floor(15*Zoom) - replacement in help.lua at line 17
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 21
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 25
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 29
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 33
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 37
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 41
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 44
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 46
y = y+15*Zoomy = y+15*Zoomy = y + math.floor(15*Zoom)y = y + math.floor(15*Zoom) - replacement in help.lua at line 49
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 58
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 60
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 63
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 66
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 70
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 75
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 78
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 80
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 83
y = y+15*Zoomy = y+15*Zoomy = y + math.floor(15*Zoom)y = y + math.floor(15*Zoom) - replacement in help.lua at line 87
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 91
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 95
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 99
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 103
y = y+15*Zoomy = y + math.floor(15*Zoom) - replacement in help.lua at line 107
y = y+15*Zoomy = y + math.floor(15*Zoom)