diff --git a/AUTHORS.md b/AUTHORS.md index bc18297988..59b41e8ce6 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -98,6 +98,7 @@ Programmers gugus/gus guidoj Haoda Wang (h313) + holorat hristoast Internecine Ivan Beloborodov (myrix) diff --git a/CHANGELOG.md b/CHANGELOG.md index 988106734b..c6881a0fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -180,6 +180,7 @@ Bug #7993: Cannot load Bloodmoon without Tribunal Bug #7997: Can toggle perspective when paralyzed Bug #8002: Portable light sources held by creatures do not emit lighting + Bug #8005: F3 stats bars are sorted not according to their place in the timeline Bug #8018: Potion effects should never explode and always apply on self Bug #8021: Player's scale doesn't reset when starting a new game Feature #1415: Infinite fall failsafe diff --git a/apps/openmw/profile.hpp b/apps/openmw/profile.hpp index 526dfa2f00..da9128197c 100644 --- a/apps/openmw/profile.hpp +++ b/apps/openmw/profile.hpp @@ -29,6 +29,7 @@ namespace OMW { Input, Sound, + LuaSyncUpdate, State, Script, Mechanics, @@ -36,9 +37,8 @@ namespace OMW PhysicsWorker, World, Gui, - Lua, - LuaSyncUpdate, WindowManager, + Lua, Number, }; @@ -79,7 +79,7 @@ namespace OMW inline const UserStats UserStatsValue::sValue{ "Lua", "lua" }; template <> - inline const UserStats UserStatsValue::sValue{ " -Sync", "luasyncupdate" }; + inline const UserStats UserStatsValue::sValue{ "LuaSync", "luasyncupdate" }; template <> inline const UserStats UserStatsValue::sValue{ "WindowManager", "windowmanager" };