Page 5 of 14

Re: OpenMW 0.32.0

Posted: 27 Aug 2014, 22:56
by Zini
Thanks for bringing that up. I have to do some important OpenCS fixes anyway. Will get it done tomorrow.

Re: OpenMW 0.32.0

Posted: 28 Aug 2014, 08:29
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

Re: OpenMW 0.32.0

Posted: 28 Aug 2014, 12:32
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?

Re: OpenMW 0.32.0

Posted: 28 Aug 2014, 13:07
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

Re: OpenMW 0.32.0

Posted: 28 Aug 2014, 13:35
by Zini
The openmw-32 branch is up and the changelog is ready. Please start building the RC packages.

Re: OpenMW 0.32.0

Posted: 28 Aug 2014, 14:03
by Ace (SWE)
Might not be able to build any RC package before the weekend, just so you know.

Re: OpenMW 0.32.0

Posted: 28 Aug 2014, 15:07
by psi29a
Can't give you any linux RC builds until mygui goes up on PPA... will take some time.

Re: OpenMW 0.32.0

Posted: 28 Aug 2014, 18:40
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 :)

Re: OpenMW 0.32.0

Posted: 29 Aug 2014, 08:24
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.

Re: OpenMW 0.32.0

Posted: 29 Aug 2014, 13:42
by corristo