2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-01-14 23:58:08 +03:00

300 Commits

Author SHA1 Message Date
fl0werD
9e16f2769a
Add API check if is player can respawn (#174) 5.17.0.200 2020-11-30 15:37:03 +07:00
shel
623a4f2236
Implement native to get the current hookchain handle in amxx callback (#173) 2020-10-25 21:14:46 +07:00
shel
fb5ec01319
Implemented IsReapiHookOriginalWasCalled which determine whether original function was called or not (#172) 5.16.0.198 5.15.0.197 2020-10-02 21:43:07 +07:00
shel
8647cd083d
push (#168)
Co-authored-by: shel <2@shelru.ru>
2020-06-11 02:24:17 +07:00
Vaqtincha
6d40db5c0f
compile warn fix (#167) 2020-06-03 15:49:18 +07:00
fl0werD
2e200bbd2e
Implement CGib (#164)
* Implement CGib
* back compatibility + new line fix
5.14.0.195
2020-05-27 08:54:09 +07:00
s1lentq
46e1f0b5c6 Fix typo 5.13.0.194 2020-05-14 15:53:37 +07:00
fl0werD
b79c822fef
Add m_bCanShootOverride offset + update SDK (#160)
* Add m_bCanShootOverride offset + update SDK
2020-05-14 15:51:33 +07:00
fant1kua
1ef3c5a753 Add API to set if player can hear another player (#158)
* Add API to set if player can hear another player
5.12.0.192
2019-12-14 17:24:52 +07:00
fl0werD
1ea1ff04a1 added missed offsets (#156) 5.11.0.191 2019-12-05 15:05:10 +07:00
Dmitry
d954d042f1 Implement RG_CBasePlayer_DropIdlePlayer hook (#148)
* Implement RG_CBasePlayer_DropIdlePlayer hook
5.11.0.190
2019-11-04 16:32:52 +07:00
fant1kua
9874820989 Implement RG_CBasePlayerWeapon_CanDeploy & CBasePlayerWeapon_DefaultDeploy hooks (#150)
* Implement RG_CBasePlayerWeapon_CanDeploy & CBasePlayerWeapon_DefaultDeploy hooks
* Implement RG_CBasePlayerWeapon_CanDeploy & CBasePlayerWeapon_DefaultDeploy hooks
* Implement RG_CBasePlayerWeapon_DefaultReload hook
* ImplementRG_ CBasePlayerWeapon_DefaultShotgunReload hook
5.11.0.189
2019-10-27 21:20:23 +07:00
s1lent
45584b6716
Re-configured publish.gradle 5.10.0.188 2019-09-06 21:49:20 +07:00
s1lent
31cea91e40
Fix set_pmove/get_pmove natives. Related #119 5.10.0.187 2019-09-03 20:28:33 +07:00
s1lent
bba0631fbe
Rework hookchain RG_PM_Move 5.10.0.186 2019-08-30 03:19:50 +07:00
s1lent
6068d4e6ff
Update reapi_gamedll_const.inc: Fixes description about argument ppmove 2019-08-30 02:31:16 +07:00
s1lent
80b9f6f1bc
Update regamedll API sdk
Update cssdk & minor refactoring
Added safe checks CGameRules/CCSEntity version interface (for future safe migrate)
2019-08-30 02:20:31 +07:00
fant1kua
abd47009fb Fix bug with change team if player is die Closes #142 (#143)
* Fix bug with change team if player is die #142
* Add check_win_conditions argument to rg_set_user_team
2019-08-30 02:08:24 +07:00
fant1kua
6988e81d2a Add rg_restart_round native (#145) 2019-08-30 01:57:15 +07:00
fant1kua
c1844753ca Add native rg_check_win_conditions (#144)
* Add native rg_check_win_conditions
2019-08-30 01:55:02 +07:00
fant1kua
1a4d3877ef Add rg_initialize_player_counts native (#146)
* Add rg_initialize_player_counts native
2019-08-30 01:50:16 +07:00
fant1kua
8bef6ebff4 Implement RG_CBasePlayer_UseEmpty hook (#140)
* Implement RG_CBasePlayer_UseEmpty
2019-08-30 01:49:53 +07:00
s1lent
1b89757c7f
Remove debug print 5.9.0.178 2019-07-31 18:09:58 +07:00
s1lent
89e1730a79
Fix duplicate errors 5.9.0.177 2019-07-29 22:39:01 +07:00
s1lent
2e4ef61e9e
Some fixes 2019-07-29 22:22:54 +07:00
s1lent
daac725d34
Added more information about error 2019-07-29 21:43:07 +07:00
s1lent
658dc07ca9
Fix another crash due AMXX_Assert function. 2019-07-29 21:34:58 +07:00
Dmitry
a68cde02f2 Add native rh_client_drop (#135)
* Add new native rh_drop_client
2019-07-29 05:41:37 +07:00
s1lent
8b26f29d54
Fix SetHookChainArg crash due to incorrect pointer to argument (hookctx_t gets the original function as the base address of the arguments, some compilers do UB and so for this reason hookctx_t has been reworked and now uses tuple).
Update reapi.inc - added ATYPE_BOOL and ATYPE_EVARS types
Compiler: added option flag -static-libstdc++
2019-07-29 03:51:06 +07:00
s1lent
0a17573bed
Update README.md 5.9.0.171 2019-06-24 00:51:29 +07:00
s1lent
ec11f8ad93
Fixes #134 rh_get_mapname fixed incorrectly get length argument 2019-06-24 00:44:41 +07:00
s1lent
c00ded59a2
get_member_game: support string 2019-06-24 00:41:56 +07:00
s1lent
d4b3e3c7eb
GCC support and fixed warnings 2019-06-24 00:40:02 +07:00
s1lent
0eed4cd833
Implemented hook CBasePlayer::HintMessageEx. Closes #133
Add native rg_hint_message
Add news CBasePlayer members
Bump minor version API
5.9.0.167
2019-06-06 03:00:17 +07:00
CrazY
4834b7a117 Fix typo (#130)
Little typo fix for var_fuser*, that are float instead of int.
5.8.0.166
2019-04-14 13:27:16 +07:00
theAsmodai
1d339f75f2
Merge pull request #129 from Vaqtincha/tmppatch-1
fix typo
5.8.0.165
2019-02-12 02:09:15 +03:00
Vaqtincha
0b62757c9a fix typo 2019-02-11 15:15:11 +05:00
fant1kua
bc1924baf3 Add m_M4A1_flBaseDamageSil, m_USP_flBaseDamageSil and m_Famas_flBaseDamageBurst members (#126)
* Add m_M4A1_flBaseDamageSil, m_USP_flBaseDamageSil and m_Famas_flBaseDamageBurst members
5.8.0.163
2019-01-23 18:18:40 +07:00
fant1kua
ed5263627f Add m_flBaseDamage member (#124)
* Features: add m_flBaseDamage
5.7.0.162
2019-01-07 15:49:05 +07:00
s1lent
2fb01f6a46
Minor update cssdk 5.6.0.161 2018-12-23 17:57:56 +07:00
s1lent
31b2a067e8
Fix conflict cssdk_const.inc due to hlsdk_const.inc update 5.6.0.160 2018-10-02 12:58:08 +07:00
s1lent
ade93b74e3
Resolved #121 2018-09-30 20:26:30 +07:00
s1lent
50e5ee4e16
Fix pmove pointer 5.6.0.158 2018-09-17 14:13:26 +07:00
s1lent
f85b12ea75
rg_round_end: Add option trigger to all hooks 5.6.0.157 2018-05-22 16:27:31 +07:00
Shorohov Sergey
c649b89f85 the bypass amxx warning 200 (#113)
warning 200: symbol "RG_CBasePlayer_SetSpawnProtecti" is truncated to 31 characters - fixed
5.6.0.156
2018-04-15 12:31:17 +07:00
fl0wer
8996519b6e Add hookchain and getter/setter for spawn protection
Add hookchain for IsPenetrableEntity
5.6.0.155
2018-04-12 00:21:24 +03:00
theAsmodai
b0026f3c34
Merge pull request #103 from In-line/patch-2
Fix copypaste errors
2018-04-11 02:55:32 +03:00
Asmodai
f1237aa863 Update regamedll api version 2018-04-10 12:45:24 +03:00
Alik Aslanyan
8cbcf3561c Replace SetTouch to SetBlocked in CEntityCallback::SetBlocked (#109) 2018-04-05 00:18:53 +07:00
In-line
9c8f2f9baa
Fix copypaste errors 2018-03-04 13:46:51 +04:00