Commit Graph

250 Commits

Author SHA1 Message Date
Reece Watson
9679e59399 feat(CObjectCreationDataNode): Added node and vector4. (#16)
* feat(DataNodes): Add multiple data nodes and sync classes.

* fix(CPlayerAppearanceDataNode): Update class to 1.61.

* feat(CObjectCreationDataNode): Added node and vector4.
2022-08-06 19:37:38 +02:00
aa15032261
825a7c0fb7 Added mission bits to fwEntity. (#15)
mission bits can be used to check if an entity is a mission entity.
2022-08-06 19:36:22 +02:00
Reece Watson
634ccb0237 feat(DataNodes): Add multiple data nodes and sync classes. (#14)
* feat(DataNodes): Add multiple data nodes and sync classes.

* fix(CPlayerAppearanceDataNode): Update class to 1.61.
2022-08-06 16:29:59 +02:00
Yimura
ba4d0c3721 refactor: Reorganize repo (#12) 2022-07-29 18:00:22 +02:00
Yimura
9e36400039 fix(Friends): static_assert size check 2022-07-27 12:30:38 +02:00
Yimura
4570612e8b fix(FriendInfo): Removed unused bytes at start of class 2022-07-27 12:24:22 +02:00
Reece Watson
06658decf8 feat(DataNodes): Add appearance data nodes and dependencies. (#11) 2022-07-08 22:26:59 +02:00
Yimura
7656a59298 feat(Reclass): updated project file 2022-07-06 00:00:19 +02:00
Yimura
50f4c6e763 feat(CVehicleModelInfo): Updated class members 2022-07-06 00:00:09 +02:00
Yimura
a0e7947457 feat(Reclass): updated CWeaponInfo to include eImpactType 2022-07-05 15:25:38 +02:00
aa15032261
c3d759be29 Added weapon impact type. (#10)
Co-authored-by: Tom Chan <aa15032261@toms.directory>
2022-07-05 15:16:42 +02:00
Yimura
446105a6a5 feat(Reclass): updated project file 2022-07-05 15:14:51 +02:00
Yimura
2852e06551 feat(Reclass): update project file 2022-07-05 15:14:25 +02:00
Yimura
cec4e51f72 feat(CVehicleModelInfo): Added sub types, name, manufacturer and others 2022-07-05 15:14:12 +02:00
Yimura
4c0e8cc7d8 fix(CBaseModelInfo): Fixed byte alignment 2022-07-05 15:13:18 +02:00
Yimura
1048320b4b feat(CBaseModelInfo): Added min/max dimensions 2022-07-05 13:21:38 +02:00
Yimura
39f6481526 feat(repo): added gitignore 2022-07-05 12:56:28 +02:00
Yimura
8ca261f722 fix(HashTable): template type is not double ptr 2022-07-05 10:10:50 +02:00
Yimura
1f89024484 feat(Reclass): Updated project file 2022-07-05 09:58:45 +02:00
Yimura
36ed005b03 feat(HashTable): Added Hash storage class 2022-07-05 09:58:25 +02:00
Yimura
d75cc93059 feat(Reclass): Updated project file 2022-07-03 17:30:23 +02:00
Yimura
3c1235f5db feat(CBaseModelInfo): Update eModelType enum 2022-07-03 17:29:50 +02:00
Yimura
ef4cfaf14b Merge pull request #8 from Yimura/CTunables
feat(CTunables): Added new class
2022-06-03 14:32:52 +02:00
Yimura
d268f4773b feat(CTunables): Added new class 2022-06-03 14:27:35 +02:00
Yimura
0bc4a53a0f Merge pull request #6 from davidebeatrici/compile-check
Add CMake project, setup GitHub Actions, fix compile errors
2022-06-01 19:57:49 +02:00
Davide Beatrici
b2c1392758 fix(fwEntity): Remove "class" specifier for rage::fvector3
fwEntity.hpp:29:21: error: typedef 'fvector3' cannot be referenced with a class specifier
        class rage::fvector3 m_right //0x0060
                    ^
vector.hpp:12:28: note: declared here
    typedef vector3<float> fvector3
                           ^
2022-06-01 08:47:43 +02:00
Davide Beatrici
a49ab7749d fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
Davide Beatrici
dac4d22882 feat: Add GitHub Actions workflow, for automated compile check 2022-06-01 08:47:43 +02:00
Davide Beatrici
5b4467d548 feat: Add CMake project to make sure that headers can be compiled, individually 2022-06-01 08:47:39 +02:00
Yimura
66aae96933 Merge pull request #4 from davidebeatrici/fwentity-pos-forward-up-right-vectors
fix(fwEntity): Identify offsets for position, forward, up and right vectors
2022-06-01 00:08:24 +02:00
Yimura
75c1460e61 Merge pull request #3 from davidebeatrici/cnavigation-up-right-vectors
fix(CNavigation): Identify offsets for up and right vectors
2022-06-01 00:08:05 +02:00
Yimura
1a3f3e1058 fix(CNavigation): naming scheme 2022-06-01 00:07:20 +02:00
Yimura
0cc2ea4f22 feat(Project): Add LICENSE 2022-05-31 21:11:19 +02:00
Davide Beatrici
a266fcee1a fix(fwEntity): Identify offsets for position, forward, up and right vectors
These vectors appear to be synced with the ones in m_navigation (CNavigation).
2022-05-27 07:29:09 +02:00
Davide Beatrici
5d7bee23ed fix(CNavigation): Identify offsets for up and right vectors
The class is very similar to CMatrix from San Andreas.

2e063063be/source/game_sa/Core/Matrix.h
2022-05-27 03:00:28 +02:00
Yimura
96f374ffe4 feat(eModelType): Added Object, Weapon & Plant 2022-05-22 16:10:07 +02:00
Yimura
d015762175 feat(CNetGamePlayer): Added complaints offset 2022-05-18 22:01:37 +02:00
Yimura
f2b7c331d3 fix(CBaseModelInfo): eModelType enum type 2022-05-10 18:11:31 +02:00
Yimura
d773ca005c feat(ReClass): Pushing project file 2022-05-10 16:47:23 +02:00
Yimura
34ef4b8d39 feat(CBaseModelInfo): Added model_type 2022-05-10 16:36:54 +02:00
Yimura
e1a9ca789c feat(Classes): Added ScInfo class 2022-03-27 16:51:16 +02:00
Yimura
28acfbd9a5 fix(Enums): Make enum class to prevent redefinition errors 2022-03-02 02:12:36 +01:00
Yimura
cee401f0f0 feat(ReClass): Updated reclass file 2022-03-02 00:15:17 +01:00
Yimura
51627957a4 feat(CWeaponInfo): Updated Weapon Info
#1
2022-03-02 00:14:55 +01:00
Yimura
a99a969102 feat(CAmmoInfo): Updated ammo info 2022-03-02 00:14:03 +01:00
Yimura
30b6dc851c feat(CItemInfo): Added 2022-03-02 00:12:13 +01:00
Yimura
cacab970b3 feat(Friends): Added classes with friend info 2022-02-18 10:17:34 +01:00
Yimura
4e103da918 feat(ReClass): Added FriendRegistry, FriendList & FriendInfo 2022-02-18 10:16:55 +01:00
Yimura
8d1f596f16 Merge branch 'master' of github.com:Yimura/GTAV-Classes 2022-02-01 16:26:03 +01:00
Yimura
f5264840e6 fix(CAutomobile): Offsets off by 4 bytes 2022-02-01 16:25:48 +01:00