aboutsummaryrefslogtreecommitdiff
path: root/games/openmw/files/patch-components_crashcatcher_crashcatcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* games/openmw: Switch Qt5 -> Qt6 (+)Dima Panov2025-07-291-12/+25
| | | | | Improve crashhandler structures patch Also unbreak i386 build by backpoting MR4791 from upstream
* games/openmw: update to 0.49.0 release (+)Dima Panov2025-07-071-0/+29
| | | | | GitHub Announce: https://github.com/OpenMW/openmw/releases/tag/openmw-0.49.0 Full release notes: https://openmw.org/2025/openmw-0-49-0-released/
* games/openmw: Update to openmw-0.46.0Tobias Kortkamp2020-06-091-10/+0
| | | | | | | Changes: https://github.com/OpenMW/openmw/releases/tag/openmw-0.46.0 Notes: svn path=/head/; revision=538322
* games/openmw: fix build with GCC-based architecturesPiotr Kubaj2019-05-081-0/+10
After mygui upgrade, a couple of include <memory> are needed to build with GCC. Errors: /wrkdirs/usr/ports/games/openmw/work/openmw-openmw-0.45.0/apps/openmw/mwgui/alchemywindow.hpp:78:14: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr<MWMechanics::Alchemy> mAlchemy; ^~~~~~~~~~ /wrkdirs/usr/ports/games/openmw/work/openmw-openmw-0.45.0/apps/openmw/mwgui/alchemywindow.hpp:78:9: note: 'std::unique_ptr' is defined in header '<memory>'; did you forget to +'#include <memory>'? /wrkdirs/usr/ports/games/openmw/work/openmw-openmw-0.45.0/apps/openmw/mwgui/alchemywindow.hpp:14:1: +#include <memory> PR: 237773 Approved by: tobik (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20184 Notes: svn path=/head/; revision=501004