Commit Graph

20 Commits

Author SHA1 Message Date
gir489
eab95fba6d
Added code for the Allow All Vehicle Weapons refactor. (#156)
* Added more classes for drive-by weapons.

* Added CGetPedSeatReturnClass.

* Fixed atArray contains method throwing compile time exceptions.
2023-12-19 08:43:45 +01:00
Aure7138
cf7c1a71b4
feat(CPedModelInfo): add m_ped_type (#110) 2023-04-01 15:09:40 +01:00
Aure7138
2862a02e24
extended CPed (#103) 2023-02-09 18:33:52 +00: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
Aure7138
d7c99fb996
helper functions (#77) 2022-11-28 21:14:26 +00:00
Aure7138
9d973dcf0a
feat(CPed): added helper functions (#76) 2022-11-20 21:47:48 +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
Aure7138
13fb4e4dae
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
7acab3884b
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
Aure7138
1ad790dcd6
feat(ped): add CPedBoneInfo (#53) 2022-11-01 17:44:37 +01:00
Aure7138
09d18c6f6f
add oxygen_time && water_collision (#52) 2022-10-31 23:06:42 +01:00
Aure7138
8eb8da7f3c
add CPed seatbelt (#49) 2022-10-29 20:19:58 +01:00
Yimura
43744999f6 fix(CPed): 4 bytes removed between m_ped_task_flag and m_armor 2022-10-25 18:54:05 +02:00
Yimura
7cbf45a492
fix(CPhysical): 0x20 bytes removed (#45) 2022-10-25 17:39:32 +01:00
Yimura
5e0f2d6eab
feat: Updated classes, added CPedInventory, ... 2022-08-26 00:37:00 +02:00
Yimura
528f0c8926
feat(Classes): Split classes to their correct inheritance (#25) 2022-08-26 00:13:12 +02:00
Yimura
e7cf3ab372
fix(CI): Compiled in folders and use relative include dirs (#27) 2022-08-25 22:06:34 +02:00
Reece Watson
2a6367e070
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
5b14b6b991
refactor: Reorganize repo (#12) 2022-07-29 18:00:22 +02:00