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 - IsmAvatar

76
Announcements / Re: LateralGM Update
« on: May 26, 2013, 03:52:56 pm »
LateralGM is designed to work back to Java 1.5 (although 1.5 requires an additional jar). If a person wants to use 1.5 or 1.6 for whatever reason, we will support them as best we can. Some day we may stop supporting older versions, but for now, we support them.

As for gra's problem, actually I followed the exception stack trace that he provided, and it indicated that he was using an older version, as it pointed to code that has since been corrected. If he can reproduce the problem and have the stack trace indicate that it is the latest version, I'll believe it.

77
While I certainly don't oppose the idea, I do, however, feel like this is just another case of "stick it on github and the problem is magically solved". The problem with this ideology is twofold: 1) Interested manpower. Most of our interested manpower is already working on the wiki and enigma, which have higher priority than the bot and the website (as they should). As for generating interest, that leads to point 2) Generalizability. The bot and the website are pretty much singletons. They don't generalize to anything else, so there's not really a need for a second one to be launched anywhere else on the entire internet. Generally a project is best suited for source distribution and version control when it's expected that there will be multiple instances of it.

This leads to a more serious issue: more leechers than seeders. With so few people actually contributing to these projects, the only thing opening the source code effectively does is allow people to read it, learn from it, and abuse it. We're revealing our security flaws, but are we fixing them? If we're not, people will use those security flaws.

Just my two cents and concern. At any rate, I'd love to see them both worked on more, but I think we should hesitate a little before we just jump to "throw it on github for all to see".

78
General ENIGMA / Re: EGMJS (ENIGMA HTML5)
« on: May 24, 2013, 02:49:21 pm »
Huh, I don't recall exactly, but maybe the modular resource system was implemented only in the joshedit branch at the time. Namely, this changed a way to access certain variables (like gmObjects) from static to a map lookup. This caused a serious incompatability with LGM and the plugin, and since this was only implemented in JoshEdit, it means the plugin would not be able to switch between master and joshedit branches (which is exactly what Robert did), hence the error. The quickfix is to use a different version of the plugin.
I think the ideal fix is to ensure that the latest official LGM and the latest official plugin are built, as they have mostly stabilized at this point and should be compatible again. If you're still having issues after that, let me know, as you might have found a regression.

79
General ENIGMA / Re: Innacurate Framerate Counter
« on: May 24, 2013, 02:39:42 pm »
You could fudge it and do a sleep(1) every few frames.

80
Announcements / Re: LateralGM Update
« on: May 24, 2013, 10:55:17 am »
This problem is fixed, but you still have an outdated jar. Robert's build must have failed or something.

81
Announcements / Re: Huge speed increase
« on: May 24, 2013, 09:35:22 am »
Room speed can be set to 0 as of f2c5c2f89adc. Robert has been maintaining the latest builds, so he'll probably build it for you.
Note that this behavior may lead to incompatibilities in GM.

82
Announcements / Re: LateralGM Update
« on: May 23, 2013, 12:03:13 pm »
gra: I think I found the source of the problem, but I'm not sure if it's the same as your problem. Please check out my comments on the ticket and provide additional info.

83
Announcements / Re: LateralGM Update
« on: May 23, 2013, 09:09:35 am »
This sounds like a LateralGM bug, so it belongs on the LateralGM tracker, not the Enigma tracker (the link at the top). But it looks like gra's going the correct route anyways.

84
General ENIGMA / Re: Cross Compiling
« on: May 22, 2013, 04:05:22 pm »
make[1]: i486-mingw32-g++: Command not found

Seems to suggest you don't have g++ installed? Or maybe it's expecting a specific version of g++ which isn't yours.

85
Issues Help Desk / Re: Mac help
« on: May 22, 2013, 10:43:43 am »
Regardless of packages, those are essential libraries that must be obtained in whatever way mac provides, and I'm fairly certain the mac installation instructions and dependencies pages on the wiki explain how to get those sufficiently.

86
Announcements / Re: LateralGM Update
« on: May 20, 2013, 04:26:28 pm »
Also, if anything broke, it's Robert's fault.

87
Announcements / Re: LateralGM Update
« on: May 20, 2013, 04:24:16 pm »
LateralGM is proud to state that these changes have been merged into the official LateralGM repository with appropriate revision to make them acceptable.

Robert has expressed that he does not desire to continue to maintain a separate fork of LateralGM, and his changes were always intended to be merged back into the main LateralGM repository maintained by myself.

Note that for the time being, Robert will be in charge of understand exactly what this implies for persons wishing to checkout or build from the LateralGM repository (namely, which branch to use), at least until I can figure it out for myself.

88
General ENIGMA / Re: Definitions Modified
« on: May 20, 2013, 11:19:52 am »
Technically I think this was one of the missing features of JoshEdit that was holding me back from merging.

89
General ENIGMA / Re: LateralGM Theming
« on: May 20, 2013, 11:15:12 am »
The Override tag will not directly cause any implications. They simply prevent the programmer from doing something stupid like mistyping an override function (capitalization, for example) and ending up with inherited behavior when you thought you overrode it. They're just a preventitive measure, so to remove them will not break anything.

90
Announcements / Re: LateralGM 1.8
« on: May 20, 2013, 10:14:46 am »
I just wanted to clarify that this "LGM 1.8" is Robert's fork of LGM, done with my permission.
Robert's fork uses a different version numbering system than the official repository (official is still on 1.6 and may be for some time), and also may have some minor licensing conflicts, regressions, or unapproved features that will (hopefully) not appear in the official LateralGM repository and releases maintained by myself.

That said, I'm glad to see he's managed to make his own fork release, and glad to see such a positive receiption for his release.