Replies: 1 comment 1 reply
-
Actually, the workaround that was merged was that pixels simply will not be copied if they go off-screen. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This page lists some known issues in the latest version of CraftOS-PC (v2.6.3). These will be fixed with the next release.
(None so far)
Previous versions
v2.6.2
websocket.receivecurrently does not function properly. Please listen to thewebsocket_messageevent instead for now, or grab the latest artifact build.detachor callingperiphemu.removeon a debugger causes a crash.v2.6.1
osAPI in Lua are retained, includingos.getenv. These should not be used, and it is recommended that these functions are removed in a startup file.v2.5.5
Too long without yieldingerror may be sent after a few seconds if Ctrl+T is held while a program is running.https://www.google.com) may cause a website to send a 400 Bad Request response./to the end if no path was specified.%2Fto encode a slash will decode it back to a slash, breaking any API that requires the distinction.v2.5.4
C:\Users\<username>\AppData\Local\Tempand runsetup.exe.term.getSize(mode)in non-graphics mode fails when using multishell (or redirected to a window)term.native().getSize(mode), or switch to graphics mode first|a| % |b| = 0results inbinstead of 0.v2.5.3
User-AgentandAccept-Encodingheaders are missing from WebSocket connections unless manually specified.closeis called on them.file.read(n)on text handles may read data past the end of the file.debug.upvalueidanddebug.upvaluejoinare missing from thedebugAPI.v2.5.2
v2.5.1.1
math.fmodfor the time being.os.epoch("local")does not return local time as expected, instead returning UTC time.fs.getFreeSpaceandfs.getCapacitymay cause an infinite loop, crashing the program.v2.5.1
debug_enableoption in the configv2.5
term.drawPixelsterm.drawPixelsare correctBeta Was this translation helpful? Give feedback.
All reactions