Commit graph

1148 commits

Author SHA1 Message Date
smallmodel
087d28eb9a
Added GT_TOW and GT_LIBERATION for SelectSpawnPoint() 2023-08-10 19:11:39 +02:00
smallmodel
1deea345bc
Renamed team to teamnum 2023-08-10 18:49:57 +02:00
smallmodel
e0fa706f6c
Implemented EquipWeapons, Stats, TickTeamSpawn, UserSelectWeapon, AllowTeamRespawn and EventKillAxis 2023-08-10 18:48:46 +02:00
smallmodel
cf794d2b95
Added DF_OLD_SNIPER and DF_DISALLOW_KAR98_MORTAR 2023-08-10 18:42:13 +02:00
smallmodel
391e82bb92
Formatted source files 2023-08-10 18:41:49 +02:00
smallmodel
83a44b3158
Implemented RemoveFromVehiclesAndTurretsInternal 2023-08-10 17:01:55 +02:00
smallmodel
8cd0e6c5bf
Added FixedTurret, PortableTurret and CarryableTurret (unimplemented) 2023-08-10 17:01:43 +02:00
smallmodel
619ab00035
Added player-specific methods 2023-08-10 17:01:19 +02:00
smallmodel
4ded5c3380
Added EV_Weapon_SetAmmoClipSize declaration 2023-08-10 17:00:51 +02:00
smallmodel
85fa2185f8
Added DetachRemoteOwner 2023-08-10 17:00:38 +02:00
smallmodel
ab39259bbe
Moved vote options stuff to bg_voteoptions.h 2023-08-10 17:00:17 +02:00
smallmodel
9bf2065d18
Implemented battle language methods and GetTeamDialogPrefix/GetNationalityPrefix 2023-08-10 14:18:40 +02:00
smallmodel
ceb121d588
Added MASK_BATTLELANGUAGE 2023-08-10 14:14:50 +02:00
smallmodel
e7dbc25ca0
Made entity parameter a constant instance 2023-08-10 14:14:39 +02:00
smallmodel
7386784765
Renamed clientPersistant_t to client_persistant_t
Named client_peristant_t fields correctly
2023-08-10 13:34:04 +02:00
smallmodel
9062952539
Implemented GiveNewWeaponsCheat, GetSpectateFollowOrientation, EnsurePlayerHasAllowedWeapons, SetPlayerSpectateRandom, RetrieveVoteOptions and GetNationalityPrefix
mohaas/mohaab fixes
2023-08-10 13:31:35 +02:00
smallmodel
9f0a479c3b
added playerAnimSlot_t enum 2023-08-10 13:30:32 +02:00
smallmodel
517b9296dc
Using sv_walkspeedmult instead of sv_walkspeed 2023-08-10 12:09:07 +02:00
smallmodel
3ca09613e1
Fixed string constants 2023-08-10 12:08:53 +02:00
smallmodel
ba931cbedf
Added all mohaas/mohaab cvars 2023-08-10 12:04:45 +02:00
smallmodel
090b354b23
Added all mohaas/mohaab events, methods (partially implemented) 2023-08-10 03:56:13 +02:00
smallmodel
dd30bfde15
Set protocol from com_protocol 2023-08-10 03:55:50 +02:00
smallmodel
477735cb3d
Cleanup player class
Added all mohaas/mohaab methods (partially implemented)
2023-08-10 03:46:28 +02:00
smallmodel
38599f2181
Added more cvars 2023-08-10 03:45:38 +02:00
smallmodel
bd794fb286
Cleanup Level 2023-08-10 03:10:51 +02:00
smallmodel
ce34b78113
Added CL_LV_ConvertString
Only CL messages are localized now (see comment)
2023-08-10 02:42:57 +02:00
smallmodel
b8a87dc6ea
Using dm_manager.h instead of dm_team.h 2023-08-10 02:31:48 +02:00
smallmodel
7bdc30936c
Added G_SetClientConfigString 2023-08-10 02:31:09 +02:00
smallmodel
9e635a7207
Rearranged DM_Manager
Moved dm_team.cpp code to dm_manager.cpp
2023-08-10 02:31:01 +02:00
smallmodel
e5626378ef
Added m_bIgnoreClock 2023-08-10 01:42:24 +02:00
smallmodel
73921c116d
Made FireWeapon and EventUseWeaponClass virtual methods 2023-08-10 01:42:06 +02:00
smallmodel
d4b98ef9dd
Added sprint, invulnerable and team spawn variables 2023-08-10 01:41:03 +02:00
smallmodel
40318f052a
Set GAMEVERSION to OPENMOHAA 2023-08-09 23:49:47 +02:00
smallmodel
a130f45c62
Added GetViewAngles, SetFov and GetFov
Removed SwingAngles
2023-08-09 23:49:38 +02:00
smallmodel
e687d97660
Fixed compile errors 2023-08-09 23:48:37 +02:00
smallmodel
e4a0406fc2
Removed Player::PlayerDone
Using Player::DeadBody with the event parameter
2023-08-09 23:11:39 +02:00
smallmodel
ef18c389be
Cleanup entity class
Added new parameter for CanSee
Added Entity::SafeSolid and Entity::Sink
2023-08-09 23:09:09 +02:00
smallmodel
85099801ab
Call Player::DeadBody() with the event function instead 2023-08-09 22:09:04 +02:00
smallmodel
3472657f92
Added MASK_SAFESOLID 2023-08-09 22:08:37 +02:00
smallmodel
c197513ff3
Fixed mismatched endif 2023-08-09 21:00:56 +02:00
smallmodel
9dca77c2cf
Fixed setModel() virtual function 2023-08-09 20:58:36 +02:00
smallmodel
f08a7fa21e
Removed Player::useWeapon 2023-08-09 20:58:07 +02:00
smallmodel
2df56c810d
Set Entity's entnum directly 2023-08-09 20:57:53 +02:00
smallmodel
8c6098f730
Removed SimpleEntity::SetTargetViewAngles() 2023-08-09 20:57:45 +02:00
smallmodel
1462d4f8d9
Removed StunAttack (useless) 2023-08-09 20:57:26 +02:00
smallmodel
5bd49304d7
Cleaned up SimpleEntity 2023-08-09 20:57:17 +02:00
smallmodel
f52d648d6f
Added InteractObject and ThrowObject 2023-08-09 20:49:43 +02:00
smallmodel
987af7eb81
Cleaned up Sentient class
Moved combat stuff to sentient_combat.cpp
Formatted source files
2023-08-09 19:45:39 +02:00
smallmodel
f313b6a058
Formatted item source files 2023-08-09 16:54:38 +02:00
smallmodel
99b989bb63
Added DynItem
Removed unused features
Added remaining mohaa functions
2023-08-09 16:37:08 +02:00