Commit Graph

209 Commits

Author SHA1 Message Date
yubie
9e76175d28
gameSkeleton classes (#144) 2023-11-29 08:06:19 +01:00
Chih-Chiang Chang
259b989846
feat(WeaponInfo): More classes & fixed offsets. (#140)
1. Added: AimingInfo, EnduranceDamage, OverrideForces, FirstPersonScopeAttachmentData, AttachPoints, GunFeedBone, TintSpecValues, FiringPatternAliases, ReloadUpperBodyFixupExpressionData, MeleeDamageMultiplier, CamoDiffuseTexIdxs and RotateBarrelBone.
2. Fixed m_light_only_active_when_stuck ~ m_light_bone addresses in
   CAmmoProjectileInfo. (0xDA ~ 0xDE)
3. Added 3 projectile flags and 4 effect groups.
4. Corrected some uint8_t to bool.
5. Changed m_weapon_flags_bitset to std::bitset<192> m_weapon_flags.
6. Fixed m_stat_name as string pointer.
7. Removed pads < 4 bytes (these are auto-padded).
8. Fixed aim_probe_radius_override* names.
2023-09-25 20:22:51 +02:00
PliskinDev
3c7763fcf9
add pgBaseMetaDataType and pgBaseMetaDataDebugNameType and pgDictionary and pgDictionaryBase (#138) 2023-09-10 22:49:02 +02:00
gir489
ed3f6a739b
Fixed m_root not resolving to netSyncTree. (#139) 2023-09-10 22:48:11 +02:00
PliskinDev
dc9df31916
add atReferenceCounter (#137) 2023-09-07 22:02:43 +02:00
張致強
fa353bafe8
fix(WeaponInfo): fix several offsets and add new ones from #1. (#136)
1. Fixed wrong offsets.
2. Added most offsets from #1 and corrected offsets after 0x8c8.
2023-09-07 22:02:16 +02:00
tupoy-ya
b4557c6904
fix(scrNativeHash): Make scrNativeHash uint64_t (#135) 2023-09-03 20:25:35 +02:00
maybegreat48
0f88abb93d
Add stuff for YimMenu, YimMenuV2, and YimASI (#132)
* feat(gamefiles): add game config
* Update CPickupCreationDataNode.hpp
* feat(train): add train config
* feat(netsync): add phone task info
* feat(invoker): constexpr everything
2023-08-18 21:58:00 +02:00
gir489
9da68ec827
Added KERS boost fields. (#131) 2023-08-05 18:15:37 +02:00
maybegreat48
468161a36d
Minor changes (#130)
* fix(netPeerAddress): relay address
* fix(rage): fix rlGamerInfoBase
2023-07-23 18:14:58 +02:00
maybegreat48
fe0893ffb5
Fix sysMemAllocator (#129) 2023-07-22 22:49:13 +02:00
maybegreat48
8f47d77cd6
Add some nodes and netConnection stuff (#128) 2023-07-22 19:59:25 +02:00
Scarface
589da35b1c
Add CPlayerCameraData (#127) 2023-07-22 19:38:09 +02:00
Bugisoft
7ff656ae2b
Update TimecycleKeyframeData to RGBA (#126) 2023-07-20 18:39:53 +02:00
Bugisoft
5ef3545feb
Added TimecycleKeyframeData (#124) 2023-07-19 22:31:14 +02:00
gir489
ccb98ed59e
Added Blip classes. (#125) 2023-07-19 22:30:19 +02:00
Quentin
3267288d55
atArray: copy data only if not null (#123) 2023-07-17 16:54:32 +02:00
gir489
e56523456c
Added stuff for Allow All Weapons in Vehicle. (#122) 2023-07-16 17:49:13 +02:00
maybegreat48
95dadd6e7e
Minor changes (#121)
* Update rlQueryPresenceAttributesContext.hpp

* Update rlScHandle.hpp
2023-07-15 20:46:17 +02:00
DayibBaba
8a615adfc6
feat(NetSync): added CPlayerExtendedGameStateNode.hpp (#120) 2023-06-30 20:50:38 +02:00
Quentin
d8304d3e60
script vector3: add to_string and << operator overload (#119) 2023-06-27 19:19:19 +02:00
maybegreat48
7b8bfba701
Update to 1.67 (#117) 2023-06-14 22:16:19 +02:00
Forever Gone
29db28ee50
Added scrValue (#116) 2023-06-10 11:39:23 +02:00
maybegreat48
9de17746d2
Add vector constructors (#115) 2023-05-09 21:18:42 +01:00
DayibBaba
57548ccd87
feat(srcVector): Added == and != operators (#112) 2023-04-16 19:07:38 +01:00
Andreas Maerten
4f76d41ff4
feat(CVehicle): expand vehicle class (#111)
* feat(CVehicle): add gears
* feat(CVehicle): add RPM
2023-04-15 15:32:17 +01:00
Aure7138
cf7c1a71b4
feat(CPedModelInfo): add m_ped_type (#110) 2023-04-01 15:09:40 +01: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
Aure7138
9bf112e043
commit (#107) 2023-02-19 00:26:49 +01:00
Aure7138
9701eb0e15
commit (#105) 2023-02-19 00:26:30 +01:00
maybegreat48
c5c72f78ff
Add CPlayerCameraDataNode and updated globals (#104) 2023-02-12 22:01:39 +00:00
Aure7138
2862a02e24
extended CPed (#103) 2023-02-09 18:33:52 +00:00
maybegreat48
4f93aec221
Fix classes (#100) 2023-02-04 16:17:52 +01:00
Yimura
90481b438a
fix(CPedIntelligence): incorrect classname (#99) 2023-02-03 22:23:49 +00:00
maybegreat48
f155790d38
Update to 1.66 (#98) 2023-02-02 22:55:50 +00:00
maybegreat48
82b6f0fbab
A few more global classes (#97) 2023-01-22 22:07:57 +00:00
Yimura
c6eb3c8c12
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
2a2d9aedc7
feat(DataNodes): added CPedOrientationDataNode (#95) 2023-01-09 16:34:25 +00:00
TheGreenBandit
71f8689501
feat(DataNodes): added CPedMovementDataNode (#92) 2023-01-04 10:09:41 +00:00
maybegreat48
a4a559be1a
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
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
Yimura
eca88a42ef fix(rlGamerInfo): Resize name member var 2022-12-30 12:12:37 +01:00
Bugisoft
985d0dcc40
feat(Metric): Update rlMetric (#91) 2022-12-30 01:08:44 +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