HitCoder
|
|
Reply #45 Posted on: October 27, 2014, 04:44:58 pm |
|
|
Location: Oxford, England Joined: Aug 2014
Posts: 157
|
A little off topic, but here's a quick and undetailed comparison of GM8.1 and Enigma for my Sonic Engine
|
|
« Last Edit: October 27, 2014, 04:48:34 pm by HitCoder »
|
Logged
|
Computer Scientist, Programmer in C#, C/C++, Java, Python, GML, EDL, and more. Hobbyist musician. DISCORD: HitCoder#4530
|
|
|
Goombert
|
|
Reply #46 Posted on: October 27, 2014, 04:51:27 pm |
|
|
Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
HitCoder the image don't render for me properly, you need to do with= and height= inside the first img tag with a space between img and width. But I still saw the image, and that is great news, I am glad you found our help and our software useful. ENIGMA is making some serious progress in the right direction. I have alerted sorlok to the with() construct issue as well.
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.
|
|
|
HitCoder
|
|
Reply #47 Posted on: October 28, 2014, 10:12:12 am |
|
|
Location: Oxford, England Joined: Aug 2014
Posts: 157
|
That's excellent. I know loads of people who I happen to be in a skype group with, who use Game Maker. I have tried to convince them to move over to Enigma if their projects work in it correctly, but everyone is complaining about it being unstable, which I have never had a problem with stability (unless I run Enigma for a long period of time. I'm just going to post info on an error I got from running Enigma for a while. Here's a text document.) If you need any more details, just ask. EDIT : Ever since I got that error, the game pauses after around 30 second intervals.
|
|
« Last Edit: October 28, 2014, 10:19:20 am by HitCoder »
|
Logged
|
Computer Scientist, Programmer in C#, C/C++, Java, Python, GML, EDL, and more. Hobbyist musician. DISCORD: HitCoder#4530
|
|
|
Goombert
|
|
Reply #48 Posted on: October 28, 2014, 10:17:25 am |
|
|
Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
Hmm actually yeah, I may be able to fix it. What exactly were you doing when the error occurred? Give me as much info as I can to reproduce it because I think I already know what it's causing it but I can't reproduce it.
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.
|
|
|
HitCoder
|
|
Reply #49 Posted on: October 28, 2014, 10:38:11 am |
|
|
Location: Oxford, England Joined: Aug 2014
Posts: 157
|
I literally just had code open and it just appeared. I think Enigma had been running for a few hours though. If it helps, my theme is set to Nimbus - not that it'll help anything at all...
==EDIT== I wasn't very detailed, ok let me see... I had a couple objects open, and one script from each object was open, all I was doing was typing code. Although, I think it may have been some kind of memory leak from how long it was open, so I'm basically blaming Java. Haha.
|
|
« Last Edit: October 28, 2014, 10:42:54 am by HitCoder »
|
Logged
|
Computer Scientist, Programmer in C#, C/C++, Java, Python, GML, EDL, and more. Hobbyist musician. DISCORD: HitCoder#4530
|
|
|
Goombert
|
|
Reply #50 Posted on: October 28, 2014, 10:49:59 am |
|
|
Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
Hmm I am not really sure, the stack trace suggests it originated in ImageToolTip which is only used by ResourceMenu. That is a special class for selecting an objects sprite or parent or any of those drop down menus all come from that class, you weren't selecting anything like that were you? It could also be related to Java's look and feel. I have decided to file a ticket on LateralGM's tracker. https://github.com/IsmAvatar/LateralGM/issues/158
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.
|
|
|
HitCoder
|
|
Reply #51 Posted on: October 28, 2014, 10:52:03 am |
|
|
Location: Oxford, England Joined: Aug 2014
Posts: 157
|
No, I wasn't doing any of that, I was literally just typing code, Enigma froze for a second, and that popped up.
|
|
|
Logged
|
Computer Scientist, Programmer in C#, C/C++, Java, Python, GML, EDL, and more. Hobbyist musician. DISCORD: HitCoder#4530
|
|
|
Goombert
|
|
Reply #52 Posted on: October 28, 2014, 11:20:53 am |
|
|
Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
I found it, apparently you hovered over the area where the parent or sprite icon shows and it attempted to show the JLabel. I was able to reproduce it and the bug exists on all under the nimbus look and feel.
|
|
« Last Edit: October 28, 2014, 11:24:46 am by Robert B Colton »
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.
|
|
|
HitCoder
|
|
Reply #53 Posted on: October 28, 2014, 11:38:41 am |
|
|
Location: Oxford, England Joined: Aug 2014
Posts: 157
|
Oh, so it was infact the Nimbus theme?
|
|
|
Logged
|
Computer Scientist, Programmer in C#, C/C++, Java, Python, GML, EDL, and more. Hobbyist musician. DISCORD: HitCoder#4530
|
|
|
Goombert
|
|
Reply #54 Posted on: October 28, 2014, 11:49:18 am |
|
|
Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
Yeah check my new response, it does seem to be basically the fault of the Nimbus L&F because we are handing it the correct component and everything to paint and it's just failing. https://github.com/IsmAvatar/LateralGM/issues/158
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.
|
|
|
HitCoder
|
|
Reply #55 Posted on: October 28, 2014, 12:01:04 pm |
|
|
Location: Oxford, England Joined: Aug 2014
Posts: 157
|
Ok. Also, in the new version of Enigma with the new jar files, is the Nimbus theme fixed, or are there any of those new themes you showed screenshots of implemented in those jars?
|
|
|
Logged
|
Computer Scientist, Programmer in C#, C/C++, Java, Python, GML, EDL, and more. Hobbyist musician. DISCORD: HitCoder#4530
|
|
|
Goombert
|
|
Reply #56 Posted on: October 28, 2014, 12:23:45 pm |
|
|
Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
No because I just discovered the bug, this bug has actually existed since IsmAvatar was making LGM, we just didn't notice it until we added the ability to control the look and feel. To get the new look and feels for the new LGM, after you have it installed you have to create a folder called "lookandfeels" right next to lateralgm.jar and then drop the look and feel jar into that folder after you download it from my other topic. http://enigma-dev.org/forums/index.php?topic=2283.0Then you open LGM and go to File->Preferences and set the theme to custom and enter the class path for the theme, then hit apply changes and you should probably restart.
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.
|
|
|
HitCoder
|
|
Reply #57 Posted on: October 28, 2014, 01:43:36 pm |
|
|
Location: Oxford, England Joined: Aug 2014
Posts: 157
|
No because I just discovered the bug, this bug has actually existed since IsmAvatar was making LGM, we just didn't notice it until we added the ability to control the look and feel. To get the new look and feels for the new LGM, after you have it installed you have to create a folder called "lookandfeels" right next to lateralgm.jar and then drop the look and feel jar into that folder after you download it from my other topic.
http://enigma-dev.org/forums/index.php?topic=2283.0
Then you open LGM and go to File->Preferences and set the theme to custom and enter the class path for the theme, then hit apply changes and you should probably restart.
How do I get the class path? do I open the jar file as a zip?
|
|
|
Logged
|
Computer Scientist, Programmer in C#, C/C++, Java, Python, GML, EDL, and more. Hobbyist musician. DISCORD: HitCoder#4530
|
|
|
Goombert
|
|
Reply #58 Posted on: October 28, 2014, 02:21:15 pm |
|
|
Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
I have them all listed in the forum topic haha, if you find one that is not on the list (which you won't because I have basically all of them) you'll have to browse the jar for it. It's just the path of the main class. For instance, the tiny look and feel class name is: Class Name: de.muntjak.tinylookandfeel.TinyLookAndFeel Read the topic for the others. http://enigma-dev.org/forums/index.php?topic=2283.0
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.
|
|
|
HitCoder
|
|
Reply #59 Posted on: October 28, 2014, 07:31:50 pm |
|
|
Location: Oxford, England Joined: Aug 2014
Posts: 157
|
My favorite is the Synthetica one, all of them look pretty polished. My problem with it though is the unlicensed tag at the bottom of some windows.
|
|
|
Logged
|
Computer Scientist, Programmer in C#, C/C++, Java, Python, GML, EDL, and more. Hobbyist musician. DISCORD: HitCoder#4530
|
|
|
|