ReAPI Changelog
5.24.0.300 - 2023-12-12
Caution
This version is compatible with ReGameDLL version 5.26.0.668 and higher!
Older versions are not supported.
Update only with ReGameDLL.
API:- Implemented
RG_CreateWeaponBoxhook by @dystopm in rehlds#275 - Implemented
RG_PM_LadderMovehook by @ShadowsAdi in rehlds#254 - CSPlayer and CKnife additions + headers refactory by @dystopm in rehlds#277
- Added rg_set/get_global_iteminfo natives by @dystopm in rehlds#279
- Implement
RH_ExecuteServerStringCmdhook by @ShadowsAdi in rehlds#263 - New
gamedllhookchains by @dystopm in rehlds#280
- Implemented
- Added ITEM_FLAG_NOFIREUNDERWATER to cssdk_const.inc by @fl0werD in rehlds#267
- Added a new argument removeAmmo to the rg_remove_items_by_slot native by @Javekson in rehlds#283
- Added new trace flags to cssdk_const.inc by @justgo97 in rehlds#278
- Added m_flEjectBrass description by @RauliTop in rehlds#274
rg_give_defusekit():- Added player team check by @Giferns in rehlds#234
- Added GetBodygroup, SetBodygroup, GetSequenceInfo natives by @dystopm in rehlds#294
- Implemented RH_SV_AllowPhysent hook by @justgo97 in rehlds#265
- Implemented
rh_get_client_connect_time()native by @FEDERICOMB96 in rehlds#259 - Implemented CCSEntity members to export in AMXX headers by @dystopm in rehlds#296
API upgrade: 15 new natives by @dystopm in rehlds#297- rg_spawn_grenade: Spawns a grenade entity with specified parameters.
- rg_create_weaponbox: Spawns a weaponbox entity with specified properties.
- rg_remove_entity: Removes an entity using gamedll's UTIL_Remove function.
- rg_decal_trace: Creates a decal in the world based on a traceresult.
- rg_emit_texture_sound: Emits a sound based on a traceresult simulating a bullet hit.
- rg_add_ammo_registry: Generates an ammo slot in the game's logic.
- rg_weapon_deploy: Deploys a weapon attached to a player.
- rg_weapon_reload: Reloads a weapon or a player's active weapon.
- rg_weapon_shotgun_reload: Forces shotgun reload thinking on a weapon or a player's active weapon.
- rg_weapon_send_animation: Sends a weapon animation to a player.
- rg_weapon_kickback: Emits a recoil effect on a weapon's player.
- rg_switch_best_weapon: Switches a player's current weapon to the best one on their inventory.
- rg_disappear: Makes a player disappear from the world.
- rg_set_observer_mode: Sets a player's current Observer mode.
- rg_death_notice: Emits a death notice.
- Refactored
rg_remove_items_by_slotand updated the return logic by @Javekson in rehlds#288 - Updated the return logic of
rg_drop_itemandrg_drop_items_by_slotby @Javekson in rehlds#289 - Headers update, rename
m_bHasSecondaryAttack,CSPlayermember additions by @dystopm in rehlds#293 - Improved include descriptions
rg_fire_bullets,rg_fire_buckshotsandrg_fire_bullets3by @RauliTop in rehlds#245 - Improved description for
rg_get_weapon_infoby @Nord1cWarr1or in rehlds#269
- Fixed
TimeBasedDamage enumtypo at cssdk_const.inc by @RauliTop in rehlds#256 - Fixed error 029: invalid expression for IsRoundExpireEvent by @Javekson in rehlds#286
- Fixed
rg_transfer_c4: prevent C4 destruction on arg receiver = 0 by @Javekson in rehlds#291 - Fixed GiveC4 hook callback return type by @dystopm in rehlds#295
- @justgo97 made their first contribution in rehlds#265
- @RauliTop made their first contribution in rehlds#245
- @Giferns made their first contribution in rehlds#234
- @dystopm made their first contribution in rehlds#275
- @Javekson made their first contribution in rehlds#283
Full Changelog: 5.22.0.253...5.24.0.300
5.22.0.254 - 2022-09-19
- Implemented
RH_*_Precache_*,RH_SV_AddResource,RH_SV_ClientPrintf&RH_SV_CheckUserInfohooks by @ShadowsAdi in rehlds#249
- @ShadowsAdi made their first contribution in rehlds#249
Full Changelog: 5.21.0.252...5.22.0.254
5.21.0.252 - 2022-02-04
- Added a new native
REU_GetAuthKey - Add
GitHub Actionfor Remove old artifacts by @wopox1337 in rehlds#230
- Reverted "Add
GitHub Actionfor Remove old artifacts" by @wopox1337 in rehlds#231
- Fixed wrong native error description by @Nord1cWarr1or in rehlds#236
Full Changelog: 5.21.0.248...5.21.0.252
5.21.0.248 - 2021-10-25
- Added
ClientConnected()hook by @bionext03 in rehlds#223 - Added
pr_dlls.h& fixGetEntityInit()return type by @wopox1337 in rehlds#228 - Implemented
GetEntityInit()hook by @francoromaniello in rehlds#215 - Implemented
SV_EmitPings()hook by @francoromaniello in rehlds#212 - Implemented
rh_get_net_from()native by @francoromaniello in rehlds#221 - Implemented
SV_ConnectClient()hook by @francoromaniello in rehlds#220 - Implemented
Con_Printf()hook by @francoromaniello in rehlds#222 - API members for new CVars
sv_enablebunnyhoppingandsv_autobunnyhoppingby @aleeperezz16 in rehlds#225 - cssdk_const.inc: Added
ScoreAttribconstants by @Nord1cWarr1or in rehlds#214 - API: Added hooks
ED_Alloc()andED_Free()by @DarthMan in rehlds#227
- @bionext03 made their first contribution in rehlds#223
- @aleeperezz16 made their first contribution in rehlds#225
- @DarthMan made their first contribution in rehlds#227
Full Changelog: 5.20.0.236...5.21.0.248
5.20.0.236 - 2021-09-14
player.h: fixForEachItem()items iteration @wopox1337;ReAPI_gamedll_const.inc: fix:m_rgbTimeBasedDamagedescription @wopox1337;- Fixed desc typo by @Vaqtincha in rehlds#213
- Fixed desc typo in EntVars by @FEDERICOMB96 in rehlds#216
Full Changelog: 5.20.0.231...5.20.0.236
5.20.0.231 - 2021-09-02
- Added defines for CBasePlayer members by @FEDERICOMB96 in rehlds#195
- Implemented
CBaseEntity::Fire<Bullets[3]|Buckshots>hooks. by @FEDERICOMB96 in rehlds#202 - Implemented player
Pain,DeathSoundandJoiningThinkhooks by @fl0werD in rehlds#209 - Implemented
RG_CBasePlayer_Observer_SetModehook by @Lopol2010 in rehlds#208 - Implemented
RG_CBasePlayer_Observer_FindNextPlayerhook by @francoromaniello in rehlds#210 - Added new natives
rg_spawn_head_gibandrg_spawn_random_gibsby @FEDERICOMB96 in rehlds#200 - Added new native:
rg_fire_buckshotsby @FEDERICOMB96 in rehlds#204 - Added player zoom constants by @Nord1cWarr1or in rehlds#190
- Fixed
rg_plant_bombby @francoromaniello in rehlds#196 - Minor fixes by @Vaqtincha in rehlds#193
- fixed
rg_remove_items_by_slot()c4 slot; - fixed
rg_remove_items_by_slot()weapon hud; - added
RG_SpawnRandomGibs()victim arg.
- fixed
- Fixed
rg_round_endWINSTATUS_NONE code by @francoromaniello in rehlds#201 - Fixed conflict interfaces
vgui.dll&swds.dll (fix listenserver crash) by @Vaqtincha in rehlds#206
- @Lopol2010 made their first contribution in rehlds#208
Full Changelog: 5.19.0.217...5.20.0.231
5.19.0.217 - 2021-06-14
- hook_list.cpp: Reworked argument parser
- ReAPI_gamedll_const.inc: fixed AMXX compiler warning
- Fixed arg_amount not used in rg_get_user_ammo by @francoromaniello in rehlds#192
- Fixed rg_round_end return type by @etojuice in rehlds#194
- @etojuice made their first contribution in rehlds#194
Full Changelog: 5.19.0.211...5.19.0.217
5.19.0.211 - 2021-02-05
- Removed unnecessary filters:
set_rebuyfix tag mismatch
- Fixed
AMXXinclude files
Full Changelog: 5.19.0.210...5.19.0.211
5.19.0.210 - 2021-01-04
- Added a new native "rg_plant_bomb" by @francoromaniello in rehlds#178
- Fixed
get_ucmd,get_pmtracenatives. rehlds#182
Full Changelog: 5.18.0.205...5.19.0.210
5.18.0.205 - 2020-12-18
- CSSDK:
- Implemented DECLARE_CLASS_TYPES for all game classes
- set/get_member_s: fix missing check for members CCSPlayer/CCSPlayerWeapon
Full Changelog: 5.18.0.203...5.18.0.205
5.18.0.203 - 2020-12-17
- API Interfaces:
- make virtual functions pure to explicitly define tables of RTTI. GCC can't resolve them
- Fix load on Linux
Full Changelog: 5.18.0.202...5.18.0.203
5.18.0.202 - 2020-12-16
- Implemented g/set_member safe version
- Enabled RTTI
- Adjusted version script
Full Changelog: 5.17.0.200...5.18.0.202
5.17.0.200 - 2020-12-01
- Implemented native to get the current hookchain handle in amxx callback by @afwn90cj93201nixr2e1re in rehlds#173
- Added API check if is player can respawn by @fl0werD in rehlds#174
Full Changelog: 5.16.0.198...5.17.0.200
5.16.0.198 - 2020-10-10
- Implemented IsReAPIHookOriginalWasCalled which determine whether original function was called or not by @afwn90cj93201nixr2e1re in rehlds#172
Full Changelog: 5.15.0.197...5.16.0.198
5.15.0.197 - 2020-07-16
- Implemented members for knife weapon by @afwn90cj93201nixr2e1re in rehlds#168
- Some changes by @afwn90cj93201nixr2e1re in rehlds#172
- Compile warn fix by @Vaqtincha in rehlds#167
Full Changelog: 5.14.0.195...5.15.0.197
5.14.0.195 - 2020-05-27
- Implemented CGib by @fl0werD in rehlds#164
- backed compatibility
- new line fix
Full Changelog: 5.13.0.194...5.14.0.195
5.13.0.194 - 2020-05-14
- Added m_bCanShootOverride offset By @fl0werD in rehlds#160
- Updated SDK
- Fixed typo
Full Changelog: 5.12.0.192...5.13.0.194
5.12.0.192 - 2019-12-14
- Added API to set if player can hear another player by @fant1kua in rehlds#158
Full Changelog: 5.11.0.191...5.12.0.192
5.11.0.191 - 2019-12-07
- added missed offsets by @fl0werD in rehlds#156
Full Changelog: 5.11.0.190...5.11.0.191
5.11.0.190 - 2019-11-09
- Implemented RG_CBasePlayer_DropIdlePlayer hook by @d3m37r4 in #148
Full Changelog: 5.11.0.189...5.11.0.190
5.11.0.189 - 2019-10-30
- Implemented
RG_CBasePlayerWeapon_CanDeploy&CBasePlayerWeapon_DefaultDeployhooks by @fant1kua in #150 - Implemented
RG_CBasePlayerWeapon_DefaultReloadhook - Implemented
RG_CBasePlayerWeapon_DefaultShotgunReloadhook
Full Changelog: 5.10.0.188...5.11.0.189
5.10.0.188 - 2019-09-06
- Re-configured
publish.gradle
Full Changelog: 5.10.0.187...5.10.0.188
5.10.0.187 - 2019-09-04
- Fixed
set_pmove/get_pmovenatives by @greymood09 in rehlds#119
Full Changelog: 5.10.0.186...5.10.0.187
5.10.0.186 - 2019-08-30
- Implemented
RG_CBasePlayer_UseEmptyhook by @fant1kua in rehlds#140 - Added rg_initial`ize_player_counts native by @fant1kua in rehlds#146
- Added native
rg_check_win_conditionsby @fant1kua in rehlds#144 - Added
rg_restart_roundnative by @fant1kua in rehlds#145
- Fixed bug with change team if player is die #142 by @fant1kua in rehlds#143
Full Changelog: 5.9.0.178...5.10.0.186
5.9.0.178 - 2019-08-02
- Removed
debugprint
Full Changelog: 5.9.0.177...5.9.0.178
5.9.0.177 - 2019-07-29
- Updated
ReAPI.inc- addedATYPE_BOOLandATYPE_EVARStypes - Added option flag
-static-libstdc++ - Added native rh_client_drop by @d3m37r4 in rehlds#135
- Added more information about error
- Fixed
SetHookChainArgcrash due to incorrect pointer to argumenthookctx_tgets the original function as the base address of the arguments, some compilers do UB and so for this reasonhookctx_thas 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 - 2019-06-23
get_member_game: support string
GCCsupport and fixed warnings- Fixes #134
rh_get_mapnamefixed incorrectly get length argument
- Updated
README.md
Full Changelog: 5.9.0.167...5.9.0.171
5.9.0.167 - 2019-06-06
- Implemented hook
CBasePlayer::HintMessageEx. Closes #133- Added native
rg_hint_message - Added news
CBasePlayermembers
- Added native
- Bump minor version
API
Full Changelog: 5.8.0.166...5.9.0.167
5.8.0.166 - 2019-04-17
- Fixed typo by @SmiteIsTrashBro in rehlds#130
- Little typo fix for
var_fuser*, that are float instead of int.
- Little typo fix for
- @SmiteIsTrashBro made their first contribution in rehlds#130
Full Changelog: 5.8.0.165...5.8.0.166
5.8.0.165 - 2019-02-13
- Merged pull request #129 from
Vaqtincha/tmppatch-1- Fixed typo
Full Changelog: 5.8.0.163...5.8.0.165
5.8.0.163 - 2019-01-23
- Added
m_M4A1_flBaseDamageSil,m_USP_flBaseDamageSilandm_Famas_flBaseDamageBurstmembers by @fant1kua in rehlds#126
Full Changelog: 5.7.0.162...5.8.0.163
5.7.0.162 - 2019-01-07
- Add
m_flBaseDamagemember by @fant1kua in #124
Full Changelog: 5.6.0.161...5.7.0.162
5.6.0.161 - 2018-12-23
- Minor update
cssdk
Full Changelog: 5.6.0.160...5.6.0.161
5.6.0.160 - 2018-10-02
- Resolved #121
- Fixed conflict
cssdk_const.incdue tohlsdk_const.incupdate
Warning
Removed file hlsdk_const.inc, you need manually to take include from AmxModX 1.9.0
Full Changelog: 5.6.0.158...5.6.0.160
5.6.0.158 - 2018-07-09
- Fixed
pmovepointer
Full Changelog: 5.6.0.157...5.6.0.158
5.6.0.157 - 2018-05-18
rg_round_end: Add option trigger to all hooks
Full Changelog: 5.6.0.156...5.6.0.157
5.6.0.156 - 2018-05-18
- the bypass amxx warning 200 by @wopox1337 in rehlds#113
- warning 200:
symbol "RG_CBasePlayer_SetSpawnProtecti" is truncated to 31 characters
- warning 200:
Full Changelog: 5.6.0.155...5.6.0.156
5.6.0.155 - 2018-02-25
- Fixed copypaste errors by @In-line in rehlds#103
- Replaced
SetTouchtoSetBlockedinCEntityCallback::SetBlockedby @In-line in rehlds#109 - Updated
regamedll apiversion - Added hookchain and getter/setter for spawn protection
- Added hookchain for
IsPenetrableEntity
- Added hookchain for
Full Changelog: 5.5.0.150...5.6.0.155
5.5.0.150 - 2018-02-25
- Fixed
rg_set_iteminfoallocate string via engine
- Enhanced
rg_remove_item: add new param remove ammunition
Full Changelog: 5.5.0.148...5.5.0.150
5.5.0.148 - 2018-02-09
- Added
getAmxVectorto simplify vector converting code
- Fixed
RG_ThrowFlashbangnever be called
- bump
minorversion
Full Changelog: 5.2.0.145...5.5.0.148
5.2.0.145 - 2018-01-28
rg_round_end: add safe checks to index of bounds
- Updated
regamedll APIand implemented hookschain'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
Full Changelog: 5.2.0.143...5.2.0.145
5.2.0.143 - 2017-12-11
- Fixed crash
rg_get_iteminfo
Full Changelog: 5.2.0.142...5.2.0.143
5.2.0.142 - 2017-11-27
- Natives misc by @s1lentq in rehlds#6
- Added
rh_update_user_infoby @WPMGPRoSToTeMa in rehlds#11 - Added
rg_reset_maxspeednative by @ivanmaxlogiudice in rehlds#28 - Added tag safety for
get/set_memberby @WPMGPRoSToTeMa in rehlds#62
- Fixed return value to match api changes by @voed in rehlds#5
- Fixed context data for nested hookchain forwards, added member natives by @theAsmodai in rehlds#10
- Fixed
DeathNoticehook crash (#12) by @WPMGPRoSToTeMa in rehlds#13 - Fixed natives
rg_set_iteminfo/rg_get_iteminfoin rehlds#92
- Refactoring by @theAsmodai in rehlds#4
- Allow get knife info with
rg_get_weapon_infoby @ivanmaxlogiudice in rehlds#38 - Allow get
WEAPON_C4&WEAPON_KNIFEinfo by @ivanmaxlogiudice in rehlds#52 - Grammar and spelling corrections in comments by @OciXCrom in rehlds#74
StartDeathCam()immediately when changing team to spectator via rg_set_user_team by @In-line in rehlds#81- Comments for parsing docgen by @s008nyx in rehlds#90
- Comments & descriptions improvements by @voed in rehlds#91
- @theAsmodai made their first contribution in rehlds#4
- @voed made their first contribution in rehlds#5
- @s1lentq made their first contribution in rehlds#6
- @WPMGPRoSToTeMa made their first contribution in rehlds#11
- @ivanmaxlogiudice made their first contribution in rehlds#28
- @OciXCrom made their first contribution in rehlds#74
- @s008nyx made their first contribution in rehlds#90
Full Changelog: 5.2.0.142