mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(profile): add a lot of symbols
This commit is contained in:
parent
0d8380a6a5
commit
b8b0b5076f
64 changed files with 2013 additions and 39 deletions
|
|
@ -7,8 +7,10 @@ CDataStore__Reset 004010E0 f ; CDataStore::Reset()
|
|||
CDataStore__Finalize 00401130 f ; CDataStore::Finalize()
|
||||
PatchFiles__qsortpatchfiles 00401200 f ; int __cdecl PatchFiles::qsortpatchfiles(char **, char **)
|
||||
MovementInit 00401520 f end=004015E0
|
||||
CCommand_ReloadUI 00401B00 f end=00401B15
|
||||
AsyncFileReadThreadSleepCallback 00402670 f end=00402684
|
||||
AsyncFileReadHandlerTimeoutCallback 00402690 f end=004026A9
|
||||
AsyncFileInitialize 004026B0 f end=00402719
|
||||
SetPaths 00402B20 f end=00402B8B
|
||||
TimingMethodCallback 00403200 f end=00403294
|
||||
CCommand_TimingInfo 004032A0 f end=004032FF
|
||||
|
|
@ -98,6 +100,7 @@ Blizzard__Streaming__IsStreamingMode 00428010 f end=0042802B
|
|||
Blizzard__File__IsDirectory 004281D0 f end=004281EB
|
||||
Blizzard__File__IsFile 004281F0 f end=0042820B
|
||||
Blizzard__File__SimpleGlob 00428210 f end=004282F2 type="bool __stdcall func(char* name, char* pattern)"
|
||||
WowConnection__AddRef 00428300 f end=0042830B ; WowConnection::AddRef()
|
||||
Blizzard__String__FindFilename 00428500 f end=00428538 type="char* __stdcall func(char* str)"
|
||||
Blizzard__String__FirstPathSeparator 00428640 f end=00428668
|
||||
Blizzard__String__Copy 00428670 f end=004286BB type="int32_t __stdcall func(char* dst, const char* src, int32_t count)"
|
||||
|
|
@ -182,6 +185,32 @@ OsCreateFileMode 00461EF0 f end=00461F68 type="Blizzard__File__Mode __stdcall fu
|
|||
OsFileGetDownloadFolder 00461F70 f end=00461F91 type="char* __stdcall func()"
|
||||
OsCreateFile 00461FA0 f end=00461FFA type="HOSFILE __stdcall func(char* fileName, uint32_t desiredAccess, uint32_t shareMode, uint32_t createDisposition, uint32_t flagsAndAttributes, uint32_t extendedFileType)"
|
||||
OsFileList 00462000 f end=0046209C
|
||||
ClientConnection__destructor 00465450 f end=0046547B ; ClientConnection::~ClientConnection()
|
||||
WowConnection__SetResponse 004666D0 f end=00466748 ; WowConnection::SetResponse(WowConnectionResponse*, bool)
|
||||
WowConnection__SetType 004667F0 f end=0046681A ; WowConnection::SetType(WOWC_TYPE)
|
||||
WowConnection__SetEncryption 00466820 f end=004668A0 ; WowConnection::SetEncryption(WC_ENCRYPT_TYPE)
|
||||
WowConnection__Init 004669D0 f end=00466B48 ; WowConnection::Init(WowConnectionResponse*, void (*)())
|
||||
WowConnection__Disconnect 00466B50 f end=00466B8F ; WowConnection::Disconnect()
|
||||
WowConnection__SetEncryptionKey 00466BF0 f end=00466DA9 ; WowConnection::SetEncryptionKey(unsigned char const*, unsigned char, unsigned char, unsigned char const*, unsigned char)
|
||||
WowConnection__CloseSocket 00466DE0 f end=00466E29 ; WowConnection::CloseSocket(int)
|
||||
WowConnection__DoStreamReads 00466F00 f end=004670CA ; WowConnection::DoStreamReads()
|
||||
WowConnection__WowConnection 00467270 f end=00467330 ; WowConnection::WowConnection(int, sockaddr_in*, WowConnectionResponse*)
|
||||
WowConnection__WowConnection 00467330 f end=004673B9 ; WowConnection::WowConnection(WowConnectionResponse*, void (*)())
|
||||
WowConnection__destructor 004673C0 f end=00467536 ; WowConnection::~WowConnection()
|
||||
WowConnection__Send 004675F0 f end=00467988 ; WowConnection::Send(CDataStore*, int)
|
||||
WowConnection__SendRaw 00467990 f end=00467B96 ; WowConnection::SendRaw(unsigned char*, int)
|
||||
WowConnection__DoMessageReads 00467BA0 f end=004680CA ; WowConnection::DoMessageReads()
|
||||
WowConnection__Release 00468200 f end=00468246 ; WowConnection::Release()
|
||||
WowConnection__DoDisconnect 00468250 f end=0046838F ; WowConnection::DoDisconnect()
|
||||
WowConnection__CheckConnect 00468390 f end=00468573 ; WowConnection::CheckConnect()
|
||||
WowConnection__CheckAccept 00468580 f end=00468788 ; WowConnection::CheckAccept()
|
||||
WowConnection__DoWrites 00468790 f end=00468A84 ; WowConnection::DoWrites()
|
||||
WowConnection__DoReads 00468A90 f end=00468B23 ; WowConnection::DoReads()
|
||||
WowConnection__DoExceptions 00468B30 f end=00468B9A ; WowConnection::DoExceptions()
|
||||
WowConnection__StartConnect 00468BA0 f end=00468D00 ; WowConnection::StartConnect()
|
||||
WowConnection__Connect 00468D20 f end=00468D8B ; WowConnection::Connect(char const*, unsigned short, int)
|
||||
WowConnection__InitOsNet 00468D90 f end=00468E4F ; WowConnection::InitOsNet(bool (*)(NETADDR const*), void (*)(), int, bool)
|
||||
WowConnection__Connect 00468E50 f end=00468ED5 ; WowConnection::Connect(char const*, int)
|
||||
nullsub_2 0047ADD0 f
|
||||
CDataStore__GetBufferParams 0047ADE0 f ; CDataStore::GetBufferParams(void const**, unsigned int*, unsigned int*)
|
||||
CDataStore__DetachBuffer 0047AE10 f ; CDataStore::DetachBuffer(void**, unsigned int*, unsigned int*)
|
||||
|
|
@ -285,12 +314,18 @@ IEvtTimerGetNextTime 00480F70 f end=00480FCA
|
|||
IEvtTimerDispatch 00481100 f end=00481289
|
||||
IEvtTimerKill 00481290 f end=0048138F
|
||||
IEvtTimerSet 00481390 f end=004814E4
|
||||
CSimpleTexture__SetTexture 00481590 f end=004815D2 ; CSimpleTexture::SetTexture(CImVector const&)
|
||||
CSimpleTexture__SetBlendMode 00481620 f end=0048163D ; CSimpleTexture::SetBlendMode(EGxBlend)
|
||||
CSimpleTexture__SetTexCoord 00481640 f end=00481691 ; CSimpleTexture::SetTexCoord(C2Vector const*)
|
||||
GxBufLock 004829D0 f end=004829E9
|
||||
GxBufUnlock 004829F0 f end=00482A13
|
||||
GxBufStream 00482A20 f end=00482A3C
|
||||
GxDraw 00482A40 f end=00482A5D
|
||||
CSimpleRegion__Hide 00482C20 f type="void __thiscall func(CSimpleRegion* this)"
|
||||
CSimpleTexture__SetTexCoord 004831D0 f end=00483220 ; CSimpleTexture::SetTexCoord(CRect const&)
|
||||
CSimpleFontString__SetText 00483910 f end=00483A3D type="void __thiscall func(CSimpleFontString* this, char* a1, int32_t a2)"
|
||||
CSimpleTexture__CSimpleTexture 00484470 f end=004845E6 ; CSimpleTexture::CSimpleTexture(CSimpleFrame*, unsigned int, int)
|
||||
CSimpleTexture__LoadXML 00485F40 f end=00486B11 ; CSimpleTexture::LoadXML(XMLNode*, CStatus*)
|
||||
CSimpleRegion__SetVertexColor 00487A10 f type="void __thiscall func(CSimpleRegion* this, CImVector* color)"
|
||||
CSimpleRegion__GetVertexColor 00487AB0 f type="void __thiscall func(CSimpleRegion* this, CImVector* color)"
|
||||
CSimpleRegion__HideThis 00487BF0 f type="void __thiscall func(CSimpleRegion* this)"
|
||||
|
|
@ -300,16 +335,70 @@ CSimpleRegion__OnColorChanged 00487D70 f type="void __thiscall func(CSimpleRegio
|
|||
CSimpleRegion__CSimpleRegion 004880E0 f type="void __thiscall func(CSimpleRegion* this, CSimpleFrame* frame, uint32_t drawLayer, int32_t show)"
|
||||
CSimpleRegion__destructor 004881D0 f type="void __thiscall func(CSimpleRegion* this)"
|
||||
CScriptRegion__CScriptRegion 00488310 f end=00488348 type="void __thiscall func(CScriptRegion* this)"
|
||||
CLayoutFrame__ResizePending 004898B0 f end=00489978
|
||||
CLayoutFrame__IsResizePending 00488CF0 f end=00488CFA ; CLayoutFrame::IsResizePending()
|
||||
CLayoutFrame__GetHeight 00488D00 f end=00488D04 ; CLayoutFrame::GetHeight()
|
||||
CLayoutFrame__GetRect 00489230 f end=00489265 ; CLayoutFrame::GetRect(CRect*) const
|
||||
CLayoutFrame__Top 00489330 f end=004893B5 ; CLayoutFrame::Top()
|
||||
CLayoutFrame__CalculateRect 004893C0 f end=00489564 ; CLayoutFrame::CalculateRect(CAaRect*)
|
||||
CLayoutFrame__OnFrameResize 00489570 f end=00489690 ; CLayoutFrame::OnFrameResize()
|
||||
CLayoutFrame__SetProtectFlag 004896C0 f end=0048970E ; CLayoutFrame::SetProtectFlag(unsigned int)
|
||||
CLayoutFrame__ResizePending 004898B0 f end=00489978 ; CLayoutFrame::ResizePending()
|
||||
CLayoutFrame__CLayoutFrame 00489980 f end=004899EF
|
||||
CLayoutFrame__RegisterResize 00489C30 f end=00489D62 ; CLayoutFrame::RegisterResize(CLayoutFrame*, unsigned int)
|
||||
CLayoutFrame__UnregisterResize 00489D70 f end=00489DD6 ; CLayoutFrame::UnregisterResize(CLayoutFrame*, unsigned int)
|
||||
CLayoutFrame__Resize 00489DE0 f end=00489E8D ; CLayoutFrame::Resize(int)
|
||||
CLayoutFrame__SetLayoutScale 00489E90 f end=00489F14 ; CLayoutFrame::SetLayoutScale(float, bool)
|
||||
CLayoutFrame__OnFrameSizeChanged 0048A1D0 f end=0048A1FC ; CLayoutFrame::OnFrameSizeChanged(CAaRect const&)
|
||||
CLayoutFrame__SetPoint 0048A260 f end=0048A3DF ; CLayoutFrame::SetPoint(FRAMEPOINT, CLayoutFrame*, FRAMEPOINT, float, float, int)
|
||||
CLayoutFrame__ClearAllPoints 0048A510 f end=0048A515 ; CLayoutFrame::ClearAllPoints()
|
||||
CLayoutFrame__SetDeferredResize 0048A520 f end=0048A5F0 ; CLayoutFrame::SetDeferredResize(int)
|
||||
CLayoutFrame__DestroyLayout 0048B130 f end=0048B23B ; CLayoutFrame::DestroyLayout()
|
||||
CScriptObject__GetScriptObjectByName 0048B5F0 f end=0048B671
|
||||
CSimpleTexture_SetVertexColor 0048C1C0 f end=0048C23E ; CSimpleTexture_SetVertexColor(lua_State*)
|
||||
CSimpleTexture_SetAlpha 0048C3E0 f end=0048C4B3 ; CSimpleTexture_SetAlpha(lua_State*)
|
||||
CSimpleFontString_SetFormattedText 0048D800 f end=0048D88B type="int32_t __stdcall func(lua_State* L)"
|
||||
CSimpleFrame__SetFrameAlpha 0048EA10 f end=0048EA32 type="void __thiscall func(CSimpleFrame* this, uint8_t alpha)"
|
||||
CSimpleFrame__SetFrameScale 0048F580 f end=0048F5CC
|
||||
CSimpleTexture_SetTexCoord 0048E170 f end=0048E353 ; CSimpleTexture_SetTexCoord(lua_State*)
|
||||
CSimpleFrame__GetScriptByName 0048E680 f end=0048E961 ; CSimpleFrame::GetScriptByName(char const*, FrameScript_Object::ScriptData&)
|
||||
CSimpleFrame__Raise 0048E9A0 f end=0048E9AF ; CSimpleFrame::Raise()
|
||||
CSimpleFrame__SetFrameAlpha 0048EA10 f end=0048EA32 type="void __thiscall func(CSimpleFrame* this, uint8_t alpha)" ; CSimpleFrame::SetFrameAlpha(unsigned char)
|
||||
CSimpleFrame__UnregisterForEvents 0048EA80 f end=0048EABE ; CSimpleFrame::UnregisterForEvents(int)
|
||||
CSimpleFrame__SetFrameScale 0048F580 f end=0048F5CC ; CSimpleFrame::SetFrameScale(float, bool)
|
||||
CSimpleFrame__SetFrameDepth 0048F5D0 f end=0048F611
|
||||
CSimpleFrame__EnableEvent 0048F6A0 f end=0048F6E1 ; CSimpleFrame::EnableEvent(CSimpleEventType, unsigned int)
|
||||
CSimpleFrame__GetHitRect 0048F890 f end=0048F8D1 ; CSimpleFrame::GetHitRect(CRect&)
|
||||
CSimpleFrame__OnFrameSizeChanged 0048FA20 f end=0048FB0B ; CSimpleFrame::OnFrameSizeChanged(CAaRect const&)
|
||||
CSimpleFrame__NotifyScrollParent 0048FEA0 f end=0048FEEE ; CSimpleFrame::NotifyScrollParent()
|
||||
CSimpleFrame__NotifyDrawLayerChanged 00490270 f end=004902C7 ; CSimpleFrame::NotifyDrawLayerChanged(unsigned int)
|
||||
CSimpleFrame__OnFrameSizeChanged 00490330 f end=00490357 ; CSimpleFrame::OnFrameSizeChanged(float, float)
|
||||
CSimpleFrame__PostLoadXML 00490410 f end=00490598 ; CSimpleFrame::PostLoadXML(XMLNode*, CStatus*)
|
||||
CSimpleFrame__SetBackdrop 004905A0 f end=004905F5 ; CSimpleFrame::SetBackdrop(CBackdropGenerator*)
|
||||
CSimpleFrame__OnLayerUpdate 00490770 f end=00490831 ; CSimpleFrame::OnLayerUpdate(float)
|
||||
CSimpleFrame__OnFrameRender 00490840 f end=004908A0 ; CSimpleFrame::OnFrameRender(CRenderBatch*, unsigned int)
|
||||
CSimpleFrame__OnScreenSizeChanged 004908A0 f end=004908D7 ; CSimpleFrame::OnScreenSizeChanged()
|
||||
CSimpleFrame__SetBeingScrolled 00490F60 f end=00491018 ; CSimpleFrame::SetBeingScrolled(int, int)
|
||||
CSimpleFrame__UnparentFrame 00491160 f end=004911A8 ; CSimpleFrame::UnparentFrame(CSimpleFrame*)
|
||||
CSimpleFrame__SetParent 004911B0 f end=00491343 ; CSimpleFrame::SetParent(CSimpleFrame*)
|
||||
CSimpleFrame__GetBoundsRect 004913C0 f end=00491594 ; CSimpleFrame::GetBoundsRect(CRect&)
|
||||
CSimpleFrame__UpdateScale 004915A0 f end=00491677 ; CSimpleFrame::UpdateScale(bool)
|
||||
CSimpleFrame__HideThis 00491830 f end=004918EC ; CSimpleFrame::HideThis()
|
||||
CSimpleFrame__ShowThis 004918F0 f end=004919E4 ; CSimpleFrame::ShowThis(bool)
|
||||
CSimpleFrame__OnFrameRender 00491E00 f end=00491FB5 ; CSimpleFrame::OnFrameRender()
|
||||
CSimpleFrame__CSimpleFrame 004922F0 f end=004926A7 ; CSimpleFrame::CSimpleFrame(CSimpleFrame*)
|
||||
CSimpleFrame__LoadXML 004932C0 f end=00493A09 ; CSimpleFrame::LoadXML(XMLNode*, CStatus*)
|
||||
GxCapsWindowSizeInScreenCoords 00493BF0 f end=00493C09
|
||||
CSimpleTop__RoundToPixelHeight 00493E00 f end=00493E85 ; CSimpleTop::RoundToPixelHeight(float)
|
||||
CSimpleTop__HideFrame 00493F30 f end=00493FA5 ; CSimpleTop::HideFrame(CSimpleFrame*, int)
|
||||
CSimpleTop__OnMouseMove 004945A0 f end=0049472A ; CSimpleTop::OnMouseMove(EVENT_DATA_MOUSE const*, void*)
|
||||
CFrameStrata__BuildBatches 00494EE0 f end=00494F2E type="int32_t __thiscall func(CFrameStrata* this, int32_t a2)"
|
||||
CFrameStrata__RenderBatch 00494F30 f end=00494F89 type="void __thiscall func(CFrameStrata* this)"
|
||||
CSimpleTop__UnregisterFrame 00494FA0 f end=0049504D ; CSimpleTop::UnregisterFrame(CSimpleFrame*)
|
||||
CSimpleTop__OnLayerRender 00495410 f end=0049546A
|
||||
CSimpleTop__OnDisplaySizeChanged 004955E0 f end=00495667 ; CSimpleTop::OnDisplaySizeChanged(EVENT_DATA_SIZE const*, void*)
|
||||
CSimpleTop__RegisterForEvent 00495880 f end=004958F9 ; CSimpleTop::RegisterForEvent(CSimpleFrame*, CSimpleEventType, int, unsigned int)
|
||||
CSimpleTop__EnableEvents 004959F0 f end=00495AF2 ; CSimpleTop::EnableEvents()
|
||||
CSimpleTop__CSimpleTop 00495EB0 f end=004960C6 ; CSimpleTop::CSimpleTop()
|
||||
CSimpleTop__ShowFrame 004960D0 f end=004960FA ; CSimpleTop::ShowFrame(CSimpleFrame*, int)
|
||||
CSimpleFrame__RegisterScriptMethods 0049E540 f end=0049E560 ; CSimpleFrame::RegisterScriptMethods(lua_State*)
|
||||
CSimpleFrame_SetAlpha 0049F9E0 f end=0049FAA1 type="void __stdcall func(lua_State* L)"
|
||||
CBackdropGenerator__SetBorderVertexColor 004A2630 f end=004A26C1 type="void __thiscall func(CBackdropGenerator* this, CImVector* borderColor)"
|
||||
CBackdropGenerator__LoadXML 004A2780 f end=004A29CB ; _CBackdropGenerator::LoadXML(linkObject*, CStatus*)
|
||||
|
|
@ -348,11 +437,19 @@ LoadBlpMips 004B8070 f end=004B81CE type="int32_t __usercall func@<eax>(char* ex
|
|||
TextureLoadImage 004B81D0 f end=004B8385 type="MipBits* func(const char* filename, uint32_t* width, uint32_t* height, PIXEL_FORMAT* dataFormat, int32_t* isOpaque, CStatus* status, uint32_t* alphaBits, int32_t a8)"
|
||||
AsyncFileReadProgressCallback 004B9910 f end=004B9926
|
||||
AsyncFileReadIngameProgressCallback 004B9930 f end=004B9946
|
||||
AsyncFileReadPollHandler 004B9B20 f end=004B9BF6
|
||||
AsyncFileReadPollHandler 004B9B20 f end=004B9BF6 ; AsyncFileReadPollHandler(void const*, void*)
|
||||
AsyncFileReadAddPollHandler 004B9C60 f end=004B9D15
|
||||
AsyncFileReadAddStatusHandler 004B9D20 f end=004B9DD5
|
||||
AsyncFileReadInitialize 004BAA40 f end=004BAB45
|
||||
AsyncFileReadDestroyObject 004B9DE0 f ; AsyncFileReadDestroyObject(CAsyncObject*)
|
||||
AsyncFileReadCancel 004B9EA0 f ; AsyncFileReadCancel(CAsyncObject*, void (*)(CAsyncObject*))
|
||||
AsyncFileReadWait 004BA060 f ; AsyncFileReadWait(CAsyncObject*)
|
||||
AsyncFileReadAllocObject 004BA170 f end=004BA229
|
||||
AsyncFileReadLinkObject 004BA3D0 f end=004BA524
|
||||
AsyncFileReadThread 004BA680 f end=004BA6C5
|
||||
AsyncFileReadInitialize 004BAA40 f end=004BAB45 ; AsyncFileReadInitialize(unsigned int, unsigned int)
|
||||
AsyncFileReadObject 004BAB50 f end=004BAC14 ; AsyncFileReadObject(CAsyncObject*, int)
|
||||
AsyncFileReadIsReading 004BAD80 f end=004BAE09
|
||||
AsyncFileReadWaitAll 004BAE10 f end=004BAEEE
|
||||
TextBlockGetFontPtr 004BD9D0 f end=004BD9EA type="CGxFont* __stdcall func(HTEXTFONT font)"
|
||||
TextBlockCreate 004BDAA0 f end=004BDBE4 type="HTEXTBLOCK __stdcall func(HTEXTFONT font, char* text, CImVector* color, C3Vector* pos, float fontHeight, float blockWidth, float blockHeight, uint32_t flags, float charSpacing, float lineSpacing)"
|
||||
TextBlockSetStringPos 004BDBF0 f end=004BDC4C type="void __stdcall func(HTEXTBLOCK stringHandle, C2Vector* pos)"
|
||||
|
|
@ -447,7 +544,9 @@ Script_GetMovieResolution 004DD610 f end=004DD671
|
|||
Script_GetExpansionLevel 004DDC20 f end=004DDC51
|
||||
RealmListRegisterScriptFunctions 004DE4D0 f end=004DE4F3
|
||||
RealmListUnregisterScriptFunctions 004DE500 f end=004DE51C
|
||||
CRealmList__Initialize 004DF580 f end=004DF66C
|
||||
CRealmList__SetPreferredInfo 004DE960 f end=004DEAEB ; CRealmList::SetPreferredInfo(unsigned int, int, int)
|
||||
CRealmList__Initialize 004DF580 f end=004DF66C ; CRealmList::Initialize()
|
||||
CRealmList__UpdateList 004DF710 f end=004DFA4A ; CRealmList::UpdateList()
|
||||
CharacterCreateUnregisterScriptFunctions 004DFD30 f end=004DFD4F
|
||||
CharSelectRegisterScriptFunctions 004E2570 f end=004E2593
|
||||
CharSelectUnregisterScriptFunctions 004E25A0 f end=004E25BC
|
||||
|
|
@ -463,6 +562,15 @@ CGlueMgr__PatchDownloadStart 004E5200 f end=004E53A0
|
|||
CGlueMgr__PatchDownloadCancel 004E53A0 f end=004E541F
|
||||
CGlueMgr__PatchFailed 004E5420 f end=004E54C8
|
||||
CGlueMgr__PatchDownloadIdle 004E54D0 f end=004E5722
|
||||
CSimpleModelFFX__SetModel 004E5ED0 f end=004E5EF7 ; CSimpleModelFFX::SetModel(CM2Model*)
|
||||
CSimpleModelFFX__LoadXML 004E5F00 f end=004E5F47 ; CSimpleModelFFX::LoadXML(XMLNode*, CStatus*)
|
||||
CSimpleModelFFX__CSimpleModelFFX 004E5F70 f end=004E60A3 ; CSimpleModelFFX::CSimpleModelFFX(CSimpleFrame*)
|
||||
CSimpleModelFFX__Render 004E6190 f end=004E6229 ; CSimpleModelFFX::Render(void*)
|
||||
CSimpleModelFFX__Create 004E6300 f end=004E632B ; CSimpleModelFFX::Create(CSimpleFrame*)
|
||||
CSimpleModelFFX__OnFrameRender 004E6330 f end=004E635E ; CSimpleModelFFX::OnFrameRender(CRenderBatch*, unsigned int)
|
||||
CSimpleModelFFX_ResetLights 004E6BE0 f end=004E6C5C
|
||||
CSimpleModelFFX_AddLight 004E6C60 f end=004E6D4B
|
||||
CSimpleModelFFX__CreateScriptMetaTable 004E6F60 f end=004E6F79 ; CSimpleModelFFX::CreateScriptMetaTable()
|
||||
CPassenger__GetRawPosition 004F4500 f end=004F45AC
|
||||
CGWorldFrame__GetActiveCamera 004F5960 f end=004F5973
|
||||
CGWorldFrame__SendObjectTrackEvent 004F5980 f end=004F59E2
|
||||
|
|
@ -470,6 +578,7 @@ CGWorldFrame__CursorTrackObject 004F59F0 f end=004F5A52
|
|||
CGWorldFrame__OnFrameSizeChanged 004F5A90 f end=004F5C10
|
||||
CGWorldFrame__OnLayerCursorExit 004F5C10 f end=004F5C78
|
||||
CGWorldFrame__SetNamePlateUpdate 004F5D80 f end=004F5D88
|
||||
CM2Model__GetBoundingBox 004F5E20 f
|
||||
CGWorldFrame__GetCameraFacing 004F6680 f end=004F66B4
|
||||
CGWorldFrame__OnLayerTrackTerrain 004F66C0 f end=004F6961
|
||||
CGWorldFrame__OnLayerMouseDown 004F6C10 f end=004F6C89
|
||||
|
|
@ -2537,6 +2646,10 @@ NetClient__Ping 00632CD0 f end=00632DA8 ; NetClient::Ping(CONNECTION_ID)
|
|||
NetClient__HandleIdle 00632DB0 f end=00632DFD ; 00005400
|
||||
NetClient__RedirectHandler 00632E00 f end=00633015 ; 00005410
|
||||
NetClient__WCMessageReady 00633330 f end=0063343D ; NetClient::WCMessageReady(WowConnection*, unsigned long, CDataStore*)
|
||||
NETEVENTQUEUE__NETEVENTQUEUE 00633440 f end=0063346D ; NETEVENTQUEUE::NETEVENTQUEUE(NetClient*)
|
||||
NETEVENTQUEUE__Poll 006334F0 f end=0063360E ; NETEVENTQUEUE::Poll()
|
||||
NETEVENTQUEUE__AddEvent 00633650 f end=0063372A ; NETEVENTQUEUE::AddEvent(EVENTID, void*, NetClient*, void const*, unsigned long)
|
||||
NETEVENTQUEUE__destructor 00633730 f end=00633797 ; NETEVENTQUEUE::~NETEVENTQUEUE()
|
||||
StaticDBLoadAll 006337D0 f end=0063478E ; 00005400
|
||||
ClientDBShutdown 00634C60 f end=00634CBB ; 00005400
|
||||
ClientDBInitialize 00634E00 f end=00634E62 ; ClientDBInitialize()
|
||||
|
|
@ -2812,8 +2925,9 @@ CBLPFile__Lock2 006AFCE0 f end=006AFF06 type="int32_t __thiscall func(CBLPFile*
|
|||
CBLPFile__Open 006AFF10 f end=006AFFCF type="int32_t __thiscall func(CBLPFile* this, char* filename)"
|
||||
CBLPFile__LockChain2 006AFFD0 f end=006B012E type="int32_t __thiscall func(CBLPFile* this, char* fileName, PIXEL_FORMAT format, MipBits** images, uint32_t mipLevel, int32_t a6)"
|
||||
ClientServices__LoadCDKey 006B0190 f end=006B0246
|
||||
ClientConnection__ClientConnection 006B0250 f end=006B02B5
|
||||
ClientConnection__Cleanup 006B0850 f end=006B086B
|
||||
ClientServices__Disconnect 006B0940 f end=006B095E
|
||||
ClientConnection__Disconnect 006B0940 f end=006B095E ; ClientConnection::Disconnect(DISCONNECT_REASON)
|
||||
nullsub_154 006B0960 f
|
||||
ClientServices__Connection 006B0970 f end=006B098A
|
||||
ClientServices__LoginConnection 006B0990 f end=006B0996
|
||||
|
|
@ -2849,8 +2963,11 @@ ClientServices__GetCharacterRace 006B1070 f end=006B1076
|
|||
ClientServices__GetCharacterClass 006B1080 f end=006B1086
|
||||
ClientServices__GetCharacterSex 006B1090 f end=006B1096
|
||||
ClientServices__GetCharacterLevel 006B10A0 f end=006B10A6
|
||||
ClientServices__PollStatus 006B1100 f end=006B11FC
|
||||
ClientConnection__Cancel 006B1200 f end=006B1252
|
||||
ClientConnection__PollStatus 006B1100 f end=006B11FC ; ClientConnection::PollStatus(WOWCS_OPS&, char const**, int&, int&)
|
||||
ClientConnection__Cancel 006B1200 f end=006B1252 ; ClientConnection::Cancel(int)
|
||||
ClientConnection__HandleConnect 006B1260 f end=006B12C3 ; ClientConnection::HandleConnect()
|
||||
ClientConnection__Connect 006B1390 f end=006B1450 ; ClientConnection::Connect()
|
||||
ClientConnection__GetCharacterList 006B14C0 f end=006B1553 ; ClientConnection::GetCharacterList()
|
||||
ClientServices__RequestCharacterCreate 006B1620 f end=006B1785
|
||||
ClientServices__CharacterSetInGame 006B1840 f end=006B18B8
|
||||
ClientServices__CharacterLogout 006B1930 f end=006B1A02
|
||||
|
|
@ -2921,7 +3038,28 @@ GxuXformCalcFrustumCorners 006BF6D0 f end=006BFB60
|
|||
GxuUpdateSingleColorTexture 006BFDA0 f end=006BFDFE
|
||||
GxuXformCreateProjection_SG 006BFE00 f end=006BFE5C
|
||||
GxuXformCreateLookAtSgCompat 006BFE60 f end=006C004D
|
||||
CGxString__WriteGeometry 006C5E90 f end=006C5EE0 ; CGxString::WriteGeometry(CGxVertexPCT*, int, int, int) const
|
||||
CGxString__InitializeViewTranslation 006C6190 f end=006C63D8 ; CGxString::InitializeViewTranslation()
|
||||
CGxString__SetStringPosition 006C6410 f end=006C6430 ; CGxString::SetStringPosition(C3Vector const&)
|
||||
CGxString__AddHyperlinkParseInfo 006C6A70 f end=006C6AE6 ; CGxString::AddHyperlinkParseInfo(GXUFONTHYPERLINKINFO)
|
||||
CGxString__ClearInstanceData 006C6B90 f end=006C6BF4 ; CGxString::ClearInstanceData()
|
||||
CGxString__Tick 006C6C00 f end=006C6C23 ; CGxString::Tick()
|
||||
CGxString__InitializeTextLine 006C6CD0 f end=006C7416 ; CGxString::InitializeTextLine(char const*, unsigned int, CImVector&, C3Vector const&, unsigned int*, EMBEDDEDPARSEINFO&)
|
||||
CGxString__AddShadow 006C7440 f end=006C747B ; CGxString::AddShadow(C2Vector const&, CImVector const&)
|
||||
CGxString__CheckGeometry 006C7480 f end=006C74C5 ; CGxString::CheckGeometry()
|
||||
CGxString__Recycle 006C75E0 f end=006C7631 ; CGxString::Recycle()
|
||||
CGxString__destructor 006C7760 f end=006C78EC ; CGxString::~CGxString()
|
||||
CGxString__SetGradient 006C78F0 f end=006C7A9C ; CGxString::SetGradient(int, int)
|
||||
CGxString__GetNewString 006C7AA0 f end=006C7B0E ; CGxString::GetNewString(int)
|
||||
CGxString__CreateGeometry 006C7B10 f end=006C7FFA ; CGxString::CreateGeometry()
|
||||
IGxuFontGlyphRenderGlyph 006C8CC0 f end=006C8E6B
|
||||
SHA1__Process 006CA180 f end=006CA235 ; SHA1::Process(void const*, unsigned int)
|
||||
SHA1__Finish 006CA270 f end=006CA329 ; SHA1::Finish(SHA1::Digest&)
|
||||
SHA1_Transform 006CA330 f end=006CB5EE
|
||||
SHA1_Init 006CB5F0 f end=006CB622 ; SHA1_Init(SHA1_CONTEXT*)
|
||||
SHA1_Update 006CB630 f end=006CB6E2 ; SHA1_Update(SHA1_CONTEXT*, unsigned char const*, unsigned int)
|
||||
SHA1_Final 006CB6F0 f end=006CB7BE ; SHA1_Final(unsigned char*, SHA1_CONTEXT*)
|
||||
SHA1_InterleaveHash 006CB7C0 f end=006CB8FD ; SHA1_InterleaveHash(unsigned char*, unsigned char const*, unsigned int)
|
||||
CGPlayer_C__ClearLootingObject 006CEDD0 f end=006CEDE7
|
||||
CGPlayer_C__GetPendingMovie 006CF290 f end=006CF296
|
||||
MovementDestroy 006F0C30 f end=006F0C6E
|
||||
|
|
@ -3135,8 +3273,10 @@ SRgnCombineRectf 00777420 f end=00777588 type="void __stdcall func(HSRGN handle,
|
|||
SRgnGetBoundingRectf 00777590 f end=00777897 type="void __stdcall func(HSRGN handle, RECTF* rect)"
|
||||
SRgnDelete 00777940 f end=00777971 type="void __stdcall func(HSRGN handle)"
|
||||
SRgnCreate 00777980 f end=00777A78 type="void __stdcall func(HSRGN* handlePtr, uint32_t reserved)"
|
||||
MD5Init 00779340 f end=0077936B
|
||||
MD5Final 00779AE0 f end=00779B97
|
||||
MD5Init 00779340 f end=0077936B ; 00005410
|
||||
MD5Update 00779A30 f end=00779AD8 ; 00005410
|
||||
MD5Final 00779AE0 f end=00779B97 ; 00005410
|
||||
SHA1__Prepare 0077AAA0 f end=0077AAD1 ; SHA1::Prepare()
|
||||
TSFixedArray_uint32_t_Set 0077AC80 f end=0077ACE4 type="void __thiscall func(TSFixedArray_uint32_t* this, uint32_t count, uint32_t* data)"
|
||||
BigBuffer__operator_index 0077ACF0 f end=0077AD10 type="uint32_t __thiscall func(BigBuffer* this, uint32_t index)" ; public: unsigned int __thiscall BigBuffer::operator[](unsigned int)const
|
||||
Compare 0077AD10 f end=0077ADC5 type="int32_t __fastcall func(BigBuffer* a, BigBuffer* b)"
|
||||
|
|
@ -3174,6 +3314,34 @@ PowMod 0077C720 f end=0077C97B type="void __stdcall func(BigBuffer* a, BigBuffer
|
|||
SBigPowMod 0077C980 f end=0077C9A4 type="void __stdcall func(BigData* a, BigData* b, BigData* c, BigData* d)"
|
||||
World__SetLoadProgressCallback 0077EC90 f end=0077ECA6
|
||||
World__Preload 00781500 f end=007815B7
|
||||
DayNight__Update 007816F0 f end=007819BC ; DayNight::Update(unsigned int, float, float)
|
||||
CMapObj__Init 007AE300 f end=007AE3A6 ; CMapObj::Init()
|
||||
CMapObj__CMapObj 007B0580 f end=007B05F9 ; CMapObj::CMapObj()
|
||||
CMapObj__Create 007B0CC0 f end=007B0D37 ; CMapObj::Create(char const*)
|
||||
CDetailDoodad__UpdateAlphaRampTexture 007B1270 f end=007B129F ; CDetailDoodad::UpdateAlphaRampTexture(EGxTexCommand, unsigned int, unsigned int, unsigned int, unsigned int, void*, unsigned int&, void const*&)
|
||||
CDetailDoodad__InitializeShaderConstants 007B15D0 f end=007B1B05 ; CDetailDoodad::InitializeShaderConstants()
|
||||
CDetailDoodad__Initialize 007B2760 f end=007B29AA ; CDetailDoodad::Initialize()
|
||||
CDetailDoodad__InitializeRenderState 007B2D30 f end=007B304E ; CDetailDoodad::InitializeRenderState()
|
||||
TSList__LinkToHead 007B5020 f end=007B50AB ; 00005410
|
||||
CMap__LoadWdt 007BF8B0 f end=007BFCDC ; CMap::LoadWdt()
|
||||
CMap__Load 007BFCE0 f end=007BFE33 ; public: static void __cdecl CMap::Load(char const *, int)
|
||||
CMap__AllocMapObj 007BFF20 f end=007BFF6B ; CMap::AllocMapObj()
|
||||
CMap__AllocLight 007C08A0 f end=007C0907 ; public: static class CMapLight * __fastcall CMap::AllocLight(void)
|
||||
CMapDoodadDef__SelectLights 007C1150 f end=007C1371 ; CMapDoodadDef::SelectLights(CM2Lighting*)
|
||||
CMapEntity__SelectLights 007C1730 f end=007C1ACA ; CMapEntity::SelectLights(CM2Lighting*)
|
||||
CMapChunk__UpdateLights 007C65A0 f end=007C65FE ; public: void __thiscall CMapChunk::UpdateLights(void)
|
||||
CMapBaseObj__CMapBaseObj 007D7260 f end=007D7293 ; CMapBaseObj::CMapBaseObj()
|
||||
CMapObj__Read 007D80C0 f end=007D81BB ; CMapObj::Read(char const*)
|
||||
CMapLight__CMapLight 007D9B10 f end=007D9B8F ; public: __thiscall CMapLight::CMapLight(void)
|
||||
CMap__CreateLight 007D9BD0 f end=007D9C7B ; CMap::CreateLight(bool, bool)
|
||||
CMap__UpdateLightBounds 007D9C80 f end=007D9D4F ; public: static void __cdecl CMap::UpdateLightBounds(class CMapLight *)
|
||||
CMap__EnableLight 007D9D50 f end=007D9D66 ; public: static void __cdecl CMap::EnableLight(class CMapLight *)
|
||||
CMap__DestroyLight 007D9D70 f end=007D9DDE ; public: static void __cdecl CMap::DestroyLight(class CMapLight *)
|
||||
CMap__LinkLightToChunks 007D9DE0 f end=007D9F8F ; CMap::LinkLightToChunks(class CMapLight *)
|
||||
CMap__LinkLightToMapObjDefs 007D9F90 f end=007DA0F5 ; CMap::LinkLightToMapObjDefs(class CMapLight *)
|
||||
CMap__UpdateLight 007DA100 f end=007DA187 ; CMap::UpdateLight(class CMapLight *)
|
||||
WardenClient_Destroy 007DA420 f end=007DA4B0 ; WardenClient_Destroy()
|
||||
WardenClient_Initialize 007DA8C0 f end=007DA92C ; WardenClient_Initialize()
|
||||
Script_VoiceEnumerateOutputDevices 007DAB80 f end=007DAC34
|
||||
Script_VoiceEnumerateCaptureDevices 007DAC40 f end=007DACEA
|
||||
Script_VoiceSelectOutputDevice 007DACF0 f end=007DADD2
|
||||
|
|
@ -3190,6 +3358,19 @@ Script_VoiceIsDisabledByClient 007DC910 f end=007DC94A
|
|||
Script_GetVoiceSessionMemberInfoBySessionID 007DEEF0 f end=007DF0AF
|
||||
Script_UnitIsTalking 007DF0B0 f end=007DF142
|
||||
IsRussian 007E1030 f end=007E1049
|
||||
DayNight__CalcFogRate 007ECD00 f end=007ECD76 ; DayNight::CalcFogRate(float, float)
|
||||
DayNight__SetOverrideLightParamsID 007ECEC0 f end=007ECEDC ; DayNight::SetOverrideLightParamsID(int)
|
||||
DayNight__ClearOverrideLightParamsID 007ECEE0 f end=007ECEEB ; DayNight::ClearOverrideLightParamsID()
|
||||
DayNightGetInfo 007ECEF0 f end=007ECEF6
|
||||
DayNight__InterpTable 007ED3B0 f end=007ED4C0 ; DayNight::InterpTable(C2Vector const*, unsigned int, float)
|
||||
DayNight__ClearOverrideFog 007ED820 f end=007ED86E ; DayNight::ClearOverrideFog()
|
||||
DayNight__SetOverrideFog 007ED870 f end=007ED901 ; DayNight::SetOverrideFog(float, float, CImVector, int)
|
||||
DayNight__SetDirection 007EEA90 f end=007EECBC ; DayNight::SetDirection()
|
||||
DayNight__SetPlanets 007EECC0 f end=007EF6D7 ; DayNight::SetPlanets()
|
||||
DayNight__UpdateFog 007F16F0 f end=007F1B0C ; DayNight::UpdateFog()
|
||||
DayNightInitialize 007F2790 f end=007F2A1F
|
||||
DayNight__SetColors 007F3230 f end=007F3913 ; DayNight::SetColors()
|
||||
DayNight__UpdateLighting 007F3920 f end=007F39AA ; DayNight::UpdateLighting()
|
||||
MinimapSetCorpsePOI 007F4990 f end=007F49FE
|
||||
SpellVisualsClear 007FC9F0 f end=007FCA29
|
||||
Spell_C_IsTargeting 007FD620 f end=007FD62C
|
||||
|
|
@ -3209,6 +3390,7 @@ Script_SpellStopCasting 00809EA0 f end=00809F7E
|
|||
Script_SpellTargetUnit 0080DC00 f end=0080DCE3
|
||||
FrameXML_LoadXML 00812530 f end=008125C0
|
||||
FrameXML_RegisterLoadProgressCallback 00812840 f end=00812869
|
||||
FrameXML_FreeHashNodes 00812B90 f end=00812B9D ; FrameXML_FreeHashNodes()
|
||||
FrameXML_CreateFrame 00812FA0 f end=008131CD
|
||||
FrameXML_RegisterFactory 00813D20 f end=00813DEF
|
||||
FrameXML_RegisterDefault 00813DF0 f end=00813EDC
|
||||
|
|
@ -3240,10 +3422,150 @@ Script_EnumerateFrames 0081B9C0 f end=0081BAAA
|
|||
Script_GetNumFrames 0081BAB0 f end=0081BB15
|
||||
Script_CreateFrame 0081BB20 f end=0081BE68
|
||||
Script_GetFramesRegisteredForEvent 0081BE70 f end=0081BF4D
|
||||
CM2Cache__BeginThread 0081BFA0 f end=0081BFC4 ; CM2Cache::BeginThread(void (*)(void*), void*)
|
||||
CM2Cache__WaitThread 0081BFD0 f end=0081BFDE ; CM2Cache::WaitThread()
|
||||
CM2Cache__ThreadProc 0081BFE0 f end=0081C05B ; CM2Cache::ThreadProc(void*)
|
||||
M2GetCacheFlags 0081C0B0 f end=0081C0B6
|
||||
M2SetCacheFlags 0081C0C0 f end=0081C0CD
|
||||
CM2Cache__Initialize 0081C0D0 f end=0081C28C ; CM2Cache::Initialize(unsigned int)
|
||||
CM2Cache__GarbageCollect 0081C290 f end=0081C300 ; CM2Cache::GarbageCollect(int)
|
||||
CM2Cache__Destroy 0081C300 f end=0081C389 ; CM2Cache::Destroy()
|
||||
CM2Cache__CreateShared 0081C390 f end=0081C6D5 ; CM2Cache::CreateShared(char const*, unsigned int)
|
||||
M2Initialize 0081C6E0 f end=0081C747
|
||||
CM2Model__GetCameraByIndex 00824170 f end=008241CA
|
||||
CM2Cache__UpdateShared 0081C790 f end=0081C832 ; CM2Cache::UpdateShared()
|
||||
CM2Cache__LinkToSharedUpdateList 0081C840 f end=0081C862 ; CM2Cache::LinkToSharedUpdateList(CM2Shared*)
|
||||
CM2Cache__CM2Cache 0081C900 f end=0081C988 ; CM2Cache::CM2Cache()
|
||||
CM2Scene__AdvanceTime 0081C9C0 f end=0081CA09 ; CM2Scene::AdvanceTime(unsigned int)
|
||||
CM2Scene__AnimateThread 0081CE70 f end=0081CF14 ; CM2Scene::AnimateThread(void*)
|
||||
CM2Scene__SelectLights 0081E400 f end=0081E58F ; CM2Scene::SelectLights(CM2Lighting*)
|
||||
CM2Scene__SortDoodadProxy 0081EA90 f end=0081EACA ; CM2Scene::SortDoodadProxy(unsigned int, unsigned int, void const*)
|
||||
CM2Scene__SortOpaqueGeoBatches 0081EAD0 f end=0081ED03 ; CM2Scene::SortOpaqueGeoBatches(M2Element*, M2Element*)
|
||||
CM2Scene__SortOpaqueRibbons 0081ED10 f end=0081EDEB ; CM2Scene::SortOpaqueRibbons(M2Element*, M2Element*)
|
||||
CM2Scene__SortOpaqueParticles 0081EDF0 f end=0081EE91 ; CM2Scene::SortOpaqueParticles(M2Element*, M2Element*)
|
||||
CM2Scene__SortOpaque 0081EEA0 f end=0081EF15 ; CM2Scene::SortOpaque(unsigned int, unsigned int, void const*)
|
||||
CM2Scene__SortTransparent 0081EF30 f end=0081F0D7 ; CM2Scene::SortTransparent(unsigned int, unsigned int, void const*)
|
||||
CM2Scene__SortAdditiveParticles 0081F0E0 f end=0081F1C3 ; CM2Scene::SortAdditiveParticles(unsigned int, unsigned int, void const*)
|
||||
CM2Scene__ComputeElementShaders 0081F1D0 f end=0081F327 ; CM2Scene::ComputeElementShaders(M2Element*)
|
||||
CM2SceneRender__CM2SceneRender 0081F330 f end=0081F449 ; CM2SceneRender::CM2SceneRender(CM2Scene*)
|
||||
CM2SceneRender__SetupTextures 0081F450 f end=0081F620 ; CM2SceneRender::SetupTextures()
|
||||
CM2SceneRender__SetBatchVertices 0081F700 f end=0081F7FC ; CM2SceneRender::SetBatchVertices(int)
|
||||
CM2Scene__CreateModel 0081F8F0 f end=0081F96F ; CM2Scene::CreateModel(char const*, unsigned int)
|
||||
CM2Scene__DuplicateModel 0081F970 f end=0081F9D7 ; CM2Scene::DuplicateModel(CM2Model*, unsigned int)
|
||||
CM2Scene__SortAdditiveParticleElements 0081F9E0 f end=0081FAF6 ; CM2Scene::SortAdditiveParticleElements(unsigned int)
|
||||
CM2SceneRender__SetupLighting 0081FB10 f end=0081FE7A ; CM2SceneRender::SetupLighting()
|
||||
CM2SceneRender__SetupMaterial 0081FE90 f end=008203AA ; CM2SceneRender::SetupMaterial()
|
||||
CM2SceneRender__DrawBatch 008203B0 f end=00820718 ; CM2SceneRender::DrawBatch()
|
||||
CM2SceneRender__DrawBatchProj 00820720 f end=00820ADD ; CM2SceneRender::DrawBatchProj()
|
||||
CM2SceneRender__DrawBatchDoodad 00820AE0 f end=00820F35 ; CM2SceneRender::DrawBatchDoodad(M2Element*, unsigned int*)
|
||||
CM2SceneRender__DrawRibbon 00820F40 f end=0082103B ; CM2SceneRender::DrawRibbon()
|
||||
CM2SceneRender__DrawParticle 008214E0 f end=00821667 ; CM2SceneRender::DrawParticle(unsigned int, M2Element*, unsigned int*, unsigned int)
|
||||
CM2Scene__CM2Scene 008216C0 f end=00821842 ; CM2Scene::CM2Scene(CM2Cache*)
|
||||
CM2Scene__destructor 00821850 f end=0082192E ; CM2Scene::~CM2Scene()
|
||||
CM2Scene__Animate 00821A20 f end=0082303A ; CM2Scene::Animate(C3Vector const&)
|
||||
CM2Scene__Release 00823040 f end=00823062 ; CM2Scene::Release()
|
||||
CM2SceneRender__DrawCallback 008230D0 f end=0082312A ; CM2SceneRender::DrawCallback()
|
||||
CM2SceneRender__Draw 00823130 f end=00823C8D ; CM2SceneRender::Draw(M2PASS, M2Element*, unsigned int*, unsigned int*)
|
||||
CM2Scene__Draw 00823CB0 f end=00823D4D ; CM2Scene::Draw(M2PASS)
|
||||
CM2Model__WaitForLoad 00823ED0 f end=00823F0A ; CM2Model::WaitForLoad(char const*)
|
||||
CM2Model__SetAnimating 00823F10 f end=00823F89 ; CM2Model::SetAnimating(int)
|
||||
CM2Model__SetSequenceCallback 00823FE0 f end=0082405E ; CM2Model::SetSequenceCallback(void (*)(CM2Model*, unsigned int, unsigned int, int, unsigned int, unsigned long long, int), unsigned long long)
|
||||
CM2Model__SetEventCallback 00824060 f end=008240E1 ; CM2Model::SetEventCallback(void (*)(CM2Model*, unsigned int, unsigned int, unsigned int, C3Vector const&, unsigned int, unsigned long long), unsigned long long)
|
||||
CM2Model__GetCameraByIndex 00824170 f end=008241CA ; CM2Model::GetCameraByIndex(unsigned int)
|
||||
CM2Model__LinkToCallbackListTail 008244F0 f end=0082450E ; CM2Model::LinkToCallbackListTail()
|
||||
CM2Model__UnlinkFromCallbackList 00824510 f end=00824542 ; CM2Model::UnlinkFromCallbackList()
|
||||
CM2Model__IsBatchDoodadCompatible 00824550 f end=008245A4 ; CM2Model::IsBatchDoodadCompatible(M2Batch*) const
|
||||
CM2Model__Release 00824ED0 f end=00824EFD ; CM2Model::Release()
|
||||
CM2Model__IsLoaded 00824F00 f end=00824FB1 ; CM2Model::IsLoaded(int, int)
|
||||
CM2Model__IsDrawable 00824FC0 f end=008250AA ; CM2Model::IsDrawable(int, int)
|
||||
CM2Model__UpdateLoaded 00825170 f end=008251AF ; CM2Model::UpdateLoaded()
|
||||
CM2Model__SetLoadedCallback 008251B0 f end=008251C8 ; CM2Model::SetLoadedCallback(void (*)(CM2Model*, void*), void*)
|
||||
CM2Model__SetWorldTransform 008251D0 f end=00825256 ; CM2Model::SetWorldTransform(C3Vector const&, float, float)
|
||||
CM2Model__UnoptimizeVisibleGeometry 00825D70 f end=00825E00 ; CM2Model::UnoptimizeVisibleGeometry()
|
||||
CM2Model__SequenceFallbackById 00826350 f end=008264A9 ; CM2Model::SequenceFallbackById(M2SequenceFallback*, unsigned int) const
|
||||
CM2Model__SetupBoneSequence 00826B00 f end=00826C3F ; CM2Model::SetupBoneSequence(unsigned short, M2SequenceFallback, unsigned int, float, M2ModelBoneSeq*)
|
||||
CM2Model__SetPrimaryBoneSequence 00826C40 f end=00826DD0 ; CM2Model::SetPrimaryBoneSequence(unsigned short, unsigned short, M2SequenceFallback, unsigned int, float, int)
|
||||
CM2Model__SetSecondaryBoneSequence 00826DD0 f end=00826E54 ; CM2Model::SetSecondaryBoneSequence(unsigned short, unsigned short, M2SequenceFallback, unsigned int, float)
|
||||
CM2Model__DetachAllChildrenById 00827560 f end=008275E9 ; CM2Model::DetachAllChildrenById(unsigned int)
|
||||
CM2Model__GetCameraById 00827960 f end=008279E3 ; CM2Model::GetCameraById(unsigned int)
|
||||
CM2Model__FindKey 008284D0 f end=00828674 ; CM2Model::FindKey(M2ModelBoneSeq*, M2TrackBase const&, unsigned int&, unsigned int&, float&)
|
||||
CM2Model__AnimateST 00828A00 f end=00828F8A ; CM2Model::AnimateST()
|
||||
CM2Model__SetIndices 00828F90 f end=00829160 ; CM2Model::SetIndices() const
|
||||
CM2Model__SetVertices 00829160 f end=00829296 ; CM2Model::SetVertices(int, M2SkinSection*, unsigned int) const
|
||||
CM2Model__RenderModelBatchesForProjectedTexture 00829AA0 f end=00829B94 ; CM2Model::RenderModelBatchesForProjectedTexture()
|
||||
CM2Model__CM2Model 0082BE60 f end=0082C1B7 ; CM2Model::CM2Model()
|
||||
CM2Model__OptimizeVisibleGeometry 0082C970 f end=0082CEC2 ; CM2Model::OptimizeVisibleGeometry()
|
||||
CM2Model__AnimateParticlesMT 0082D2F0 f end=0082D6E1 ; CM2Model::AnimateParticlesMT()
|
||||
CM2Model__AnimateTextureTransformsMT 0082D6F0 f end=0082D903 ; CM2Model::AnimateTextureTransformsMT()
|
||||
CM2Model__SetVerticesMultiSample 0082D910 f end=0082DA32 ; CM2Model::SetVerticesMultiSample(int, M2SkinSection*)
|
||||
CM2Model__SetWorldTransform 0082DD80 f end=0082E0B3 ; CM2Model::SetWorldTransform(C3Vector const&, float, float, C3Vector const&, unsigned int)
|
||||
CM2Model__AnimateMTSimple 0082E140 f end=0082E548 ; CM2Model::AnimateMTSimple(C44Matrix const*, C3Vector const&, C3Vector const&, float, float)
|
||||
CM2Model__AnimateAttachmentsMT 0082E550 f end=0082E71A ; CM2Model::AnimateAttachmentsMT()
|
||||
CM2Model__ProcessSequenceCallback 0082E790 f end=0082E83C ; CM2Model::ProcessSequenceCallback(unsigned int, unsigned int, unsigned int, unsigned int)
|
||||
CM2Model__GetCollisionFacets 0082EC30 f end=0082F0EE ; CM2Model::GetCollisionFacets(CAaBox const&, C44Matrix const&, TSGrowableArray<CFacet>&)
|
||||
CM2Model__AnimateMT 0082F0F0 f end=0083096B ; CM2Model::AnimateMT(C44Matrix const*, C3Vector const&, C3Vector const&, float, float)
|
||||
CM2Model__AnimateParticleST 008309C0 f end=00830DB3 ; CM2Model::AnimateParticleST(float, unsigned int)
|
||||
CM2Model__Animate 00830DC0 f end=00830F83 ; CM2Model::Animate()
|
||||
CM2Model__ProcessEventCallbacks 00830FB0 f end=00831298 ; CM2Model::ProcessEventCallbacks(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)
|
||||
CM2Model__GetAttachmentWorldTransform 00831410 f end=00831542 ; CM2Model::GetAttachmentWorldTransform(unsigned int)
|
||||
CM2Model__AttachToParent 00831630 f end=008317D4 ; CM2Model::AttachToParent(CM2Model*, unsigned int, C3Vector const*, int)
|
||||
CM2Model__SetupLighting 00831AF0 f end=00831BA3 ; CM2Model::SetupLighting()
|
||||
CM2Model__SetBoneSequenceDeferred 00831C30 f end=00831E1D ; CM2Model::SetBoneSequenceDeferred(unsigned short, M2Data*, unsigned short, unsigned int, float, M2SequenceFallback, int, int, int, unsigned int)
|
||||
CM2Model__CancelDeferredSequences 00831EC0 f end=00831FB6 ; CM2Model::CancelDeferredSequences(unsigned int, bool)
|
||||
CM2Model__CallSequenceCallback 00831FC0 f end=008321D1 ; CM2Model::CallSequenceCallback(M2ModelCallback*)
|
||||
CM2Model__CallCallbacks 008321E0 f end=00832253 ; CM2Model::CallCallbacks()
|
||||
CM2Model__ProcessCallbacks 00832260 f end=00832449 ; CM2Model::ProcessCallbacks()
|
||||
CM2Model__ProcessCallbacksRecursive 00832450 f end=008324F5 ; CM2Model::ProcessCallbacksRecursive()
|
||||
CM2Model__destructor 00832640 f end=00832832 ; CM2Model::~CM2Model()
|
||||
CM2Model__UnsetBoneSequence 00832840 f end=00832AAA ; CM2Model::UnsetBoneSequence(unsigned int, int, int)
|
||||
CM2Model__SetBoneSequence 00832AB0 f end=00832DCD ; CM2Model::SetBoneSequence(unsigned int, unsigned int, unsigned int, unsigned int, float, int, int)
|
||||
CM2Model__InitializeLoaded 00832EA0 f end=008344DC ; CM2Model::InitializeLoaded()
|
||||
CM2Model__AttachToScene 00834540 f end=00834628 ; CM2Model::AttachToScene(CM2Scene*)
|
||||
CM2Model__AttachToSceneRecursive 00834630 f end=0083465C ; CM2Model::AttachToSceneRecursive(CM2Scene*)
|
||||
CM2Model__Initialize 00834810 f end=008348CA ; CM2Model::Initialize(CM2Scene*, CM2Shared*, CM2Model*, unsigned int)
|
||||
CM2Light__Initialize 008348D0 f end=008348F2 ; CM2Light::Initialize(CM2Scene*)
|
||||
CM2Lighting__Initialize 00834900 f end=0083493E ; CM2Lighting::Initialize(CM2Scene*, CAaSphere const&)
|
||||
CM2Lighting__SetFog 00834940 f end=0083498C ; CM2Lighting::SetFog(C3Vector const&, float, float)
|
||||
CM2Lighting__SetFog 00834990 f end=008349DB ; CM2Lighting::SetFog(C3Vector const&, float, float, float)
|
||||
CM2Lighting__GetPointLight 008349E0 f end=00834A40 ; CM2Lighting::GetPointLight(unsigned int, C3Vector&, C3Vector&, C3Vector&)
|
||||
CM2Light__CM2Light 00834A40 f end=00834AA7 ; CM2Light::CM2Light()
|
||||
CM2Light__destructor 00834AB0 f end=00834AD4 ; CM2Light::~CM2Light()
|
||||
CM2Light__SetDirection 00834AE0 f end=00834B43 ; CM2Light::SetDirection(C3Vector const&)
|
||||
CM2Light__Link 00834C70 f end=00834D84 ; CM2Light::Link()
|
||||
CM2Lighting__AddAmbient 00834D90 f end=00834DB4 ; CM2Lighting::AddAmbient(C3Vector const&)
|
||||
CM2Lighting__AddDiffuse 00834DC0 f end=00834F58 ; CM2Lighting::AddDiffuse(C3Vector const&, C3Vector const&)
|
||||
CM2Lighting__AddLight 00834F60 f end=00835096 ; CM2Lighting::AddLight(CM2Light*)
|
||||
CM2Lighting__CameraSpace 008350A0 f end=00835275 ; CM2Lighting::CameraSpace()
|
||||
CM2Lighting__SetupSunlight 00835280 f end=008353C3 ; CM2Lighting::SetupSunlight()
|
||||
CM2Lighting__SetupGxLights 008353D0 f end=008355CC ; CM2Lighting::SetupGxLights(C3Vector const*)
|
||||
CM2Lighting__GetSunLight 008355D0 f end=00835638 ; CM2Lighting::GetSunLight(C3Vector&, C3Vector&, C3Vector&, C3Vector&)
|
||||
CM2Light__SetLightType 00835640 f end=00835683 ; CM2Light::SetLightType(M2LIGHTTYPE)
|
||||
CM2Light__SetPosition 00835690 f end=008356E2 ; CM2Light::SetPosition(NTempest::C3Vector const&)
|
||||
CM2Light__SetVisible 008356F0 f end=0083574C ; CM2Light::SetVisible(int)
|
||||
CM2Shared__AddRef 00835970 f end=008359BB ; CM2Shared::AddRef()
|
||||
CM2Shared__CallbackWhenLoaded 008359C0 f end=008359F5 ; CM2Shared::CallbackWhenLoaded(CM2Model*)
|
||||
CM2Shared__LoadFailedCallback 00835A00 f end=00835A1D ; CM2Shared::LoadFailedCallback(CAsyncObject*)
|
||||
CM2Shared__SetIndices 008360A0 f end=008362AD ; CM2Shared::SetIndices()
|
||||
CM2Shared__SetVertices 008362B0 f end=008365F5 ; CM2Shared::SetVertices(unsigned int)
|
||||
CM2Shared__GetEffect 00836C90 f end=00836DD1 ; CM2Shared::GetEffect(M2Batch*)
|
||||
CM2Shared__ConvertTextureValuesToCombos 00837250 f end=00837497 ; CM2Shared::ConvertTextureValuesToCombos()
|
||||
CM2Shared__AssignBatchTextureComboIndices 008374A0 f end=00837672 ; CM2Shared::AssignBatchTextureComboIndices()
|
||||
CM2Shared__SubstituteSpecializedShaders 00837680 f end=00837A3D ; CM2Shared::SubstituteSpecializedShaders()
|
||||
CM2Shared__InitializeSkinProfile 00837A40 f end=00837ED4 ; CM2Shared::InitializeSkinProfile()
|
||||
CM2Shared__FinishLoadingSkinProfile 00838490 f end=00838593 ; CM2Shared::FinishLoadingSkinProfile(unsigned int)
|
||||
CM2Shared__CM2Shared 0083C5F0 f end=0083C6DC ; CM2Shared::CM2Shared(CM2Cache*)
|
||||
CM2Shared__InitLowPrioritySequence 0083C6E0 f end=0083CA8D ; CM2Shared::InitLowPrioritySequence(unsigned int, unsigned char*, unsigned int)
|
||||
CM2Shared__FinishLoadingLowPrioritySequence 0083CA90 f end=0083CB10 ; CM2Shared::FinishLoadingLowPrioritySequence(unsigned int, CAsyncObject*)
|
||||
CM2Shared__SkinProfileLoadedCallback 0083CB10 f end=0083CB3B ; CM2Shared::SkinProfileLoadedCallback(void*)
|
||||
CM2Shared__LoadSkinProfile 0083CB40 f end=0083CC77 ; CM2Shared::LoadSkinProfile(unsigned int)
|
||||
CM2Shared__Initialize 0083CC80 f end=0083CEFA ; CM2Shared::Initialize()
|
||||
CM2Shared__LoadSucceededCallback 0083D340 f end=0083D363 ; CM2Shared::LoadSucceededCallback(CAsyncObject*)
|
||||
CM2Shared__Load 0083D410 f end=0083D505 ; CM2Shared::Load(SFile*, int, CAaBox*)
|
||||
CM2Shared__CancelAllDeferredSequences 0083D510 f end=0083D5A6 ; CM2Shared::CancelAllDeferredSequences()
|
||||
CM2Shared__destructor 0083D5B0 f end=0083D833 ; CM2Shared::~CM2Shared()
|
||||
CM2Shared__LowPrioritySequenceLoadedCallback 0083D840 f end=0083D9E1 ; CM2Shared::LowPrioritySequenceLoadedCallback(void*)
|
||||
CM2Shared__LowPrioritySequenceFailedCallback 0083D9F0 f end=0083DA10 ; CM2Shared::LowPrioritySequenceFailedCallback(void*)
|
||||
CM2Shared__LoadLowPrioritySequence 0083DA10 f end=0083DC8D ; CM2Shared::LoadLowPrioritySequence(unsigned short)
|
||||
CM2Shared__Release 0083DC90 f end=0083DCE8 ; CM2Shared::Release()
|
||||
_lua_gettop 0084DBD0 f
|
||||
_lua_settop 0084DBF0 f
|
||||
_lua_insert 0084DCC0 f
|
||||
|
|
@ -3321,7 +3643,7 @@ OsIMEDestroy 0086D0C0 f end=0086D0Df
|
|||
OsTimeStartup 0086D430 f end=0086D439 type="void __stdcall func(TimingMethod timingMethod)"
|
||||
OsTimeShutdown 0086D440 f end=0086D445
|
||||
OsTlsGetValue 0086D6D0 f end=0086D6DF
|
||||
TSExplicitList_CGxBuf__LinkToTail 0086E200 f end=0086E25F type="void __thiscall func(TSExplicitList_CGxBuf* this, CGxBuf* ptr)"
|
||||
TSList__LinkToTail 0086E200 f end=0086E25F ; 00005410
|
||||
OsCallSetContext 0086F5A0 f end=0086F5EA
|
||||
OsCallResetContext 0086F5F0 f end=0086F64E ; 00005410
|
||||
OsCallInitialize 0086F760 f end=0086F875
|
||||
|
|
@ -3329,12 +3651,84 @@ OsCallInitializeContext 0086F880 f end=0086F902
|
|||
OsClipboardGetString 00872280 f end=00872297
|
||||
OsClipboardPutString 008722A0 f end=008722BF
|
||||
IOsClipboardGetString 008726F0 f end=008727BB
|
||||
OsClipboardFreeString 008727C0 f end=008727DE
|
||||
IOsClipboardPutString 008727E0 f end=008728B8
|
||||
CShaderEffect__UpdateProjMatrix 00872C10 f end=00872CD5
|
||||
CShaderEffect__InitFixedFuncPass 008728C0 f end=008728FB ; CShaderEffect::InitFixedFuncPass(EGxTexOp const*, EGxTexOp const*, unsigned int)
|
||||
CShaderEffect__SetUsePcfFiltering 00872AD0 f end=00872AF8 ; CShaderEffect::SetUsePcfFiltering(unsigned int)
|
||||
CShaderEffect__UpdateWorldViewMatrix 00872B00 f end=00872C0A ; CShaderEffect::UpdateWorldViewMatrix()
|
||||
CShaderEffect__UpdateProjMatrix 00872C10 f end=00872CD5 ; CShaderEffect::UpdateProjMatrix()
|
||||
CShaderEffect__InitShaderSystem 00872CE0 f end=00872D29 ; CShaderEffect::InitShaderSystem(int, int)
|
||||
CShaderEffect__InitEffect 00872D30 f end=00872DD9 ; CShaderEffect::InitEffect(char const*, char const*)
|
||||
CShaderEffect__SetCurrent 00872F90 f end=00873054 ; CShaderEffect::SetCurrent()
|
||||
CShaderEffect__SetShaders 00873060 f end=0087315B ; CShaderEffect::SetShaders(unsigned int, unsigned int)
|
||||
CShaderEffect__SetDefaultShaders 00873160 f end=008731B4 ; CShaderEffect::SetDefaultShaders(unsigned int)
|
||||
CShaderEffect__SetFogParams 00873210 f end=0087338B ; CShaderEffect::SetFogParams(float, float, float, CImVector const&)
|
||||
CShaderEffect__SetFogEnabled 00873390 f end=00873472 ; CShaderEffect::SetFogEnabled(int)
|
||||
CShaderEffect__SetTexMtx_Identity 00873480 f end=0087354E ; CShaderEffect::SetTexMtx_Identity(unsigned int)
|
||||
CShaderEffect__SetTexMtx_SphereMap 00873550 f end=0087361E ; CShaderEffect::SetTexMtx_SphereMap(unsigned int)
|
||||
CShaderEffect__SetTexMtx 00873620 f end=00873721 ; CShaderEffect::SetTexMtx(C44Matrix const&, unsigned int)
|
||||
CShaderEffect__SetDiffuse 00873900 f end=00873A4B ; CShaderEffect::SetDiffuse(C4Vector const&)
|
||||
CShaderEffect__SetEmissive 00873A50 f end=00873B9B ; CShaderEffect::SetEmissive(C4Vector const&)
|
||||
CShaderEffect__SetAlphaRef 00873BA0 f end=00873C1A ; CShaderEffect::SetAlphaRef(float)
|
||||
CShaderEffect__SetLocalLighting 00873CA0 f end=00873ED2 ; CShaderEffect::SetLocalLighting(CM2Lighting*, int, C3Vector const*)
|
||||
CShadowCache__NotifyTexturesRecreate 00873FE0 f end=00873FEB ; CShadowCache::NotifyTexturesRecreate()
|
||||
CShadowCache__SetShadowMapGenericGlobal 008744E0 f end=008745CE ; CShadowCache::SetShadowMapGenericGlobal()
|
||||
CShadowCache__SetShadowMapGenericInterior 008745D0 f end=00874658 ; CShadowCache::SetShadowMapGenericInterior(int)
|
||||
CShaderEffectManager__GetEffect 00876530 f end=00876543 ; CShaderEffectManager::GetEffect(char const*)
|
||||
CShaderEffectManager__CreateEffect 00876BE0 f end=00876C97 ; CShaderEffectManager::CreateEffect(char const*)
|
||||
CShaderEffectManager__ParseEffectCallback 00876CA0 f end=00876D8D ; CShaderEffectManager::ParseEffectCallback(CShaderEffectParser::ParsedEffect const&, void*)
|
||||
CShaderEffectManager__AddEffectFile 00876D90 f end=00876E2C ; CShaderEffectManager::AddEffectFile(char const*)
|
||||
stub_return_one_byte 008A1420 f end=008A1423 ; known names: System_File::Shutdown, CVGxVideoOptionsVersionCallback
|
||||
FFX__Destroy 008C0360 f end=008C0589
|
||||
GxDefaultApi 008C8DE0 f type="EGxApi __stdcall func()"
|
||||
stub_return_zero4 008E5250 f end=008E5253 ; Script_ToggleTris
|
||||
stub_return_int32_one 008C8DE0 f type="int32_t __stdcall func()" ; Known names: GxDefaultApi, CCommand_Perf
|
||||
GruntLogin__Connected 008CA0B0 f end=008CA135 ; GruntLogin::Connected(NETADDR const&)
|
||||
GruntLogin__CantConnect 008CA140 f end=008CA1C5 ; GruntLogin::CantConnect()
|
||||
GruntLogin__GetVersionProof 008CA260 f end=008CA2E5 ; GruntLogin::GetVersionProof(unsigned char const*)
|
||||
GruntLogin__SetPinInfo 008CA360 f end=008CA3A7 ; GruntLogin::SetPinInfo(bool, unsigned int, unsigned char const*)
|
||||
GruntLogin__SetTokenInfo 008CA400 f end=008CA419 ; GruntLogin::SetTokenInfo(bool, unsigned char)
|
||||
GruntLogin__ProveVersion 008CA450 f end=008CA4C8 ; GruntLogin::ProveVersion(unsigned char const*)
|
||||
GruntLogin__NextSecurityState 008CA4F0 f end=008CA540 ; GruntLogin::NextSecurityState(LOGIN_STATE)
|
||||
GruntLogin__GetLogonMethod 008CA580 f end=008CA6F5 ; GruntLogin::GetLogonMethod()
|
||||
GruntLogin__Reconnect 008CA700 f end=008CA722 ; GruntLogin::Reconnect()
|
||||
GruntLogin__GetRealmList 008CA730 f end=008CA73B ; GruntLogin::GetRealmList()
|
||||
GruntLogin__Logon 008CA740 f end=008CA7E5 ; GruntLogin::Logon(char const*, char const*)
|
||||
GruntLogin__Wait 008CA7F0 f end=008CA875 ; GruntLogin::Wait(char const*, LoginData&)
|
||||
GruntLogin__EnterPIN 008CA880 f end=008CA9AB ; GruntLogin::EnterPIN(int, unsigned char*)
|
||||
GruntLogin__GetVersionChallenge 008CAC00 f end=008CAC07 ; GruntLogin::GetVersionChallenge()
|
||||
GruntLogin__Init 008CAC50 f end=008CAC99 ; GruntLogin::Init(LoginResponse*)
|
||||
GruntLogin__GruntLogin 008CACA0 f end=008CAD19 ; GruntLogin::GruntLogin()
|
||||
GruntLogin__Logoff 008CAD20 f end=008CAD32 ; GruntLogin::Logoff()
|
||||
GruntLogin__SetMatrixInfo 008CAD40 f end=008CAF95 ; GruntLogin::SetMatrixInfo(bool, unsigned char, unsigned char, unsigned char, unsigned char, bool, unsigned char, unsigned long long, unsigned char const*, unsigned int)
|
||||
GruntLogin__ReconnectResult 008CB020 f end=008CB13E ; GruntLogin::ReconnectResult(Grunt::Result, unsigned char const*, unsigned int, unsigned short)
|
||||
GruntLogin__LogonResult 008CB160 f end=008CB8E3 ; GruntLogin::LogonResult(Grunt::Result, unsigned char const*, unsigned int, unsigned short)
|
||||
Grunt__ClientLink__Send 008CBA40 f end=008CBA8E ; 00005410
|
||||
Grunt__ClientLink__Shutdown 008CBA90 f end=008CBADD ; Grunt::ClientLink::Shutdown()
|
||||
Grunt__ClientLink__Disconnect 008CBAE0 f end=008CBB09 ; Grunt::ClientLink::Disconnect()
|
||||
Grunt__ClientLink__SetState 008CBB10 f end=008CBB3A ; 00005410
|
||||
Grunt__ClientLink__Connect 008CBB40 f end=008CBBE3 ; Grunt::ClientLink::Connect(char const*)
|
||||
Grunt__ClientLink__CmdRealmList 008CC250 f end=008CC3D2 ; Grunt::ClientLink::CmdRealmList(CDataStore&)
|
||||
Grunt__ClientLink__CmdAuthLogonChallenge 008CC3E0 f end=008CC794 ; Grunt::ClientLink::CmdAuthLogonChallenge(CDataStore&)
|
||||
Grunt__ClientLink__CmdAuthLogonProof 008CC7A0 f end=008CC978 ; Grunt::ClientLink::CmdAuthLogonProof(CDataStore&)
|
||||
Grunt__ClientLink__CmdAuthReconnectChallenge 008CC980 f end=008CCA4A ; Grunt::ClientLink::CmdAuthReconnectChallenge(CDataStore&)
|
||||
Grunt__ClientLink__CmdAuthReconnectProof 008CCA50 f end=008CCB3B ; Grunt::ClientLink::CmdAuthReconnectProof(CDataStore&)
|
||||
Grunt__ClientLink__CmdXferInitiate 008CCB40 f end=008CCC1F ; Grunt::ClientLink::CmdXferInitiate(CDataStore&)
|
||||
Grunt__ClientLink__CmdXferData 008CCC20 f end=008CCCA9 ; Grunt::ClientLink::CmdXferData(CDataStore&)
|
||||
Grunt__ClientLink__WCConnected 008CCCB0 f end=008CCD38 ; Grunt::ClientLink::WCConnected(WowConnection*, WowConnection*, unsigned long, NETCONNADDR const*)
|
||||
Grunt__ClientLink__WCDisconnected 008CCD40 f end=008CCD97 ; Grunt::ClientLink::WCDisconnected(WowConnection*, unsigned long, NETCONNADDR const*)
|
||||
Grunt__ClientLink__WCCantConnect 008CCDA0 f end=008CCDF7 ; Grunt::ClientLink::WCCantConnect(WowConnection*, unsigned long, NETCONNADDR const*)
|
||||
Grunt__ClientLink__PackLogon 008CCE00 f end=008CCEDB ; Grunt::ClientLink::PackLogon(CDataStore&, Grunt::ClientLink::Logon const&)
|
||||
Grunt__ClientLink__WCDataReady 008CD710 f end=008CD7D5 ; Grunt::ClientLink::WCDataReady(WowConnection*, unsigned long, unsigned char*, int)
|
||||
Grunt__ClientLink__LogonNewSession 008CD7E0 f end=008CD9E8 ; Grunt::ClientLink::LogonNewSession(Grunt::ClientLink::Logon const&)
|
||||
Grunt__ClientLink__LogonStoredSession 008CD9F0 f end=008CDB85 ; Grunt::ClientLink::LogonStoredSession(Grunt::ClientLink::Logon const&)
|
||||
Grunt__ClientLink__GetRealmList 008CE0F0 f end=008CE1F5 ; Grunt::ClientLink::GetRealmList()
|
||||
Grunt__Timer__Insert 008CE5C0 f end=008CE6C6 ; Grunt::Timer::Insert(Grunt::Timer::Event&)
|
||||
Grunt__ClientLink__ProveVersion 008CE720 f end=008CED10 ; Grunt::ClientLink::ProveVersion(unsigned char const*)
|
||||
Grunt__Timer__Pump 008CED90 f end=008CEE11 ; Grunt::Timer::Pump()
|
||||
Grunt__ClientLink__Call 008CF600 f end=008CF67D ; Grunt::ClientLink::Call()
|
||||
Grunt__Timer__ThreadProc 008CF770 f end=008CF794 ; Grunt::Timer::ThreadProc(void*)
|
||||
Grunt__Timer__Timer 008CF7A0 f end=008CF7F9 ; Grunt::Timer::Timer()
|
||||
Grunt__ClientLink__ClientLink 008CF800 f end=008CF905 ; Grunt::ClientLink::ClientLink(Grunt::ClientResponse&)
|
||||
stub_return_zero4 008E5250 f end=008E5253 ; known names Script_ToggleTris, CLayoutFrame::IsAttachmentOrigin()
|
||||
stub_return_xor_eax 00936900 f end=00936905
|
||||
ConsoleCommandHistoryDepth 0095BFB0 f end=0095BFB6 type="int32_t __stdcall func()"
|
||||
CDataRecycler__Clear 0095CEC0 f end=0095CF39
|
||||
|
|
@ -3387,6 +3781,91 @@ CSimpleModel_SetFogFar 009613A0 f end=00961418 type="int32_t __stdcall func(lua_
|
|||
CSimpleModel_GetFogFar 00961420 f end=00961463 type="int32_t __stdcall func(lua_State* L)"
|
||||
CSimpleModel_ClearFog 00961470 f end=009614A7 type="int32_t __stdcall func(lua_State* L)"
|
||||
CSimpleModel_SetGlow 009614B0 f end=00961534 type="int32_t __stdcall func(lua_State* L)"
|
||||
CSimpleEditBox__DeleteSubstring 00962F90 f end=0096313E ; DeleteSubString(int, int, int)
|
||||
CSimpleEditBox__HighlightText 00963140 f end=009631A0 ; HighlightText(int, int)
|
||||
CSimpleEditBox__UpdateSizes 00963740 f end=00963946
|
||||
CSimpleEditBox__FontUpdated 009650E0 f end=00965114 ; FontUpdated(CSimpleFontedFrameFont*, int)
|
||||
CSimpleEditBox__OnFrameSizeChanged 009656D0 f end=009656F7 ; OnFrameSizeChanged(float, float)
|
||||
CSimpleEditBox__Insert 00965960 f end=00965CDB ; Insert(char const*, char const*, int, int, int)
|
||||
CSimpleEditBox__Insert 00965CE0 f end=00965D67
|
||||
CSimpleEditBox__PasteFromClipboard 00965ED0 f end=00965F1D
|
||||
CSimpleEditBox__SetMultiLine 00965F20 f end=009660D3 ; SetMultiLine(int)
|
||||
CSimpleEditBox__SetText 00966580 f end=009665FA ; SetText(char const*, char const*)
|
||||
CSimpleEditBox__SetHistoryLines 00966FD0 f end=00967017 ; SetHistoryLines(int)
|
||||
CSimpleEditBox__LoadXML 00967290 f end=00967670 ; LoadXML(XMLNode*, CStatus*)
|
||||
CSimpleScrollFrame__RunOnScrollRangeChangedScript 0096AFD0 f end=0096B05B
|
||||
CSimpleScrollFrame__UnparentFrame 0096B060 f end=0096B082 ; CSimpleScrollFrame::UnparentFrame(CSimpleFrame*)
|
||||
CSimpleScrollFrame__UpdateScrollChild 0096B1C0 f end=0096B207 ; void __thiscall CSimpleScrollFrame::UpdateScrollChild(void)
|
||||
CSimpleScrollFrame__OnFrameSizeChanged 0096B210 f end=0096B23A ; CSimpleScrollFrame::OnFrameSizeChanged(float, float)
|
||||
CSimpleScrollFrame__CSimpleScrollFrame 0096B2D0 f end=0096B33F ; CSimpleScrollFrame::CSimpleScrollFrame(CSimpleFrame*)
|
||||
CSimpleScrollFrame__SetScrollChild 0096B3A0 f end=0096B43D ; CSimpleScrollFrame::SetScrollChild(CSimpleFrame*)
|
||||
CSimpleScrollFrame__SetVerticalScroll 0096B480 f end=0096B4BE ; CSimpleScrollFrame::SetVerticalScroll(float)
|
||||
CSimpleScrollFrame__UpdateScrollChildRect 0096B4C0 f end=0096B59D ; CSimpleScrollFrame::UpdateScrollChildRect(float, float)
|
||||
CSimpleScrollFrame__OnLayerUpdate 0096B5A0 f end=0096B60A ; CSimpleScrollFrame::OnLayerUpdate(float)
|
||||
CSimpleScrollFrame__RenderScrollChild 0096B610 f end=0096B912 ; CSimpleScrollFrame::RenderScrollChild(void*)
|
||||
CSimpleScrollFrame__LoadXML 0096B920 f end=0096B99B ; CSimpleScrollFrame::LoadXML(XMLNode*, CStatus*)
|
||||
CSimpleScrollFrame__OnFrameRender 0096B9A0 f end=0096B9CE ; CSimpleScrollFrame::OnFrameRender(CRenderBatch*, unsigned int)
|
||||
CSimpleScrollFrame__GetBoundsRect 0096B9D0 f end=0096BBAC ; CSimpleScrollFrame::GetBoundsRect(CRect&)
|
||||
CSimpleSlider__RunOnMinMaxChangedScript 0096BBB0 f end=0096BC08
|
||||
CSimpleSlider__CSimpleSlider 0096BE50 f end=0096BEC9 ; CSimpleSlider::CSimpleSlider(CSimpleFrame*)
|
||||
CSimpleSlider__IsA 0096BF00 f end=0096BF35 ; CSimpleSlider::IsA(int) const
|
||||
CSimpleSlider__SetValue 0096C090 f end=0096C1A7 ; CSimpleSlider::SetValue(float, bool)
|
||||
CSimpleSlider__SetMinMaxValues 0096C470 f end=0096C4FD ; CSimpleSlider::SetMinMaxValues(float, float)
|
||||
CSimpleHTML__FontUpdated 0096C750 f end=0096C764 ; CSimpleHTML::FontUpdated(CSimpleFontedFrameFont*, int)
|
||||
CSimpleHTML__CSimpleHTML 0096C820 f end=0096C922 ; CSimpleHTML::CSimpleHTML(CSimpleFrame*)
|
||||
CSimpleHTML__IsA 0096C960 f end=0096C995 ; CSimpleHTML::IsA(int) const
|
||||
CSimpleHTML__ParseIMG 0096C9E0 f end=0096CC8F ; CSimpleHTML::ParseIMG(XMLNode const*, CStatus*)
|
||||
CSimpleHTML__AddText 0096CC90 f end=0096CE72 ; CSimpleHTML::AddText(char const*, HTML_TEXT_TYPE, unsigned int)
|
||||
CSimpleHTML__ClearContent 0096D090 f end=0096D169 ; CSimpleHTML::ClearContent()
|
||||
CSimpleHTML__ParseP 0096D170 f end=0096D478 ; CSimpleHTML::ParseP(XMLNode const*, HTML_TEXT_TYPE, CStatus*)
|
||||
CSimpleHTML__ParseBODY 0096D740 f end=0096D883 ; CSimpleHTML::ParseBODY(XMLNode const*, CStatus*)
|
||||
CSimpleHTML__SetText 0096D890 f end=0096DA31 ; CSimpleHTML::SetText(char const*, CStatus*)
|
||||
CSimpleHTML__LoadXML 0096DA40 f end=0096DC2A ; CSimpleHTML::LoadXML(XMLNode*, CStatus*)
|
||||
CSimpleSlider__RegisterScriptMethods 00971A40 f end=00971A60 ; CSimpleSlider::RegisterScriptMethods(lua_State*)
|
||||
CSimpleSlider_GetMinMaxValues 00971D90 f end=00971DEF
|
||||
CSimpleSlider_SetMinMaxValues 00971DF0 f end=00971E99
|
||||
CSimpleSlider_GetValue 00971EB0 f end=00971EF3
|
||||
CSimpleSlider_SetValue 00971F00 f end=00971F74
|
||||
CSimpleScrollFrame_SetVerticalScroll 00972560 f end=00972625 ; CSimpleScrollFrame_SetVerticalScroll(lua_State*)
|
||||
CSimpleHTML_SetText 009750D0 f end=0097511B
|
||||
CSimpleEditBox_SetText 00975E80 f end=00975F02
|
||||
CSimpleEditBox_HighlightText 00976080 f end=00976108
|
||||
CSimpleButton_GetButtonState 009771D0 f end=00977272
|
||||
CSimpleButton_SetStateTexture 00977A70 f end=00977BD7 ; CSimpleButton_SetStateTexture(lua_State*, CSimpleButtonState, char const*)
|
||||
CSimpleButton_SetNormalTexture 00977C70 f end=00977C87 ; CSimpleButton_SetNormalTexture(lua_State*)
|
||||
CSimpleHyperlinkedFrame__CSimpleHyperlinkedFrame 00978900 f end=0097894F ; CSimpleHyperlinkedFrame::CSimpleHyperlinkedFrame(CSimpleFrame*)
|
||||
CParticleEmitter2__SetModel 00978B30 f end=00978B70 ; CParticleEmitter2::SetModel(CM2Scene*, char const*)
|
||||
CParticleEmitter2__SetMaterial 00978BF0 f end=00978C34 ; CParticleEmitter2::SetMaterial(CParticleMat const&, CTexture*)
|
||||
CParticleEmitter2__SetTextureDimensions 00978C70 f end=00978CF7 ; CParticleEmitter2::SetTextureDimensions(unsigned int, unsigned int)
|
||||
CParticleEmitter2__SetParticleStyle 00978D00 f end=00978D93 ; CParticleEmitter2::SetParticleStyle(int, int, float, int)
|
||||
CParticleEmitter2__SetFollowParams 00978DD0 f end=00978E24 ; CParticleEmitter2::SetFollowParams(float, float, float, float)
|
||||
CParticleEmitter2__SetChooseRandomTexture 00978E30 f end=00978E67 ; CParticleEmitter2::SetChooseRandomTexture(int)
|
||||
CParticleEmitter2__Destroy 009791E0 f end=00979241 ; CParticleEmitter2::Destroy()
|
||||
CParticleEmitter2__SetParticleColors 0097A990 f end=0097AB01 ; CParticleEmitter2::SetParticleColors(CImVector const&, CImVector const&, CImVector const&)
|
||||
CParticleEmitter2__GetReplacementColors 0097AB10 f end=0097ABF3 ; CParticleEmitter2::GetReplacementColors(CImVector&, CImVector&, CImVector&)
|
||||
CParticleEmitter2__SetTwinkleScale 0097AC00 f end=0097AC1D ; CParticleEmitter2::SetTwinkleScale(CRange const&)
|
||||
CParticleEmitter2__CreateChildEmittersFromModel 0097AEB0 f end=0097AEE4 ; CParticleEmitter2::CreateChildEmittersFromModel(CM2Scene*, char const*)
|
||||
CParticleEmitter2__DetermineIfSimple 0097D370 f end=0097D5F5 ; CParticleEmitter2::DetermineIfSimple()
|
||||
CParticleEmitter2__CParticleEmitter2 0097E150 f end=0097E3E6 ; CParticleEmitter2::CParticleEmitter2()
|
||||
CRibbonEmitter__SetDataEnabled 0097F570 f end=0097F5A3 ; CRibbonEmitter::SetDataEnabled(int)
|
||||
CRibbonEmitter__SetTexSlot 0097F5F0 f end=0097F60D ; CRibbonEmitter::SetTexSlot(unsigned int)
|
||||
CRibbonEmitter__SetAbove 0097F610 f end=0097F620 ; CRibbonEmitter::SetAbove(float)
|
||||
CRibbonEmitter__SetBelow 0097F620 f end=0097F630 ; CRibbonEmitter::SetBelow(float)
|
||||
CRibbonEmitter__SetGravity 0097F630 f end=0097F640 ; CRibbonEmitter::SetGravity(float)
|
||||
CRibbonEmitter__SetPos 0097F940 f end=0097FAC8 ; CRibbonEmitter::SetPos(C44Matrix const&, C3Vector const&, C44Matrix const*)
|
||||
CRibbonEmitter__SetColor 0097FB60 f end=0097FBA0 ; CRibbonEmitter::SetColor(float, float, float)
|
||||
CRibbonEmitter__SetAlpha 0097FBA0 f end=0097FBDA ; CRibbonEmitter::SetAlpha(float)
|
||||
CRibbonEmitter__Update 00980090 f end=0098050D ; CRibbonEmitter::Update(float, int)
|
||||
CRibbonEmitter__CRibbonEmitter 00980630 f end=0098080C ; CRibbonEmitter::CRibbonEmitter()
|
||||
CRibbonEmitter__Initialize 009808A0 f end=00980B4A ; CRibbonEmitter::Initialize(float, float, CImVector const&, TSGrowableArray<CTexture*> const&, TSGrowableArray<CRibbonMat> const&, TSGrowableArray<unsigned int> const&, CAaRect const&, unsigned int, unsigned int)
|
||||
CPlaneParticleEmitter__CPlaneParticleEmitter 00981310 f end=00981343 ; CPlaneParticleEmitter::CPlaneParticleEmitter()
|
||||
CSphereParticleEmitter__CSphereParticleEmitter 009813F0 f end=00981423 ; CSphereParticleEmitter::CSphereParticleEmitter()
|
||||
CSplineParticleEmitter__SetSpline 00981500 f end=0098150F ; CSplineParticleEmitter::SetSpline(C3Vector const*, unsigned int)
|
||||
CSplineParticleEmitter__CSplineParticleEmitter 009820F0 f end=00982148 ; CSplineParticleEmitter::CSplineParticleEmitter()
|
||||
C4Quaternion__Slerp 00982460 f end=0098256C ; C4Quaternion::Slerp(float, C4Quaternion const&, C4Quaternion const&)
|
||||
C4Quaternion__Nlerp 00982630 f end=0098269F ; C4Quaternion::Nlerp(float, C4Quaternion const&, C4Quaternion const&)
|
||||
C3Vector__C3Vector 00982970 f end=009829AD ; C3Vector::C3Vector(CImVector const&)
|
||||
C4Vector__C4Vector 00984C90 f end=00984CDC ; C4Vector::C4Vector(CImVector const&)
|
||||
Script_PlaySound 009858B0 f end=0098594B
|
||||
Script_PlayMusic 00985950 f end=009859AA
|
||||
Script_PlaySoundFile 009859B0 f end=00985A0A
|
||||
|
|
@ -3416,6 +3895,24 @@ SI2__StopGlueAmbience 00985F70 f end=00985FA2
|
|||
SI2__StopGlueMusic 009860E0 f end=00986128
|
||||
SI2__PlayVocalErrorSound 00986D00 f end=00986DD6
|
||||
CGNamePlateFrame__SetCastBarValues 0098F040 f end=0098F382
|
||||
SRP6_Client__BeginAuthentication 009A8300 f end=009A83DF ; SRP6_Client::BeginAuthentication(char const*, char const*)
|
||||
SRP6_Client__CalculateProof 009A83E0 f end=009A88B1 ; SRP6_Client::CalculateProof(unsigned char const*, unsigned int, unsigned char const*, unsigned int, unsigned char const*, unsigned int, unsigned char const*, unsigned int, SRP6_Random&)
|
||||
SRP6_Client__VerifyServerProof 009A88C0 f end=009A897C ; SRP6_Client::VerifyServerProof(unsigned char const*, unsigned int)
|
||||
SRP6_Random__SRP6_Random 009A8980 f end=009A89EA ; SRP6_Random::SRP6_Random(void const*, unsigned int)
|
||||
SRP6_Random__GenerateRandomBytes 009A89F0 f end=009A8A9B ; SRP6_Random::GenerateRandomBytes(unsigned char*, unsigned int)
|
||||
BigIntegerFromInt 009A8AA0 f end=009A8AC1 ; BigIntegerFromInt(unsigned int)
|
||||
BigIntegerFromBytes 009A8AD0 f end=009A8AF5 ; BigIntegerFromBytes(unsigned char const*, int)
|
||||
BigIntegerToBytes 009A8B00 f end=009A8B38 ; BigIntegerToBytes(void*, unsigned char*, unsigned int)
|
||||
BigIntegerCmp 009A8B40 f end=009A8B52 ; BigIntegerCmp(void*, void*)
|
||||
BigIntegerCmpInt 009A8B60 f end=009A8B9A ; BigIntegerCmpInt(void*, unsigned int)
|
||||
BigIntegerAdd 009A8BA0 f end=009A8BB6 ; BigIntegerAdd(void*, void*, void*)
|
||||
BigIntegerAddInt 009A8BC0 f end=009A8BF8 ; BigIntegerAddInt(void*, void*, unsigned int)
|
||||
BigIntegerSub 009A8C00 f end=009A8C16 ; BigIntegerSub(void*, void*, void*)
|
||||
BigIntegerMul 009A8C20 f end=009A8C36 ; BigIntegerMul(void*, void*, void*)
|
||||
BigIntegerMod 009A8C40 f end=009A8C56 ; BigIntegerMod(void*, void*, void*)
|
||||
BigIntegerModExp 009A8C60 f end=009A8C7A ; BigIntegerModExp(void*, void*, void*, void*)
|
||||
BigIntegerFree 009A8C80 f end=009A8C8E ; BigIntegerFree(void*)
|
||||
BigIntegerBitLen 009A8C90 f end=009A8CA8 ; BigIntegerBitLen(void*)
|
||||
DayNight__DNGlare__Initialize 009AD000 f end=009AD0A3 type="void __thiscall func(DayNight__DNGlare* this, char* a1)"
|
||||
nullsub_7 009D34B0 f
|
||||
nullsub_8 009D34C0 f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue