From 5457587227c50a10d6250427753b948c83d7524f Mon Sep 17 00:00:00 2001 From: gromchek Date: Mon, 7 Apr 2025 00:19:34 +0300 Subject: [PATCH] feat(profile): add more symbols --- .../3.3.5a-windows-386/symbol/clientservices/func.sym | 3 ++- profile/3.3.5a-windows-386/symbol/console/func.sym | 2 ++ profile/3.3.5a-windows-386/symbol/file/func.sym | 1 + profile/3.3.5a-windows-386/symbol/gameui/func.sym | 3 ++- profile/3.3.5a-windows-386/symbol/gluemgr/func.sym | 3 ++- profile/3.3.5a-windows-386/symbol/heap/func.sym | 2 ++ profile/3.3.5a-windows-386/symbol/screen/func.sym | 3 +++ profile/3.3.5a-windows-386/symbol/sysmsg/func.sym | 9 +++++++++ profile/3.3.5a-windows-386/symbol/texture/func.sym | 7 ++++++- 9 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 profile/3.3.5a-windows-386/symbol/heap/func.sym create mode 100644 profile/3.3.5a-windows-386/symbol/screen/func.sym create mode 100644 profile/3.3.5a-windows-386/symbol/sysmsg/func.sym diff --git a/profile/3.3.5a-windows-386/symbol/clientservices/func.sym b/profile/3.3.5a-windows-386/symbol/clientservices/func.sym index 8a25e32..f880f0b 100644 --- a/profile/3.3.5a-windows-386/symbol/clientservices/func.sym +++ b/profile/3.3.5a-windows-386/symbol/clientservices/func.sym @@ -45,4 +45,5 @@ ClientServices__GetRealmInfoByIndex 006B2EB0 f end=006B2F12 ClientServices__JoinRealmResult 006B3070 f end=006B318F ClientServices__CharacterValidateName 006B0F90 f end=006B0FB5 ClientServices__CharacterValidateDeclension 006B0FC0 f end=006B0FDF -ClientServices__CharacterForceLogout 006B21F0 f end=006B21FA \ No newline at end of file +ClientServices__CharacterForceLogout 006B21F0 f end=006B21FA +ClientServices__LoginServerStatus 006B1E00 f end=006B1EE9 \ No newline at end of file diff --git a/profile/3.3.5a-windows-386/symbol/console/func.sym b/profile/3.3.5a-windows-386/symbol/console/func.sym index a8c298b..d6e4cdd 100644 --- a/profile/3.3.5a-windows-386/symbol/console/func.sym +++ b/profile/3.3.5a-windows-386/symbol/console/func.sym @@ -75,3 +75,5 @@ PrintStartupError 0076B5A0 f end=0076B616 type="void __usercall __noreturn func( ConsoleDetectSaveHardware 0076B620 f end=0076B7DB ConsoleDetectDetectHardware 0076BA30 f end=0076BBE9 type="void __stdcall func(Hardware* hardware, bool* hwChanged)" ; ConsoleDetectDetectHardware(Hardware&, bool&) ConsoleCommandHistoryDepth 0095BFB0 f end=0095BFB6 type="int32_t __stdcall func()" +GetConsoleMessage 00763C20 f end=00763C26 +SetConsoleMessage 00763C30 f end=00763C3D \ No newline at end of file diff --git a/profile/3.3.5a-windows-386/symbol/file/func.sym b/profile/3.3.5a-windows-386/symbol/file/func.sym index b0ef62d..30d78eb 100644 --- a/profile/3.3.5a-windows-386/symbol/file/func.sym +++ b/profile/3.3.5a-windows-386/symbol/file/func.sym @@ -17,3 +17,4 @@ SFile__FileExistsEx 00424B10 f end=00424B41 SFile__OpenEx 00424B50 f end=00424E44 SFile__Load 00424E80 f end=00424F46 SFile__Open 00424F80 f end=00424F98 +SFile__LoadFile 00424F50 f end=00424F74 \ No newline at end of file diff --git a/profile/3.3.5a-windows-386/symbol/gameui/func.sym b/profile/3.3.5a-windows-386/symbol/gameui/func.sym index 131d6f6..54585db 100644 --- a/profile/3.3.5a-windows-386/symbol/gameui/func.sym +++ b/profile/3.3.5a-windows-386/symbol/gameui/func.sym @@ -57,4 +57,5 @@ CGGameUI__SetCursorMoney 00520880 f end=005208E5 CGGameUI__SetCursorVirtualItem 00520D30 f end=00520DB3 CGGameUI__CloseLoot 00523640 f end=005237D2 CGGameUI__HandleDisplaySizeChanged 005240E0 f end=005241A7 -CGGameUI__TargetNearestUnit 00524FC0 f end=005252C4 \ No newline at end of file +CGGameUI__TargetNearestUnit 00524FC0 f end=005252C4 +DisableFadingScreen 005ED080 f end=005ED116 \ No newline at end of file diff --git a/profile/3.3.5a-windows-386/symbol/gluemgr/func.sym b/profile/3.3.5a-windows-386/symbol/gluemgr/func.sym index 1e5767b..ac714ec 100644 --- a/profile/3.3.5a-windows-386/symbol/gluemgr/func.sym +++ b/profile/3.3.5a-windows-386/symbol/gluemgr/func.sym @@ -44,4 +44,5 @@ CGlueMgr__SurveySendResults 004E48A0 f end=004E48D4 CGlueMgr__SurveyDownloadStart 004E48E0 f end=004E4A38 CGlueMgr__SurveyExecute 004E4B30 f end=004E4E75 CGlueMgr__GetPatchFolder 004E51E0 f end=004E51F8 -CGlueMgr__PatchDownloadStart 004E5200 f end=004E53A0 \ No newline at end of file +CGlueMgr__PatchDownloadStart 004E5200 f end=004E53A0 +CGlueMgr__AddChangedOptionWarning 004D9F50 f end=004D9FA5 \ No newline at end of file diff --git a/profile/3.3.5a-windows-386/symbol/heap/func.sym b/profile/3.3.5a-windows-386/symbol/heap/func.sym new file mode 100644 index 0000000..9a7d203 --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/heap/func.sym @@ -0,0 +1,2 @@ +HeapUsageDestroy 004D27D0 f end=004D27DC +HeapUsageInitialize 004D2A30 f end=004D2A95 \ No newline at end of file diff --git a/profile/3.3.5a-windows-386/symbol/screen/func.sym b/profile/3.3.5a-windows-386/symbol/screen/func.sym new file mode 100644 index 0000000..86e296e --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/screen/func.sym @@ -0,0 +1,3 @@ +ScrnSetScreenshotQuality 004A84A0 f end=004A84FF +ScrnGetStockFont 004A8DC0 f end=004A8DDF +ScrnGetStockFontHeight 004A8DE0 f end=004A8DFF \ No newline at end of file diff --git a/profile/3.3.5a-windows-386/symbol/sysmsg/func.sym b/profile/3.3.5a-windows-386/symbol/sysmsg/func.sym new file mode 100644 index 0000000..ff9760e --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/sysmsg/func.sym @@ -0,0 +1,9 @@ +SysMsgEnable 004B4E50 f end=004B4E5D +SysMsgSetMaxDisplayLevel 004B4E60 f end=004B4E7A +SysMsgSetMinDisplayLevel 004B4E80 f end=004B4E9A +SysMsgGetMinDisplayLevel 004B4EA0 f end=004B4EA6 +SysMsgGetMaxDisplayLevel 004B4EB0 f end=004B4EB6 +SysMsgSetFilter 004B4EC0 f end=004B4ECD +SysMsgGetFilter 004B4ED0 f end=004B4ED6 +SysMsgGetSeverityColor 004B4EE0 f end=004B4F2D +SysMsgInitialize 004B4F30 f end=004B4F59 \ No newline at end of file diff --git a/profile/3.3.5a-windows-386/symbol/texture/func.sym b/profile/3.3.5a-windows-386/symbol/texture/func.sym index d685e3e..5d121a7 100644 --- a/profile/3.3.5a-windows-386/symbol/texture/func.sym +++ b/profile/3.3.5a-windows-386/symbol/texture/func.sym @@ -42,4 +42,9 @@ FullShrink 006AB860 f end=006ABAAF type="void _stdcall func(C4Pixel* dest, uint3 TextureGenerateMips 004B5550 f end=004B55D7 CalcLevelSize 006AB620 f end=006AB6B9 type="uint32_t __cdecl func(uint32_t level, uint32_t width, uint32_t height, uint32_t fourCC)" CalcLevelCount 006AB700 f end=006AB75C type="uint32_t __stdcall func(uint32_t width, uint32_t height)" -GetBitDepth 006AB5C0 f end=006AB614 \ No newline at end of file +GetBitDepth 006AB5C0 f end=006AB614 +TextureEnableAtlas 004B5390 f end=004B539D +TextureFreeMippedImg 004B55E0 f end=004B55FE +TextureSetCacheSize 004B6580 f end=004B65D5 +TextureCacheUpdate 004B6AE0 f end=004B6C47 +TextureInitialize 004B7F80 f end=004B7FF7 \ No newline at end of file