Page 1 of 2

Two interesting PRs to watch

Posted: 27 Jan 2018, 02:09
by raevol
For those of us not contributing code, if you don't keep up on our Github activity, here's two pull requests that you might want to keep an eye on. They've been a big source of interest for me the best days/weeks:

Shadows: https://github.com/OpenMW/openmw/pull/1547

Using OSG instead of OpenGL directly: https://github.com/OpenMW/openmw/pull/1601

Both of these are not ready to be merged, but if you watch the comments and commits there's some really interesting stuff going on. Figured I would share!

Re: Two interesting PRs to watch

Posted: 27 Jan 2018, 07:41
by lysol
I'm already subscribed to the shadows PR, so I get an email every time the something happens there. :) But I never told anyone about this, so great share raevol!

Re: Two interesting PRs to watch

Posted: 25 Feb 2018, 13:20
by Okulo
Things like shadows (and the fog shader) are what I am paying attention to myself. One of the biggest reasons people are not using OpenMW is because they can't use MGEXE to prettify their Morrowind with shaders. I'm sure raevol is getting sick and tired having to tell the Morrowind subreddit that shadows aren't in yet, and I bet that AnyOldName3's work will be a welcome relief. :)

Developers love to plan out their development strategy and work according to that. As a developer myself I understand that necessity, but players really don't care - they want prettiness. It's the whole reason Skywind is being taken seriously. Not because they make a better way to play Morrowind, but because they show off pretty pictures. Remember that Skywind character who proposed that OpenMW "could do a bit of smoke and mirrors and setup scenes of "potential" future graphics"?

Frankly, that frustrates me, because all the effort and attention that goes into Skywind - a mod for a proprietary, closed-source engine that requires injections and dirty hacks to do what needs to be done, and then not even all that well - would be better directed at OpenMW - an open-source engine that has infinite potential, including but not limited to fantastic graphical mods, overhauled combat systems and, in the far future, running Oblivion and Skyrim with the foundation that cc9ii has been laying.

For that we need hype, but there is so little for the "common gamer" to drool over. Distant land helped, and the sooner those other "shallow" things like shaders and such are completed, the sooner OpenMW will get a large following and the more developers will start contributing to things that really matter like bugfixing and dehardcoding.

Re: Two interesting PRs to watch

Posted: 25 Feb 2018, 13:56
by AnyOldName3
If someone cares, as our shaders are shipped as GLSL source in separate files instead of HLSL bytecode embedded into the application itself, most shader mods can literally just get made and then work. The exception is post-processing effects, as we haven't yet got a nice system for that. One was proposed and worked really well for one effect, but once you wanted two, it only did one of them at a time.

Re: Two interesting PRs to watch

Posted: 25 Feb 2018, 16:32
by akortunov
If you are looking to PR to watch, you can check out the Weapon Sheathing feature.

Re: Two interesting PRs to watch

Posted: 25 Feb 2018, 18:09
by lysol
akortunov wrote: 25 Feb 2018, 16:32 If you are looking to PR to watch, you can check out the Weapon Sheathing feature.
Ooh, shiny.

Re: Two interesting PRs to watch

Posted: 26 Feb 2018, 01:44
by Ravenwing
Okulo wrote: 25 Feb 2018, 13:20 One of the biggest reasons people are not using OpenMW is because they can't use MGEXE to prettify their Morrowind with shaders.
Bingo, unfortunately. But to be honest, very understandably. The day we have shadows, distant statics, and grass generation will be a happy day indeed. Those are the only things left I can think of that would put us on major feature parity with MGEXE. I'm sure there are other things, but those are what 80% of people care about. Lots of people complain incessantly about the lack of MGSE mod support, but I think most people will get over that once people see what they can do with our editor instead. Most vanilla mods are just not high quality enough to inspire me to keep using them.

Side note, I thought it highly amusing that this popped up with one of the image links that AnyOldName3 posted. https://imgur.com/gallery/bkU1h
I don't think the viral sidebar uses context to decide what to display, so quite the coincidence.

Re: Two interesting PRs to watch

Posted: 06 Mar 2018, 05:02
by Thunderforge
And here's another PR to watch for those of you who hate command lines and digging through your config files: a way to set the starting cell and stuff from the Launcher:
Testing Options.png

Re: Two interesting PRs to watch

Posted: 06 Mar 2018, 05:03
by DestinedToDie
Huh, that's pretty interesting. I might get quite a bit of use out of that.

Re: Two interesting PRs to watch

Posted: 06 Mar 2018, 07:58
by raevol
Thunderforge wrote: 06 Mar 2018, 05:02And here's another PR to watch for those of you who hate command lines and digging through your config files: a way to set the starting cell and stuff from the Launcher
Ooo, this one slipped past me. Very interesting!