Replies: 2 comments 1 reply
-
Hi Chris, I downloaded the AppImage for console and SDL. Both working fine in Manjaro. I like window.setLocation in combination with window.setSize(). Now only window.SetFullscreen() is missing for full control of the window. Maybe an idea for the next release. The import functionality to specify the path of the plugin is also great. Much easier to handle, than with the -m parameter. When will you release the windows version? Best regards, J7M |
Beta Was this translation helpful? Give feedback.
-
I just realized, that the source code file (tar.gz) for 12.24 in the release section can't be build because src/lib/jsm, lodepng, miniaudio and stb are empty. |
Beta Was this translation helpful? Give feedback.
-
EMCC: Implemented emscripten web version
UI: add support for image.save("file.png") as per console
WEB: Added simple REST server support
COMMON: ARRAY now parses json with true/false correctly
COMMON: Fix #131 - Scalar * Vector doesnt work
COMMON: Fix array access with embedded strings #136
COMMON: Fixed hashmap access issue
COMMON: Fixed http_read to handle large HTTP headers
COMMON: Implemented window.setLocation(x,y) #102
COMMON: Removed 'Meaningless' CDBL, CINT, CREAL. These can be poly-filled with 'DEF' if required.
COMMON: Update plugin system to allow loading to be driven by the IMPORT statement
COMMON: m3Apply no longer crashes if the second argument is not an array
COMMON: parse JSON with SB ";" dimension syntax
CONSOLE: Added -i command switch for live mode
This will run the BASIC program in a loop. It can be used with the debug module
to rerun whenever the source code changes:
This discussion was created from the release v12.24.
Beta Was this translation helpful? Give feedback.
All reactions