Pages: 1 2 3 4 5 6 7 8 9 »
  Print  
Author Topic: LateralGM Update  (Read 62648 times)
Offline (Male) Goombert
Posted on: May 16, 2013, 03:40:14 am

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile


Hello as some of you may know I have been working on major improvements to the LateralGM IDE for some time now. I am attempting to bring loads of new features and bug fixes. I want to welcome everyone to come and test the latest version for diagnosis as we reach our way up to 2.0 for a stable build.



NOTICE! You are advised to upgrade to the latest Java version, it will have the best performance and fix many security holes in many old Java versions.

If on Windows you may install by downloading the latest Zip installer here...
https://enigma-dev.org/download.htm
However you should not it may not be as updated as the jar file below because it is so large and hard to repackage over minor improvements.

To manually upgrade, simply download the zip file from the packages page below and extract it. Then copy and overwrite the Enigma.jar in /plugins/ and copy and overwrite lgm16b4.jar with lateralgm.jar.

Download: http://enigma-dev.org/docs/Wiki/Install:Extra_Packages

If you are experiencing a problem with Bold fonts on Linux, this is a current bug of the Open JDK when you install WINE. Just run the following command in a terminal to remove the font package installed by WINE and it will still work fine and LGM will not have bold fonts. You can also run LGM in the new default JRE 7 if you wish as well, it also appears to have better performance.
Code: [Select]
sudo apt-get remove fonts-unfonts-core
********** CHANGE LOG **********
1) Preferences panel implemented
2) Theming and icon customization
3) Added context popup menu to script editor when you right click
4) Merged JoshEdit branch to main repository
5) Object information frame added, can be used to pastebin entire objects
6) Drag and drop can be toggled, when off it hides the action list editor and you get an edit button in the object and timeline editors, when clicked it checks the first action and checks if it is a code action or not if it is it opens it for editing in a code window otherwise it prepends a new one
7) Context menu added to game information window
8) Added multiple selection to the resource hierarchy tree
9) Default room editor size is a little bigger now, as requested
10) Added missing buttons to the game information frame as well as the ability to save/load
11) You will now be asked on exit whether you would like to save any recent unsaved changes, works but is unconditional for now
12) Line numbering in script editor less bold and in your face and properly right aligned to content area now
13) Fixed autocompletion window bug, it now shows in the correct location
14) Fixed a bug with select all not repainting the gmltextarea
15) Fixed bugs with cut, copy and paste in the script editor not immediately realizing the scrollbar
16) Fixed null pointer reference
17) Java performance increase due to IsmAvatar's prior optimizations
18) Resources now show up in auto completion window for the code editor
19) Added save and load button to code editor
20) Fixed code editor caret size and made it not all thick and bold but look like a normal caret.
21) Added the append subimage from file button to the sprite editor for cheeseboy
22) Fixed replace all button in the find and replace window, it will popup at the end and tell you the number of replaced occurences
23) Added Manual button and preference to set the path, if the path includes http:// the url will be opened in the default system browser otherwise the path is given to the system to open as a local file
24) Added path preference for custom icons
25) Updated splash screen
26) Added GPL Calico icon pack by Josh Ventura
27) Added context menu strip to output window
28) Fixed compile button
29) Added build buttons to main toolbar, with icons
30) You can now select multiple resource tree nodes
31) Fixed bug where objects would not draw the object icon when they dont have a sprite in the room editor
32) Added networking systems to the plugin, you can now select them
33) Added the ability to set language in preferences panel
34) Fixed an issue regarding GMK format 820, exported from GM:Studio
35) Events panel is now a modal dialogue, preference added for docking it as a panel
36) Added timeline information frame, both object and timeline info frames will tell you total number of lines of code now
37) Preferences can now be overriden by placing "preferences-en_US.properties" file directly next to the jar file allowing access to preferences not appearing in the prefs. panel you should also note "-en_US" may be different depending on your locale
38) Sprite previewer now has multiple file selection for adding subframes, simply hold ctrl while left clicking each file you want added
39) Fixed game information saving and loading
40) Fixed global game settings saving and loading
41) Added hotkeys for build menu
42) Fixed visual anomalies with script editor status labels caused by improper separator layouts and also adding padding for line numbers
43) Added Wrap at EOF option to the find and replace dialogue, or well, made it work anyway
44) Made opening project files that don't exist, mainly recent files that have been moved, throw an error message instead of not loading
45) Fixed the maximized window bug on Windows, it now properly remembers the state, this however is not implemented by the JDK only for Linux platforms, etc. and also discovered the registry error for preferences being caused by a nonexistent key
46) Added preference to dock the event panel the old way on the right
47) Fixed the red drag and drop action, it was causing an error as the image used for the arrows was moved around with lib files
48) Fixed bug with resource info frame horizontal scroll bar and select all
49) Fixed resources not being syntax highlighted, eg. scripts as functions, it was due to Josh telling me to leave the code from JEdit for the update keywords function, they will also show up in auto completion now
50) Fixed bad_alloc() caused by hitting any of the compile buttons too soon after opening LGM, the buttons will now only be enabled when you actually are able to compile without risk of crashing the IDE.
51) You should now be able to pass the first command line argument as which file you want LGM to open, does not work with the enigma.exe yet
52) Experimental GMX loading support
53) Implemented Shader resource
54) Fixed script context menu accellerators
55) On Windows GMX, GMK, and EGM, can now be made to open on double click either by double clicking one of the files or going to control panel and setting the default program for the filetypes to the enigma.exe
56) Fixed compile button on Windows not adding the .exe extension, it will only do it if you leave the file extension blank.
57) Compiled .exe's now contain your copyright info and game icon on the executable.
58) Added support to the sprite editor for loading the subimages of a GIF and not just the first frame
59) Redesigned Sprite Editor with zooming support and cut, copy, and paste for multiple subimages and between sprites
60) Redesigned Background Editor with zooming support and other information
61) Resource editors now display things such as RAM usage, etc.
62) Fixed sound frame from not letting you preview audio, mp3 is still not supported when previewing but you can still load and add them to your project, but you really should use OGG instead
63) Added text alignment options to game information
64) Multiple selection for the resource tree has been added, you can delete multiple resources now.
65) Updated action libraries
66) Various other bug fixes and improvements

