Page 139 of 139

Re: Progress

Posted: Thu Nov 28, 2024 1:51 pm
by another_commander
Let's catch up a little bit with what has happened lately in Oolite. In the last few months, we' ve had:
  • Implementation of the [-]-help command line option, which brings up info about the available command line switches.
    Image
  • OXZs in the in-game manager can be now filtered by category. Use c: as the filter.
    Image
  • Mouse sensitivity is now user configurable. Use the "mouse-flight-sensitivity" key in the user defaults file, range is 0.005 to 1.0. Default is 0.95.
  • For the Windows port, we now have color gamut expansion in HDR for more vivid and saturated colors when necessary.
  • For the Windows port, we now have a new HDR screenshot format which allows us to save screenies in expanded colorspaces like DCI-P3 and BT2020. (Sorry no example available for the last two because you would need an HDR display to be able to view it properly).
  • New wormhole effect (best viewed animated in-game):
    Image
  • New ECM effect (does not look great in a static image, best viewed animated in-game):
    Image
    This is the effect you see whenever an ECM blast is triggered, be it originating from the player or from an NPC. If you don't want it, it can be disabled by setting the key "ecm-visual-fx" to NO in the user defaults file.
All this and more available in the latest pre-release 10e222e.

Re: Progress

Posted: Fri Nov 29, 2024 5:31 am
by gilhad
Nice :)
Could be possible to filter the OXPs also by part of name? Like "miss" for all missiles and missjumps and promisses?
Or it is already there and I just missed it somehow?

Re: Progress

Posted: Fri Nov 29, 2024 6:17 am
by another_commander
gilhad wrote: Fri Nov 29, 2024 5:31 am
Nice :)
Could be possible to filter the OXPs also by part of name? Like "miss" for all missiles and missjumps and promisses?
Or it is already there and I just missed it somehow?
It's already there as part of the keyword filter. This filter works on all words of an OXZ including the description text though. It's not restricted to the name only. Hopefully it's close enough to what you are looking for.

Re: Progress

Posted: Fri Nov 29, 2024 1:27 pm
by gilhad
another_commander wrote: Fri Nov 29, 2024 6:17 am
gilhad wrote: Fri Nov 29, 2024 5:31 am
Nice :)
Could be possible to filter the OXPs also by part of name? Like "miss" for all missiles and missjumps and promisses?
Or it is already there and I just missed it somehow?
It's already there as part of the keyword filter. This filter works on all words of an OXZ including the description text though. It's not restricted to the name only. Hopefully it's close enough to what you are looking for.
Thank you very much :D
It did not come on my mind, that keyword could be used for this :oops:

Re: Progress

Posted: Thu Dec 26, 2024 8:02 pm
by cbr
an old favo(u)rite of mine...

Image
Image

Revisited 17 and a new 18...

Code: Select all

https://i.postimg.cc/wxSSrHRJ/oolite-shader-test-suite-17-diffuse.png
https://i.postimg.cc/zXK9ZMTQ/oolite-shader-test-suite-17-normal.png
https://i.postimg.cc/8CP3vzx8/oolite-shader-test-suite-17-spec-gloss.png
https://i.postimg.cc/rw93zrnC/oolite-shader-test-suite-18-diffuse.png
https://i.postimg.cc/K8bCZNN8/oolite-shader-test-suite-18-em.png
https://i.postimg.cc/NMKzNPgp/oolite-shader-test-suite-18-normal.png
https://i.postimg.cc/tgScNHHs/oolite-shader-test-suite-18-spec-gloss.png

Re: Progress

Posted: Mon Aug 11, 2025 9:22 am
by another_commander
Just so that this gets documented somewhere...

In the latest 1.91 pre-release a specular anti aliasing filter was introduced. Its purpose is to reduce specular shimmering that may occur with high frequency normal maps or when the resolution of the specular maps is not large enough to correspond to the desired detail. Anyway, in Oolite the main example is the Cobra Mk1 texture, which represents an extreme case of shimmering.

The Tokuyoshi-Kaplanyan specular anti aliasing filter, while not completely solving the problem - I believe that would require combining it with higher res specular or normal maps - it certainly makes things much, much better. In the example below, we have two animated gifs (the issue is visible mainly when animated). The first is what we had until now, the second is with the T-K filter applied. You will see that the Mk1 is visibly less shimmery in the second gif.

Since the performance hit of this filter is almost negligible, having it around is considered a Good Thing (TM).

Without specular anti aliasing:
Image

With specular anti aliasing:
Image

Remember that this is an extreme case of the effect. Less extreme aliasing will be obviously smoothed out a lot better,

Re: Progress

Posted: Mon Aug 11, 2025 10:15 am
by Redspear
another_commander wrote: Mon Aug 11, 2025 9:22 am
Since the performance hit of this filter is almost negligible, having it around is considered a Good Thing (TM).
Any theoretical side-effects?

Re: Progress

Posted: Mon Aug 11, 2025 10:15 am
by another_commander
None that I'm aware of.

Re: Progress

Posted: Mon Aug 11, 2025 10:20 am
by Redspear
Cool 8)