jeefo
e924a266b0
Do not ignore thirdparty bots in humans_join_team cvar checks. ( #306 )
...
Game dll considers third party bots as humans when dealing with humans_join_team cvar, thus making those bots to join team specified in this cvar.
2018-09-09 15:39:22 +07:00
s1lent
0022272244
Cosmetic changes
2018-05-22 16:29:08 +07:00
Alik Aslanyan
b84ae9569b
Fix typo
2018-04-01 13:01:01 +04:00
Shorohov Sergey
99e54bb5b4
Fix bug, mp_fraglimit is less than zero ( #279 )
2018-04-01 12:40:07 +04:00
Shorohov Sergey
bc2c3176e4
Spawn protection API and cvar (mp_respawn_immunitytime). ( #266 )
2018-02-18 15:31:24 +04:00
In-line
40f3bc488b
Fix spectator check, small refactoring ( #265 )
...
* Fix spectator check, small refactoring
* Update observer.cpp
minor refactor-patch
2018-02-08 16:37:02 +07:00
s1lent
60b6cf9160
Move sv_alltalk 1.0 to CanPlayerHearPlayer
2018-01-29 00:21:36 +07:00
s1lent
a7bdaa011a
Reset entity on start round for env_spark, env_laser, env_beam
2018-01-28 21:44:01 +07:00
s1lent
4e89da4628
ReGameDLL API: Implemented hookchain's CSGameRules::CanPlayerHearPlayer, CBasePlayer::SwitchTeam, CBasePlayer::CanSwitchTeam, CBasePlayer::ThrowGrenade, CWeaponBox::SetModel, CGrenade::DefuseBombStart, CGrenade::DefuseBombEnd, CGrenade::ExplodeHeGrenade, CGrenade::ExplodeFlashbang, CGrenade::ExplodeSmokeGrenade, CGrenade::ExplodeBomb, ThrowHeGrenade, ThrowFlashbang, ThrowSmokeGrenade, PlantBomb
2018-01-27 23:31:30 +07:00
In-line
69c274f92a
Add cvar for old bomb defuse sound ( #242 )
2018-01-21 13:44:25 +04:00
s1lent
b5e7da84b7
Fixes #239
2017-12-17 19:29:56 +07:00
s1lent
7f9cf53c49
Refactoring
2017-11-23 00:43:30 +07:00
s1lent
83c3429240
Added mp_item_staytime to game.cfg
...
CHalfLifeMultiplay::RoundOver: Use localization string #Cstrike_Tutor_Round_Over instead "Round is Over!"
Mini-refactoring
2017-11-20 22:34:43 +07:00
In-line
022115cc35
Disable buyicon/buymenu according to info_map_parameters ( #205 )
2017-11-11 19:30:31 +07:00
s1lent
2174205530
Move m_rgRewardAccountRules_default to CHalfLifeMultiplay
2017-11-04 06:16:30 +07:00
In-line
cc679f393f
Fourth sv_alltalk mode ( #196 )
...
* Add new mode for sv_alltalk
2017-11-02 18:00:21 +03:00
In-line
fe1b130728
Refactor CanPlayerHearPlayer ( #192 )
2017-11-02 13:50:37 +03:00
s1lent
1411eca4a0
Replace virtual UpdateOnRemove to OnDestroy
2017-11-02 01:23:23 +07:00
s1lent
875189fa24
Closes #157
2017-11-01 23:27:04 +07:00
s1lent
b7208e9fbc
Fixes #184
2017-11-01 22:50:24 +07:00
s1lent
25d2e6ce9e
Fixes #187
2017-11-01 22:47:40 +07:00
s1lent
9374fced90
Fixes dreamstalker/rehlds#402
2017-11-01 18:30:47 +03:00
s1lent
32df585edc
Remove hookers stuff
...
Refactoring & cleanup code
2017-11-01 18:30:47 +03:00
s1lent
b25e3505d3
Major refactoring & cleanup
2017-11-01 18:30:47 +03:00
Vaqtincha Oshiq
462dc9986d
Small fixes ( #178 )
...
Reset m_rgRewardAccountRules on CHalfLifeMultiplay()
added missing reward rule RR_TOOK_HOSTAGE
2017-08-19 20:13:45 +03:00
s1lent
721624bf92
env_render: reset entity on start round
2017-07-07 00:04:38 +07:00
s1lent
f0409ce468
func_wall_toggle: reset entity on start round
...
func_wall_toggle features: added spawnflags not solid
Update regamedll-cs.fgd
2017-07-02 23:10:00 +07:00
s1lent
7fddff5198
trigger_push: reworked reset
...
func_rot_button: reset entity on start round
2017-07-02 23:01:37 +07:00
s1lent
adaddda871
Code cleanup
...
Hookers Refactoring
Removed __MAKE_VHOOK
Fix compilation under linux with ICC 17 (GCC 6.2)
2017-07-02 18:54:33 +07:00
s1lent
2f599d21b8
Bug fixes and other minor improvements
2017-05-24 23:08:51 +07:00
justgo97
b39b581f04
Added SPEC team to autojoin ( #142 )
...
* Added SPEC team to autojoin
* added more details to game.cfg
2017-05-04 13:45:29 +03:00
Saint146
f46cb5a635
Added cvar mp_restart_round_delay ( #109 )
...
* Added cvar bot_quota_mode
* Added cvar mp_restart_round_delay
2017-05-04 01:45:36 +03:00
resobatata
6186ae56c8
Fix voice checks for spectators ( #116 )
2017-03-02 03:09:43 +07:00
s1lent
90d08ee3a0
Refactoring & fix warnings VS2015.
...
Ignore VS2015 files.
Add ResetSequenceInfo in SetNewPlayerModel.
Interface API CCSPlayer: Added ResetSequenceInfo and reworked RemovePlayerItem
Bump minor version
2017-01-30 23:07:56 +07:00
s1lentq
a5dac3c267
Backport #76
...
Refactoring
Some small fixes and improves
Reworked mp_forcerespawn and hookchain InternalCommand
Fixed fail compilation in VisualStudio
Bump minor version in gradle.properties
Update README.md
2017-01-21 22:49:56 +07:00
Adidasman1
70594c4c39
ReGameDLL API: Add PM_UpdateStepSound ( #93 )
...
Fixes #90
Fix: not ending of the round when the hostages rescued
2017-01-04 04:52:03 +07:00
s1lentq
d586d65993
Fix counting freezetime
...
Small fixes
2016-12-22 04:03:12 +07:00
s1lentq
7238f215e2
Fix: count of time from the start of the round. (Related #77 )
...
Fix: Kicked idle the client's by timeout when mp_roundtime is 0.
Fix: Don't update team score when the round ending by time and game has not started.
Update README.md
2016-12-12 21:33:51 +07:00
s1lentq
dd3e68fb69
Bugfix: to obtain hp more than expected by using drown-restored.
...
mini-code cleanup
2016-12-09 19:39:16 +07:00
s1lentq
c77486dadd
Get rid of spec-crosshair from gameplay. (Useless)
...
Reworked hookchain's: SetClientUserInfoName, GiveNamedItem
Added hookchain's: DropShield, MakeVIP, MakeBomber, GetIntoGame, Disappear, Radio, StartObserver, OnSpawnEquip
Refactoring
2016-12-07 02:28:33 +07:00
s1lentq
084512e267
Related #57 (Done)
...
Added more weapon's for armoury_entity
Added ability for mp_buytime -1, means no time limit.
2016-10-07 23:02:34 +07:00
s1lentq
42edf0ebec
Fix crash when self-build navigation areas
...
Added cvar's mp_fragsleft, mp_fraglimit, showtriggers (also handling mp_timeleft)
Removed client cmd's (like cd, kill) - they are in the black list of cl_filterstuffcmd.
Refactoring
2016-10-05 22:27:50 +07:00
s1lentq
1423f7e3fa
Fix: CleanUpMap before the players spawn.
...
Fix : ValveSoftware/halflife#1567
2016-09-27 03:16:33 +07:00
s1lentq
66209cecda
Remove DelayedUse and gib on new round
2016-09-25 17:42:25 +07:00
s1lentq
7f45b10152
Added reset for multisource and trigger_auto (Related #55 )
2016-09-15 18:27:39 +07:00
s1lentq
8633cd9f6f
Added reset for multi_manager
2016-09-13 19:07:51 +07:00
s1lentq
d9e2aee07b
Added restart for func_button and trigger_once (Related #55 )
2016-09-08 17:04:00 +07:00
s1lentq
23b1ab8b05
Bugfix: a crash command votemap
in case mapcycle is empty.
...
Fix: typo with localized string.
2016-08-23 14:09:21 +07:00
s1lentq
c3e632eacc
adjustment physics of amoury_entity ( #51 )
2016-08-02 09:03:01 +00:00
s1lentq
07e861eb30
Added cvar mp_team_maxkills
...
Changed enum AmmoType
2016-07-28 07:05:00 +07:00