resolve conflicts
Dependencies
- [2]
IZMDHZDZMerge text.love - [3]
6VXZ4E7Gmerge bugfix - [4]
AFDLKNAPresolve conflicts - [5]
FE25XVZYyet another bugfix to the version check - [6]
OLH6DPADspeculatively recommend new LÖVE v11.5 in all forks - [7]
VMV4LBR4resolve conflicts - [8]
PESSMQBJno, make sure to compute line width after screen dimensions - [9]
4DHGKUMDMerge text.love - [10]
IM6GSGVZfix some arg names - [11]
Y5XAFGMWMerge text.love - [12]
JCXL74WVbring back everything from commit a68647ae22 - [13]
CUFW4EJLreorganize app.lua and its comments - [14]
AVTNUQYRbasic test-enabled framework - [15]
D2TYFYG2Merge text.love - [16]
Y6QTA6LFMerge text.love - [17]
SW7BSBMJseveral bugfixes in saving/loading cursor position - [18]
JOPVPUSAediting source code from within the app - [19]
44ZJJ5STMerge text.love - [20]
YF2ATH2QMerge lines.love - [21]
6VJTQKW7start supporting LÖVE v12 - [22]
FJIGUGECbugfix: version check - [23]
EWJZ6XHBbetter formatting - [24]
3QNOKBFMbeginnings of a test harness - [25]
5XQ4Y7NUreorg manual tests doc - [26]
TXDMRA5Jbugfix: alt-tab shouldn't emit keypress events - [27]
2CTN2IEFMerge lines.love - [28]
PJ5PQAQErecord support for multiple versions - [29]
KKMFQDR4editing source code from within the app - [30]
36Z442IVback to commit 8123959e52f without code editing - [31]
SDRXK4X5move - [32]
QFOQPDDWMerge lines.love - [*]
OTIBCAUJlove2d scaffold - [*]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [*]
PCEXCSOWMerge text.love
Change contents
- replacement in main.lua at line 18
Supported_versions = {'11.4', '11.3', '11.2', '11.1', '11.0', '12.0'} -- put the recommended version firstSupported_versions = {'11.5', '11.4', '11.3', '11.2', '11.1', '11.0', '12.0'} -- put the recommended version first - edit in main.lua at line 34
local supported_versions = {'11.5', '11.4', '12.0'} -- put the recommended version first - edit in main.lua at line 268[8.507]→[4.26:26](∅→∅),[8.190302]→[8.20:112](∅→∅),[8.190302]→[8.20:112](∅→∅),[8.190302]→[8.20:112](∅→∅)
if Current_app == 'error' thenCurrent_app = 'run'elseif Current_app == 'run' then - resolve order conflict in main.lua at line 268[8.507]
- edit in app.lua at line 10
App.version_check() - edit in app.lua at line 18
App.version_check() - resolve order conflict in app.lua at line 18
- edit in app.lua at line 19
App.version_check() - resurrect zombie in Manual_tests.md at line 14
- run with an unsupported version. Error message pops up and waits for a key. The app attempts to continue, and doesn't receive the key. - resolve order conflict in Manual_tests.md at line 14[36.751][7.39]
- edit in Manual_tests.md at line 16
Code loading:* run love with directory; text editor runs* run love with zip file; text editor runs - edit in Manual_tests.md at line 26
* run with an unsupported version. Error message pops up and waits for a key. The app attempts to continue, and doesn't receive the key. Press ctrl+e to edit source. Source editor opens up without checking version.