WickedShell
WickedShell
On a related note BFG needs to collect light at the tip of the gun or something to give the player feedback that it's charging and to let other people...
RG has a pulse effect we could play with while it's charging, but most of the other view models don't have anything like that, so the crosshair sounds like the...
@nyholku any change of getting 1.0.3 pushed to maven?
@Chris2011 almost certainly not. The release on maven still says 2017, and I had to locally install 1.0.3 to upgrade my JNA version, which was needed to fix being completely...
Is there a particular reason why the version distributed through maven requires Java 8? At some point someone recompiled 1.0.0 from Java 5 to Java 8 which breaks support for...
You can specify the -target 1.6 to specify the compile target even if you are on a newer JVM. This should allow you to release builds that are compatible even...
Thanks! On Tue, Jun 20, 2017 at 8:49 PM, nyholku wrote: > True, forgot, I will try to get round to recompiling this at some point. > > — >...
Scrollable focus should swap between the favorites section and the current folder depending on which the mouse is over (focus listeners are a pretty straightforward way to do this).
Fetching the list of available files in a folder should be done off the GL thread as when referencing filesystems that are over the network or are on removable media...
Works appropriately, the animation isn't fluid for me, but I suspect that is because I don't have continuous rendering so something has to prompt the system to be repainting while...