Commit graph

1751 commits

Author SHA1 Message Date
smallmodel
afb718f01f
Removed vm, using m_bAnimMove instead 2023-09-25 21:18:43 +02:00
smallmodel
653b4e0ab7
Added methods, events and fields from moh 2.0 and above 2023-09-24 23:47:28 +02:00
smallmodel
c3d228a9f5
Fixed float vote options 2023-09-24 23:37:26 +02:00
smallmodel
15e10caca0
Fixed useless statement 2023-09-24 23:37:18 +02:00
smallmodel
46efa85441
Fixed switch/case no default value 2023-09-24 23:37:03 +02:00
smallmodel
bb42456653
Marked overridden methods as "override" 2023-09-24 23:36:30 +02:00
smallmodel
38bf80aa52
Export EV_Turret_SetMaxUseAngle 2023-09-24 23:20:43 +02:00
smallmodel
c5c2aa5348
Fully implemented VehicleTank 2023-09-24 19:14:50 +02:00
smallmodel
1e67aeb667
Added AnimMoveVehicle 2023-09-24 18:42:23 +02:00
smallmodel
9ac7bccba5
Added GetUserViewAngles / SetUserViewAngles 2023-09-24 18:42:13 +02:00
smallmodel
610b82cfb7
Added Vehicle::DriverAdded and NUM_VEHICLE_TIRES 2023-09-24 17:47:31 +02:00
smallmodel
c8144539d0
Fully implemented VehicleTurretGun 2023-09-24 17:19:23 +02:00
smallmodel
60f83597ee
Added HasVehicle() virtual method 2023-09-24 16:38:06 +02:00
smallmodel
46c0c6085d
Fixed GetMuzzlePosition using wrong parameters 2023-09-24 16:37:50 +02:00
smallmodel
36d4c4af61
Added MASK_TRANSPARENT 2023-09-24 16:37:36 +02:00
smallmodel
7406c3dc23
Implemented basic VehicleTurretGun methods 2023-09-24 01:14:35 +02:00
smallmodel
24bb15ce29
Renamed SOUND_STATE to SOUND_STATE_TURRET to avoid conflict with Vehicle's SOUND_STATE 2023-09-24 01:07:22 +02:00
smallmodel
f3ad05dc85
Added GetVehicle 2023-09-24 00:27:51 +02:00
smallmodel
bbae3223cb
Fixed virtual methods 2023-09-23 23:13:34 +02:00
smallmodel
8cedb24d31
Using m_SwitchLabel 2023-09-23 23:13:21 +02:00
smallmodel
528414dfef
Added new fields from moh >= 2.0 2023-09-23 22:34:08 +02:00
smallmodel
6e1c58e343
Implemented VehicleTurretGunTandem 2023-09-23 21:42:40 +02:00
smallmodel
002e935193
Fixed match start time being wrong and fixed AllowRespawn() 2023-09-23 19:49:44 +02:00
smallmodel
e26d7d346a
IsReady() should also check for dead 2023-09-23 19:38:17 +02:00
smallmodel
5d917f2578
Made IsDead() const 2023-09-23 19:38:04 +02:00
smallmodel
8aecff1879
Added CTeamSpawnClock and ported fixes from moh >= 2.0 2023-09-23 19:37:55 +02:00
smallmodel
718672119e
Fixed roundactive being wrongly set to false 2023-09-23 18:37:33 +02:00
smallmodel
6ec7482662
Implemented FixedTurret 2023-09-23 18:30:59 +02:00
smallmodel
5f3ea7c634
Removed m_countdown 2023-09-23 18:30:45 +02:00
smallmodel
1c813a59d0
Added m_bRoundActive and RoundActive() 2023-09-23 18:30:19 +02:00
smallmodel
a66236fc3d
Added QUAKED sections 2023-09-23 17:58:14 +02:00
smallmodel
ef9b7022df
Added World::Archive 2023-09-22 21:04:18 +02:00
smallmodel
ad7efce855
VehicleTankTandem 2023-09-20 20:57:58 +02:00
smallmodel
78a9990c3a
Implemented DrivableVehicleTandem 2023-09-20 20:57:35 +02:00
smallmodel
422b9eb6c0
Added DamageModel from moh 2.0 2023-09-20 00:02:38 +02:00
smallmodel
703eb271f9
Added MASK_DAMAGEMODEL 2023-09-20 00:01:12 +02:00
smallmodel
2aca32c44a
Added "isopen" door event + Renamed Door's class ID to "NormalDoor" 2023-09-19 21:24:00 +02:00
smallmodel
56c30bddb1
Added DrivableVehicleTandem 2023-09-19 21:15:55 +02:00
smallmodel
1179b50ad1
Added VehicleTankTandem 2023-09-19 21:12:57 +02:00
smallmodel
6ad44441a6
Made UpdateTurretSlot a virtual method 2023-09-19 21:12:31 +02:00
smallmodel
2455c09475
Added VehicleTurretGunTandem + more methods from moh 2.40 2023-09-19 21:02:22 +02:00
smallmodel
7a1e07e72a
Made ApplyFireKickback() and ReadyToFire() virtual 2023-09-19 21:01:41 +02:00
smallmodel
aa8e95885a
Formatted document 2023-09-19 21:01:18 +02:00
smallmodel
54bae94ad9
Use Weapon::SetItemSlot when updating stats, instead of setting weapon_class manually 2023-09-19 20:18:27 +02:00
smallmodel
98b7e01069
Implemented Weapon::SetItemSlot 2023-09-19 20:18:13 +02:00
smallmodel
12c7707bc3
Unused variable removal 2023-09-19 20:08:53 +02:00
smallmodel
a8a2c7e345
Use result from GetVAngles() in Player::GetViewangles() event 2023-09-19 20:08:35 +02:00
smallmodel
6c7542ec0c
Fixed weapon muzzle position 2023-09-18 23:45:17 +02:00
smallmodel
5ec56cbe77
Implemented turret code from mohaas/mohaab 2.40 2023-09-18 23:36:03 +02:00
smallmodel
6b79770783
Fixed HashCode for command_t (must be case-insensitive) 2023-09-18 23:35:11 +02:00