Commit Graph

173 Commits

Author SHA1 Message Date
s1lentq
552a1d1bb4 Fix compile 2016-07-15 01:34:34 +07:00
s1lentq
4a2029194b Merge branch 'revert_commit' 2016-07-14 22:59:51 +07:00
s1lentq
f27b125d15 Refactoring.
Removed useless entities: (item_security, item_suit)
Bugfix: was resetting m_iCount from armoury_entity
Bugfix: incorrect check with pev->takedamage in CBaseEntity::TraceAttack, CBaseMonster::TraceAttack
Bugfix: zBot not continues to play after defused bomb and when mp_round_infinite is not 0
2016-07-14 21:12:17 +07:00
Alibek Omarov
f529673ee5 Add client specific variables (#48)
Referring to HLSDK, pm_shared compiles with server and client both, so I added client specific variables and it don't errors when compiling it with CLIENT_DLL macro enabled.
2016-07-04 03:45:36 +07:00
s1lentq
ffd603a477 set force align stack for ClientCommand (for compatibility with the amxx cstrike module hacks) 2016-06-27 15:40:34 +07:00
s1lentq
82d49fdcb6 Improvement function CCSPlayer::RemovePlayerItem (with considering item_*/weapon_shield/weapon_c4)
Fix: using CCSPlayer::RemovePlayerItem removal of the primary slot later was impossible to pick up armoury_entity.
Fix: Do was not pack all bpammo of the item with flag ITEM_FLAG_EXHAUSTIBLE (always only 0 or 1)
2016-06-23 02:50:14 +07:00
s1lentq
83a01dbb48 Removed api hooks CanBuyThisItem, CanBuyThis, CWeaponBox::Touch, CArmoury::ArmouryTouch
Added api hook CBasePlayer::HasRestrictItem
2016-06-21 04:13:16 +07:00
s1lentq
2d69db1232 Added api hook CWeaponBox::Touch, CArmoury::Touch 2016-06-20 17:50:59 +07:00
s1lentq
a1e7b9dae5 Added api hook CBasePlayer::DropPlayerItem 2016-06-20 14:05:47 +07:00
s1lentq
f071682392 Fix #43
Added hook api CanBuyItemThis
Use BOOL for TakeDamage/TakeHealth because should return TRUE/FALSE
2016-06-19 18:00:44 +07:00
s1lentq
21b0689030 Moved SelectDefaultTeam the function to CHalfLifeMultiplay. 2016-06-15 20:10:40 +07:00
s1lentq
aaf1d9648e Added cvar mp_auto_join_team 2016-06-15 19:46:25 +07:00
s1lentq
e57371d0f4 Added some features to the API 2016-06-15 04:21:34 +07:00
s1lentq
d71dda542d Fixed typo: Not replenished bpammo for the weapons from weaponbox. 2016-06-15 03:06:13 +07:00
s1lentq
2132203504 Fix: it was not implementation of the virtual function IsNetClient for method CBot 2016-06-15 01:03:12 +07:00
s1lentq
7caa82b054 Removed the dependency of the mode FFA from the cvar mp_friendlyfire 2
Added cvar mp_freeforall for FFA
Reworked cvar bot_deathmatch
2016-06-14 22:10:39 +07:00
s1lentq
d6b59dc0c3 Added cvar bot_deathmatch #39
Added checks for null pointers into GetPlayerGaitsequence
Fixed mp_nadedrops: If pressed a the button attack before player death, then not drop nades to ground.
Compiler: remove rrti, added -ipo
Refactoring
2016-06-14 20:14:31 +07:00
Alibek Omarov
4f1ca61628 Fix crash when custom SV_StudioSetupBones exported to the engine (#40)
* Fix crash when custom SV_StudioSetupBones exported to the engine
2016-06-12 19:55:45 +06:00
s1lentq
e6df6ef577 Added cvar mp_refill_bpammo_weapons
Added new things for API
Update README.md
2016-06-08 16:20:18 +07:00
s1lentq
51313e9b2b Refactoring implementation hookchain
Added align stack for some functions
Update major version API
2016-06-06 20:18:45 +07:00
s1lentq
6115723666 Bugfix: Wrong counting of GetMapCount and typo in CHalfLifeMultiplay::ProcessMapVote 2016-06-04 17:43:52 +06:00
s1lentq
c406141e47 Added cvar mp_auto_reload_weapons
Added api hook SetClientUserInfoName
2016-06-04 00:31:24 +06:00
s1lentq
1fc388a2cc Bugfix: game_playerspawn called when fullupdate (ResetHUD)
Mini-refactoring
2016-06-03 15:15:59 +06:00
s1lentq
64baf253c6 Merge pull request #36 from s1lentq/refactoring_api
Refactoring api
2016-06-01 21:23:12 +06:00
s1lentq
465f304934 Bugfix: typo the name of ammo for dual elite 2016-06-01 18:03:40 +06:00
s1lentq
06b0c16145 Refactoring API 2016-06-01 05:08:23 +06:00
s1lentq
905064d44d Added custom function SetClientUserInfoModel and him hook.
Added param -host-improv for enable HostageImprove.
Refactoring hostage.
2016-05-31 19:30:42 +06:00
s1lentq
9203344b98 Added argument about type awards to CBasePlayer::AddAccount
Some adjustments in RadiusDamage
2016-05-26 01:21:40 +06:00
s1lentq
b6e0420365 Added api hook ShowMenu, ShowVGUIMenu
Unlocked some cvars limit of the value #34
2016-05-23 04:51:21 +06:00
s1lentq
61d9d64c19 Added API hook HandleMenu_ChooseAppearance, HandleMenu_ChooseTeam 2016-05-19 16:04:44 +06:00
s1lentq
32d0c580dc Added api hooks gamerules functions 2016-05-18 20:09:14 +06:00
s1lentq
d75089461c Refactoring ReGame-API 2016-05-17 19:35:16 +06:00
s1lentq
ab4a8437ce Added API hook PM_Init, PM_Move, PM_AirMove 2016-05-16 21:30:14 +06:00
s1lentq
bc8dbf056c Changes In GiveNamedItem: force remove the item if not touches. 2016-05-16 20:07:27 +06:00
s1lentq
d9c6805e28 CBasePlayer::TakeDamage: Add reference for argument flDamage 2016-05-16 04:55:25 +06:00
s1lentq
a9d5e3bb4a Merge pull request #32 from s1lentq/regamedll_api_01
Regamedll api 01
2016-05-12 01:05:02 +06:00
s1lentq
0d209c1cd4 Mini-refactoring.
Added at weaponInfo name for weapon_shield
2016-05-11 20:06:43 +06:00
s1lentq
13e12cc0ae Simplification existing code associated with buy weapons and more 2016-05-04 03:55:04 +06:00
s1lentq
bba210b6a1 API: Added hook InstallGameRules 2016-05-02 19:21:43 +06:00
s1lentq
982d12176e Reworked mp_nadedrops 2
Added #31: cvar mp_roundrespawn_time
Added hook CanBuyThis
Added api functions: UTIL_FindEntityByString, GetWeaponInfo
2016-05-01 20:37:25 +06:00
s1lentq
f8136978c8 Using a reference to Vector into interfaces wrapper
Regamedll API: Added hook RoundEnd
Added API EndRoundMessage
2016-04-30 21:22:44 +06:00
s1lentq
427d975c2d Merge branch 'master' of github.com:s1lentq/ReGameDLL_CS 2016-04-25 00:28:06 +06:00
s1lentq
ae653c00fc Improved parse remote url 2016-04-24 20:40:57 +06:00
s1lentq
f3f72281ee Merge pull request #30 from theAsmodai/master
Fixed Vector constructors
2016-04-24 20:01:11 +06:00
asmodai
c815a7708f Fixed Vector constructors
Removed some unnecessary checks
2016-04-24 15:08:00 +03:00
s1lentq
641fe3c102 Added detailed about versioning 2016-04-24 13:19:24 +06:00
s1lentq
22ae6a2c59 Regamedll API WIP: Added new api functions 2016-04-21 07:00:02 +06:00
s1lentq
d8b12ee80b Regamedll API WIP: added some more API functions.
Added new cvar, mp_hegrenade_penetration, mp_nadedrops more details in game.cfg.
Let inflict damage by grenades to breakable objects.
2016-04-19 21:26:46 +06:00
s1lentq
455f0c6118 Regamedll API WIP: Added new api functions
Fix crash-bug with autobuy (CBasePlayer::AddAutoBuyData)
Removed some useless code for CS
Added cssdk
2016-04-05 22:11:41 +06:00
s1lentq
9b955f2672 Regamedll API WIP: Added new interfaces-objects
Removed some useless code in CBasePlayerWeapon::GetNextAttackDelay
Removed the allocation of the entity CSoundEnt, because it is useless for CS 1.6 also removed UpdatePlayerSound
2016-03-17 23:58:24 +06:00