Page 3 of 13

Re: OpenMW 0.38.0

Posted: 16 Dec 2015, 03:03
by Greendogo
What features are being blocked by the camera? I take it object picking/mouse interactions with in-world stuff is completely kaput at the moment?

Re: OpenMW 0.38.0

Posted: 16 Dec 2015, 11:08
by Zini
The problem is that the current camera controllers hog all mouse buttons and (that's the important part) drags with all mouse buttons. But most editing functions are based on drag operations too. We could implement them anyway but then any drag operation (for example moving an instance) would also change the camera perspective at the same time. Obviously that is a no go. We couldn't even test things properly under these conditions.

Re: OpenMW 0.38.0

Posted: 17 Dec 2015, 02:09
by SquireNed
Zini wrote:The problem is that the current camera controllers hog all mouse buttons and (that's the important part) drags with all mouse buttons. But most editing functions are based on drag operations too. We could implement them anyway but then any drag operation (for example moving an instance) would also change the camera perspective at the same time. Obviously that is a no go. We couldn't even test things properly under these conditions.
Is it possible to use a Blender styled method where you have MMB held to enable camera interfacing functions, and if you release it you're in the scene itself?

Also, while we're on the topic, I may just be whinging, but is the continued rotation/movement after dragging a desired feature? It really threw me off.

In addition, WASD to move camera (in the modes in which it is supposed to do that) did stuff like opening the profiler.

I'm on Windows 10, if that makes a difference.

Re: OpenMW 0.38.0

Posted: 17 Dec 2015, 04:34
by AnyOldName3
Surely something like the Creation Kit has most of the same functionality. Can't we copy it?

Re: OpenMW 0.38.0

Posted: 17 Dec 2015, 11:35
by Zini
There seems to be some confusion about the situation. We are not looking into redesigning the camera system. We had a camera system before that was working fine (minus a few minor bugs and one unimplemented feature). It just hasn't made it into the OSG version yet. And that is unfortunately a pretty big task.

What we currently have in 0.37.0 and beyond is nothing but a quick and dirty placeholder. It has nothing to do with the camera system we will end up with.

Re: OpenMW 0.38.0

Posted: 30 Dec 2015, 17:38
by Zini
As discussed before Christmas 0.38.0 has already enough stuff for a release. Unless something else comes up, I will start the RC phase on Monday. If you have anything that you want to get in, now is the time.

Re: OpenMW 0.38.0

Posted: 30 Dec 2015, 20:31
by psi29a
Sounds like a plan!

Re: OpenMW 0.38.0

Posted: 31 Dec 2015, 16:56
by Greendogo
Finally! It feels like it'll be next year before we release 0.38.0! :P

Re: OpenMW 0.38.0

Posted: 31 Dec 2015, 19:24
by raevol
Greendogo wrote:Finally! It feels like it'll be next year before we release 0.38.0! :P
Ba dum tshh. :D

Re: OpenMW 0.38.0

Posted: 02 Jan 2016, 12:04
by K0kt409P
In case it's been overlooked, I want to point out that master contains a minor regression from 0.37.0: https://bugs.openmw.org/issues/3101