resolve conflicts
Dependencies
- [2]
2SAJWSNKautomatically insert timestamp every time - [3]
EGEOHXM6Merge lines.love - [4]
L7YY2MW3resolve conflicts - [5]
OLH6DPADspeculatively recommend new LÖVE v11.5 in all forks - [6]
FE25XVZYyet another bugfix to the version check - [7]
TSK2OXU2. - [8]
57OGXVHZMerge lines.love - [9]
6VJTQKW7start supporting LÖVE v12 - [10]
7OVYFH6IMerge lines.love - [11]
KKMFQDR4editing source code from within the app - [12]
5XQ4Y7NUreorg manual tests doc - [*]
OTIBCAUJlove2d scaffold - [*]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing
Change contents
- replacement in main.lua at line 80
local supported_versions = {'11.4', '12.0'} -- put the recommended version firstlocal supported_versions = {'11.5', '11.4', '12.0'} -- put the recommended version first - edit in main.lua at line 90
local supported_versions = {'11.5', '11.4', '12.0'} -- put the recommended version first - resolve order conflict in main.lua at line 90
- edit in Manual_tests.md at line 32
* 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. - edit in Manual_tests.md at line 37
* 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. - resolve order conflict in Manual_tests.md at line 37