~openmw/openmw/+git/master:cleanup_2

Last commit made on 2020-11-01
Get this branch:
git clone -b cleanup_2 https://git.launchpad.net/~openmw/openmw/+git/master

Branch merges

Branch information

Name:
cleanup_2
Repository:
lp:~openmw/openmw/+git/master

Recent commits

f0e2b7c... by Bret Curtis

Move it from the buildContentModel stack frame to the ContentModel instance. The ContentModel constructor would need to take an rvalue reference (QIcon&&).

af12390... by Bret Curtis

components/detournavigator cleanup; tried to be conservative and left boost::optional alone for now

37d4f3a... by Bret Curtis

components/debug cleanup

fed44b1... by Bret Curtis

components/crashcatcher C++ it, we need not use old c style for this

dfadcf2... by Bret Curtis

components/contentselector/view cleanup

f062dcd... by Bret Curtis

components/contentselector cleanup; case-insensative functions marked as [[maybe_unused]] as they are only used on windows and it is better to be explicit than implicit

ba3aad3... by Bret Curtis

Merge branch 'hitdebug' into 'master'

Visualize hits in the debug overlay

See merge request OpenMW/openmw!379

7ee7041... by Bret Curtis

Merge branch 'stretch' into 'master'

Put a stretch menu background checkbox into the launcher (#5672)

Closes #5672

See merge request OpenMW/openmw!387

f49bf02... by Alexei Dobrohotov <email address hidden>

Put a stretch menu background checkbox into the launcher (#5672)

53f91a3... by Alexei Dobrohotov <email address hidden>

Merge pull request #3018 from akortunov/emplace

Use emplace_back instead of push_back