Commit Graph

802 Commits

Author SHA1 Message Date
b856e98c6d Add *.pas and *.dfm to .gitattributes 2024-05-19 23:34:11 +08:00
ca014a8e6c [saco] Implement CDXUTIMEEditBox::EnableImeSystem(...) 2024-05-18 22:59:21 +08:00
69708b5ff5 [saco] Implement CDXUTElement::Refresh() 2024-05-18 22:55:23 +08:00
1f100e5d90 [saco] Implement CDXUTElement::SetFont(...) 2024-05-18 22:54:36 +08:00
8d20084ee2 [saco] Implement CDXUTElement::SetTexture(...) 2024-05-18 22:53:38 +08:00
d8b2b2b92b [saco] Implement DXUTPresentIntervalToString(...) 2024-05-18 22:35:26 +08:00
7a012d4c86 [saco] Implement DXUTVertexProcessingTypeToString(...) 2024-05-18 22:35:07 +08:00
849ede1364 [saco] Implement DXUTMultisampleTypeToString(...) 2024-05-18 22:34:46 +08:00
4e2f68eb37 [saco] Implement DXUTD3DDeviceTypeToString(...) 2024-05-18 22:34:13 +08:00
b1c34872bf [bot] Implement CNetGame::Packet_ConnectionSucceeded(...) 2024-05-17 22:48:32 +08:00
d7b168a939 Update IDA databases 2024-05-17 22:45:40 +08:00
16d6680e91 [saco] Implement CDXUTResourceCache member functions 2024-05-17 22:40:35 +08:00
9dbf21d4ce [saco] Implement rest of CGrowableArray member functions 2024-05-17 22:33:58 +08:00
81c340ad4f [saco] Implement CDXUTDialog constructor 2024-05-16 22:41:42 +08:00
f833cc2302 [saco] Implement CDXUTControl member funtions 2024-05-16 22:32:55 +08:00
a430621286 [saco] Implement CDXUTStatic::GetTextCopy(...) 2024-05-16 22:23:43 +08:00
747d865c87 [saco] Implement CDXUTControl constructor 2024-05-15 22:52:08 +08:00
1675c68d5e [saco] Add CDXUTElement class 2024-05-15 22:49:02 +08:00
38a476378e [saco] Implement CDXUTDialogResourceManager::OnDestroyDevice() 2024-05-15 22:24:47 +08:00
d639d50d1e [saco] Implement CDXUTDialogResourceManager::OnLostDevice() 2024-05-15 22:23:34 +08:00
31f6c23496 [saco] Implement CDXUTDialogResourceManager::OnResetDevice() 2024-05-15 22:21:07 +08:00
422163126b [saco] Implement CDXUTDialogResourceManager constructor 2024-05-13 22:42:05 +08:00
8793b4eb73 [saco] Implement DXUTBlendColor class member functions 2024-05-13 22:35:46 +08:00
337cc58920 [saco] Implement few CGrowableArray member functions 2024-05-13 22:26:32 +08:00
07b017d217 [saco] Implement DXUT_Dynamic_* functions 2024-05-13 22:22:05 +08:00
95be49b49c [saco] Implement and match DXUTFindMediaSearchParentDirs(...) 2024-05-12 22:51:13 +08:00
94c7b478af [saco] Implement and match DXUTFindMediaSearchTypicalDirs(...) 2024-05-12 22:50:11 +08:00
1e0ce73275 [saco] Implement DXUTSetMediaSearchPath(...) 2024-05-12 22:48:50 +08:00
cb0177debc [saco] Implement DXUTGetMediaSearchPath() 2024-05-12 22:45:31 +08:00
b6605273da [saco] Implement DXUTMediaSearchPath() 2024-05-12 22:44:56 +08:00
9e6b5a9f94 [saco] Implement DXUTGetGlobalTimer() 2024-05-12 22:41:26 +08:00
42a6ead0dc [saco] Implement and match CDXUTTimer class member functions 2024-05-12 20:35:20 +08:00
e38f342453 [server] Implement CNetGame::MasterServerAnnounce(...) 2024-05-11 22:44:43 +08:00
167456da23 [server] Implement HasTimestamps(...) 2024-05-11 22:43:29 +08:00
eb1376c960 [server] Implement GetPacketID(..) 2024-05-11 22:43:01 +08:00
5f90bc9633 [bot] Implement CNetGame::Packet_DisconnectionNotification(...) 2024-05-10 22:20:46 +08:00
5b4c02f33b [bot] Implement CNetGame::Packet_ConnectionBanned(...) 2024-05-10 22:20:05 +08:00
3e55404ffc [saco] Change release configuration 2024-05-10 22:18:52 +08:00
e528b1b769 [saco] Implement and match GetNormalisation(...) 2024-05-07 22:31:48 +08:00
ffa4d3b01e [saco] Implement and match _VectorNormalise(...) 2024-05-07 22:30:48 +08:00
23d890c7f9 [saco] Implement and match SquaredDistanceBetweenPoints(...) 2024-05-07 22:29:56 +08:00
b8ef3c5e16 [saco] Implement and match DistanceBetweenPoints(...) 2024-05-07 22:26:45 +08:00
7b42598f9a [saco] Implement and match DistanceBetweenHorizontalPoints(...) 2024-05-07 22:25:37 +08:00
00d60205c5 [saco] Implement and match SquaredDistanceBetweenHorizontalPoints(...) 2024-05-07 22:24:39 +08:00
5820739d66 [saco] Implement and match NormalizeAngle(...) 2024-05-06 22:35:47 +08:00
46405f9dc1 [saco] Implement and match FloatOffset(...) 2024-05-06 22:34:58 +08:00
4643d1ff97 [saco] Implement and match FloatDifference(...) 2024-05-06 22:34:26 +08:00
282a3c88f6 [saco] Implement and match IsATrainPart(...) 2024-05-06 22:32:46 +08:00
6b2e018270 [saco] Implement and match HasCollisionLoaded(...) 2024-05-06 22:32:07 +08:00
21d9e69510 [saco] Implement and match InvDegToRad(...) 2024-05-06 22:30:31 +08:00