If you encounter any issues or bugs I would appreciate it if you could file them on the LateralGM Github tracker, you may file them here on the site but I would prefer they be posted on LGM's tracker, but it doesn't matter. Please don't be afraid to report issues, if I do not know what they are I can not fix them.
https://github.com/IsmAvatar/LateralGM/issues?state=open
« Last Edit: October 05, 2019, 06:56:01 am by Goombert » 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.

Offline (Unknown gender) TheExDeus
Reply #1 Posted on: May 16, 2013, 07:39:02 am

Developer
Joined: Apr 2008
Posts: 1860

View Profile
Nice, though the auto-complete bug is still there. And double click on event doesn't open code editor on win7.
Logged
Offline (Male) Josh @ Dreamland
Reply #2 Posted on: May 16, 2013, 11:06:28 am

Prince of all Goldfish
Developer
Location: Pittsburgh, PA, USA
Joined: Feb 2008
Posts: 2950

View Profile Email
He has only recently merged in that branch. Autocomplete worked fine in the JEdit branch. :P
Logged
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble
"I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
Offline (Male) Goombert
Reply #3 Posted on: May 16, 2013, 11:30:07 am

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
Yes I will get around to those bugfixes, there are multiple ones in JoshEdit, I am taking a break to do some stuff with the plugin like fix the compile button and add a run/debug button to the main toolbar and other stuff like make definitions modify parse each time you compile.
« Last Edit: October 05, 2019, 06:56:15 am by Goombert » 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.

Offline (Unknown gender) gra
Reply #4 Posted on: May 17, 2013, 12:36:20 am

Member
Joined: Feb 2013
Posts: 147

View Profile
I'm happy  :D
good design of updated lgm, the fix of autocompletition bug is great
.question about a feature:
But the autocomplete of objects name is difficult?
EDIT
the startup speed of lgm , now it is amazing!!
« Last Edit: May 17, 2013, 12:39:18 am by gra » Logged
Offline (Unknown gender) intygamer
Reply #5 Posted on: May 17, 2013, 10:33:46 am

