themabus
themabus
### Describe the bug bitwise operation in Switch statement causes decompiler exception. happens in 674c5d8 and 0.4.0.4, was fine in 0.3.5.8 ``` switch(x>>y) { case 0: x=1; break; case 1:...
### Describe the bug ``` tree = instance_create(x,y,oTree); tree.leaves = true; dog = instance_create(x,y,oDog); dog.tail = true; none = true; with (oTree) if (other.speed
### Describe the bug this GMS1.4 code: ``` for (var i = 0; i < 10; i++) { array[irandom(i)]++; x++; } ``` gets decompiled as this nonworking code: ``` var...
### Describe the bug clearDisplayBuffer room flag is flipped ### Reproducing steps 1. in a new GMS1.4 project create 2 rooms: one with 'Clear Display Buffer' set (default); other with...
### Describe the bug open data.win and go to code that failed parsing and has EXCEPTION comment paste GML code on top of it UML will display error dialog and...
### Describe the bug ``` /* EXCEPTION! System.Exception: Malformed switch statement: bad condition var (y) at UndertaleModLib.Decompiler.Decompiler.HLDecompileBlocks(DecompileContext context, Block& block, Dictionary`2 blocks, Dictionary`2 loops, Dictionary`2 reverseDominators, List`1 alreadyVisited, Block currentLoop,...
### Describe the bug following code from GMS 1.4.9999 produces exception in v0.4.0.4 and v674c5d8 bleeding edge ***System.Collections.Generic.KeyNotFoundException: The given key '_temp_local_var_1' was not present in the dictionary.*** but decompiles...