Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Goombert

1456
Programming Help / Re: B2D physics question
« on: May 02, 2014, 10:17:21 pm »
That was a GM: Studio limit Darkstar, you are free to add as many points to your shapes as you want when you use my function set. Just make sure the points are ordered clockwise and create a convex shape, Box2D does not support concave shapes.

http://enigma-dev.org/docs/Wiki/Box2D_Functions

1457
Off-Topic / Re: The choice was obvious, and it wasn't Enigma
« on: May 02, 2014, 09:48:28 pm »
Harri did an awesome job summing up, I learned a lot from working on ENIGMA too. But it just led me to realize how badly designed GM is compared to other engines, so I just ended up hating it.

1458
Off-Topic / Re: The choice was obvious, and it wasn't Enigma
« on: May 02, 2014, 01:57:43 am »
Quote from: Rusky
Because it's open source, because it's free, and because it has the potential to do things differently than GMS (not that it's currently living up to that). Problems with GMS are not the only, nor should they be the main, reason to use ENIGMA.
That's a conflicting statement when you consider most of what ENIGMA does differently is an attempt to improve where they went wrong.

1459
Issues Help Desk / Re: Problems with global variables
« on: May 01, 2014, 02:48:35 pm »
I wouldn't be surprised, that also is probably why YYG is going to remove them, the scoping for those keywords is a pain in the ass.

1460
Issues Help Desk / Re: Problems with global variables
« on: May 01, 2014, 02:36:23 pm »
ego, what I fixed was calling event_inherited() inside alarms, user defined events and other stacked events, I never touched anything with globals or variable declaration, that is a different part of the compiler.

1461
Off-Topic / Re: The choice was obvious, and it wasn't Enigma
« on: May 01, 2014, 02:22:40 pm »
This is one place where I have to agree with Rusky, sometimes I'm over the top, but the OP doesn't understand I don't even like ENIGMA, and the only person that contributes here anymore is me, and I've spent the majority of my time doing that, I have no control over what people want to come here and say, that's their opinion, and I can't help it I usually agree with them.

Also, as daz pointed out, our help and support is usually top of the line and we get things fixed usually right away if it is a small bug, new features however are usually put aside for priority.

1462
General ENIGMA / Re: LateralGM 1.8.5
« on: May 01, 2014, 04:30:47 am »
lol egofree wtf, I'd like to help you but I am just saying, what also may have been the problem was old binaries in C:/ProgramData/ENIGMA or are you on Linux? Sometimes you want to do "Rebuild All" from the IDE, I think that gets rid of the old binaries.

1463
General ENIGMA / Re: LateralGM 1.8.5
« on: May 01, 2014, 03:12:31 am »
Guys, try to make a reproducible test case, because I can confirm that running an unsaved project is working fine here. Until you can give me exact steps I can't even prove what you're saying, let alone fix it.

1464
General ENIGMA / Re: LateralGM 1.8.5
« on: April 30, 2014, 04:06:14 pm »
I don't know what you mean egofree, try describing it a little better.

1465
Issues Help Desk / Re: Page issues with GAMES tab at site
« on: April 30, 2014, 04:35:56 am »
Ugh, that would be because it's not there, I am sorry I didn't know he must have come along and broke it some more. Try accessing this page, I can't seem to get it to work.
http://enigma-dev.org/edc/games.php?game=69/../games.php

Edit: Haha, lucky for you I have it on my dropbox.
https://www.dropbox.com/s/8gniflfkwdhjb8k/platform_engine.gmk

1466
Well for one, git pull, only updates the engine code. To update LateralGM or the Plugin on Linux you do python install.py, on Windows you have to manually download and replace the jars.
http://enigma-dev.org/docs/Wiki/Install:Extra_Packages

Second of all, I can't tell you why LGM is erroring unless I have one of the projects that it is erroring when trying to load.

I have updated LGM to automatically create folders when saving a GMX, please see my comments below.
http://enigma-dev.org/forums/index.php?topic=1870.msg18519#new

1467
Issues Help Desk / Re: Page issues with GAMES tab at site
« on: April 30, 2014, 04:00:33 am »
Yes the download links are still on the pages, just scroll past all the errors and find the download link.

1468
General ENIGMA / Re: LateralGM 1.8.5
« on: April 30, 2014, 03:59:24 am »
That's supposed to happen fervi, or well, that's the way it has always been.

Anyway, I updated LGM to automatically create folders when you save a GMX. You can download LGM yourself using python install.py on Linux, downloading it from the Extra Packages page, or downloading the new Portable ZIP.
http://enigma-dev.org/docs/Wiki/Install:Windows
http://enigma-dev.org/docs/Wiki/Install:Extra_Packages

1469
Here is another good one too that works like pastie/pastebin.

https://ideone.com/

1470
Programming Help / Re: How to do conditional branching in C++ ?
« on: April 30, 2014, 12:16:53 am »
You to do it all through code, literally all the functions are documented on the Wiki.
http://enigma-dev.org/docs/Wiki/Box2D_Functions

I just built my example game and it worked fine.
https://www.dropbox.com/s/11svwsiwvd31yim/enigmaphysicstest.egm