OpenMW 0.31.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.31.0

Post by raevol »

scrawl wrote:Great video. There is one minor inaccuracy. The Walk/Run button state is stored in the settings file, not in savegames.
Sounds like something to ignore, or just put in an annotation?

Thanks for all your work WeirdSexy! I shared to our twitter and fb.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: OpenMW 0.31.0

Post by scrawl »

Yeah, I wasn't suggesting to redo the video. An annotation should be fine.
User avatar
Greendogo
Posts: 1467
Joined: 26 Aug 2011, 02:04

Re: OpenMW 0.31.0

Post by Greendogo »

Great video, yet again, Weird!
User avatar
Okulo
Posts: 672
Joined: 05 Feb 2012, 16:11

Re: OpenMW 0.31.0

Post by Okulo »

Raevol, since you're usually doing the release posts, do you want to post this video separately in a newspost, or should I include it in mine? If the former, when will you post it? Just so we can get a nice information spread going between us.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.31.0

Post by raevol »

Okulo wrote:Raevol, since you're usually doing the release posts, do you want to post this video separately in a newspost, or should I include it in mine? If the former, when will you post it? Just so we can get a nice information spread going between us.
Go ahead and include it in yours! I think that'd be best.
User avatar
sandstranger
Posts: 438
Joined: 19 May 2014, 19:53
Location: Oblivion

Re: OpenMW 0.31.0

Post by sandstranger »

.
Last edited by sandstranger on 16 Aug 2014, 07:03, edited 1 time in total.
Ascent
Posts: 39
Joined: 28 Jun 2014, 04:32

Re: OpenMW 0.31.0

Post by Ascent »

That's great news, sandstranger!

I don't know about optimizing and compiling software for Android. Dalvik, ART, and a variety of system-on-a-chip (SoC) types complicate that. People over at the XDA-Developers Forum may help you if no one here does. If you're building with the GNU Compiler Collection, reading the online manual for the version you're using could help too.

If your Android build environment is anything like the desktop Linux one, this should work for flags that are common to both C and C++:
~/git/openmw/build$ export CFLAGS="your chosen flags go here"; export CXXFLAGS="$CFLAGS"; cmake ../ && make

I recommend not using -m (machine-specific) flags until you learn more about what works across different SoCs, or produce different builds for specific types. Bear in mind that performance could always be unsatisfactory because compiler optimizations can't make up for hardware limitations and current deficiencies in OGRE's utilization of GPU features. For your own personal builds, -march=native -O2 are good to start with. If those don't obviously break anything, you could try -march=native -O3 next.

Hope that helps :geek:
User avatar
sandstranger
Posts: 438
Joined: 19 May 2014, 19:53
Location: Oblivion

Re: OpenMW 0.31.0

Post by sandstranger »

.
Last edited by sandstranger on 16 Aug 2014, 07:03, edited 1 time in total.
User avatar
sandstranger
Posts: 438
Joined: 19 May 2014, 19:53
Location: Oblivion

Re: OpenMW 0.31.0

Post by sandstranger »

3e443
Last edited by sandstranger on 18 Jan 2018, 15:28, edited 1 time in total.
User avatar
psi29a
Posts: 5360
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.31.0

Post by psi29a »

sandstranger wrote:lol now I have to look for open source icons for screen controls .
http://game-icons.net/

Try those, they are free/libre for use.
Post Reply