Commit Graph

174 Commits

Author SHA1 Message Date
maybegreat48
df824ee6da Update to 1.66 (#98) 2023-02-02 22:55:50 +00:00
maybegreat48
b461162059 A few more global classes (#97) 2023-01-22 22:07:57 +00:00
Yimura
269a2c568d feat: make rage::joaat consteval compatible (#96)
* feat(joaat): make consteval compatible
* fix(ObfVar): ctime include
* feat(joaat): consteval -> constexpr
2023-01-12 17:30:11 +00:00
Dan199624
9ac0a7cb8b feat(DataNodes): added CPedOrientationDataNode (#95) 2023-01-09 16:34:25 +00:00
TheGreenBandit
897f3daa5c feat(DataNodes): added CPedMovementDataNode (#92) 2023-01-04 10:09:41 +00:00
maybegreat48
7802d1eeb9 Fix compiler warnings (#94)
* feat(Network): add snConnectToPeerTaskData and snConnectToPeerTaskResult

* feat(Script): Add script global structs

* fix(CMake): Try to get includes to work

* feat(rage): Add some more stuff

* chore(Globals): try to fix linux build

* chore(Globals): Actually rename all instances of TIMER

* fix(types): Fix compiler warnings

Co-authored-by: user <email@hostname>
2023-01-03 15:09:00 +01: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
Yimura
6cbfefc757 fix(rlGamerInfo): Resize name member var 2022-12-30 12:12:37 +01:00
Bugisoft
567f3ecc05 feat(Metric): Update rlMetric (#91) 2022-12-30 01:08:44 +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
Aure7138
b7584e635c helper functions (#77) 2022-11-28 21:14:26 +00:00
Reece Watson
39a134dcf4 fix(Data Nodes): Two members in CPedTaskSpecificDataNode. (#81) 2022-11-28 00:57:06 +01:00
Reece Watson
2c19e95b60 feat(Data Nodes): Add CPedTaskSpecificDataNode. (#80) 2022-11-28 00:43:23 +01: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
Aure7138
ded244b992 feat(CPed): added helper functions (#76) 2022-11-20 21:47:48 +00: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
Yimura
89b48daa59 feat(Vehicle): Added sub handling data (#73) 2022-11-16 18:46:11 +00:00
Yimura
a326b5a4ec fix: tlsContext offsets (#72) 2022-11-15 23:39:24 +00:00
Yimura
dd97a9720b feat(rage): added atArray class (#70) 2022-11-15 20:15:23 +00:00
Reece Watson
0e734ac7a2 feat(scrProgram): Updated some members. (#71) 2022-11-15 08:26:00 +01:00
maybegreat48
86f82e3a52 Fix dynamic entity game state data node (#69) 2022-11-14 23:08:19 +00:00
maybegreat48
30623f6873 Add unknown voice related classes (#68) 2022-11-13 10:25:02 +00:00
Reece Watson
d84b63357a feat(Data Nodes): Add ped inventory and vehicle gadget nodes. (#67) 2022-11-11 15:09:09 +00:00
Yimura
46b025293a fix(scrNativeHandler): Missing using containing scrNativeHandler (#66) 2022-11-09 20:13:12 +00:00
Yimura
7fe43eb735 fix: GtaThread & scrProgramTable (#65)
* fix(scrProgramTable): Removed unused include
* feat(GtaThread): Actually commit file contents
2022-11-09 18:17:25 +00:00
Aure7138
4577e5b8c9 fix: missing public in phArchetype & phArchetypePhys (#62) 2022-11-08 22:31:04 +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
Aure7138
12919a46ff feat: CPlayerInfo, CVehicle & CPed (#58)
* Added get_position() helper to CNavigation
* Updated CPed class:
  * m_fatigued_health_threshold
  * m_injured_health_threshold
  * m_dying_health_threshold
  * m_hurt_health_threshold
* Updated CPlayerInfo class:
  * m_wanted_level_difficulty
  * m_wanted_level_multiplier
* Updated CVehicle class:
  * m_dirt_level
  * m_max_passengers
  * m_num_of_passengers
  * m_door_lock_status
2022-11-08 21:02:11 +00:00
Aure7138
5b1210b143 feat: CPhysical, CPed & CVehicle(#57)
* CPhysical added CAttackers class
* CPed added m_can_switch_weapon & m_cash
* CVehicle added m_door_lock_status

Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
2022-11-06 22:29:08 +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
Reece Watson
1d5916827c fix(Physics & Matrices): Updated physics and matrix structures. (#55) 2022-11-06 21:38:41 +00:00
maybegreat48
6799e1eed9 Update rage::rlSessionDetail (#54) 2022-11-06 21:38:11 +00:00
Aure7138
9eb87c80c4 feat(ped): add CPedBoneInfo (#53) 2022-11-01 17:44:37 +01:00
Aure7138
667fbbb72e add oxygen_time && water_collision (#52) 2022-10-31 23:06:42 +01:00
Reece Watson
2692d9aa0e feat/fix(Random): Update and add a bunch of classes (#51) 2022-10-30 18:26:20 +01:00
Aure7138
1e3bf3ce73 feat: added collision classes (#50) 2022-10-30 14:32:30 +01:00
Aure7138
86def1ea1d add CPed seatbelt (#49) 2022-10-29 20:19:58 +01:00
Quentin E. / iDeath
41246edf09 add rlSessionByGamerTaskResult and restore default ctor for rlGamerHandle (#47) 2022-10-26 11:27:30 +02:00
Yimura
cf47447f25 fix(Network): rage::rlSessionInfo instance at start (#46) 2022-10-25 21:09:59 +01:00
Yimura
ba3808f420 fix(CPed): 4 bytes removed between m_ped_task_flag and m_armor 2022-10-25 18:54:05 +02:00
Yimura
a35ff28244 fix(CPhysical): 0x20 bytes removed (#45) 2022-10-25 17:39:32 +01:00
Yimura
52f23b3a02 fix(ScInfo): Resize session_ticket to 88 bytes (#44) 2022-10-23 00:19:55 +02:00
Yimura
b1857f711e feat(ScInfo): Updated with new offsets (#43) 2022-10-22 23:25:07 +02:00