Commit graph

1070 commits

Author SHA1 Message Date
smallmodel
7ca532f0e4
FL_ANIMATE is 0x100000 2023-08-19 01:38:25 +02:00
smallmodel
8c3997f13b
Implemented Projectile::Think from mohaas/mohaab 2023-08-19 01:32:54 +02:00
smallmodel
d8ae1ce6b9
Added NULL to the end of SmokeGrenade event responses 2023-08-19 01:32:33 +02:00
smallmodel
5cb1e5de84
Fixed Vector_DotProduct returning wrong values 2023-08-19 01:02:18 +02:00
smallmodel
7fd2aff17b
Fixed entity trace with no valid trace 2023-08-19 00:58:06 +02:00
smallmodel
7e6854f96b
Fixed EventPointsWithinDist taking the wrong argument number for the distance 2023-08-19 00:35:48 +02:00
smallmodel
aa25ef6c68
Removed EV_Player_UseHeld as there is already EV_GetUseHeld 2023-08-19 00:35:32 +02:00
smallmodel
9db1076603
Fixed VM_StepSlideMove using wrong start/end for gi.trace 2023-08-19 00:35:10 +02:00
smallmodel
7b39218af5
Fixed MASK_VEHICLE 2023-08-19 00:34:56 +02:00
smallmodel
ded7d941ea
Call SetAngles(ev) when setting the angles 2023-08-19 00:34:27 +02:00
smallmodel
a274325f43
Fixed wrong bounce sound 2023-08-18 15:30:18 +02:00
smallmodel
b0da0b8321
Removed nomonsters
Removed some serverinfo cvars
2023-08-18 15:25:26 +02:00
smallmodel
a241ea20fa
Removed nomonsters 2023-08-18 15:25:17 +02:00
smallmodel
f8d5a5ecd2
Fixed TeamWin with the axis team 2023-08-18 15:13:47 +02:00
smallmodel
f20b47ebc0
Fixed newlines when printing the teamwin 2023-08-18 15:10:35 +02:00
smallmodel
de10ab8df3
Fixed "is preparing for deployment" message location on mohaas/mohaab 2023-08-18 15:10:23 +02:00
smallmodel
854136d85b
Fixed spelling mistake 2023-08-18 14:14:11 +02:00
smallmodel
0080d4b9a8
Using ScriptError 2023-08-18 01:18:07 +02:00
smallmodel
e6d3ca32f4
In CheckEndMatch, don't put any flag in cvars 2023-08-18 01:09:09 +02:00
smallmodel
fab78f933e
Using SHORT2ANGLE for ucmd angles 2023-08-17 22:44:27 +02:00
smallmodel
5cd7d89e72
Fixed wrong sv flags being used 2023-08-17 22:38:25 +02:00
smallmodel
15e8146306
Don't hide the HUD when in turret or vehicle 2023-08-17 22:38:09 +02:00
smallmodel
250f1d090e
Fixed SanitizeName 2023-08-17 22:37:35 +02:00
smallmodel
03c5864034
Fixed secondarycharge animation 2023-08-17 22:37:09 +02:00
smallmodel
07b7f10912
Fixed UnlimitedAmmo() behavior (use the behavior from mohaas/mohaab) 2023-08-17 21:31:22 +02:00
smallmodel
0e1837db31
Fixed smoke and rifle grenade max ammo 2023-08-17 21:30:57 +02:00
smallmodel
070fe17473
G_PushEntity: use cylinder 2023-08-17 21:30:34 +02:00
smallmodel
a1fb3b283c
Remove clipmask flags for physics_on if it has second parameter specified 2023-08-17 20:13:58 +02:00
smallmodel
12e85aba45
Also check if the groundentity has no movetype 2023-08-17 20:05:30 +02:00
smallmodel
44fe18fef1
Added MASK_SCRIPT_SLAVE 2023-08-17 20:04:58 +02:00
smallmodel
4435984b81
Renamed label to m_Thread 2023-08-17 19:29:03 +02:00
smallmodel
3d20b3a232
Using MASK_SHOT_TRIG for BulletAttack, so it touches triggers 2023-08-17 19:17:02 +02:00
smallmodel
97543622bf
Added MASK_SHOT_TRIG
Fixed MASK_SHOT values
2023-08-17 19:16:49 +02:00
smallmodel
d80e9d80e7
Fixed getcvar returning wrong values sometimes 2023-08-17 18:24:30 +02:00
smallmodel
4f757445c4
Set vehicle to be in godmode if the player is in godmode 2023-08-17 18:24:20 +02:00
smallmodel
2749ab92b2
trigger_hurt inherits from Trigger and not TriggerUse 2023-08-17 18:23:53 +02:00
smallmodel
1b86e60548
Implemented all mohaas/mohaab features like animated farplanes, skybox speed/farplane, etc. 2023-08-17 17:39:54 +02:00
smallmodel
2c9c80d7bc
Don't set the targetname if world doesn't exist
Prevent world from being retargeted
2023-08-17 17:39:12 +02:00
smallmodel
5146b1f36b
Made SetTargetName virtual functions 2023-08-17 17:37:43 +02:00
smallmodel
bc81fe78b2
Check if the ent is inside the hit entity (this fixes trigger_hurt issues in mp_stadt_dm 2023-08-17 16:10:29 +02:00
smallmodel
4de1b7c73b
When showing entities number, add maxs.z offset 2023-08-17 16:09:46 +02:00
smallmodel
3c8c4e9f97
Call SetSize() directly from setModel() 2023-08-17 16:09:29 +02:00
smallmodel
c366c10530
Fixed level/parm/game vars being overwritten 2023-08-17 16:09:09 +02:00
smallmodel
bdcd0dbd56
Fixed EventEnd copying and adding pointer value 2023-08-17 03:03:26 +02:00
smallmodel
7e113359b3
Fixed crash with healrate 2023-08-16 19:14:05 +02:00
smallmodel
467802c466
Fixed crash when loading savegame 2023-08-16 19:13:52 +02:00
smallmodel
ce1b3aaee9
Fixed ArchiveAliases
Archive PathSearch
2023-08-16 19:13:38 +02:00
smallmodel
1a53bdd584
Implemented PathSearch::ArchiveDynamic 2023-08-16 18:48:38 +02:00
smallmodel
5521e7654d
Fixed number of script classes being replaced by the number of threads, causing archive read to go wrong 2023-08-16 18:29:36 +02:00
smallmodel
73716dd624
Fixed silly mistake in the container archive function 2023-08-16 18:29:06 +02:00