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/components
AnyOldName3 5869ac71e3 Merge all composing variables, not just those in destination already
This resolves a regression where the local openmw.cfg doesn't exist, so
we fall back to the global openmw.cfg, but because we've not loaded
anything from the local openmw.cfg, there are no variables with which to
merge.
4 years ago
..
bsa Merge branch 'cleanup_1' into 'master' 4 years ago
bullethelpers components/bullethelpers cleanup; removed warnings by using override 4 years ago
compiler Re-add missing includes removed in 5a824d0333 4 years ago
config Merge branch 'cleanup_1' into 'master' 4 years ago
contentselector Mark overrided methods by override keyword 4 years ago
crashcatcher Add env variable to enable/disable crash catcher 5 years ago
debug Mark overrided methods by override keyword 4 years ago
detournavigator add more optionals and casserts for windows 4 years ago
esm components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
esmterrain Mark overrided methods by override keyword 4 years ago
fallback set minimal boost version; remove #ifdef boost version checks 4 years ago
files Merge all composing variables, not just those in destination already 4 years ago
fontloader Catch MyGUI exceptions in the FontLoader destructor 5 years ago
interpreter Mark overrided methods by override keyword 4 years ago
loadinglistener Fix C5204 warnings by adding default virtual destructors 5 years ago
misc Use some C++17 where it makes the code more readable 4 years ago
myguiplatform components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
nif NIF fixes and cleanup 4 years ago
nifbullet Try to resolve CI concerns 5 years ago
nifosg Try to fix build 4 years ago
process Remove redundant includes 6 years ago
resource Allow to assign custom shaders to nodes 4 years ago
sceneutil NIF fixes and cleanup 4 years ago
sdlutil Mark overrided methods by override keyword 4 years ago
settings Support vectors in settings.cfg 5 years ago
shader Mark overrided methods by override keyword 4 years ago
terrain Mark overrided methods by override keyword 4 years ago
to_utf8 Remove redundant includes 6 years ago
translation Replace all NULLs to nullptr 6 years ago
version Allow getting available version information even when clone is shallow 8 years ago
vfs Mark overrided methods by override keyword 4 years ago
widgets components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
CMakeLists.txt removed unnessary bits that cmake should be doing for us; replace Misc::gcd with std::gcd 4 years ago
doc.hpp