Sailsman63

Results 17 issues of Sailsman63

Noticed that every time I launch the game, I get the exact same starting conditons/asteroids. I've tested this on two browsers: Firefox 76.0 Chromium 81.0.4044.138 (Official Build) Both Arch Linux...

Readme currently states pf4j-update is ~15k, with one dependency (gson) Libraries tend to put on weight. Current release (2.3.0) is ~25k from Maven Central, and seems to have grown another...

If a script does not clean up after itself, UI objects like BDialogs, etc. can end up being orphaned. They cannot be closed via the window control boxes, and my...

UX

Maximizing or restoring a Script editing window leaves the RSyntaxTextArea set to the previous size. Clicking in or attempting to scroll the textarea triggers a re-layout, so it's still useable....

bug
UX

Draft for moving toward a more flexible build system. It brings support for: - Managed dependencies (Mostly, we've got a couple of weird ones that are still checked into the...

It'd be nice to be able to automatically upgrade our dependency tree, instead of manually downloading and checking in new artifacts.

enhancement

#7 pointed out that AOI does not really have a logging system. `System.out.println()` calls scattered just about anywhere. A simple logging framework would seem to be in order, even if...

enhancement

Found this one while testing #157. When creating a new Layered texture: - Add first simple texture - Edit Mapping - Adjust "Apply to: Faces" - Add second simple texture...

bug

While doing some spot-checking related to #197, I tried to fit view to selection on a very large object. (In the 10e15 range) My AOI became unresponsive, and it took...

enhancement
question
UX

While doing some testing of a script that plays around with the saved keystrokes.xml, I noticed something odd: I was seeing duplicated `KeystrokeRecords` in the preferences editor, but only for...

question