Commit graph

1930 commits

Author SHA1 Message Date
smallmodel
b27bfbe189
Formatted g_public source file 2023-10-14 19:12:57 +02:00
smallmodel
1c10e7a63d
Fixed G_ObfuscationForSmokeSprites parameters 2023-10-14 19:11:48 +02:00
smallmodel
0a7c324d48
setOriginEvent: clear 4th origin history and update bad places. + handle ANIM_MODE_ATTACHED when moving 2023-10-14 18:59:35 +02:00
smallmodel
c81d247fbb
Reimplemented Actor::UpdateBoneControllers 2023-10-14 18:40:53 +02:00
smallmodel
82294b7b2e
Correctly implemented GetMoveInfo 2023-10-14 15:02:07 +02:00
smallmodel
d80f55d5bf
Added MASK_MOVEINFO 2023-10-14 14:33:55 +02:00
smallmodel
7930cda277
Added and use eAnimMode enum 2023-10-14 14:18:56 +02:00
smallmodel
7870db7202
Made m_groundPlaneNormal a vec3_t 2023-10-14 14:08:52 +02:00
smallmodel
407538fd85
Moved MINS/MAXS to bg_pmove 2023-10-14 13:31:19 +02:00
smallmodel
1a293420c0
Fixed voicetype event 2023-10-14 13:30:35 +02:00
smallmodel
1e94cdd8ca
Added AI_EVENT_BADPLACE 2023-10-14 01:16:50 +02:00
smallmodel
7a2311d6e6
Added BadPlace and RunAndShoot state initialization 2023-10-14 01:06:47 +02:00
smallmodel
e686937ae9
Added actor_runandshoot source file 2023-10-14 00:54:52 +02:00
smallmodel
8dca8988fe
InitRunAndShoot spelling 2023-10-14 00:54:47 +02:00
smallmodel
c890ac5944
Added actor_badplace source file 2023-10-14 00:45:51 +02:00
smallmodel
56e52fda80
Implemented Actor::Landed 2023-10-14 00:44:59 +02:00
smallmodel
e7786b3192
Added DBCS methods for UIFont 2023-10-13 23:22:13 +02:00
smallmodel
4cc3a84e98
Make the driver non-solid instead of the tank if it's a player 2023-10-13 21:31:47 +02:00
smallmodel
6e0b048ae7
End remote control for all linked turrets (this removes the user camera) 2023-10-13 21:16:56 +02:00
smallmodel
115786798d
Remove the user camera when ending the remote control 2023-10-13 21:16:37 +02:00
smallmodel
376db9e9e6
Fixed turret's user camera not being removed when the turret is removed 2023-10-13 21:15:40 +02:00
smallmodel
8abdb80e85
Fixed crashes when spectating, and fixed spectate not working properly under some conditions 2023-10-13 21:15:02 +02:00
smallmodel
656f212608
Fixed tank's driver not being able to remote control the turret under some circumstances 2023-10-13 21:09:47 +02:00
smallmodel
60e07cc4ff
Fixed wrong const string values 2023-10-13 19:57:21 +02:00
smallmodel
e132c0a015
Player camera view fix
- Add PMF_DAMAGE_ANGLES when camera show quakes
- Fixed spectating angles
- Fixed a crash that can occur if current_torso is NULL
2023-10-13 19:52:12 +02:00
smallmodel
8e63526f2a
Camera must calculate m_bShowquakes manually, only if protocol is below version 15 2023-10-13 19:33:32 +02:00
smallmodel
a5b7c774c1
Added more clarity for PMF_DAMAGE_ANGLES 2023-10-13 19:33:03 +02:00
smallmodel
130a5bb8c4
Fixed indentation 2023-10-13 19:14:42 +02:00
smallmodel
3802dd9984
Added Camera::ShowQuakes() 2023-10-13 19:14:37 +02:00
smallmodel
7d37397222
Formatted camera source files 2023-10-13 19:11:51 +02:00
smallmodel
932454d7b2
Removed MASK_DAMAGEMODEL, using MASK_SOLID instead 2023-10-13 19:11:14 +02:00
smallmodel
5d2e6c46aa
Use MASK_SOLID instead of MASK_DAMAGEMODEL 2023-10-13 19:07:44 +02:00
smallmodel
38089195be
Set default fov to 80 and initialize fov fadetime, follow fade time and showquakes fields 2023-10-13 19:07:23 +02:00
smallmodel
85a6c1d145
Implemented Get/SetNationality, IsOnFloor, EventAnimScript_Attached, VirtualEyePosition and FriendlyInLineOfFire 2023-10-12 23:20:57 +02:00
smallmodel
85d034b7fb
Added eActorNationality enum from mohaab 2023-10-12 23:16:18 +02:00
smallmodel
82b5468fb4
Implemented Actor destructor 2023-10-12 21:31:22 +02:00
smallmodel
89759c44af
Moved some methods to inline + added EV_NoAnimLerp 2023-10-12 21:30:53 +02:00
smallmodel
6f66a1d1c3
Moved Container::Archive to archive.h source file to avoid compilation errors 2023-10-12 20:45:49 +02:00
smallmodel
d4bac185f6
Added next enemy time field from moh 2.0 and above 2023-10-12 20:36:08 +02:00
smallmodel
658bba576e
Moved methods 2023-10-12 20:35:57 +02:00
smallmodel
31f3c25b18
Implemented Archive with only arc parameter 2023-10-12 20:30:17 +02:00
smallmodel
4a1f149051
Formatted actor source files 2023-10-12 20:18:22 +02:00
smallmodel
c55a78b8b4
Moved location of actor methods 2023-10-12 20:17:18 +02:00
smallmodel
3dbf957304
Include scriptthread 2023-10-12 20:06:00 +02:00
smallmodel
8f98f49f1b
Renamed source file 2023-10-12 20:05:10 +02:00
smallmodel
0a8322960b
Added methods from moh 2.0 and above 2023-10-12 19:57:46 +02:00
smallmodel
63d73c6f86
Added EF_NO_LERP entity flag 2023-10-12 19:57:41 +02:00
smallmodel
f8cbbe78a2
Reordered methods 2023-10-12 19:54:00 +02:00
smallmodel
2bb09503c6
Added SimpleActor destructor (it deletes the anim thread) 2023-10-12 19:45:16 +02:00
smallmodel
ba313decd1
Formatted simpleactor source files 2023-10-12 19:44:17 +02:00