Commit Graph

45 Commits

Author SHA1 Message Date
Mr-X-GTA
d274128767
Update for b3407 (#2)
Some checks failed
Build / build (ubuntu-latest) (push) Has been cancelled
Build / build (windows-latest) (push) Has been cancelled
2024-12-14 02:40:29 +01:00
Mr-X-GTA
6e53c26ac9
Update Network (#1) 2024-10-06 18:17:31 +02:00
Mr-X-GTA
079db652ba feat(network): update netConnection 2024-09-23 01:06:27 +02:00
Mr-X-GTA
513cd0d106 feat(game_files): update GameDataHash (#189) 2024-09-17 15:40:16 +02:00
gir489
3f5df576ad Fix netObject. (#187)
* Fix netObject.

* Fixed m_object_id being incorrectly typed.

* Updated CVehicle.
2024-08-17 11:03:45 +02:00
Mr-X-GTA
188962ac5d Minor changes (#184)
* feat(netObject): add GetSyncData

* fix(CBaseModelInfo): fix m_model_type
2024-08-04 17:25:08 +02:00
maybegreat48
0bc3c42889 Update for b3258 (#179) 2024-07-03 22:45:15 +02:00
tupoy-ya
4aac494fec fix(MatchmakingId): Remove msvc extension. (#177) 2024-06-19 14:02:38 +02:00
maybegreat48
8ee05940af Assorted network research (#176) 2024-06-06 15:58:11 +02:00
maybegreat48
70e0a129a0 Matchmaking classes (#175) 2024-05-21 23:15:11 +02:00
Mr-X-GTA
7dee5c78f9 Fix CNetGamePlayerDataMsg (#170)
* fix(network): update CNetGamePlayerDataMsg
2024-05-10 20:15:39 +02:00
Quentin
b8c4598ef8 fix: missing include (#167) 2024-03-31 20:48:00 +02:00
maybegreat48
a41a089a50 Update CNetGamePlayer (#151) 2023-12-14 23:54:16 +01:00
maybegreat48
b874a00c18 Some more class fixes (#150)
For GTA V 1.68 b3095
2023-12-13 23:28:38 +01:00
maybegreat48
3c5f66287b Minor changes (#130)
* fix(netPeerAddress): relay address
* fix(rage): fix rlGamerInfoBase
2023-07-23 18:14:58 +02:00
maybegreat48
d1e6b3b7b9 Add some nodes and netConnection stuff (#128) 2023-07-22 19:59:25 +02:00
maybegreat48
9d951d0e32 Update to 1.67 (#117) 2023-06-14 22:16:19 +02:00
maybegreat48
3487e639ff Add CVehicleProximityMigrationDataNode (#109) 2023-03-07 22:25:13 +00:00
maybegreat48
11c1ebdec9 Improve sync classes (#108) 2023-02-23 23:11:35 +00:00
maybegreat48
bc0769b101 Fix classes (#100) 2023-02-04 16:17:52 +01:00
maybegreat48
df824ee6da Update to 1.66 (#98) 2023-02-02 22:55:50 +00:00
maybegreat48
7fd23fde00 Add global classes (#93)
* feat(Network): add snConnectToPeerTaskData and snConnectToPeerTaskResult
* feat(Script): Add script global structs
* fix(CMake): Try to get includes to work
* chore(Globals): try to fix linux build
* chore(Globals): Actually rename all instances of TIMER
2023-01-03 12:15:06 +00:00
maybegreat48
d34b90d554 feat(Network): add network time classes (#90) 2022-12-19 17:09:08 +00:00
Yimura
448529ebbe Fix stuff (#89) 2022-12-15 20:15:59 +00:00
Reece Watson
86a10fa223 fix(ClonedTakeOffPedVariationInfo/RemoteGamerInfoMsg): Add/update members. (#86) 2022-12-05 22:14:31 +00:00
maybegreat48
bfb07f6098 Update classes (#85)
* Create ClonedTakeOffPedVariationInfo.cpp
2022-12-04 16:22:08 +01:00
Yimura
ee2f1f3a1d feat(ChatData): Added other chat fields (#83)
Co-authored-by: yubie <24496817+yubie-re@users.noreply.github.com>
2022-11-29 17:11:30 +00:00
Yimura
de5c3ec336 feat(Network): added ChatData (#82) 2022-11-28 22:25:53 +00:00
Yimura
07d80a9fce feat(Security): Added RageSecurity class (#79) 2022-11-25 16:12:06 +00:00
maybegreat48
72d09f1edb Update matchmaking and join request classes (#78) 2022-11-24 01:09:08 +01:00
maybegreat48
4022845783 Misc net messages (#75)
* Create RemoteGamerInfoMsg.hpp

* Create CMsgTextMessage.hpp
2022-11-20 17:34:38 +01:00
maybegreat48
c7bbb404a4 Add join request classes (#74) 2022-11-17 12:31:52 +01:00
maybegreat48
30623f6873 Add unknown voice related classes (#68) 2022-11-13 10:25:02 +00:00
Yimura
d81f392e61 Script VM classes (#60)
* feat(Script): Ported BBv2 script classes
* fix: Change hard tab indents to 4 width space indents
2022-11-08 21:11:50 +00:00
Demae
e146647ee4 Updated Network.hpp (#56)
* fix: duplicate member

Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-11-06 22:09:39 +00:00
maybegreat48
6799e1eed9 Update rage::rlSessionDetail (#54) 2022-11-06 21:38:11 +00:00
Reece Watson
2692d9aa0e feat/fix(Random): Update and add a bunch of classes (#51) 2022-10-30 18:26:20 +01:00
Yimura
cf47447f25 fix(Network): rage::rlSessionInfo instance at start (#46) 2022-10-25 21:09:59 +01:00
maybegreat48
b5b7811a8f Fix build warnings (#35) 2022-09-10 22:27:42 +01:00
maybegreat48
cba2e42b16 Add network classes (#34) 2022-09-08 22:38:45 +02:00
Reece Watson
36434d7c7f fix(CNetGamePlayer & rlGamerInfo): Split classes and fixed small regression. (#31) 2022-08-28 10:40:56 +02:00
Yimura
099204f8a6 feat: Updated classes, added CPedInventory, ... 2022-08-26 00:37:00 +02:00
Yimura
eef494452a fix(CI): Compiled in folders and use relative include dirs (#27) 2022-08-25 22:06:34 +02:00
Forever Gone
0f1906a9f7 Updated fwEntity to add an extra class and improved netObject (#19)
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
2022-08-08 21:52:41 +02:00
Yimura
ba4d0c3721 refactor: Reorganize repo (#12) 2022-07-29 18:00:22 +02:00