smallmodel
ea70be07a2
Added FAKKServerListItem class (with unimplemented methods)
2023-07-27 23:02:39 +02:00
smallmodel
1884d3d23c
Using a const char* for ServerListAuxUpdate
2023-07-27 23:00:27 +02:00
smallmodel
3f036cca5e
Added GameSpy server list
2023-07-27 22:43:51 +02:00
smallmodel
3e02fe340b
Implemented UIFAKKServerList's constructor
2023-07-27 22:43:41 +02:00
smallmodel
50d62f1505
Exported EV_UIListBase_ItemDoubleClicked and EV_UIListBase_ItemSelected
2023-07-27 22:43:24 +02:00
smallmodel
aef54d05ae
Incremented version number
2023-07-25 23:27:07 +02:00
smallmodel
15633626fe
Implemented R_GatherLightSources, R_CheckAddLightToList and R_InsertLightIntoList
2023-07-25 22:01:28 +02:00
smallmodel
d43b60c818
Don't lean while moving if alwaysAllowLean is not set
2023-07-25 20:59:52 +02:00
smallmodel
7941524aad
Set alwaysAllowLean depending on the game version and the dmflags
2023-07-25 20:59:34 +02:00
smallmodel
3aa4a6157c
Added PMF_NO_LEAN pmflags
...
Added alwaysAllowLean pmove_t field from mohta
2023-07-25 20:59:04 +02:00
smallmodel
fc9cf41557
Implemented R_GetLightingGridValue (better lighting)
2023-07-25 20:03:07 +02:00
smallmodel
527131e513
R_LoadLightGrid: Set light grid size depending on the map version
2023-07-25 20:02:56 +02:00
smallmodel
b79163f998
Fixed sqrt non-constant expression
2023-07-25 18:46:05 +02:00
smallmodel
121aaa164a
Implemented sphere light
2023-07-24 20:18:14 +02:00
smallmodel
2522559a04
Implemented R_SphereInLeafs
2023-07-24 20:14:23 +02:00
smallmodel
cf61471b2d
Added MAX_REAL_LIGHTS
2023-07-24 20:14:16 +02:00
smallmodel
9ebdc6a238
Replaced 2 with RDF_HUD
2023-07-24 20:13:43 +02:00
smallmodel
0c65f5dab3
Incremented version number
2023-07-24 11:47:09 +02:00
smallmodel
12d6b064ec
Increased tempmodel count
2023-07-23 19:24:07 +02:00
smallmodel
9de676a86b
Set the correct special effect for CG_Splash
2023-07-23 19:21:53 +02:00
smallmodel
087d0047b3
Implemented AGEN_DIST_FADE, AGEN_ONE_MINUS_DIST_FADE, AGEN_TIKI_DIST_FADE, AGEN_ONE_MINUS_TIKI_DIST_FADE and AGEN_HEIGHT_FADE
2023-07-23 19:08:57 +02:00
smallmodel
d6952b8915
Implemented RB_CalcAlphaFromHeightFade
2023-07-23 18:43:35 +02:00
smallmodel
396e543b74
Removed tess.numVertexes check from RB_CheckOverflow
2023-07-23 18:21:09 +02:00
smallmodel
fa3479cc96
Fixed entities with RF_DONTDRAW being drawn
2023-07-23 18:19:26 +02:00
smallmodel
0e27ebb3e4
Fixed modelanim skyorigin
2023-07-23 18:19:08 +02:00
smallmodel
cd3e9bec03
Don't draw NODRAW surface
2023-07-23 15:07:20 +02:00
smallmodel
6082e0abe1
Workaround to fix crash on mohaa fx
2023-07-23 13:46:32 +02:00
smallmodel
23cf561405
Fixed infinite loop in VSS_CalcRepulsionForces
2023-07-23 13:46:15 +02:00
smallmodel
a6c7f7d4e0
Fixed animation map
2023-07-23 13:44:30 +02:00
smallmodel
74f230077d
Fixed ClientGameCommandManager::BeginTagSpawnLinked incorrectly working
...
Implemented ClientGameCommandManager::IsBlockCommand
Support for T_WAVE in ClientGameCommandManager::UpdateEmitter
2023-07-22 21:34:18 +02:00
smallmodel
c2cc57fa6b
Made model check case-insensitive (this fixes thing like recaching, and this fixes cgame crashing with m_spawnthing being null during model parsing)
2023-07-22 21:27:56 +02:00
smallmodel
7b1ab5fea6
Fixed wrong emitter being used
...
Free temp model if it has no dlight and no model name
2023-07-22 20:36:11 +02:00
smallmodel
3161f28da6
Initialize pEvent to 0
2023-07-22 20:06:16 +02:00
smallmodel
403e98fba6
Implemented ClientGameCommandManager::BeginTagSpawnLinked
2023-07-22 17:45:27 +02:00
smallmodel
3e657679a0
Replaced calls to SpawnTempModel by calls to SpawnEffect call
...
Set m_spawnthing to m_localemitter if the current SFX is null
2023-07-22 17:35:06 +02:00
smallmodel
7c2cdd52b0
Using SFX enum to spawn SFX
2023-07-22 17:35:02 +02:00
smallmodel
6c46c5d5c0
Fixed life_random not working
2023-07-22 15:49:44 +02:00
smallmodel
930784bdf3
Don't initialize the spawnthing if there is a current SFX
2023-07-22 15:33:31 +02:00
smallmodel
92efd2a4bb
Using RF_FLAGS_NOT_INHERITED for CG_AttachEyeEntity
2023-07-22 15:23:12 +02:00
smallmodel
751283aeb5
AllocateTempModel will just return null if there are no free tempmodels
...
Removed timealive parameter
Using T_SPHERE instead of T_INWARDSPHERE
Using T2_RELATIVEANGLES
2023-07-22 15:22:54 +02:00
smallmodel
e97250875c
Added relative angles from mohta
...
Calling SpawnEffect instead of SpawnTempModel
2023-07-22 15:21:57 +02:00
smallmodel
c5f853aa1f
Added relative angles from mohta
2023-07-22 15:20:51 +02:00
smallmodel
00c07b4e10
Implemented CG_AttachEyeEntity and CG_UpdateForceModels, which fixes turrets, and entity attachment to player
2023-07-21 23:43:57 +02:00
smallmodel
783cefacf9
Fixed surfaces crash
2023-07-21 23:42:09 +02:00
smallmodel
832067d967
Fixed (a little bit) R_RealDlightPatch
2023-07-21 23:36:02 +02:00
smallmodel
8e60786307
Added Q_clamp_int and Q_clamp_float
2023-07-21 23:35:44 +02:00
smallmodel
7172f480eb
Added "wrongver" connectionless packet command response
...
Fixed disconnect not returning to main menu
Implemented CL_AbnormalDisconnect
Removed CL_Disconnect parameter
Using short version for version when connecting
2023-07-21 20:37:45 +02:00
smallmodel
b1c732eeb9
Fixed MSG string reading functions returning bad strings
2023-07-21 20:35:41 +02:00
smallmodel
4aad275e3b
Removed buffer from Message_Key
2023-07-21 20:35:26 +02:00
smallmodel
2a34e54000
Fixed MSG_ReadGameStateChar not returning correctly
2023-07-21 20:35:13 +02:00