bugfix: version check

akkartik
Dec 3, 2023, 8:11 PM
FJIGUGECGBLEKXGERZ6GE3CZYGSFEBCKSAUYSS7PFLHXDAKAFNKQC

Dependencies

  • [2] EWJZ6XHB better formatting
  • [3] 6VJTQKW7 start supporting LÖVE v12
  • [4] 2CK5QI7W make love event names consistent
  • [5] IM6GSGVZ fix some arg names
  • [6] TXDMRA5J bugfix: alt-tab shouldn't emit keypress events
  • [7] JCSLDGAH beginnings of support for multiple shapes
  • [8] KKMFQDR4 editing source code from within the app
  • [*] OTIBCAUJ love2d scaffold
  • [*] 3QNOKBFM beginnings of a test harness
  • [*] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing

Change contents

  • edit in main.lua at line 257
    [4.57][3.1225:1269]()
    if Current_app == 'error' then return end
  • replacement in main.lua at line 262
    [4.190302][4.190302:190333]()
    if Current_app == 'run' then
    [4.190302]
    [4.58]
    if Current_app == 'error' then
    Current_app = 'run'
    elseif Current_app == 'run' then
  • edit in app.lua at line 110
    [4.210398]
    [4.210398]
    App.version_check()
  • edit in Manual_tests.md at line 19
    [2.685]
    [4.211245]
    - 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.