Commit graph

1818 commits

Author SHA1 Message Date
smallmodel
f5071f2667
Fixed out of temp model warning spam 2023-10-02 18:46:45 +02:00
smallmodel
0ca0a81644
Fixed DriverUse and FindExitPosition 2023-10-02 18:46:31 +02:00
smallmodel
e1bd69b467
Added SetVehicle / GetTurret / SetTurret 2023-10-02 18:09:55 +02:00
smallmodel
b17494519e
Tempmodel fixes 2023-10-02 13:41:00 +02:00
smallmodel
13555f505c
newEnt's parent entity must be ENTITYNUM_NONE in AddTempModels() 2023-10-02 12:45:51 +02:00
smallmodel
2a65f53084
TagSpawnLinked must initialize the spawnthing origin to the entity's origin 2023-10-02 12:45:34 +02:00
smallmodel
71fe83083e
Fixed crash when trying to play non pvs sound with a null alias 2023-10-02 12:13:22 +02:00
smallmodel
0ddb5c859f
Fixed CalculateAnimationData using wrong angles for vehicle suspension movement 2023-10-02 12:07:59 +02:00
smallmodel
f7b12d5108
Removed unused events 2023-10-02 12:07:26 +02:00
smallmodel
baa8f4334b
Implemented CG_ClientCommands 2023-10-02 12:07:12 +02:00
smallmodel
24a211b190
Formatted document 2023-10-02 11:56:35 +02:00
smallmodel
6e82f254b7
Formatted document 2023-10-02 11:51:08 +02:00
smallmodel
fbfedcf8d6
Fixed vehicle suspensions 2023-10-02 02:15:56 +02:00
smallmodel
5b06a0c2a4
Small code reduction 2023-10-02 02:15:12 +02:00
smallmodel
f3204b0845
Fixed animation playing sometimes not being correct 2023-10-02 02:13:42 +02:00
smallmodel
334314a137
Fixed crash when the owner is NULL 2023-10-02 01:45:19 +02:00
smallmodel
8ecc8122b8
Fixed tank turning too fast 2023-10-02 01:11:09 +02:00
smallmodel
eb9a119dfe
Fixed MoveVehicle not moving correctly 2023-10-02 00:46:37 +02:00
smallmodel
313ece62f7
Fixed turret not turning properly 2023-10-02 00:16:12 +02:00
smallmodel
5799bcceb2
Fixed buffer overflow for szBlah 2023-10-02 00:07:54 +02:00
smallmodel
61e7571388
Added a crash fix in AttachDriverSlot() 2023-10-02 00:07:44 +02:00
smallmodel
6cfd99e40a
Fixed AttachPassengerSlot not attaching correctly and call DriverAdded() after attaching the driver 2023-10-02 00:07:30 +02:00
smallmodel
b3bdd9d563
Enabled UpdateNormals() 2023-10-01 23:09:55 +02:00
smallmodel
5bec3d8471
sv_maxclients must be initialized to 1 by default 2023-10-01 23:09:26 +02:00
smallmodel
711e46ecfb
Added commented code that prevent playing mohaa maps in mohaas/mohaab 2023-10-01 23:08:07 +02:00
smallmodel
ddd127352f
Initialize svs.numSnapshotEntities in SV_ChangeMaxClients 2023-10-01 23:07:38 +02:00
smallmodel
784fd825bb
Formatted level source file 2023-10-01 22:49:10 +02:00
smallmodel
673a42242d
Formatted source files 2023-10-01 22:47:25 +02:00
smallmodel
3317345d92
Use a const string for target name 2023-10-01 22:45:41 +02:00
smallmodel
7958ba38d8
Fixed angles being wrong when the vehicle starts + fixed turret slot initial angles, use MAX_CORNERS instead of MAX_SOUND_ENTITIES and fixed UpdateNormals() angles 2023-10-01 21:16:50 +02:00
smallmodel
2dd7e0c03f
use a vec3_t for VehicleTurretGun::SetBaseOrientation and use GetTagBarrel() for m_iBarrelTag 2023-10-01 21:15:37 +02:00
smallmodel
b94f021567
Refactored setModel() 2023-10-01 21:00:32 +02:00
smallmodel
cf50c5b535
Measure SpawnInternal time 2023-10-01 21:00:11 +02:00
smallmodel
1b71169565
Removed non-fgame module code (as g_spawn is only used for fgame) 2023-10-01 20:57:28 +02:00
smallmodel
30f2b9d5ed
Formatted document 2023-10-01 20:56:51 +02:00
smallmodel
999d6a449b
Fixed toPitch() with zero coordinates 2023-10-01 14:46:06 +02:00
smallmodel
a65aa2a0d0
Fixed CrossProduct being wrong due to parameters being modified while doing the operation 2023-10-01 14:45:24 +02:00
smallmodel
36fc0b6e8a
Formatted document 2023-10-01 14:21:23 +02:00
smallmodel
f97362cdb1
Added MASK_VEHICLE_TIRES 2023-10-01 14:11:49 +02:00
smallmodel
6398484459
Fixed Vehicle::Postthink ignoring g_vehicle 2023-10-01 13:43:42 +02:00
smallmodel
07e8c6feaa
Fully implemented cMoveGrid 2023-10-01 13:42:16 +02:00
smallmodel
faf351a496
SurfIsOffScreen must only process faces + removed assertion 2023-10-01 11:36:54 +02:00
smallmodel
cd9315852e
Fixed num not being set when writing to memory archiver in commandthing_t::ArchiveToMemory 2023-09-30 11:57:04 +02:00
smallmodel
8c8487231a
Fixed P_DeleteViewModel when the viewmodel is NULL 2023-09-27 23:55:27 +02:00
smallmodel
65ebdf0862
Commented out UpdateNormals() till a solution is found 2023-09-27 23:51:12 +02:00
smallmodel
9704362501
Initialize m_bAnimMove 2023-09-27 23:49:23 +02:00
smallmodel
f0e87cd85a
Prefixed TIKI import functions 2023-09-27 23:21:34 +02:00
smallmodel
f6e6bf1d6b
Implemented SlidePush, MoveVehicle and Postthink 2023-09-27 23:20:09 +02:00
smallmodel
4b4e8f806b
Fixed vlink angles in Postthink 2023-09-27 23:17:14 +02:00
smallmodel
4141cee13f
Added MASK_MOVEVEHICLE 2023-09-27 20:22:33 +02:00