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
|
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
|
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
|
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
|
15de08556e
|
Formatted document
|
2023-09-13 19:46:39 +02:00 |
|
smallmodel
|
7a67dc5dfd
|
Implemented bad places
|
2023-09-13 00:00:42 +02:00 |
|
smallmodel
|
7eb8ef42b7
|
Update smoke sprites and bad places every frame
|
2023-09-12 23:59:51 +02:00 |
|
smallmodel
|
c9c7a4beed
|
Implemented PathSearch::UpdatePathwaysForBadPlace
|
2023-09-12 23:59:38 +02:00 |
|
smallmodel
|
ad75363028
|
Added more variables to archive for Level
|
2023-09-12 21:48:08 +02:00 |
|
smallmodel
|
f4ec3939a5
|
Weapon::Shoot(): process default value in switch/case for firemode
|
2023-09-12 21:47:51 +02:00 |
|
smallmodel
|
aead97d29d
|
Implemented landmarks from mohaab
|
2023-09-12 21:39:19 +02:00 |
|
smallmodel
|
f468305a2c
|
Level::Init(): Remove archived entities, reset health queue, initialize vote and free landmarks
|
2023-09-12 20:37:01 +02:00 |
|
smallmodel
|
a962f469eb
|
Added health queue
|
2023-09-12 20:33:49 +02:00 |
|
smallmodel
|
e160cf240c
|
Fixed vote not working properly
|
2023-09-12 20:12:09 +02:00 |
|
smallmodel
|
19a4f70c44
|
Made ExecuteConsoleCommand accept a const char* instead
|
2023-09-12 00:19:08 +02:00 |
|
smallmodel
|
dcca3901d5
|
Initialize more Level variables
|
2023-09-12 00:18:09 +02:00 |
|
smallmodel
|
0ee4ffbfbc
|
Implemented vote system (from mohaas/mohaab)
|
2023-09-12 00:07:10 +02:00 |
|
smallmodel
|
776bc781cd
|
Added ExecuteConsoleCommand() game import
|
2023-09-11 21:41:39 +02:00 |
|
smallmodel
|
b1bb79e19f
|
Added Player::HasVotedYes() and Player::HasVotedNo()
|
2023-09-11 21:28:05 +02:00 |
|
smallmodel
|
76c69b7bd1
|
Implemented Player::CallVote from mohaas/mohaab
|
2023-09-11 20:45:30 +02:00 |
|
smallmodel
|
15a25a412f
|
Removed m_voteCommand and added m_nextVoteTime
|
2023-09-11 20:45:07 +02:00 |
|
smallmodel
|
9512ae7aeb
|
Added TurretGun methods from mohaas/mohaab
|
2023-09-11 00:02:10 +02:00 |
|
smallmodel
|
5db086e470
|
Made GetMuzzlePosition a virtual method
|
2023-09-10 23:54:30 +02:00 |
|
smallmodel
|
b29f62ddd4
|
Fixed EventSetTurret crashing when the listener is NULL
|
2023-09-09 20:58:58 +02:00 |
|
smallmodel
|
aa15d996e0
|
Removed AnimOnce
|
2023-09-09 20:41:36 +02:00 |
|
smallmodel
|
0ec846945d
|
Use edict->tiki instead of calling gi.modeltiki (which can crash because of an empty model string)
|
2023-09-09 20:41:03 +02:00 |
|