| .. |
|
mwbase
|
Implement sun damage based on the research on the wiki
|
2022-09-19 19:05:22 +02:00 |
|
mwclass
|
fewer header includes
|
2022-09-08 21:08:59 +02:00 |
|
mwdialogue
|
Add comma to the last array element to prevent putting multiple elements on a single line
|
2022-09-14 00:36:02 +02:00 |
|
mwgui
|
Fix dangling pointer access on clicking save in the main menu
|
2022-09-15 22:49: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
|
Add comma to the last array element to prevent putting multiple elements on a single line
|
2022-09-12 21:00:51 +02:00 |
|
mwmechanics
|
Implement sun damage based on the research on the wiki
|
2022-09-19 19:05:22 +02:00 |
|
mwphysics
|
Mark MWPhysics::Actor constructor and assignment operators as deleted
|
2022-09-17 01:14:04 +02:00 |
|
mwrender
|
Merge branch 'debug_draw_commands' into 'master'
|
2022-09-11 17:17:16 +00:00 |
|
mwscript
|
Merge branch 'master' into 'cellstore_refactor'
|
2022-09-11 15:03:37 +00: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
|
Fix dangling pointer access on clicking save in the main menu
|
2022-09-15 22:49:20 +02:00 |
|
mwworld
|
Merge branch 'physics_refactor' into 'master'
|
2022-09-19 19:57:23 +00:00 |
|
android_main.cpp
|
Precompile sol.hpp in order to reduce compilation time.
|
2021-12-04 11:32:39 +00:00 |
|
CMakeLists.txt
|
cleaned some code and fixed some naming issues
|
2022-09-11 17:53:53 +02:00 |
|
doc.hpp
|
|
|
|
engine.cpp
|
Implement system-scaled HiDPI support (SDL_WINDOW_ALLOW_HIGHDPI - Wayland, macOS, etc)
|
2022-09-12 08:18:08 +00: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
|
Avoid chained operator() calls to prevent formatting issues
|
2022-09-12 16:48:15 +02:00 |
|
options.hpp
|
Add tests for openmw options
|
2021-10-05 22:51:12 +02:00 |