|
Goombert
|
![](https://enigma-dev.org/forums/Themes/enigma_v4/images/xx.gif) |
Reply #136 Posted on: November 07, 2014, 03:47:07 am |
|
|
![Developer](membericons/developer.svg.png) Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
Heh, you don't understand, the default by the JVM is actually on if the hardware supports it. The real issue is further bugs down inside LGM like executing GUI/Swing code on the EDT. But I will be turning the default to forcing it off in the next release.
|
|
|
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. ![](https://i.imgur.com/0cLrZIJ.png)
|
|
|
|
Goombert
|
![](https://enigma-dev.org/forums/Themes/enigma_v4/images/xx.gif) |
Reply #138 Posted on: November 07, 2014, 04:29:24 pm |
|
|
![Developer](membericons/developer.svg.png) Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
Quick update with some small changes. You can update via python install.py or by manually downloading the new jars. http://enigma-dev.org/docs/Wiki/Install:Extra_Packages* The MDI area scrollbars are now only shown when needed, so when you maximize a frame they will not be visible, just like normal MDI managers and the one in GM8.1, giving just a little more space on screen. https://github.com/IsmAvatar/LateralGM/commit/f995c9b91a94dc09877cf75ce15b2ed3789d6f73* Hardware acceleration is now forced off by default again, though I still need you guys to run it with it on and report issues to me because regardless of whether or not we fix them they still exist and only get worse as time goes on, the whole point of what I'm trying to do is fix these bugs and eliminate them for good which I can't do if you guys don't report them.* Fixed a regression I accidentally left in the source code that caused the MDI frames to have skinny title panes under some look and feels, when testing I was setting the UI property "isPalette" on the frames. * Fixed class cast exception when changing the window decorations preference caused by having open MDI frames. https://github.com/IsmAvatar/LateralGM/commit/08104f65f5f11b12b431a9808afa712da1dcd866But i am not 100% sure. This week i had several updates for my Nvidia graphic drivers, and this could be the problem also. From my research it seems that users with Nvidia graphics cards have the most problems with Java2D's hardware acceleration. Regardless, I still need issues reported to me because either way I can try to fix what needs to be fixed, I do not want to sweep issues under the rug, that's how LGM got so buggy in the first place.
|
|
« Last Edit: November 08, 2014, 01:37:03 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. ![](https://i.imgur.com/0cLrZIJ.png)
|
|
|
egofree
|
![](https://enigma-dev.org/forums/Themes/enigma_v4/images/xx.gif) |
Reply #139 Posted on: November 08, 2014, 03:39:42 am |
|
|
![Contributor](membericons/contributor.svg.png) Joined: Jun 2013
Posts: 601
|
What is the purpose of the event selector icon in main window (on the top-right) ? It doesn't seem to be implemented. If i click on an event, i've the following error : http://pastebin.com/4SeQtzBp.
|
|
|
Logged
|
|
|
|
Goombert
|
![](https://enigma-dev.org/forums/Themes/enigma_v4/images/xx.gif) |
Reply #140 Posted on: November 08, 2014, 04:46:21 am |
|
|
![Developer](membericons/developer.svg.png) Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
If you click that button, it should raise the event tab, unless you set the preference to undock it in which case it shows the frame. Also, the latter error log does not help me, I have no way of reproducing that and failed in doing so, everything seems to be working here, I need exact steps.
|
|
|
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. ![](https://i.imgur.com/0cLrZIJ.png)
|
|
|
|
Goombert
|
![](https://enigma-dev.org/forums/Themes/enigma_v4/images/xx.gif) |
Reply #142 Posted on: November 09, 2014, 12:37:11 am |
|
|
![Developer](membericons/developer.svg.png) Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
Here's another update that took me a while to complete. As always python install.py to update or manually download the jars from Extra Packages. http://enigma-dev.org/docs/Wiki/Install:Extra_Packages* Icon reading exception fixed by sorlok for some ico files that have empty/fake masks. https://github.com/IsmAvatar/LateralGM/commit/304937f4ab31a3efae10f221feab29518f291879https://github.com/IsmAvatar/LateralGM/issues/163* Implemented undo and redo to the action list editors you can undo multiple actions such as move, cut, copy, paste, delete, and clear. The only thing that does not yet get undone is changes to the actions values, not even recognized yet as an undo operation. https://github.com/IsmAvatar/LateralGM/commit/ed00e3885c1a6015ae0060a59cc20711865750b2https://github.com/IsmAvatar/LateralGM/commit/f06e70a5157b9112ab47bb4f94d6d35ca6527156https://github.com/IsmAvatar/LateralGM/commit/5f7ff9b3ce49ac37757981f95a354b490fe3fb4b* Fixed exceptions for some file open dialogs when you enter a filename for a file that does not exist. This needs further cleaned up. https://github.com/IsmAvatar/LateralGM/commit/e5785eff85ced88d09e6ce4389c1228e5b849dee* Added APNG loading to the sprite and background editor, the file extension will need to be ".apng" for LGM to load all the subimages from it, or it will think it's a regular PNG. It can be used to mix GIF's and APNG's in the sprite editor. This required moving the APNG reader/writer from the plugin to LGM. https://github.com/IsmAvatar/LateralGM/issues/114https://github.com/enigma-dev/lgmplugin/commit/33e112c8667e38ff1cf63c679f379fd8e5d407bbhttps://github.com/IsmAvatar/LateralGM/commit/e5785eff85ced88d09e6ce4389c1228e5b849deeIn the following image you can see I mixed a sonic GIF with another APNG image, and also loaded another APNG image separately. ![](http://i.imgur.com/QJmpnpE.png) I encourage everyone to experiment with the action list undo implementation and ensure that everything works as you would expect and that undoing/redoing does not throw any exceptions, try as hard as you can to break it. And remember, try to also make an example with steps that I can easily reproduce for me to fix it. This is a very tricky feature and requires careful analysis. can't reproduce the error anymore. But why this event selector is in the main toolbar ? It's only for objects. It should be in the objects window. If you don't have an object open, it can't be used. This doesn't seem logical to me. This icon seems useless to me in this place. It is also displayed when you are in the objects events and you click on the modify button. It has been in there since LGM was first started egofree, it's kind of unique to the application, occasionally I click on the button as well to get the panel. If you think it should be removed you should discuss it with everyone else, I personally don't have an opinion on it either way because if you don't use it, it's not in your way so it shouldn't bother you.
|
|
« Last Edit: November 09, 2014, 06:23:16 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. ![](https://i.imgur.com/0cLrZIJ.png)
|
|
|
|
Goombert
|
![](https://enigma-dev.org/forums/Themes/enigma_v4/images/xx.gif) |
Reply #144 Posted on: November 09, 2014, 04:25:25 am |
|
|
![Developer](membericons/developer.svg.png) Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
The drag and drop component that is on the timeline frame and object frame? Drag and drop actions, hence Action List editor.
|
|
|
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. ![](https://i.imgur.com/0cLrZIJ.png)
|
|
|
|
Goombert
|
![](https://enigma-dev.org/forums/Themes/enigma_v4/images/xx.gif) |
Reply #146 Posted on: November 09, 2014, 06:14:59 am |
|
|
![Developer](membericons/developer.svg.png) Location: Cappuccino, CA Joined: Jan 2013
Posts: 2993
|
The clipboard, CTRL+Z/CTRL+Y and also the context menu, Right Click->Undo/Redo just like GM: Studio
|
|
|
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. ![](https://i.imgur.com/0cLrZIJ.png)
|
|
|
egofree
|
![](https://enigma-dev.org/forums/Themes/enigma_v4/images/xx.gif) |
Reply #147 Posted on: November 09, 2014, 06:21:44 am |
|
|
![Contributor](membericons/contributor.svg.png) Joined: Jun 2013
Posts: 601
|
Ok, i understand now. There is a problem with the focus. Within the objects window, if the actions list panel doesn't have the focus, the keyboards shortcuts don't work. I give an example : if you add several new actions, and try CTRL-Z, it doesn't work if an action has not been selected before in the actions list panel.
Edit: To be sure, just open a new objects window, and add directly new actions. It will not work. You have to select an action in the actions list panel. Would it be possible to link the shortcuts to the objects window and not the actions panel ?
|
|
« Last Edit: November 09, 2014, 06:26:39 am by egofree »
|
Logged
|
|
|
|
|
|
|