Commit graph

2104 commits

Author SHA1 Message Date
smallmodel
978666c946
AssertValidSquad() in DisbandSquadMate() 2023-10-24 21:35:16 +02:00
smallmodel
9b9fa696e8
Added Waypoint and TempWaypoint constructor to set the SimpleEntity subclass type 2023-10-24 20:37:41 +02:00
smallmodel
088b22073c
Formatted document 2023-10-24 20:36:53 +02:00
smallmodel
4f9831faa4
Formatted document 2023-10-24 20:27:18 +02:00
smallmodel
3373caa939
DebugNearestStartNode() should return a node only if node_count is higher than 0 2023-10-24 19:37:48 +02:00
smallmodel
dc1be17b2a
Added badPlaceTeam 2023-10-24 19:35:42 +02:00
smallmodel
64a3b04181
Fixed CM_SightTraceThroughBrush() implementation 2023-10-24 19:29:38 +02:00
smallmodel
57e1920b9c
G_SightTrace: only return true if the result is true 2023-10-24 19:29:20 +02:00
smallmodel
ddb6236eb9
simplified delta subtraction 2023-10-23 22:55:35 +02:00
smallmodel
4e4af590e5
Added m_pAnimThread assertion check 2023-10-23 22:55:09 +02:00
smallmodel
a249f6b29b
Fixed parm.previousthread not being actually set to the previous executing thread 2023-10-23 19:31:01 +02:00
smallmodel
7787729b24
Fixed standidentify scr file 2023-10-23 19:26:57 +02:00
smallmodel
45c8c704af
Fixed ai_debugpath having an infinite line 2023-10-23 18:58:16 +02:00
smallmodel
31fde1ad94
Unreachable node fix 2023-10-23 18:57:56 +02:00
smallmodel
bfb0fbd656
Fixed vision_distance being used even if it's 0 2023-10-23 18:57:44 +02:00
smallmodel
8afb7457c2
Fixed FindPotentialCover never setting found nodes 2023-10-23 17:28:52 +02:00
smallmodel
0ae1c8f771
Fixed origin_ratio uninitialized 2023-10-23 17:28:36 +02:00
smallmodel
6ff046ae29
When spawning pathnodes, use archived instance of pathnodes 2023-10-23 17:17:56 +02:00
smallmodel
6f9f845bb2
Set m_LoadIndex to 0 when loading archived nodes 2023-10-23 17:16:54 +02:00
smallmodel
00033c3a70
SPAWNFLAG_DETAIL must be 0x1000 2023-10-23 15:56:27 +02:00
smallmodel
acf71610df
Don't inhibit pathnodes 2023-10-23 15:56:14 +02:00
smallmodel
86e9ae343a
Don't move to patorl current node with m_bPatrolWaitTrigger 2023-10-23 15:55:58 +02:00
smallmodel
9bbd546d4c
Replaced glbs with g_local 2023-10-23 15:54:48 +02:00
smallmodel
31f2573b28
Fixed animations not playing correctly 2023-10-23 14:46:44 +02:00
smallmodel
4d7fcb77c2
Use ANIM_WEIGHT_MOTION enum 2023-10-23 14:46:17 +02:00
smallmodel
da02a8c73a
Fixed frame delta being wrong 2023-10-23 14:46:01 +02:00
smallmodel
dd0b4505a6
Fixed bad pathing 2023-10-23 12:39:09 +02:00
smallmodel
eaff26216a
Added MASK_ACTORPATH 2023-10-23 12:23:47 +02:00
smallmodel
e850dd1963
Make sure to prevent to transition to curious if curious isn't enabled (moh 2.30 feature) 2023-10-23 11:59:06 +02:00
smallmodel
cf61ae0332
Fixed crash when driver's client is null 2023-10-22 21:16:07 +02:00
smallmodel
5cffe3fb05
Fixed infinite loop with ai_debugpath 2023-10-22 21:15:58 +02:00
smallmodel
b996918d3b
Formatted navigate source files 2023-10-22 21:06:43 +02:00
smallmodel
4a9f9a45c2
Fixed infinite loop in SimpleActor::ShortenPathToAvoidSquadMates() 2023-10-22 21:03:39 +02:00
smallmodel
3a75772005
Fixed g_mmove algorithm 2023-10-22 21:03:25 +02:00
smallmodel
c196e31c6c
Formatted g_mmove.cpp 2023-10-22 20:25:54 +02:00
smallmodel
60ceff5ae0
Initialize is_paused member variable 2023-10-22 20:16:46 +02:00
smallmodel
34a4a0c892
HandleKilled() didn't handle the last param 2023-10-22 20:16:36 +02:00
smallmodel
2a3c42d47b
Fixed MINS/MAXS bounding box (especially for Actor) 2023-10-22 20:16:22 +02:00
smallmodel
0b1f796e0a
Fixed format string 2023-10-22 20:16:10 +02:00
smallmodel
766d4d23bf
Incremented MAX_LOOPBACK otherwise the client would drop the gamestate while loading 2023-10-22 19:47:43 +02:00
smallmodel
6860a1e992
Crash fix 2023-10-22 19:45:48 +02:00
smallmodel
70c628d759
Finalized actor_turret 2023-10-22 17:30:37 +02:00
smallmodel
6eff8bc273
Finalized actor_weaponless 2023-10-22 16:34:15 +02:00
smallmodel
0b1e8cdbf3
Finalized actor_runner 2023-10-22 16:28:06 +02:00
smallmodel
6f58b34f87
Finalized actor_patrol 2023-10-22 16:26:28 +02:00
smallmodel
adf081ba3c
Finalized actor_pain 2023-10-22 16:23:33 +02:00
smallmodel
6d4a9fde3f
Finalized actor_noclip 2023-10-22 16:20:29 +02:00
smallmodel
5a5cc4ea17
Finalized actor_machinegunner 2023-10-22 16:14:52 +02:00
smallmodel
69df583508
Finalized actor_killed 2023-10-22 15:45:08 +02:00
smallmodel
18506d9932
Finalized actor_idle 2023-10-22 15:42:36 +02:00