.. |
mwbase
|
Make sure all paths are passed as std::filesystem::path instead of std::string where possible.
|
2022-09-11 14:41:15 +02:00 |
mwclass
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
mwdialogue
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
mwgui
|
Fix some remaining encoding errors due to std::filesystem transition.
|
2022-09-11 14:41:20 +02:00 |
mwinput
|
Add new functions and overloads to support std::u8string and std::filesystem::path.
|
2022-09-11 14:41:20 +02:00 |
mwlua
|
Make sure all paths are passed as std::filesystem::path instead of std::string where possible.
|
2022-09-11 14:41:15 +02:00 |
mwmechanics
|
Merge branch 'pcvisionbonus' into 'master'
|
2022-09-07 20:27:22 +00:00 |
mwphysics
|
Reuse physics actors positions buffer
|
2022-09-08 01:57:45 +02:00 |
mwrender
|
Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions.
|
2022-09-11 14:41:20 +02:00 |
mwscript
|
Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions.
|
2022-09-11 14:41:20 +02:00 |
mwsound
|
With the records include removed from store.hpp, need to include the relevant files accross the codebase.Lots of touched files, but very little done
|
2022-09-06 13:26:13 +02:00 |
mwstate
|
Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions.
|
2022-09-11 14:41:20 +02:00 |
mwworld
|
Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions.
|
2022-09-11 14:41:20 +02:00 |
android_main.cpp
|
Precompile sol.hpp in order to reduce compilation time.
|
2021-12-04 11:32:39 +00:00 |
CMakeLists.txt
|
Replace all remaining occurrences of boost::filesystem with std::filesystem.
|
2022-09-11 02:19:00 +02:00 |
doc.hpp
|
Fixed more spelling mistakes
|
2016-12-15 13:09:40 +01:00 |
engine.cpp
|
Check std::getenv output before using it to construct a std::filesystem::path.
|
2022-09-11 14:41:20 +02:00 |
engine.hpp
|
Make sure all paths are passed as std::filesystem::path instead of std::string where possible.
|
2022-09-11 14:41:15 +02:00 |
main.cpp
|
Fixed Windows build when using MSVC 14.26 and MacOS build.
|
2022-09-11 14:41:20 +02:00 |
options.cpp
|
Allow relative paths in openmw.cfg; support --replace=config.
|
2022-04-28 00:39:41 +02:00 |
options.hpp
|
Add tests for openmw options
|
2021-10-05 22:51:12 +02:00 |