Commit Graph

514 Commits

Author SHA1 Message Date
s1lent
7aeca162d6
Resolved #307 2018-10-05 17:33:17 +07:00
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
26db32e884
Enhance mp_respawn_immunitytime
Minor refactoring
2018-05-31 14:53:34 +07:00
s1lent
415f3caffe
Refuse support for cstrike 1.8.2 hacks (use cstrike 1.8.3) 2018-05-31 13:55:07 +07:00
s1lent
8e3b6f4166
Enhance item_security 2018-05-24 12:50:50 +07:00
s1lent
96af8a797d
Make mp_item_staytime for drop nades 2018-05-22 20:52:50 +07:00
s1lent
f1e9d2b346
Add new point-entity trigger_random 2018-05-22 18:17:30 +07:00
s1lent
8c2dd77220
comeback item_security, item_suit for custom mods/maps 2018-05-22 16:44:53 +07:00
s1lent
0022272244
Cosmetic changes 2018-05-22 16:29:08 +07:00
s1lent
9d8210029f
Rework publish 2018-05-22 14:47:02 +07:00
s1lent
b68b545e77
Remove leading lib prefix 2018-05-22 14:33:28 +07:00
s1lent
c288c32082
Update README.md 2018-05-20 22:31:55 +07:00
Alibek Omarov
2b4eb6c137 GCC port and new defines for new ARM port (#294)
* Put SSE code under HAVE_SSE define

* Fix circular dependency on GCC 7.3

* Provide a way to disable AMXX related hacks, when it's not needed

* Fix ASM inline for GCC

* Fix compiling with MSVC

* Fix compiling with MSVC and ICC

* Check for HAVE_SSE in sse_mathfun.cpp after including precompiled, so SSE state will be determined

* Better check for SSE availability

* Missing call ::ClientCommand_
Make CSaveRestoreBuffer::m_Sizes as const
Cosmetic changes

* Gradle: Add GCC Toolchain

* GCC: Fix compile

* Gradle: Add -fno-devirtualize to compiler flags for GCC
2018-05-20 22:28:03 +07:00
Asmodai
fe0ea9a1bc Crash fix 2018-04-09 03:28:14 +03:00
theAsmodai
76daeb77f6
Merge pull request #283 from fl0werD/master
Add hookchain for checking entity penetration
2018-04-08 23:31:31 +03:00
fl0wer
c30c77cc05 add hook check penetration 2018-04-09 00:14:39 +04:00
Alik Aslanyan
b84ae9569b
Fix typo 2018-04-01 13:01:01 +04:00
Alik Aslanyan
bdf2ddc2d1
Fix C4 dissapearance on inclined surfaces with Valve HLDS (#234) 2018-04-01 12:50:51 +04:00
Shorohov Sergey
99e54bb5b4 Fix bug, mp_fraglimit is less than zero (#279) 2018-04-01 12:40:07 +04:00
Alik Aslanyan
aa329db276
Update API minor version 2018-02-19 19:10:22 +04:00
Shorohov Sergey
bc2c3176e4 Spawn protection API and cvar (mp_respawn_immunitytime). (#266) 2018-02-18 15:31:24 +04:00
s1lent
cbbda5ef21
CSInterface Update: Add RemovePlayerItemEx 2018-02-16 17:55:29 +07:00
In-line
5fa0c4220e
Update version requirement VS and ICC (#260) 2018-02-09 21:28:52 +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
In-line
ff3891d98b
Adjust bomb angles for righthanded users (resolves #218) (#235) 2018-01-29 19:17:10 +04:00
In-line
dfb236f725
Remove height check, fix #251 (#256) 2018-01-29 19:11:17 +04: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
a5eadb6cb2
gradle.properties: Bump minor version 2018-01-28 15:12:22 +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
7a429eadfe
Add mp_legacy_bombtarget_touch cvar (#243)
* Add mp_legacy_bombtarget_touch cvar
* Enable mp_legacy_bombtarget_touch by default, typo fix
* Update README.md
2018-01-21 14:22:58 +04:00
In-line
69c274f92a
Add cvar for old bomb defuse sound (#242) 2018-01-21 13:44:25 +04:00
In-line
38ff7ce1fc Revert NEXT_DEFUSE_TIME (from #200) (#249) 2018-01-18 04:00:02 +07:00
In-line
5e573a40af
Add open issues badge
* Regamedll_CS -> ReGameDLL_CS
2018-01-08 19:45:33 +04:00
s1lent
cff951afe7
Fix some things related #231
CGameText: add safe-checks to avoid crash on some maps
2017-12-31 18:24:51 +07:00
s1lent
565e9cd2b2
Prevent spam in console if bot_quota is more than spawn points,
so decreases bot_quota every time if create bot fails
2017-12-17 19:34:05 +07:00
s1lent
b5e7da84b7
Fixes #239 2017-12-17 19:29:56 +07:00
s1lent
a27b8e26b6
Fixed a bug after killing czbot by headshot, angles turn at 180 degrees. Part 2 2017-12-17 19:28:01 +07:00
s1lent
adeb09a2a4
Prevent crash when caller triggered itself lot of times. 2017-12-08 23:19:11 +07:00
s1lent
519a73179f
Moved reg cvar sv_alltalk, voice_serverdebug into GameDLLInit 2017-11-27 23:51:10 +07:00
s1lent
0318c364dd
Fix reset CRotDoor::Restart
Minor refactor
2017-11-27 21:51:23 +07:00
s1lent
7f9cf53c49
Refactoring 2017-11-23 00:43:30 +07:00
In-line
a4fa8c6bc4 Fix CSSDK in extra (#220) 2017-11-23 00:19:37 +07:00
s1lent
a43269b6a4
Features: added bits for iuser3 for prevent duck like HL
Fix wrong calc duck fraction
2017-11-23 00:12:46 +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
Shorohov Sergey
411761c8d8 Added a new CVar: "mp_item_staytime" - Time to remove item that have been dropped from the players. (#212) 2017-11-13 05:20:07 +07:00
s1lent
49198dc022
CHostageImprov::IsFollowing: Fix reverse-engineering mistake 2017-11-12 02:08:56 +07:00
In-line
f69afc21a7 Remove useless code from CC4::Use (#209) 2017-11-12 02:00:22 +07:00
In-line
022115cc35 Disable buyicon/buymenu according to info_map_parameters (#205) 2017-11-11 19:30:31 +07:00
In-line
8c9ee510bb Increase NEXT_DEFUSE_TIME. (#210) 2017-11-11 15:03:50 +03:00