Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

v12.24 #146

chrisws started this conversation in General
Jun 4, 2022 · 2 comments · 1 reply
Discussion options

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:

import debug
run("xdotool windowactivate `xdotool search --onlyvisible --name \"Emacs\"`")
while (!debug.IsSourceModified())
 rem main loop
wend

This discussion was created from the release v12.24.
You must be logged in to vote

Replies: 2 comments 1 reply

Comment options

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

You must be logged in to vote
0 replies
Comment options

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.

You must be logged in to vote
1 reply
Comment options

OH NO. That is the one I downloaded. Has it been fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /