Skip to content

Releases: rehlds/ReAPI

5.11.0.189

03 Nov 18:35
Compare
Choose a tag to compare

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

03 Nov 18:34
45584b6
Compare
Choose a tag to compare

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

03 Nov 18:33
31cea91
Compare
Choose a tag to compare

5.10.0.187 - 2019-09-04

Fixed

Full Changelog: 5.10.0.186...5.10.0.187

5.10.0.186

03 Nov 18:33
bba0631
Compare
Choose a tag to compare

5.10.0.186 - 2019-08-30

Added

Fixed

Full Changelog: 5.9.0.178...5.10.0.186

5.9.0.178

03 Nov 18:32
1b89757
Compare
Choose a tag to compare

5.9.0.178 - 2019-08-02

Changed

  • Removed debug print

Full Changelog: 5.9.0.177...5.9.0.178

5.9.0.177

03 Nov 18:30
89e1730
Compare
Choose a tag to compare

5.9.0.177 - 2019-07-29

Added

  • Updated reapi.inc - added ATYPE_BOOL and ATYPE_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 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.
  • 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

03 Nov 18:30
0a17573
Compare
Choose a tag to compare

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

03 Nov 18:28
0eed4cd
Compare
Choose a tag to compare

5.9.0.167 - 2019-06-06

Added

  • Implemented hook CBasePlayer::HintMessageEx. Closes #133
    • Added native rg_hint_message​
    • Added news CBasePlayer members​
  • Bump minor version API​

Full Changelog: 5.8.0.166...5.9.0.167

5.8.0.166

03 Nov 18:28
Compare
Choose a tag to compare

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.

New Contributors

Full Changelog: 5.8.0.165...5.8.0.166

5.8.0.165

03 Nov 18:27
1d339f7
Compare
Choose a tag to compare

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