OpenMW 0.32.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
Post Reply
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.32.0

Post by Zini »

Thanks for bringing that up. I have to do some important OpenCS fixes anyway. Will get it done tomorrow.
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: OpenMW 0.32.0

Post by sirherrbatka »

:oops:

Those are harmless though.

But there is a other, more serious problem. Currently we are using copy from boost (which copies not only the file itself, but also it's permissions) for the default filters set. This makes it problematic, since by default the file is installed without the write permission. https://bugs.openmw.org/issues/1672

I fixed this in my branch, but it can't be merged. Here is the commit with the changes:
https://github.com/sirherrbatka/openmw/ ... 4f4ce49fb5
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.32.0

Post by Zini »

Yes, that was one of the things I meant to fix. I cherry-picked that commit. Required another fix, but apparently everything is good now.

@psi29a: Our esm record structs use char as a numeric type in many places, which is bad (and can cause the warnings you are seeing on a system with char being unsigned). They should use either signed char or unsigned char. Unfortunately it is not always obvious which one to use and I would prefer not to change them immediately before the RC phase. Is it okay, if we deal with these warnings in 0.33.0?
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.32.0

Post by psi29a »

You do not have to convince me, I just brought it up. :)

I having way too much fun getting this working on a raspberry pi... </sarcasm> :P
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.32.0

Post by Zini »

The openmw-32 branch is up and the changelog is ready. Please start building the RC packages.
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: OpenMW 0.32.0

Post by Ace (SWE) »

Might not be able to build any RC package before the weekend, just so you know.
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.32.0

Post by psi29a »

Can't give you any linux RC builds until mygui goes up on PPA... will take some time.
K1ll
Posts: 184
Joined: 06 Aug 2011, 21:54

Re: OpenMW 0.32.0

Post by K1ll »

OpenMW 0.32.0 RC1 Linux targz packages:

32 Bit
64 Bit

The shell scripts now have the package arch hardcoded so the 32 Bit version will now work on a 64 Bit OS too. Also the binaries are now finally stripped since i found out how to do it with CPack :)
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.32.0

Post by psi29a »

Good news, mygui 3.2.1 is now up on our PPA for precise, trusty and utopic!

I'll get around to RCs in a bit.

Also, travis should be pulling this in now and new builds passing.
corristo
Posts: 495
Joined: 12 Aug 2011, 08:29

Re: OpenMW 0.32.0

Post by corristo »

Post Reply