yuppox

Results 23 issues of yuppox

**Plugin version** Importer 2.3 Godot 3.1.1 Downloaded via Asset Library **Issue description** I imported a 300x300 map with two layers and an embedded tileset. When I went to edit the...

### Subject of the issue I'm having trouble with crackling/bad audio during playback. It stutters or has noise/crackling during playback. My device/OS package is v2019.02.14. I also tried v2020.11.28 (compiled...

Changed: process_defines now uses a calloc'd tempstr like process_includes. Using a variable-length array was the only barrier for the MS compiler. Added Visual Studio solution and project files.

This needs more examples but also, the provided example doesn't work. There is no provided `TimingHandler` `IndexHandler` `AboutHandler` `ErrorHandler`. The example needs to include some implementation of these, or exclude...

GCC uses unsigned for enum, unless the enum includes explicit negative assignments. MSVC appears to default to signed. Bitpacking here creates errors if the enum is signed because the maximum...

Using this statement: ``` PRINT 1 : PRINT 2 ``` It is expected that the interpreter will evaluate both PRINT statements but only the first one is. On the other...

The following program loops forever: ``` 10 X=5 20 PRINT X 30 X=X-1 40 IF X>0 THEN GOTO 20 ``` The IF statement doesn't produce an error but also doesn't...

The only version of the front-end I can find is the v1.9 Sourceforge one that appears to be 10 years old. The documentation mentions _MySecureShell GUI_ but no reference to...

enhancement

I built this in Docker using run-release. Here is the output: ``` [ 0.040000] kmain: loading kshell... This is ArvernOS kernel shell. Type 'help' for more information. Protip: switch to...

I'm trying to compile on Linux using the xPack gcc toolchain. However, I get a bunch of errors at the end of linking. I tried adding -fPIC to the cc...