Skip to content

Releases: IsmAvatar/LateralGM

1.8.34

14 Mar 23:07
97da390
Compare
Choose a tag to compare
Fixes Stale External Editing (#353)

Write the file out on start and recreate file change monitor, use try-with-resources, and cleanup util methods.

1.8.33

13 Mar 08:07
b26f23a
Compare
Choose a tag to compare
Fix Image Effect Related Issues (#348)

Fix image related issues.

1.8.32

07 Mar 21:41
1ddacf2
Compare
Choose a tag to compare
Implement Check Names Functionality (#347)

Show variable naming rules, prompt to rename resources, and remove unused and outdated property keys.

1.8.30

02 Mar 17:07
bcbef27
Compare
Choose a tag to compare
Fix External Editor Change Monitoring (#345)

External editors should write out the file before creating a change monitor.

1.8.27

01 Mar 21:47
Compare
Choose a tag to compare
Transfer handling improvements

First, when you use a JVM local DataFlavor, or create one, you need to
specify the class. #303 occurred because the JVM was confusing ResNode
and EventNode during drag and drop operations as a result of them having
the exact same MIME. Later ResourceMenu should be extended to support
copying between other ResourceMenus by adding a data flavor for
ResourceReference. The Resource in ResNode as well as the Event in
EventInstanceNode should both be made serializable so they can be
transferred across JVMs.

Second, I have changed the undocked version of the event selector to be a
JDialog. Having it as a JFrame previously, that was always on top, made it
cover dialogs like the new project and unsaved changes dialogs. The
reason I had originally made it a JFrame was so that it would not go
behind the main window when losing focus. I realized the same can be
achieved by setting the parent of the dialog to the main window, and
that it can be made modeless so that it does not block any of the
aforementioned dialogs.

1.8.25

01 Mar 16:31
Compare
Choose a tag to compare
v1.8.25

update version for #343 fixes

1.8.10

01 Jan 06:02
4ef5c8d
Compare
Choose a tag to compare
Cleanup of old code and useless things (#333)

code cleanup