Commit Graph

780 Commits

Author SHA1 Message Date
RD42
e37fa0474e [saco] Rename sub_ to FUNC_ 2024-07-24 17:01:39 +08:00
RD42
b20c2ebd31 [saco] Remove CGame::EnableZoneNames(...) TODO 2024-07-24 14:24:22 +08:00
RD42
76cca7106f
Merge pull request #10 from unkcs/main
[saco] Implement 'CGame::EnableZoneNames'
2024-07-24 14:17:37 +08:00
unk.cs
be2e532eec [saco] Implement 'CGame::EnableZoneNames' 2024-07-23 16:57:24 -03:00
RD42
79e40cf088 [saco] Implement/match CmdWindow::ResetDialogControls(...)
* Update CCmdWindow constructor
2024-07-23 19:06:48 +08:00
RD42
8f44bc5a0d [saco] Match CCmdWindow constructor 2024-07-23 19:05:33 +08:00
RD42
5d04ca752d [saco] Implement/match CChatWindow::ResetDialogControls(...)
* Implement/match `CChatWindow::FUNC_10067200()`
2024-07-23 19:02:41 +08:00
RD42
0a6d658266 [saco] Implement/match CFontRender::MeasureText2(...) 2024-07-23 18:56:47 +08:00
RD42
05250c0aa2 [saco] Implement/match CFontRender::MeasureText(...) 2024-07-23 18:55:50 +08:00
RD42
07904813b5 [saco] Implement/match RemoveColorEmbedsFromString(...) 2024-07-23 18:51:42 +08:00
RD42
1f42d8cc6e [saco] Implement/match GetColorFromEmbedCode(...) 2024-07-22 18:37:27 +08:00
RD42
ed1646d102 [saco] Match SubclassGameWindow() 2024-07-22 18:27:19 +08:00
RD42
64ad774209 [saco] Add outputdebugstring.h 2024-07-22 18:26:07 +08:00
RD42
1ced050d38 [saco] Change optimization to "Maximize Speed (/O2)" 2024-07-22 18:24:57 +08:00
RD42
89bb281923 [saco] Implement the rest of DXUT functions 2024-07-21 23:13:14 +08:00
RD42
255055f6af [saco] Update CGame::StartGame() 2024-07-19 23:35:51 +08:00
RD42
7c5f271741 [saco] Change name for hook functions 2024-07-19 23:33:12 +08:00
RD42
07a69485d1 [saco] Update CNetGame constructor 2024-07-19 23:15:22 +08:00
RD42
744903fb84 [saco] Implement/match CFontRender::CreateFonts() 2024-07-18 22:23:20 +08:00
RD42
966b759efc [saco] Implement/match IsHexChar(...) 2024-07-18 22:09:30 +08:00
RD42
41db70ac88 [saco] Update DumpNetworkStateInformation(...) 2024-07-18 21:53:31 +08:00
RD42
fd560201f4 [saco] Implement/match GetFontFace() 2024-07-17 22:25:04 +08:00
RD42
e0c989586e [saco] Implement/match GetFontWeight() 2024-07-17 22:24:47 +08:00
RD42
8023439fa3 [saco] Implement/match GetUIFontSize() 2024-07-17 22:24:31 +08:00
RD42
bdf9abb13d [saco] Implement/match GetDeathWindowFontSize() 2024-07-17 22:24:15 +08:00
RD42
c2beca07fd [saco] Implement/match GetFontSize() 2024-07-17 22:23:48 +08:00
RD42
62eaba43a7 [saco] Implement/match CMenuPool::Process()
* Implement/match `CMenu::GetSelectedRow()`
2024-07-16 23:32:22 +08:00
RD42
f51ecadaef [saco] Implement/match CMenu::SetColumnTitle(...) 2024-07-16 23:30:56 +08:00
RD42
24286cb0fc [saco] Implement/match CMenu::AddMenuItem(...) 2024-07-16 23:30:23 +08:00
RD42
1b78a14722 [saco] Implement/match CMenu::SetTitle(...) 2024-07-16 23:29:53 +08:00
RD42
ad0b31deb5 [saco] Implement/match CMenuPool::GetTextPointer(...)
* Implement/match `CMenu::GetMenuItem(...)`
* Implement/match `CMenu::GetMenuTitle()`
* Implement/match `CMenu::GetMenuHeader(...)`
2024-07-16 23:28:35 +08:00
RD42
b734328b5e [saco] Imlement/match CMenuPool::HideMenu(...) 2024-07-16 23:25:58 +08:00
RD42
6fb501be50 [saco] Implement/match CMenuPool::ShowMenu(...)
* Implement/match `CMenu::Show()`
* Implement/match `CMenu::MS(...)`
2024-07-16 23:24:53 +08:00
RD42
37642d51d4 [saco] Implement/match CMenuPool destructor
* Implement/match `CMenu::Hide()`
2024-07-16 23:19:34 +08:00
RD42
4c0831a806 [saco] Implement/match CMenuPool::Delete(...) 2024-07-16 23:13:40 +08:00
RD42
fc436d9489 [saco] Implement/match CMenuPool::New(...)
* Implement/match CMenu constructor
* Update CMenuPool constructor
2024-07-16 23:12:10 +08:00
RD42
42b48b681e Update IDBs 2024-07-14 23:10:00 +08:00
RD42
8bad01ccf4 [saco] Implement/match CPlayerPed::SetMoney(...) 2024-07-14 22:51:45 +08:00
RD42
410d45a6da [saco] Implement/match CPlayerPed::SetAnimationSet(...) 2024-07-14 22:50:36 +08:00
RD42
c1b0fbded2 [saco] Change character set to "Not Set"
Force to use generic string functions, instead of multi-byte variants
2024-07-14 22:30:28 +08:00
RD42
4719195b6d [saco] Match CPlayerPed constructor 2024-07-13 23:26:40 +08:00
RD42
9bbc1fb3d8 [saco] Implement CRemotePlayer constructor
* Implement/match `CRemotePlayer::ResetAllSyncAttributes()`
2024-07-13 21:59:37 +08:00
RD42
d9fe4ea5d1 [saco] Update CGame::StartGame() 2024-07-12 18:41:17 +08:00
RD42
8a535f0dc6 [saco] Implement/match ScriptCommand(...) 2024-07-12 18:38:48 +08:00
RD42
4a7312878e [saco] Add missing ADDR_STARTGAME macro 2024-07-12 18:35:10 +08:00
RD42
fc20e24d91 [saco] Implement/match exc_filter(...) 2024-07-12 18:01:15 +08:00
RD42
3878481975 [saco] Match InitAnimNameHashes() 2024-07-11 19:19:59 +08:00
RD42
5a6eb5a43a [saco] Implement InitAnimNameHashes()
* Update `CGame::StartGame()`
2024-07-11 19:09:33 +08:00
RD42
67f4e5ba51 [saco] Implement CRC32FromUpcaseString(...) 2024-07-11 19:02:33 +08:00
RD42
402d3944e1 [bot] Implement/match n_GetDistanceFromMeToPoint(...)
* Implement/match `CNetGame::GetDistanceFromMeToPoint(...)`
2024-07-08 18:03:56 +08:00