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
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.31.0

Post by Zini »

EmperorArthur wrote:The most annoying thing is that every toolkit implements their own version of the STL containers. They all work the same way as pure C++, until they don't. Seriously, there's std::string, ogre::string, QString, and whatever boost adds to the mix.
Yep, that is one of the major problems I have with Qt. Irritating as hell. The Ogre string type is actually harmless and I don't see boost causing much problem in this area.
The other issue is MOC. Having an additional preprocessor stage complicates things somewhat and is also a bit limiting. More importantly that thing just doesn't work properly with some C++ features (namely namespaces and templates). Furthermore the signal system is a bit lackluster and the multithreading support is annoying. On top of that Qt encourages a bad C++ coding style (with all the new and such).
Don't get me wrong. I like Qt. It is currently my preferred GUI toolkit. But it has substantial issues.
User avatar
Greendogo
Posts: 1467
Joined: 26 Aug 2011, 02:04

Re: OpenMW 0.31.0

Post by Greendogo »

Are profiling and performance improvements going to happen sometime in the next few versions? Performance on (low) settings is my biggest issue with OpenMW right now.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.31.0

Post by Zini »

That depends on if someone is willing to do it.
User avatar
Greendogo
Posts: 1467
Joined: 26 Aug 2011, 02:04

Re: OpenMW 0.31.0

Post by Greendogo »

[quote=http://www.ogre3d.org/forums/viewtopic.php?f=25&t=81161]Ogre 2.0 is going to get rid of DX9 support[/quote], is that going to be a problem later?
SquireNed
Posts: 403
Joined: 21 Dec 2013, 22:18

Re: OpenMW 0.31.0

Post by SquireNed »

Greendogo wrote:Ogre 2.0 is going to get rid of DX9 support, is that going to be a problem later?
If their OpenGL support gets upgraded/maintained, then not necessarily (OpenGL is slower, at least right now, sure, but it's also universal). DX9 should be less of a universal requirement for things since XP is no longer supported. Computers still running XP will likely be largely business/non-gamer systems, and any relatively modern gaming system should be on Windows 7 or 8. Again, though, with OpenGL support it should be moot.
K0kt409P
Posts: 148
Joined: 06 Aug 2013, 09:14

Re: OpenMW 0.31.0

Post by K0kt409P »

Holy shit you guys.

Even though 0.30 was released less than a month ago, with 128 closed issues 0.31 is already 50% larger than the currently largest releases, 0.28 and 0.30 (84 closed issues each). In addition, 0.31 marks a major milestone in that it's the first version of OpenMW with which Morrowind can actually be finished.

In light of this, might it not be time to start thinking about a release? At this rate, if the release were to wait until late July the changelog would be too long to fit on the front page and WeirdSexy's video would be long enough to qualify as a feature film. :)
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: OpenMW 0.31.0

Post by scrawl »

Only if you go by number of closed issues, which is not a very good metric. If you go by number of commits or lines changed, we have already had bigger releases. I'm ok with releasing soon-ish, but I want to get AI spellcasting in first.
User avatar
Okulo
Posts: 672
Joined: 05 Feb 2012, 16:11

Re: OpenMW 0.31.0

Post by Okulo »

256 issues (128 closed — 128 open)

I love those beautiful round numbers.
Rumina
Posts: 23
Joined: 27 May 2013, 17:03

Re: OpenMW 0.31.0

Post by Rumina »

K0kt409P wrote:In light of this, might it not be time to start thinking about a release? At this rate, if the release were to wait until late July the changelog would be too long to fit on the front page and WeirdSexy's video would be long enough to qualify as a feature film. :)
I've been really impressed by this release so far too, I check to activity/roadmap every couple days, for some reason I really enjoy tracking this project as a huge Morrowind fan. Regardless of how many commits or actual changes were made it's nice to see a mountain of bugs squashed and a few new features to boot. Nice work guys.
User avatar
silentthief
Posts: 456
Joined: 18 Apr 2013, 01:20
Location: Currently traversing the Ascadian Isles

Re: OpenMW 0.31.0

Post by silentthief »

scrawl wrote:I want to get AI spellcasting in first.
That would be aweesome, and I doubt anyone would object to waiting a little while longer for this

ST
Post Reply