OpenMW 0.43.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.43.0

Post by raevol »

Last edited by raevol on 31 Oct 2017, 00:55, edited 1 time in total.
Cramal
Posts: 186
Joined: 19 Sep 2014, 13:37

Re: OpenMW 0.43.0

Post by Cramal »

PR 1522 have been merged by scrawl into the 0.43 branch
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.43.0

Post by raevol »

Cramal wrote: 26 Oct 2017, 08:20PR 1522 have been merged by scrawl into the 0.43 branch
I'm assuming that will mean we need new RCs? Are there any more PRs we want to get into RC2?
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: OpenMW 0.43.0

Post by Ace (SWE) »

I already manually applied the same type of fix from #1522 when building the current RC packages, and it should only affect Windows builds at that - since MSVC is the only CMake generator that has separate configuration output directories.
User avatar
AnyOldName3
Posts: 2667
Joined: 26 Nov 2015, 03:25

Re: OpenMW 0.43.0

Post by AnyOldName3 »

XCode can do it too (but I think it's disabled for OpenMW).
User avatar
Atahualpa
Posts: 1176
Joined: 09 Feb 2016, 20:03

Re: OpenMW 0.43.0

Post by Atahualpa »

I just installed the 64-bit Windows RC and stumbled across two issues:

First of all, if you want to change settings which are accessed via a dropdown list, the list stays open after you've clicked on an entry. Switching to another tab makes OpenMW crash.

To reproduce:
1. Start OpenMW 0.43.0 RC (Windows, 64 bit).
2. Go to "Options" in the main menu.
3. Switch to the "Video" tab and, there, click on the "Detail" sub-tab.
4. Click on the "Texture filtering" dropdown list and choose an arbitrary option.
5. The list will stay open and the active sub-tab will still be responsive.
6. Try to switch to another tab or sub-tab.
7. OpenMW crashes.

The log shows the following MyGUI-related message:

Code: Select all

Error in framelistener: MyGUI EXCEPTION : Trying to add same delegate twice.
 in MyGUI at b:\programming\libraries\mygui\source\myguiengine\include\MyGUI_DelegateImplement.h (line 255)

Secondly, OpenMW highlights the main menu option ("New", "Load", etc.) which was clicked most recently (I guess). This behaviour wasn't present in previous versions (at least in v0.41.0 and v0.42.0). Does not seem intended to me.
User avatar
akortunov
Posts: 899
Joined: 13 Mar 2017, 13:49
Location: Samara, Russian Federation

Re: OpenMW 0.43.0

Post by akortunov »

Atahualpa wrote: 27 Oct 2017, 19:59 OpenMW highlights the main menu option ("New", "Load", etc.) which was clicked most recently (I guess).
IIRC, this is an intented change, made by scrawl. Now you can use a keyboard to navigate through game menus.
Related to bug 4132.
Loriel
Posts: 179
Joined: 28 May 2015, 00:44

Re: OpenMW 0.43.0

Post by Loriel »

Atahualpa wrote: 27 Oct 2017, 19:59 First of all, if you want to change settings which are accessed via a dropdown list, the list stays open after you've clicked on an entry. Switching to another tab makes OpenMW crash.
Confirmed on Win 64 RC1

However, doesn't appear to be present in Linux current 0.43 compiled from source.

Presumably it will be fixed in RC2

Loriel
User avatar
Atahualpa
Posts: 1176
Joined: 09 Feb 2016, 20:03

Re: OpenMW 0.43.0

Post by Atahualpa »

akortunov wrote: 27 Oct 2017, 20:47
Atahualpa wrote: 27 Oct 2017, 19:59 OpenMW highlights the main menu option ("New", "Load", etc.) which was clicked most recently (I guess).
IIRC, this is an intented change, made by scrawl. Now you can use a keyboard to navigate through game menus.
Related to bug 4132.
You're right, my bad. Didn't think about all the implications this change has.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.43.0

Post by raevol »

Thank you for testing guys!!
Post Reply