OpenMW 0.40.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
Locked
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: OpenMW 0.40.0

Post by scrawl »

Looking OK, the only thing I notice is heavy stutter when I look up and down, when I rotate camera.
What version of OSG are you using? Should be fixed with https://github.com/OpenMW/osg or 3.6 master.

https://bugs.openmw.org/issues/3052
User avatar
MiroslavXO
Posts: 107
Joined: 13 Feb 2016, 01:07

Re: OpenMW 0.40.0

Post by MiroslavXO »

I guess whatever comes with 0.40 (3.3.8?). I have only the vanilla game and latest openmw installed.
User avatar
Capostrophic
Posts: 794
Joined: 22 Feb 2016, 20:32

Re: OpenMW 0.40.0

Post by Capostrophic »

Windows version? I'm not sure if Ace updated his setup, perhaps it's still an issue in his builds.
User avatar
MiroslavXO
Posts: 107
Joined: 13 Feb 2016, 01:07

Re: OpenMW 0.40.0

Post by MiroslavXO »

Yea, win64.
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: OpenMW 0.40.0

Post by Ace (SWE) »

Will have to have another look at my attempts to recompile the whole OSG chain, this is becoming a problem. Weekend is coming up though so should have some time to do so.
User avatar
AnyOldName3
Posts: 2678
Joined: 26 Nov 2015, 03:25

Re: OpenMW 0.40.0

Post by AnyOldName3 »

psi29a wrote:Here is some output I got when compiling using Debian Stretch:

Code: Select all

In file included from /usr/include/boost/iostreams/detail/is_dereferenceable.hpp:12:0,
                 from /usr/include/boost/iostreams/detail/resolve.hpp:26,
                 from /usr/include/boost/iostreams/detail/push.hpp:24,
                 from /usr/include/boost/iostreams/filtering_stream.hpp:19,
                 from /build/openmw-0.40.0/./components/files/escape.hpp:8,
                 from /build/openmw-0.40.0/apps/openmw/main.cpp:6:
/usr/include/boost/type_traits/detail/bool_trait_def.hpp:18:79: note: #pragma message: NOTE: Use of this header (bool_trait_def.hpp) is deprecated
 # pragma message("NOTE: Use of this header (bool_trait_def.hpp) is deprecated")
                                                                               ^
In file included from /usr/include/boost/type_traits/detail/bool_trait_def.hpp:21:0,
                 from /usr/include/boost/iostreams/detail/is_dereferenceable.hpp:12,
                 from /usr/include/boost/iostreams/detail/resolve.hpp:26,
                 from /usr/include/boost/iostreams/detail/push.hpp:24,
                 from /usr/include/boost/iostreams/filtering_stream.hpp:19,
                 from /build/openmw-0.40.0/./components/files/escape.hpp:8,
                 from /build/openmw-0.40.0/apps/openmw/main.cpp:6:
/usr/include/boost/type_traits/detail/template_arity_spec.hpp:13:84: note: #pragma message: NOTE: Use of this header (template_arity_spec.hpp) is deprecated
 # pragma message("NOTE: Use of this header (template_arity_spec.hpp) is deprecated")
                                                                                    ^
In file included from /usr/include/boost/iostreams/detail/is_dereferenceable.hpp:13:0,
                 from /usr/include/boost/iostreams/detail/resolve.hpp:26,
                 from /usr/include/boost/iostreams/detail/push.hpp:24,
                 from /usr/include/boost/iostreams/filtering_stream.hpp:19,
                 from /build/openmw-0.40.0/./components/files/escape.hpp:8,
                 from /build/openmw-0.40.0/apps/openmw/main.cpp:6:
/usr/include/boost/type_traits/detail/template_arity_spec.hpp:13:84: note: #pragma message: NOTE: Use of this header (template_arity_spec.hpp) is deprecated
 # pragma message("NOTE: Use of this header (template_arity_spec.hpp) is deprecated")


These are caused by the 0.40 release, I'm not sure if we're to blame or new boost (1.61).
Adventurer wrote:
psi29a wrote: These are caused by the 0.40 release, I'm not sure if we're to blame or new boost (1.61).
Appears to be a boost issue: https://svn.boost.org/trac/boost/ticket/11860.
Glad to see that's a boost issue, as it's being brought up by the changes to the loading code I wrote (which didn't give this warning when I built it myself, or during CI testing).
magamo
Posts: 109
Joined: 28 May 2016, 17:28

Re: OpenMW 0.40.0

Post by magamo »

scrawl wrote:
Looking OK, the only thing I notice is heavy stutter when I look up and down, when I rotate camera.
What version of OSG are you using? Should be fixed with https://github.com/OpenMW/osg or 3.6 master.

https://bugs.openmw.org/issues/3052
Are we going to see either of these updated versions of OSG hit the openmw PPAs? Currently both PPAs are still handing out 3.4.0 of libopenscenegraph123
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.40.0

Post by psi29a »

I've not gotten around to updating the PPA packages yet for 0.40, when I do it will be against debian's 3.4.0. I would _really_ prefer we don't use from master if we can help it.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.40.0

Post by raevol »

Will update the changelog asap, and waiting for new windows builds before releasing? Is that correct?
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: OpenMW 0.40.0

Post by Ace (SWE) »

Ace (SWE) wrote:Openmw 0.40.0 Windows builds:

32-bit
64-bit

Note that I haven't gotten to test these yet, done remotely on my way to work.
According to testing they seem to work, though I probably have to upgrade my OSG before we do 0.41.
Locked