From cd4b7db02dcd2aa3937bb91c9f9b63d56579b44e Mon Sep 17 00:00:00 2001 From: holorat Date: Sat, 22 Jun 2024 00:27:49 +0300 Subject: [PATCH 1/2] Reorder profiler stats according to timeline --- apps/openmw/profile.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }; From 18164b16b94eebe5fd5b5de1fbc77ce5f0ac4dbe Mon Sep 17 00:00:00 2001 From: holorat Date: Thu, 27 Jun 2024 22:39:24 +0300 Subject: [PATCH 2/2] Add fix to changelog and name to authors --- AUTHORS.md | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) 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 ce530dfe3d..1928aa6360 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