2
0
mirror of https://github.com/rehlds/reapi.git synced 2024-12-28 07:35:31 +03:00
Commit Graph

331 Commits

Author SHA1 Message Date
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 2019-07-31 18:09:58 +07:00
s1lent
89e1730a79
Fix duplicate errors 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 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
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.
2019-04-14 13:27:16 +07:00
theAsmodai
1d339f75f2
Merge pull request #129 from Vaqtincha/tmppatch-1
fix typo
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
2019-01-23 18:18:40 +07:00
fant1kua
ed5263627f Add m_flBaseDamage member (#124)
* Features: add m_flBaseDamage
2019-01-07 15:49:05 +07:00
s1lent
2fb01f6a46
Minor update cssdk 2018-12-23 17:57:56 +07:00
s1lent
31b2a067e8
Fix conflict cssdk_const.inc due to hlsdk_const.inc update 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 2018-09-17 14:13:26 +07:00
s1lent
f85b12ea75
rg_round_end: Add option trigger to all hooks 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
2018-04-15 12:31:17 +07:00
fl0wer
8996519b6e Add hookchain and getter/setter for spawn protection
Add hookchain for IsPenetrableEntity
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
s1lent
8d005735ec
Enhanced rg_remove_item: add new param remove ammunition 2018-02-16 17:58:12 +07:00
s1lent
9e41f5fdbd
Fix rg_set_iteminfo allocate string via engine 2018-02-12 00:38:19 +07:00
Asmodai
abd40fdb5d Added getAmxVector to simplify vector converting code 2018-01-30 16:37:30 +03:00
Asmodai
7075a8926e Fix #97 2018-01-30 16:27:00 +03:00
s1lent
8b0cd91895
bump minor version 2018-01-29 00:51:09 +07:00
s1lent
2b1a7a5438
Update regamedll API and 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 2018-01-27 23:34:12 +07:00
s1lent
59c8fca220
rg_round_end: add safe checks to index of bounds 2018-01-27 16:16:08 +07:00
s1lent
c796cbf134
Fix crash rg_get_iteminfo 2017-12-07 16:46:37 +07:00
Vaqtincha Oshiq
3b4deb15dc Update natives_misc.cpp (#92) 2017-11-23 17:02:41 +07:00
voed
d5ce26df88 Comments & descriptions improvements (#91)
* Comments & descriptions improvements
2017-11-21 18:05:00 +07:00
s008nyx
3b2081873d Comments for parsing docgen (#90)
* Comments for parsing docgen
2017-11-20 21:07:12 +07:00
s1lent
cedb782419
Add rg_set_iteminfo/rg_get_iteminfo
Add member's CSPlayerWeapon
Refactoring amxx-sdk
2017-11-16 21:43:42 +07:00
s1lent
f98571f217
Refactoring 2017-11-13 19:47:54 +07:00
s1lent
ef5283715c
AMXX_Error: log into error_*.log 2017-11-13 19:39:20 +07:00
s1lent
3152021842
Chapter Two: Fix HadRoundExpired 2017-10-23 01:23:52 +07:00
s1lent
a046d2fec9
Remove leading lib prefix 2017-10-22 23:30:17 +07:00
s1lent
79c1d95794
Fix HadRoundExpired 2017-10-22 23:29:47 +07:00
s1lent
7f32d83fed
Remove debug thing 2017-10-10 20:16:03 +07:00
asmodai
81d5b4b699 getAmxString refactoring 2017-10-06 14:26:53 +03:00