Commit graph

2128 commits

Author SHA1 Message Date
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
smallmodel
e125a83625
Added MASK_GUNTARGET 2023-09-18 23:34:46 +02:00
smallmodel
d05b47e996
Fixed SetupVoteOptions not checking length for -1 2023-09-18 23:34:24 +02:00
smallmodel
e1093d0c0c
Using vec3_t instead of Vector for Weapon::GetMuzzlePosition() 2023-09-18 21:19:08 +02:00
smallmodel
25690648d6
Fixed inventory item having wrong weapon class set, and added support for portable turret 2023-09-17 19:54:45 +02:00
smallmodel
5c3c4f6288
Added and implemented CarryableTurret and PortableTurret 2023-09-17 19:48:20 +02:00
smallmodel
9dec5e9e54
Added fields from mohaas/mohaab 2023-09-17 19:47:02 +02:00
smallmodel
ae1fa808da
Export DPrintf2 and DebugPrintf for server 2023-09-17 19:34:19 +02:00
smallmodel
ed6839dc99
Export DebugPrintf for client 2023-09-17 19:34:10 +02:00
smallmodel
e95d71da0d
Added Com_DPrintf2 and Com_DebugPrintf 2023-09-17 19:33:17 +02:00
smallmodel
128c8f3c06
Added Sys_DebugPrint 2023-09-17 19:31:37 +02:00
smallmodel
04f61a1af7
Added UI_PrintConsole() and UI_PrintDeveloperConsole() declarations 2023-09-17 19:29:59 +02:00
smallmodel
974e86b698
Fixed weapon being detached even if the holster tag is an empty string 2023-09-17 19:08:11 +02:00
smallmodel
12c03384b2
Fixed item being removed incorrectly 2023-09-17 19:07:46 +02:00
smallmodel
99ba912d7b
Fixed radius in Level::GetNearestBadPlace() 2023-09-17 17:12:04 +02:00
smallmodel
7607932216
Added MASK_CARRYABLETURRET 2023-09-17 17:11:44 +02:00
smallmodel
acc9c241a3
Added const specifier for Weapon::IsCarryableTurret() 2023-09-17 16:27:58 +02:00
smallmodel
5f5055f4fc
Added Sentient::SetHolsteredByCode 2023-09-17 16:27:18 +02:00
smallmodel
fc3749e008
Added Event() constructor that accepts another event and the number of arguments 2023-09-17 16:26:48 +02:00
smallmodel
155734370c
Using Archive algorithm from mohaas/mohaab 2023-09-14 00:19:55 +02:00
smallmodel
1095e3d509
call arc.Close() after checking if it was Loading 2023-09-14 00:19:17 +02:00
smallmodel
f7bfa47f2e
Made ScriptVariable classes part of LightClass 2023-09-13 23:51:33 +02:00
smallmodel
9f6ef14ea1
GetCompiledScript should remain unused 2023-09-13 21:32:58 +02:00
smallmodel
15de08556e
Formatted document 2023-09-13 19:46:39 +02:00