Commit graph

1322 commits

Author SHA1 Message Date
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
smallmodel
64e3c18fb9
Removed assertion (not present in mohaa) 2023-08-16 19:22:10 +02:00
smallmodel
7e113359b3
Fixed crash with healrate 2023-08-16 19:14:05 +02:00
smallmodel
467802c466
Fixed crash when loading savegame 2023-08-16 19:13:52 +02:00
smallmodel
ce1b3aaee9
Fixed ArchiveAliases
Archive PathSearch
2023-08-16 19:13:38 +02:00
smallmodel
1a53bdd584
Implemented PathSearch::ArchiveDynamic 2023-08-16 18:48:38 +02:00
smallmodel
5521e7654d
Fixed number of script classes being replaced by the number of threads, causing archive read to go wrong 2023-08-16 18:29:36 +02:00
smallmodel
73716dd624
Fixed silly mistake in the container archive function 2023-08-16 18:29:06 +02:00
smallmodel
840d23dcac
Fixed sizeof(index) 2023-08-16 18:28:50 +02:00
smallmodel
525a0c7c82
Renamed and moved soundSystem_t to snd_local_new.h 2023-08-16 18:14:06 +02:00
smallmodel
46c35057fb
Made omohserver an interface 2023-08-16 18:13:47 +02:00
smallmodel
6d03b9763a
Using S_LoadData 2023-08-16 18:13:30 +02:00
smallmodel
9eaecb0a2a
Fixed a crash when loading a script, on non-MSVC binaries 2023-08-16 16:07:42 +02:00
smallmodel
f9232840e4
Fixed sprint not working 2023-08-16 13:17:01 +02:00
smallmodel
3ea40fda82
Fixed runspeed values 2023-08-16 13:16:56 +02:00
smallmodel
c357c2614a
Added DEBUG_DROP_ASSERT CMake definition 2023-08-16 13:16:04 +02:00
smallmodel
efed6d0eac
Fixed script developer printf 2023-08-16 02:43:22 +02:00
smallmodel
244220f031
Fixed spawnpoint issues due to trace mask 2023-08-16 02:37:57 +02:00
smallmodel
7ce87575bc
Added MASK_PLAYERSTART 2023-08-16 02:37:25 +02:00
smallmodel
401cfeda65
Make sure to not call CanSeeEnemy() if the enemy is NULL 2023-08-16 02:31:30 +02:00
smallmodel
a45a8c7742
Fixed sentient linking/unlinking 2023-08-16 02:31:12 +02:00
smallmodel
c80b360918
Fixed "ignoreclock" event name 2023-08-16 02:22:39 +02:00
smallmodel
8514ef6ef8
Fixed Objective::SetText event parameter 2023-08-16 02:18:23 +02:00
smallmodel
9b1dc34ea1
Fixed score data for mohaas/mohaab 2023-08-16 02:08:00 +02:00
smallmodel
f5490321e7
Set default explosion to "fx/fx_explosion.tik" 2023-08-16 02:04:28 +02:00
smallmodel
1f4393e3b2
Call DM_Team::AddKills when the player got killed 2023-08-16 01:32:53 +02:00
smallmodel
8aa6a16a27
Export g_TOWObjectiveMan 2023-08-16 01:32:07 +02:00
smallmodel
286f553a54
Fixed uninitialized variable 2023-08-16 01:06:51 +02:00
smallmodel
f0ec50e37b
Implemented UIRadar::Draw() 2023-08-16 00:45:40 +02:00
smallmodel
c1ee0332e3
Fixed parameter of Draw_StretchPic2 2023-08-16 00:45:26 +02:00
smallmodel
d2737f2b40
Fixed CL_UnpackNonPVSClient not unpacking the clientNum 2023-08-16 00:45:12 +02:00
smallmodel
0d501ec38a
Fixed CG_SameTeam always returning true 2023-08-16 00:44:44 +02:00
smallmodel
d39e6421fe
Call CG_UpdateRadarClient() in CG_AddCEntity 2023-08-16 00:44:30 +02:00
smallmodel
c2125947ab
Removed R_RegisterSkin 2023-08-16 00:20:16 +02:00
smallmodel
953a33a6ff
Call CG_InitRadar and restore saved cgame state 2023-08-16 00:20:10 +02:00
smallmodel
508903c3b1
Moved console_spam_filter to Com_Init 2023-08-16 00:08:35 +02:00
smallmodel
9116063d3f
Added CL_RestoreSavedCgameState and CL_RestoreSavedCgameState 2023-08-16 00:08:24 +02:00
smallmodel
e2a0d2d01e
Fixed function parameter 2023-08-16 00:07:45 +02:00
smallmodel
5343949254
Implemented Draw_StretchPic2 2023-08-15 23:52:22 +02:00
smallmodel
c17454b124
Renamed bValid to teamShader 2023-08-15 23:24:23 +02:00
smallmodel
4f8dc5dc2a
Added radar variables 2023-08-15 22:47:11 +02:00
smallmodel
0fea47bb69
Added Draw_StretchPic2 2023-08-15 22:44:37 +02:00
smallmodel
47665fcd70
Added CL_ReadNonPVSClient and CL_UnpackNonPVSClient 2023-08-15 22:22:35 +02:00
smallmodel
968b073338
Implemented client-game radar code 2023-08-15 22:21:44 +02:00
smallmodel
03582bb59a
Added radars and radarShaders in cg_t 2023-08-15 22:21:24 +02:00
smallmodel
149d3ce2fc
Added CL_InitRadar 2023-08-15 22:21:01 +02:00
smallmodel
fe5e151d89
Added YawToAxis 2023-08-15 22:20:33 +02:00
smallmodel
06a7341eda
Moved radarUnpacked_t from server.h to q_shared.h 2023-08-15 22:20:25 +02:00
smallmodel
456ed42e14
Implemented the radar system for non-pvs clients 2023-08-15 19:29:12 +02:00