Releases: rehlds/ReAPI
Releases · rehlds/ReAPI
5.11.0.189
5.11.0.189
- 2019-10-30
Added
- Implemented
RG_CBasePlayerWeapon_CanDeploy
&CBasePlayerWeapon_DefaultDeploy
hooks by @fant1kua in #150 - Implemented
RG_CBasePlayerWeapon_DefaultReload
hook - Implemented
RG_CBasePlayerWeapon_DefaultShotgunReload
hook
Full Changelog: 5.10.0.188...5.11.0.189
5.10.0.188
5.10.0.188
- 2019-09-06
Changed
- Re-configured
publish.gradle
Full Changelog: 5.10.0.187...5.10.0.188
5.10.0.187
5.10.0.187
- 2019-09-04
Fixed
- Fixed
set_pmove
/get_pmove
natives by @greymood09 in #119
Full Changelog: 5.10.0.186...5.10.0.187
5.10.0.186
5.10.0.186
- 2019-08-30
Added
- Implemented
RG_CBasePlayer_UseEmpty
hook by @fant1kua in #140 - Added rg_initial`ize_player_counts native by @fant1kua in #146
- Added native
rg_check_win_conditions
by @fant1kua in #144 - Added
rg_restart_round
native by @fant1kua in #145
Fixed
Full Changelog: 5.9.0.178...5.10.0.186
5.9.0.178
5.9.0.177
5.9.0.177
- 2019-07-29
Added
- Updated
reapi.inc
- addedATYPE_BOOL
andATYPE_EVARS
types - Added option flag
-static-libstdc++
- Added native rh_client_drop by @d3m37r4 in #135
- Added more information about error
Fixed
- Fixed
SetHookChainArg
crash due to incorrect pointer to argumenthookctx_t
gets the original function as the base address of the arguments, some compilers do UB and so for this reasonhookctx_t
has been reworked and now uses tuple.
- Fixed another crash due AMXX_Assert function.
- Fixed duplicate error and some another errors
Full Changelog: 5.9.0.171...5.9.0.177
5.9.0.171
5.9.0.171
- 2019-06-23
Added
get_member_game
: support string
Fixed
GCC
support and fixed warnings- Fixes #134
rh_get_mapname
fixed incorrectly get length argument
Changed
- Updated
README.md
Full Changelog: 5.9.0.167...5.9.0.171
5.9.0.167
5.9.0.167
- 2019-06-06
Added
- Implemented hook
CBasePlayer::HintMessageEx
. Closes #133- Added native
rg_hint_message
- Added news
CBasePlayer
members
- Added native
- Bump minor version
API
Full Changelog: 5.8.0.166...5.9.0.167
5.8.0.166
5.8.0.166
- 2019-04-17
Fixed
- Fixed typo by @SmiteIsTrashBro in #130
- Little typo fix for
var_fuser*
, that are float instead of int.
- Little typo fix for
New Contributors
- @SmiteIsTrashBro made their first contribution in #130
Full Changelog: 5.8.0.165...5.8.0.166
5.8.0.165
5.8.0.165
- 2019-02-13
Fixed
- Merged pull request #129 from
Vaqtincha/tmppatch-1
- Fixed typo
Full Changelog: 5.8.0.163...5.8.0.165