Commit Graph

41 Commits

Author SHA1 Message Date
gir489
aebd69542e
Fix netObject. (#187)
Some checks failed
Build / build (ubuntu-latest) (push) Failing after 29s
Build / build (windows-latest) (push) Has been cancelled
* Fix netObject.

* Fixed m_object_id being incorrectly typed.

* Updated CVehicle.
2024-08-17 11:03:45 +02:00
Mr-X-GTA
b9b832ab00
Minor changes (#184)
Some checks failed
Build / build (ubuntu-latest) (push) Failing after 33s
Build / build (windows-latest) (push) Has been cancelled
* feat(netObject): add GetSyncData

* fix(CBaseModelInfo): fix m_model_type
2024-08-04 17:25:08 +02:00
maybegreat48
3d41688e9b
Update for b3258 (#179) 2024-07-03 22:45:15 +02:00
tupoy-ya
03b811b16a
fix(MatchmakingId): Remove msvc extension. (#177) 2024-06-19 14:02:38 +02:00
maybegreat48
80b2f27759
Assorted network research (#176) 2024-06-06 15:58:11 +02:00
maybegreat48
f26a65a625
Matchmaking classes (#175) 2024-05-21 23:15:11 +02:00
Mr-X-GTA
df0def702d
Fix CNetGamePlayerDataMsg (#170)
* fix(network): update CNetGamePlayerDataMsg
2024-05-10 20:15:39 +02:00
Quentin
cf6e511ec4
fix: missing include (#167) 2024-03-31 20:48:00 +02:00
maybegreat48
e1d00a7db3
Update CNetGamePlayer (#151) 2023-12-14 23:54:16 +01:00
maybegreat48
760585b6ca
Some more class fixes (#150)
For GTA V 1.68 b3095
2023-12-13 23:28:38 +01:00
maybegreat48
468161a36d
Minor changes (#130)
* fix(netPeerAddress): relay address
* fix(rage): fix rlGamerInfoBase
2023-07-23 18:14:58 +02:00
maybegreat48
8f47d77cd6
Add some nodes and netConnection stuff (#128) 2023-07-22 19:59:25 +02:00
maybegreat48
7b8bfba701
Update to 1.67 (#117) 2023-06-14 22:16:19 +02:00
maybegreat48
56aeddea31
Add CVehicleProximityMigrationDataNode (#109) 2023-03-07 22:25:13 +00:00
maybegreat48
f71748dd1d
Improve sync classes (#108) 2023-02-23 23:11:35 +00:00
maybegreat48
4f93aec221
Fix classes (#100) 2023-02-04 16:17:52 +01:00
maybegreat48
f155790d38
Update to 1.66 (#98) 2023-02-02 22:55:50 +00:00
maybegreat48
2bb20aa67f
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
5ab30af647
feat(Network): add network time classes (#90) 2022-12-19 17:09:08 +00:00
Yimura
fa5e1d119c
Fix stuff (#89) 2022-12-15 20:15:59 +00:00
Reece Watson
6fe1eefa9f
fix(ClonedTakeOffPedVariationInfo/RemoteGamerInfoMsg): Add/update members. (#86) 2022-12-05 22:14:31 +00:00
maybegreat48
03684664b3
Update classes (#85)
* Create ClonedTakeOffPedVariationInfo.cpp
2022-12-04 16:22:08 +01:00
Yimura
298907d898
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
f3f56513ab
feat(Network): added ChatData (#82) 2022-11-28 22:25:53 +00:00
Yimura
257115997e
feat(Security): Added RageSecurity class (#79) 2022-11-25 16:12:06 +00:00
maybegreat48
6d8c0e6ede
Update matchmaking and join request classes (#78) 2022-11-24 01:09:08 +01:00
maybegreat48
16f85bea73
Misc net messages (#75)
* Create RemoteGamerInfoMsg.hpp

* Create CMsgTextMessage.hpp
2022-11-20 17:34:38 +01:00
maybegreat48
1dc66fb37f
Add join request classes (#74) 2022-11-17 12:31:52 +01:00
maybegreat48
0a23b823e2
Add unknown voice related classes (#68) 2022-11-13 10:25:02 +00:00
Yimura
89d2428864
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
ad4efaa142
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
fd8386c779
Update rage::rlSessionDetail (#54) 2022-11-06 21:38:11 +00:00
Reece Watson
d52f7a7e44
feat/fix(Random): Update and add a bunch of classes (#51) 2022-10-30 18:26:20 +01:00
Yimura
b37965211e
fix(Network): rage::rlSessionInfo instance at start (#46) 2022-10-25 21:09:59 +01:00
maybegreat48
e0b6b57b25
Fix build warnings (#35) 2022-09-10 22:27:42 +01:00
maybegreat48
8fab9b1bb0
Add network classes (#34) 2022-09-08 22:38:45 +02:00
Reece Watson
133b5f12bd
fix(CNetGamePlayer & rlGamerInfo): Split classes and fixed small regression. (#31) 2022-08-28 10:40:56 +02:00
Yimura
5e0f2d6eab
feat: Updated classes, added CPedInventory, ... 2022-08-26 00:37:00 +02:00
Yimura
e7cf3ab372
fix(CI): Compiled in folders and use relative include dirs (#27) 2022-08-25 22:06:34 +02:00
Forever Gone
b28a988a66
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
5b14b6b991
refactor: Reorganize repo (#12) 2022-07-29 18:00:22 +02:00