Commit graph

401 commits

Author SHA1 Message Date
smallmodel
434aaf3eaf
Initialize last animation time 2024-08-05 23:41:17 +02:00
smallmodel
ebfb6d1846
Fix inwardsphere not being used
This fixes emitters looking incorrect, like `animate/adamspark.tik`, for the explosion of electric panels
2024-07-27 23:20:30 +02:00
smallmodel
93cd470659
Fix broken cgame state saving 2024-07-15 23:44:11 +02:00
smallmodel
551fccb761
Fixes wrong handle being compared for uniqueness
This should fix invisible models (fixes #322)
2024-07-02 22:47:41 +02:00
smallmodel
7ddee0100e
Implements CG_BodyFallSound() 2024-06-14 22:24:55 +02:00
smallmodel
6b869c4c0d
Use an enumeration instead of raw values 2024-06-14 21:39:54 +02:00
smallmodel
8a28ad0c36
Fixed explosion effects on protocol below 2.0 2024-06-09 20:16:14 +02:00
smallmodel
e08b2fe382
Added cg_target_game 2024-06-09 20:10:30 +02:00
smallmodel
74ccb03e54
Reduced compilation warnings 2024-06-07 20:34:13 +02:00
smallmodel
db7ae4ffef
Properly clear the color values 2024-06-07 19:57:14 +02:00
smallmodel
57ac7d8c19
Removed code that is already present in CG_SetupFog() and CG_SetupPortalSky() 2024-06-03 21:36:12 +02:00
smallmodel
ee48193f15
Added notagaxis
Fixes #222
2024-04-22 17:21:26 +02:00
smallmodel
40035f4df3
Fixed multi-shaders snow 2024-03-02 14:23:32 +01:00
smallmodel
a7b3fdd70b
Added getConfigStringIdNormalized client game import to normalize config strings 2024-03-02 14:06:32 +01:00
smallmodel
e7cd70b8ee
Enable cg_rain by default 2024-03-01 22:19:18 +01:00
smallmodel
7314543c88
Fixed snow bullet hit effect
This fixes #246
2024-02-21 20:17:01 +01:00
smallmodel
e55f5902d5
Avoid using constant values 2024-02-21 20:12:05 +01:00
smallmodel
6b6e2c947c
Fixed vNorm not being initializing causing crashes on rare occasions
This should fix #169
2024-02-20 19:53:08 +01:00
smallmodel
66fcc2cd14
Cleaned up VSS_AddRepulsion 2024-02-20 19:52:11 +01:00
smallmodel
af829772f9
Cleaned up VSS_CalcRepulsionForces and fixed vss index 2024-02-20 18:54:59 +01:00
smallmodel
7956746b65
Fixed inward sphere argument: the argument should be optional
See #209
2024-02-19 19:34:11 +01:00
smallmodel
5cc599984d
Fixed bullet hit effect for glass 2024-02-12 00:29:52 +01:00
smallmodel
b95b8c4c20
Fixed water bullet effect 2024-02-12 00:17:30 +01:00
smallmodel
500c70016f
Don't crossblend with new weapons 2024-02-05 20:13:23 +01:00
smallmodel
fce0f7b357
Better rain handlijng 2024-02-04 19:36:34 +01:00
smallmodel
0fabdc8c44
Added current objective index 2024-02-04 19:25:03 +01:00
smallmodel
937f3993ec
Removed unusable FX in 1.11 and below 2024-02-04 16:10:49 +01:00
smallmodel
0a31ab7558
Use the correct view model animation for the kar98 mortar 2024-02-03 21:23:59 +01:00
smallmodel
9b7f192dce
Corrected marks not working on entities like doors 2024-01-27 21:14:13 +01:00
smallmodel
6317ca7183
Fixed the origin of cone emitters 2024-01-01 22:33:05 +01:00
smallmodel
2d911c37a4
Added vote commands for cgame 2023-12-31 00:39:43 +01:00
smallmodel
825df20a72
Fixed game being stuck on mission stats screen in single-player 2023-11-26 19:30:54 +01:00
smallmodel
0a42fd79d2
Clear radar on cgame shutdown 2023-11-26 19:30:28 +01:00
smallmodel
58b4a9a676
Added bullet alpha (from moh 2.0 and above) 2023-11-15 21:02:34 +01:00
smallmodel
afafacaeec
Fixed bullet tracer issues with multiple bullets 2023-11-15 20:41:35 +01:00
smallmodel
5568d160ab
Fixed uninitialized shader variable in CG_DrawCrosshair() 2023-11-13 22:18:38 +01:00
smallmodel
6d8b6b5f29
Fixed objectives text 2023-11-13 19:25:52 +01:00
smallmodel
96748b3fbc
Fixed vote's last text position 2023-11-07 23:06:11 +01:00
smallmodel
f1325048e9
Fixed crosshair's endpos friend test 2023-11-07 23:05:54 +01:00
smallmodel
deee21eb68
Fixed vote string alignment position 2023-11-07 23:02:07 +01:00
smallmodel
2f43e5c5ea
Fixed crosshair friend icon on mohaa 1.11 2023-11-07 23:01:49 +01:00
smallmodel
4766067edb
Fixed crosshair incorrectly hiding 2023-11-07 22:54:05 +01:00
smallmodel
20c8c87e79
Draw vote and crosshair 2023-11-07 22:43:13 +01:00
smallmodel
a5ba02c2bb
Added crosshair variables 2023-11-07 19:30:46 +01:00
smallmodel
e1554efc08
Fixed paused icon location 2023-11-07 19:20:52 +01:00
smallmodel
646c1f0f16
Fixed lightorigin and attach offset being badly calculated 2023-11-06 19:58:36 +01:00
smallmodel
f9dc37d60a
Fixed HudPrint using argument 0 instead of 1 for the message 2023-11-04 19:02:24 +01:00
smallmodel
cf0808e119
Added client vote options code (partially implemented) 2023-11-03 21:09:18 +01:00
smallmodel
92333909fd
Fixed commands being executed twice 2023-11-03 20:40:45 +01:00
smallmodel
f19edac9ca
Fixed audio spatialization
The yaw was inverted specifically for the Miles Sound System. But as the engine was never using Miles, the yaw mustn't be inverted
2023-11-02 19:57:46 +01:00