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 |
|
smallmodel
|
bdcd0dbd56
|
Fixed EventEnd copying and adding pointer value
|
2023-08-17 03:03:26 +02:00 |
|
smallmodel
|
3c2600648c
|
Fixed "immediateremove" wrong spelling
|
2023-08-17 03:03:08 +02:00 |
|
smallmodel
|
f1abfeced6
|
Fixed grammar for if/while/for statements with a single line and a semi-colon
|
2023-08-17 02:59:54 +02:00 |
|
smallmodel
|
99bce5a11a
|
Fixed identifiers like "break_formation" being treated as "break" and "_formation" separately
|
2023-08-17 01:08:37 +02:00 |
|
smallmodel
|
ab5a3604bf
|
Fixed grammar like "$(value).field"
Fixed newline in if statements
Fixed if/else being ambiguous
|
2023-08-17 01:05:55 +02:00 |
|
smallmodel
|
fab7d8539c
|
Fixed an extremely nasty bug with libmad: mad.h defines SIZEOF_INT to 4, libmad c files don't include this mad.h file, which mean libmad c files will use 8-bytes int, and snd_codec_mp3.c will use 4-bytes int
|
2023-08-16 20:53:20 +02:00 |
|
smallmodel
|
0347a5ca0b
|
Renamed MAX_CHANNELS to MAX_SKELETOR_CHANNELS to avoid conflict with sound channels (MAX_CHANNELS)
|
2023-08-16 20:51:19 +02:00 |
|
smallmodel
|
42ad1cb41c
|
Removed libmad from includes
|
2023-08-16 20:50:26 +02:00 |
|