Commit graph

520 commits

Author SHA1 Message Date
smallmodel
999e0fd721
Implement test emitter 2024-09-09 21:48:40 +02:00
smallmodel
47131dec44
Fix wrong special effects count 2024-09-09 21:43:20 +02:00
smallmodel
725561b655
Fix the usage of memory, strings, constant and parameters 2024-09-08 23:54:47 +02:00
smallmodel
eb7af2bce9
Implement basic test emitter functions 2024-09-08 23:33:55 +02:00
smallmodel
065c791a10
Implement CG_ResetEffectCommandCvars 2024-09-08 19:29:40 +02:00
smallmodel
6b902e7f5d
Remove "unimplemented" comment 2024-09-08 18:49:45 +02:00
smallmodel
df0cb87b35
Implement CG_AddLightShow (cg_acidtrip) 2024-09-08 18:48:15 +02:00
smallmodel
0b9687fea4
Implement functions for printing content types, surface properties and surface types 2024-09-08 18:39:39 +02:00
smallmodel
bca6d656b6
Fix bad verts value passed to CG_AddFragmentToScene 2024-09-08 17:53:35 +02:00
smallmodel
ffc3580d43
Implement CG_CheckCaptureKey 2024-09-08 16:31:19 +02:00
smallmodel
cd9b1a741f
Match CG_PermanentMark parameters
This fixes #355
2024-09-07 23:57:17 +02:00
smallmodel
14d1fae54a
Implement all treadmark functions 2024-09-06 22:10:22 +02:00
smallmodel
a1601be7a6
Implement code to make tread mark decals 2024-09-05 23:54:01 +02:00
smallmodel
58e39add5b
Implemented treadmarks update functions 2024-09-05 01:04:53 +02:00
smallmodel
9eed0eab5f
Implement CG_PermanentMark 2024-09-04 21:51:42 +02:00
smallmodel
b1e640ad1d
Implement CG_PermanentMark 2024-09-04 21:41:16 +02:00
smallmodel
1e0195f6e3
Add variables that will be used in unimplemented functions 2024-09-04 20:29:29 +02:00
smallmodel
5052449e38
Fix invisible bullet tracers 2024-09-02 00:25:07 +02:00
smallmodel
81866d96e0
Make flesh impacts properly work 2024-08-31 18:02:07 +02:00
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