-
I have a pretty old gm8.1 project that i want to compile, however, it makes use of game_save and game_load.
This is not yet in enigma.
-
After a previous argument where I was trying to tell Josh GM at one point supported BASIC syntaxing I couldn't find any good sources. However Schyler has come along and informed us that it once did...…
-
This doesn't make any sense, after I've defined a custom code editor I think I've made it pretty obvious that I don't want to use lateralGM's built in editor so I have no idea why it opens lateralGM's…
-
ISO C++ does _not_ guarantee the order of argument execution in code. It is implementation defined and is generally not what you want.
This is a snippet of code from Robert's Project Mario:
``` GML
…
-
I'm currently running zFarm twice to find the map level with the highest loot. Once with the dominance formation (more cells per second) and once with the scavenger formation (more loot per cell). The…
-
Take a look here:
https://github.com/WarlockD/GMdsam/blob/master/GMdsam/Writers/CodeWriter.cs#L233-L234
snd_play(); should be audio_play_sound();
(or sound_play();)
snd_isplaying(); should be audio_…
-
Example project file: https://www.dropbox.com/s/17vq0m3u78phgf7/Test3.gmk?dl=0
Full compile log (important part in example comments anyway): http://pastebin.com/1XBn9sjL
I have commented out several …
-
The file I was trying to load: https://github.com/faissaloo/xor/tree/master/xor.gmx
This was loading fine in the last LGM that was bundled with ENIGMA.
```
Operating System: Linux
Version: 3.19.0-5…
-
I'm not sure whether this is the right place to submit this issue... don't blame me if I'm wrong.
# Initial setup
I'm trying to build ENIGMA on Windows 8.1 using the `Source Code` section at http://e…
-
Currently, LGM will check if it's loading a version of GM that uses view "ports" (destination rectangles for views), and will skip loading those properties if the version is too old. This leads to a b…