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 |
|
smallmodel
|
28de2543ec
|
Removed listenerVars as it can cause issues
|
2023-08-17 19:51:53 +02:00 |
|
smallmodel
|
4435984b81
|
Renamed label to m_Thread
|
2023-08-17 19:29:03 +02:00 |
|
smallmodel
|
1435489a43
|
Fixed floats with negative values
|
2023-08-17 19:17:16 +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
|
a9374f068b
|
Added a check to avoid packed from being out of bounds in MSG_PackCoord()
|
2023-08-17 18:24:50 +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
|
011bee9f33
|
Implemented MSG_HandleCGMBufferOverflow
Fixed CGM buffer error for non-connected clients
|
2023-08-17 18:23:24 +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
|
23e01fc1a7
|
Make sure to set m_data.containerValue when copying the value
|
2023-08-17 17:39:26 +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
|
6f5106803d
|
Made firstLeafBrush and firstLeafSurface as intptr_t, as sometimes it's an offset to an unrelated memory location (in 64-bit, it could be a very far away memory location)
|
2023-08-17 16:08:40 +02:00 |
|
smallmodel
|
55a6b7956a
|
Changed event priorities
|
2023-08-17 16:07:51 +02:00 |
|
smallmodel
|
911d1f1706
|
Fixed OP_STORE_FIELD and OP_STORE_FIELD_REF
|
2023-08-17 16:07:38 +02:00 |
|
smallmodel
|
56fba733f3
|
Always cast targetlist to const array value, so the iteration remains untouched
|
2023-08-17 03:18:41 +02:00 |
|
smallmodel
|
a3c65ef7e4
|
Fixed containerValue allocation (mustn't allocate a new one)
|
2023-08-17 03:18:19 +02:00 |
|
smallmodel
|
73bc196592
|
Fixed cmd execution while iterating over a target list
|
2023-08-17 03:04:01 +02:00 |
|
smallmodel
|
8487099264
|
Fixed crash due to improper ScriptPointer usage
|
2023-08-17 03:03:40 +02:00 |
|