From 6e391d7875158a9351eae9976067671a0ef5ad0e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 9 Oct 2023 20:00:36 -0700 Subject: start supporting LÖVE v12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To do this I need some support for multiple versions. And I need an 'error' mode to go with existing 'run' and 'source' modes (`Current_app`). Most errors will automatically transition to 'source' editor mode, but some errors aren't really actionable in the editor. For those we'll use 'error' mode. The app doesn't yet work with LÖVE v12. There are some unit tests failing because of differences in font rendering. --- app.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'app.lua') diff --git a/app.lua b/app.lua index 55b1b0d..5e3301f 100644 --- a/app.lua +++ b/app.lua @@ -8,6 +8,7 @@ -- and a source editor, while giving each the illusion of complete -- control. function love.run() + App.version_check() App.snapshot_love() -- Tests always run at the start. App.run_tests_and_initialize() -- cgit 1.4.1-2-gfad0