Commit graph

380 commits

Author SHA1 Message Date
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
smallmodel
7de31a776b
Added a check to avoid freeing a model that is used more than once 2023-10-29 20:40:37 +01:00
smallmodel
503320d13f
Added modelOnly parameter to CG_ProcessConfigString + added votes 2023-10-29 20:40:07 +01:00
smallmodel
a5b7c774c1
Added more clarity for PMF_DAMAGE_ANGLES 2023-10-13 19:33:03 +02:00
smallmodel
9f42da4686
Hide tempmodel when it is outside of the min/max distance range 2023-10-03 17:04:26 +02:00
smallmodel
06e3497a57
Fixed issues with tempmodel origin 2023-10-03 17:02:07 +02:00
smallmodel
7323d51219
Emitter fixes 2023-10-02 18:47:02 +02:00
smallmodel
f5071f2667
Fixed out of temp model warning spam 2023-10-02 18:46:45 +02:00
smallmodel
b17494519e
Tempmodel fixes 2023-10-02 13:41:00 +02:00
smallmodel
13555f505c
newEnt's parent entity must be ENTITYNUM_NONE in AddTempModels() 2023-10-02 12:45:51 +02:00
smallmodel
2a65f53084
TagSpawnLinked must initialize the spawnthing origin to the entity's origin 2023-10-02 12:45:34 +02:00
smallmodel
baa8f4334b
Implemented CG_ClientCommands 2023-10-02 12:07:12 +02:00
smallmodel
24a211b190
Formatted document 2023-10-02 11:56:35 +02:00
smallmodel
6e82f254b7
Formatted document 2023-10-02 11:51:08 +02:00
smallmodel
cd9315852e
Fixed num not being set when writing to memory archiver in commandthing_t::ArchiveToMemory 2023-09-30 11:57:04 +02:00
smallmodel
7b72a3fba4
Fixed MemArchiver improperly working 2023-09-06 23:34:16 +02:00
smallmodel
dda79e7f27
Moved some tempmodels code to cg_tempmodels.cpp and implemented FreeSomeTempModels() 2023-09-06 23:25:48 +02:00
smallmodel
9a104566ba
Added MemArchive feature from mohaas/mohaab 2023-09-06 23:11:43 +02:00
smallmodel
b4d8982341
Implemented CG_ArchiveVSSGlobals() 2023-09-06 20:54:58 +02:00
smallmodel
5ea3fc28f7
Added FS_ListFilteredFiles, FS_FreeFileList, R_GetModelName and R_GetShaderName to client game imports 2023-09-06 20:31:50 +02:00
smallmodel
791f38762b
Added MemArchiver::ArchiveSize 2023-09-06 19:58:19 +02:00
smallmodel
c296b909c7
Fixed iTagR initialization 2023-09-06 00:00:50 +02:00