monkey2 icon indicating copy to clipboard operation
monkey2 copied to clipboard

Results 101 monkey2 issues
Sort by recently updated
recently updated
newest added

Fix for the problem with '=' character in filenames/paths.

In Windows 10 (Pro), this fails. I've tried GetPrefsPath() too, and it fails too. CreateDir() works. ```#Import "" Using std.. Function Main() Local buf:= New DataBuffer(100,ByteOrder.LittleEndian) Local res:= buf.Save("C:\temp\mybuf.dat") Print...

Just tried to build on wasm and found Notify isn't available, not sure if intentional... ``` Mx2cc version 1.1.15 ***** Making app 'D:/Documents/Development/Sources/Monkey2 Sources/speccy island/speccy_island.monkey2' (emscripten release llvm gcc) *****...

If there is a '=' char in the path, Mx2cc can't compile. Examples: `./mx2cc_macos makeapp -run /users/name/monkey2/=TESTS=/file.monkey2` `./mx2cc_macos makeapp -run "/users/name/monkey2/=TESTS=/file.monkey2"` Error message: > Mx2cc version 1.1.15 > > *****...

#Reflect on an imported namespace fails to compile. In the /tests folder, both the property.monkey2 and enum.monkey2 compile just fine, as there are no imports. The /tests/alltypes.monkey2 file fails to...

wget should use the --content-on-error option, as a lot of REST APIs will return a server error, but still serve a valid response. Without this option, wget will ignore the...

I just clicked to install png2polygon from Ted2Go's Module Manager, and it appears to be rebuilding all modules, including SDL2, assimp, stb-vorbis, std, etc! Guessing that's not meant to happen,...

Howdy Mark, I get the following error using the latest dev build of Monkey2 and the latest Emscripten ver. 1.38.21. I can get code to compile if I add -s...

I made following slight changes to /modules/std/permissions/permissions.monkey2 and the asking of Android permissions at run-time seems to work: ` ``` `Namespace std.permissions #If __TARGET__="android" #Import "native/Monkey2Permissions.java" Private Using jni.. Global...

This is a very messy WIP test using two Google Poly models, an island and a plane. When I load the plane, it's rotated 180 degrees on the y-axis, so...