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
|
b9f3ee867b
|
Fixed switch label with "default" case
|
2023-08-19 00:57:29 +02:00 |
|
smallmodel
|
f16b992a97
|
Fixed assignments with case-insensitive event names
|
2023-08-19 00:57:19 +02:00 |
|
smallmodel
|
9ba5710412
|
Fixed variable comparison operators with VARIABLE_CHAR
|
2023-08-19 00:57:02 +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
|
ba5b2adf94
|
Fixed rcon command not working
|
2023-08-19 00:34:47 +02:00 |
|
smallmodel
|
ded7d941ea
|
Call SetAngles(ev) when setting the angles
|
2023-08-19 00:34:27 +02:00 |
|
smallmodel
|
09ed4e4a1d
|
Fixed grammar priorities of the unuary and complement
|
2023-08-19 00:34:14 +02:00 |
|
smallmodel
|
9b3aaa0f87
|
Using string+5 rather than string+(4+1)
|
2023-08-19 00:33:55 +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
|
47c7c5a5e3
|
Renamed centerprint to stringToPrint
|
2023-08-18 15:10:10 +02:00 |
|
smallmodel
|
80ada3225d
|
Fixed centerprint not working as intended
|
2023-08-18 15:09:32 +02:00 |
|
smallmodel
|
a1745829b2
|
Added product extension, as breakthrough clients rely on the extension word (like "Spearhead") to set g_servertype variable
|
2023-08-18 14:54:17 +02:00 |
|
smallmodel
|
b2853465ed
|
Capitalize first letter in PRODUCT_EXTENSION
|
2023-08-18 14:53:39 +02:00 |
|
smallmodel
|
c89091b4cd
|
Send gamever and serverType in SVC_Info
|
2023-08-18 14:53:26 +02:00 |
|
smallmodel
|
e5beb0d9b9
|
Explicitly use GT_SINGLE_PLAYER
|
2023-08-18 14:53:12 +02:00 |
|
smallmodel
|
80ab513d76
|
Fixed size() returning 0 when the type is VARIABLE_NONE (must return -1)
|
2023-08-18 14:14:32 +02:00 |
|
smallmodel
|
854136d85b
|
Fixed spelling mistake
|
2023-08-18 14:14:11 +02:00 |
|
smallmodel
|
25c417187b
|
Removed flex/bison source files from build
Flex/Bison must be used to generate those files
|
2023-08-18 01:46:16 +02:00 |
|
smallmodel
|
e3e9328ba3
|
Fixed small mistake when comparing with nextTime
|
2023-08-18 01:46:00 +02:00 |
|
smallmodel
|
3cc0c41b7b
|
Added ScriptArrayHolder constructor
|
2023-08-18 01:42:10 +02:00 |
|
smallmodel
|
697013bbbf
|
Fixed grammar priorities with const array
|
2023-08-18 01:18:18 +02:00 |
|
smallmodel
|
0080d4b9a8
|
Using ScriptError
|
2023-08-18 01:18:07 +02:00 |
|
smallmodel
|
8c391ef880
|
set cvar_modifiedFlags to the difference between flags
|
2023-08-18 01:09:24 +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
|
ba607a0aad
|
Ignore the owner of the passEnt entity
|
2023-08-17 21:30:21 +02:00 |
|
smallmodel
|
2b38a0f48e
|
Fixed wrong opcode for method event
|
2023-08-17 21:29:55 +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 |
|