2
0
mirror of https://github.com/s1lentq/reapi.git synced 2024-10-16 23:37:07 +03:00
Commit Graph

284 Commits

Author SHA1 Message Date
s1lentq
076fc47a5b Update VTC API 3.0
Add natives VTC_IsClientMuted, VTC_PlaySound
2016-12-25 20:32:08 +07:00
s1lentq
a6ad16fe85 Fix callback KeyValue didn't set meta result. 2016-12-18 18:31:39 +07:00
s1lentq
33f85c765a Fix to get first edict (part 2) 2016-12-13 17:46:05 +07:00
s1lentq
61460e962b Update ReHLDS API 3.x, ReGameDLL API 5.x 2016-12-12 23:27:12 +07:00
Iván Lo Giudice
d00489b0f2 Added rg_reset_maxspeed native (#28)
* Added rg_reset_maxspeed native
2016-11-01 10:57:35 +00:00
asmodai
0a03f20f91 Branch prediction optimization #3
Cleanup
2016-10-18 03:01:19 +03:00
asmodai
cc739f1551 Branch prediction optimization #2 2016-10-18 01:59:33 +03:00
asmodai
f737fd201b Branch prediction optimization 2016-10-16 23:43:51 +03:00
asmodai
9fc7607368 Refactored string arguments changing 2016-10-16 21:54:00 +03:00
asmodai
727cf3c01d Fixed possible false error "trying to set return value without active hook" in hookchain forwards 2016-10-16 16:30:16 +03:00
asmodai
8617956d66 Fixed compilation by ICC on windows
Fixed 'Broadcast' function
2016-10-12 02:15:41 +03:00
asmodai
ca92f13aa9 Added native REU_IsRevemuWithoutAdminRights 2016-10-12 00:34:49 +03:00
s1lentq
f6d0f02e6a Fix: get a first edict from AMXX_Attach 2016-10-12 02:22:35 +07:00
s1lentq
5ffedc69cb Fix crash on RG_CSGameRules_PlayerKilled: inflictor can be null 2016-09-26 19:23:23 +07:00
s1lentq
d1c3cd2755 Fast push: establish type for member's entvars_t::viewmodel + entvars_t::weaponmodel as qstring_t 2016-08-29 00:14:32 +07:00
s1lentq
6c7140380f Added new natives: is_entity, rg_round_respawn, rg_send_bartime, rg_send_bartime2, rg_send_audio
Reworked: rg_create_entity, rg_find_ent_by_class
2016-08-02 21:52:27 +07:00
s1lentq
114f64a790 Update/Refactoring CSSDK 2016-07-21 17:07:30 +07:00
s1lentq
f38d7437da Reworked native rg_find_item_bpack_by_name -> rg_find_weapon_bpack_by_name
Added native rg_has_item_by_name
Added safety checks into natives
Update CSSDK
2016-07-18 06:50:02 +07:00
asmodai
e6e3734eb0 Using player entity index in RH_SV_DropClient instead of engine client index 2016-07-11 01:38:31 +03:00
asmodai
1ba339a98b Fixed pmtrace natives
Added error if native requires one of the unexisting addons
2016-07-08 00:27:35 +03:00
s1lentq
b03360a268 Fix: typo to with getting weaponid 2016-06-23 02:53:02 +07:00
s1lentq
6cf5c99ded Fix crash rg_find_item_bpack_by_name 2016-06-22 21:39:58 +07:00
s1lentq
272b2fc709 Added hook CBasePlayer::HasRestrictItem 2016-06-21 04:03:46 +07:00
s1lentq
af1a542b45 Added hook CanBuyThisItem, CBasePlayer::DropPlayerItem
Added new members CArmoury
2016-06-20 14:44:35 +07:00
s1lentq
85384bcb11 Fix #14 2016-06-20 02:08:56 +07:00
s1lentq
656554b775 Added weaponbox members
Added new natives rg_find_bpack_item_by_name, rg_is_player_can_takedamage, rg_get_weaponbox_id
Renamed rg_select_default_team to rg_get_join_team_priority
Update CSSDK
2016-06-19 19:58:32 +07:00
theAsmodai
3fa88db6e0 Merge pull request #13 from WPMGPRoSToTeMa/master
Fixed DeathNotice hook crash (#12)
2016-06-17 02:57:57 +03:00
WPMGPRoSToTeMa
db59cd3c4d Fixed DeathNotice hook crash (#12) 2016-06-17 02:46:36 +03:00
theAsmodai
ca918acd13 Merge pull request #11 from WPMGPRoSToTeMa/master
Added rh_update_user_info
2016-06-16 00:12:26 +03:00
WPMGPRoSToTeMa
084fc056a7 Added rh_update_user_info
Updated ReHLDS API
Fixed platform toolset in msvc for WinXP
2016-06-15 22:31:07 +03:00
s1lentq
d6c3a21dbb Added native rg_select_default_team 2016-06-15 20:19:50 +07:00
s1lentq
3101f29ff7 Added new members for CBasePlayerItem, CBasePlayerWeapon 2016-06-15 19:35:39 +07:00
s1lentq
559b6b88bd Added new members from CSPlayer 2016-06-15 17:53:58 +07:00
s1lentq
bc6383fce4 Added new natives:
rh_emit_sound2, rg_set_account_rules, rg_get_account_rules, rg_is_bomb_planted,
rg_join_team, rg_balance_teams, rg_swap_all_players, rg_switch_team, rg_switch_weapon
Update CSSDK for regamedll
Refactoring
2016-06-15 14:35:02 +07:00
s1lentq
28dcc802d4 Update SDK regamedll 2016-06-09 09:47:42 +07:00
s1lentq
848bb10907 Merge pull request #10 from s1lentq/checkmeplz
Fixed context data for nested hookchain forwards, added member natives
2016-06-08 05:45:26 +06:00
asmodai
4c6f3c3d08 Small fixes 2016-06-07 04:23:37 +03:00
asmodai
6fb4fc6779 Fixed names collision with fakemeta
Fixed hookctx for recursive hookchain calls
2016-06-06 21:09:32 +03:00
asmodai
7350d696e8 Fixed member regions in amxx includes 2016-06-04 16:35:05 +03:00
asmodai
94fadf929a Fixed context data for nested hookchain forwards
Added missed conversions for hookchain callbacks
Added natives for pmove, pmtrace, ucmd
Added checks of re* products availability
2016-06-04 16:24:05 +03:00
s1lentq
6a65948b74 Added natives set_movevar/get_movevar
Added forwards RG_PM_Move/RG_PM_AirMove and some functions of a CSGameRules
2016-06-04 16:21:06 +03:00
s1lentq
bbd489e34c Added native rg_instant_reload_weapons
Added forward CBasePlayer_SetClientUserInfoName
2016-06-04 16:18:11 +03:00
s1lentq
8db34b7a52 Added forward: RG_HandleMenu_ChooseAppearance, RG_HandleMenu_ChooseTeam, RG_ShowMenu, RG_ShowVGUIMenu, RG_CBasePlayer_SetClientUserInfoModel 2016-06-04 16:18:11 +03:00
s1lentq
fd7c58f32e Added natives rh_set_mapname, rh_get_mapname, rh_reset_mapname 2016-06-04 16:18:10 +03:00
s1lentq
6f519c7551 Refactoring sdk of the party amxx 2016-06-04 16:18:10 +03:00
s1lentq
62325d11aa get_member, get_member_game, get_entvar, get_movevar: Allow use of output of the Float-variable via the 3rd argument. 2016-06-04 16:18:10 +03:00
s1lentq
1be2b04192 Bugfix a member to get vector 2016-06-04 16:18:10 +03:00
s1lentq
b1a86097ea Added native rg_transfer_c4 2016-06-04 16:18:10 +03:00
s1lentq
63502fa028 Added natives rg_set_user_team, rg_set_user_model, rg_reset_user_model
Added argument AccountSet type to rg_add_account
Update CSSDK of regamedll
2016-06-04 16:18:10 +03:00
s1lentq
3e2c6386e2 Added members CBaseMonster 2016-06-04 16:18:10 +03:00