You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/openmw
Thunderforge 7cbc4eeb49 Adding missing override keywords
Prevents compiler warnings such as this:

```
/Users/Will/CLionProjects/OpenMW/apps/openmw/mwgui/windowbase.hpp:65:22: warning: 'onOpen' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void onOpen();
                     ^
/Users/Will/CLionProjects/OpenMW/apps/openmw/mwgui/windowbase.hpp:38:22: note: overridden virtual function is here
        virtual void onOpen() {}
                     ^
```
7 years ago
..
mwbase Resolve conflicts 7 years ago
mwclass Add missing empty attacker checks 7 years ago
mwdialogue Allow partial matches in NotCell condition (fixes #4459) 7 years ago
mwgui Adding missing override keywords 7 years ago
mwinput Remove screenshot taken message 7 years ago
mwmechanics Make unarmed creature attacks not affect armor condition (fixes #2455) 7 years ago
mwphysics Merge branch 'master' into hitboxfix 7 years ago
mwrender Ignore movement from scripted animations (bug #4475) 7 years ago
mwscript Check if the local was not found, just for sure 7 years ago
mwsound Initialize some missing fields in constructors 7 years ago
mwstate Revert "Merge pull request #1701 from akortunov/standfix" 7 years ago
mwworld Adding missing override keywords 7 years ago
CMakeLists.txt Merge pull request #1597 7 years ago
android_commandLine.cpp Fix tab indentations in apps/ and components/ 9 years ago
android_commandLine.h Remove empty line at the beginning of files 9 years ago
android_main.c android: Update for sdl 2.0.8 7 years ago
crashcatcher.cpp crashcatcher: complain when launching gdb fails 8 years ago
doc.hpp Fixed more spelling mistakes 8 years ago
engine.cpp Replace FIXME with a detailed explanation of the issue 7 years ago
engine.hpp Merge branch 'master' into screenshot360 7 years ago
main.cpp Update android port. 7 years ago