Member
Joined: Mar 2013
Posts: 77

View Profile Email
Hi

I downloaded the beta version to try out.  I unzipped the new jar file and replaced the one in enigma-dev directory with the new jar file.  When I loaded this it says its version 1.6 and did not see any of changes made.

Joe
Logged
Offline (Male) Goombert
Reply #6 Posted on: May 17, 2013, 12:21:44 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
Glad your happy gra!!!  :) I am working on resource auto completion its a bug causing them not to show. The startup speed is due to optimization in the JDK.

The splash screen still says 1.6 but it is 1.8, you should have at least noticed a change in the GUI, do you see a preferences window? It is on the toolbar and under file, try to look for it and enable a different GUI theme.
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.

Offline (Unknown gender) gra
Reply #7 Posted on: May 17, 2013, 04:14:49 pm

Member
Joined: Feb 2013
Posts: 147

View Profile
Quote
I am working on resource auto completion its a bug causing them not to show.
great  (Y)
Logged
Offline (Male) Goombert
Reply #8 Posted on: May 17, 2013, 05:35:00 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
Fixed it gra, redownload, resources now show in auto completion  (Y)

Edit:
added save/load buttons to script editor, and added the subimage from file button to sprite editor for cheeseboy, also added the replace all button to the find and replace window it will popup a little message box with the number of replaced occurences once finished
« Last Edit: May 17, 2013, 10:22:27 pm 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.

Offline (Unknown gender) gra
Reply #9 Posted on: May 17, 2013, 10:09:25 pm

Member
Joined: Feb 2013
Posts: 147

View Profile
thanks , just for this weekend  :D
i suspect the full enigma-dev immersion with computer scientist collaborator for guitar bass game  ;D
if i have other features ideas, post there
Logged
Offline (Unknown gender) Ideka
Reply #10 Posted on: May 17, 2013, 10:31:35 pm

Member
Joined: Apr 2011
Posts: 85

View Profile
Looking good. Nice, Robert.
Logged
Offline (Male) Goombert
Reply #11 Posted on: May 18, 2013, 02:12:18 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
Thanks guys its what I'm here for!  :D I just thought I do something that immediately improves ENIGMA's usability and performance for once. Gra, I added the ability for you to set a custom icon path location in the preferences panel, if you want you can just leave the theme alone and add your icons to a folder named "icons" next to the Jar file, and make sure you put them in the correct folders eg. "icons/actions/", "icons/events", "icons/restree/" and that they have the correct file names such as "background.png" or "save.png"

Zeseterer, whererever you are I added the ability to set the path location for the manual it can be a local file path or url, it will automatically detect how to open it, the default is to tell the system default browser to open our Wiki's main page.

I also fixed replace all with the find and replace window, afterwards it will tell you the number of occurences replaced, make sure you set your caret at the beginning of the area you want to replace, I haven't fixed the scope portion of the find and replace window yet. There are also now some themes I forgot to add originally. Keep the suggestions coming you guys  (Y)
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.

Offline (Unknown gender) gra
Reply #12 Posted on: May 19, 2013, 12:35:05 am

Member
Joined: Feb 2013
Posts: 147

View Profile
another problem, for my eyes ,the font of code editor, is little  :D , any idea for resize?
wow the custom icon, my icon not good i try to render to 16x16 and post result
thanks (Y)
EDIT
i update a icon set (toon-retro)
EDIT2
Robert, can you explain the icon folder and name?
where is the script that load files? i try to see the names of files icon
« Last Edit: May 19, 2013, 01:55:12 am by gra » Logged
Offline (Unknown gender) slojanko
Reply #13 Posted on: May 19, 2013, 05:08:33 am
Member
Joined: May 2013
Posts: 7

View Profile
I had to change the jar file name to get it working.
Logged
Offline (Male) zesterer
Reply #14 Posted on: May 19, 2013, 04:38:49 pm

Member
Location: Mars
Joined: Jan 2013
Posts: 16

View Profile Email
Looks awesome! Downloading now!
Logged
Pages: 1 2 3 4 5 6 7 8 9 »
  Print