Skip to content

Releases: IsmAvatar/LateralGM

1.8.221

18 Feb 23:19
Compare
Choose a tag to compare
Fix Sound Frame Duration Bug

Check that the clip is opened to avoid exceptions under OpenJDK. This
also corrects the use of the negative sentinel value
AudioSystem.NOT_SPECIFIED which is -1 when the line is not open.

1.8.220

24 Jan 01:07
Compare
Choose a tag to compare
Fix Object Event Group Children Sort Warning

Parameterize cast with intermediate type.

1.8.216

09 Jan 15:37
Compare
Choose a tag to compare
Cleanup Code Text Area

There was some left over stuff in here from when JoshEdit was originally
merged and moved to its own module. There's no need to manually load the
GML keywords now as they are encapsulated by the JoshEdit lexer. Removed
some old comments about JoshText repaint, since it can properly figure
out its own code size now. Also removed some unused imports and
variables.

1.8.215

08 Jan 22:19
Compare
Choose a tag to compare
Fix Subimage Preview Update

Undoes a mistake in e35a1acc6ba36b19a3b48bcf4a5f4e61c59b8966
The preview component was no longer receiving updates from the reference
because of that. They were going to an unused listener. This restores it
and now the component properly repaints when adding the first subimage.

1.8.214

08 Jan 01:04
7e7df4e
Compare
Choose a tag to compare
New Shader Template (#544)

* Add a template to change the contents of newly created shaders.
* Can be overridden by user in the jar or by plugins through the static class members.
* The template targets GMS-compatible GLSLES version 100 for portability. 
* Easier to have a working shader out of the box than wasting time writing the same inputs for every new shader.

1.8.211

06 Jan 15:22
6b1f16a
Compare
Choose a tag to compare
Conflate Model Update Sources (#543)

Removes business logic from domain classes. Decreases model memory consumption without hurting time performance. Slightly improves loading of very large projects.

1.8.210

06 Jan 02:48
Compare
Choose a tag to compare
Tweak Shader Type Combo Preffered Size

Override the maximum size with preferred to fix ellipsis problem.

1.8.206

05 Jan 21:53
Compare
Choose a tag to compare
v1.8.206

Update JoshEdit for Rectangle Caret Blink

1.8.204

05 Jan 13:34
Compare
Choose a tag to compare
Attempt Pulse Audio IllegalStateException Patch

Even though DataLine is not supposed to throw an exception on
microsecond position, it does under OpenJDK with IcedTea Pulse audio.
Since the sound doesn't have a position when it's not open, we can try
this patch to get around it.

1.8.202

04 Jan 16:24
Compare
Choose a tag to compare
Update JoshEdit for Rectangle Caret Painting

Have the caret use the same font metrics as the selection so the correct
glyph advance is used. This places the rectangle select caret in the
correct location now.
https://github.com/JoshDreamland/JoshEdit/pull/65