2
0
mirror of https://github.com/rehlds/reapi.git synced 2024-12-26 22:55:29 +03:00

Commit Graph

  • 9099f4c6a4 IsUserSteam native spark512 2016-10-22 15:38:27 +0200
  • 19508e362d IsUserSteam native spark512 2016-10-22 15:36:35 +0200
  • 0a03f20f91 Branch prediction optimization #3 Cleanup asmodai 2016-10-18 02:56:58 +0300
  • cc739f1551 Branch prediction optimization #2 asmodai 2016-10-18 01:59:33 +0300
  • f737fd201b Branch prediction optimization asmodai 2016-10-16 23:28:55 +0300
  • 9fc7607368 Refactored string arguments changing asmodai 2016-10-16 21:35:11 +0300
  • 727cf3c01d Fixed possible false error "trying to set return value without active hook" in hookchain forwards asmodai 2016-10-16 16:26:31 +0300
  • 8617956d66 Fixed compilation by ICC on windows Fixed 'Broadcast' function asmodai 2016-10-12 02:14:13 +0300
  • ca92f13aa9 Added native REU_IsRevemuWithoutAdminRights asmodai 2016-10-12 00:25:21 +0300
  • f6d0f02e6a Fix: get a first edict from AMXX_Attach s1lentq 2016-10-12 02:22:35 +0700
  • 5ffedc69cb Fix crash on RG_CSGameRules_PlayerKilled: inflictor can be null s1lentq 2016-09-26 19:23:23 +0700
  • d1c3cd2755 Fast push: establish type for member's entvars_t::viewmodel + entvars_t::weaponmodel as qstring_t s1lentq 2016-08-29 00:10:11 +0700
  • 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 s1lentq 2016-08-02 21:45:28 +0700
  • 114f64a790 Update/Refactoring CSSDK s1lentq 2016-07-21 07:13:47 +0700
  • 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 s1lentq 2016-07-18 05:19:19 +0700
  • e6e3734eb0 Using player entity index in RH_SV_DropClient instead of engine client index asmodai 2016-07-11 01:38:31 +0300
  • 1ba339a98b Fixed pmtrace natives Added error if native requires one of the unexisting addons asmodai 2016-07-08 00:27:35 +0300
  • b03360a268 Fix: typo to with getting weaponid s1lentq 2016-06-22 22:34:30 +0700
  • 6cf5c99ded Fix crash rg_find_item_bpack_by_name s1lentq 2016-06-22 21:39:58 +0700
  • 272b2fc709 Added hook CBasePlayer::HasRestrictItem s1lentq 2016-06-21 02:45:37 +0700
  • af1a542b45 Added hook CanBuyThisItem, CBasePlayer::DropPlayerItem Added new members CArmoury s1lentq 2016-06-20 14:40:53 +0700
  • 85384bcb11 Fix #14 s1lentq 2016-06-20 02:08:56 +0700
  • 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 s1lentq 2016-06-19 19:40:10 +0700
  • 3fa88db6e0 Merge pull request #13 from WPMGPRoSToTeMa/master theAsmodai 2016-06-17 02:57:57 +0300
  • db59cd3c4d Fixed DeathNotice hook crash (#12) WPMGPRoSToTeMa 2016-06-17 01:39:30 +0300
  • ca918acd13 Merge pull request #11 from WPMGPRoSToTeMa/master theAsmodai 2016-06-16 00:12:26 +0300
  • 084fc056a7 Added rh_update_user_info Updated ReHLDS API Fixed platform toolset in msvc for WinXP WPMGPRoSToTeMa 2016-06-15 21:23:49 +0300
  • d6c3a21dbb Added native rg_select_default_team s1lentq 2016-06-15 20:19:50 +0700
  • 3101f29ff7 Added new members for CBasePlayerItem, CBasePlayerWeapon s1lentq 2016-06-15 18:39:57 +0700
  • 559b6b88bd Added new members from CSPlayer s1lentq 2016-06-15 17:47:03 +0700
  • 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 s1lentq 2016-06-15 04:36:35 +0700
  • 28dcc802d4 Update SDK regamedll s1lentq 2016-06-08 17:21:58 +0700
  • 848bb10907 Merge pull request #10 from s1lentq/checkmeplz s1lentq 2016-06-08 05:45:26 +0600
  • 4c6f3c3d08 Small fixes asmodai 2016-06-07 04:01:46 +0300
  • 6fb4fc6779 Fixed names collision with fakemeta Fixed hookctx for recursive hookchain calls asmodai 2016-06-06 17:55:07 +0300
  • 7350d696e8 Fixed member regions in amxx includes asmodai 2016-06-04 16:16:48 +0300
  • 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 asmodai 2016-05-19 00:02:37 +0300
  • 6a65948b74 Added natives set_movevar/get_movevar Added forwards RG_PM_Move/RG_PM_AirMove and some functions of a CSGameRules s1lentq 2016-05-19 00:30:26 +0600
  • bbd489e34c Added native rg_instant_reload_weapons Added forward CBasePlayer_SetClientUserInfoName s1lentq 2016-06-03 22:44:48 +0600
  • 8db34b7a52 Added forward: RG_HandleMenu_ChooseAppearance, RG_HandleMenu_ChooseTeam, RG_ShowMenu, RG_ShowVGUIMenu, RG_CBasePlayer_SetClientUserInfoModel s1lentq 2016-06-02 18:33:14 +0600
  • fd7c58f32e Added natives rh_set_mapname, rh_get_mapname, rh_reset_mapname s1lentq 2016-06-02 04:37:29 +0600
  • 6f519c7551 Refactoring sdk of the party amxx s1lentq 2016-06-01 18:27:20 +0600
  • 62325d11aa get_member, get_member_game, get_entvar, get_movevar: Allow use of output of the Float-variable via the 3rd argument. s1lentq 2016-06-01 04:50:28 +0600
  • 1be2b04192 Bugfix a member to get vector s1lentq 2016-06-01 03:15:45 +0600
  • b1a86097ea Added native rg_transfer_c4 s1lentq 2016-06-01 00:42:54 +0600
  • 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 s1lentq 2016-05-31 22:12:44 +0600
  • 3e2c6386e2 Added members CBaseMonster s1lentq 2016-05-23 01:54:31 +0600
  • 1674a3a124 Added natives set_movevar/get_movevar Added forwards RG_PM_Move/RG_PM_AirMove and some functions of a CSGameRules s1lentq 2016-05-19 00:30:26 +0600
  • 979b5a9ebe Added natives set_entvar/get_entvar, rg_get_user_bpammo/rg_set_user_bpammo, rg_give_defusekit, rg_get_user_armor/rg_set_user_armor, s1lentq 2016-05-18 06:01:11 +0600
  • c62f2ad897 Merge pull request #6 from s1lentq/natives_misc s1lentq 2016-05-15 23:07:47 +0600
  • 9bdeb103eb Added bypass warning 200 on amxmodx 1.8.2 s1lentq 2016-05-11 22:54:06 +0600
  • 86aead4b02 Rework native rg_get_weapon_info s1lentq 2016-05-11 19:52:49 +0600
  • 136efa87ab Fix typo version s1lentq 2016-05-11 17:34:45 +0600
  • 3714590434 Added natives rg_set_weapon_info s1lentq 2016-05-04 17:39:34 +0600
  • 88f0a66c0b Changed work native rg_find_ent_by_owner. Added edictByIndexAmx for safe use. s1lentq 2016-05-03 22:56:07 +0600
  • c1c59ce26c Added reapi_version.inc and other typos s1lentq 2016-05-03 19:11:45 +0600
  • e64210dee7 Unified style of the error messages Fixed typo in reapi version define asmodai 2016-05-03 03:35:19 +0300
  • 7414e479ed Added arg name for native params checks Added NULLENT Fixed some checks asmodai 2016-05-02 18:21:28 +0300
  • 73c1151962 Refactored project structure Natives optimization asmodai 2016-05-02 17:51:19 +0300
  • e0fb129f4d Avoid unnecessary copying in rg_fire_bullets3 asmodai 2016-04-30 21:02:30 +0300
  • 12b0573aa5 Added support Reunion API Added new regamedll natives: rg_create_entity, rg_find_ent_by_class, rg_find_ent_by_owner, rg_get_weapon_info, rg_remove_all_items, rg_remove_item Added hookchain CanBuyThis Added native (reunion) get_client_data s1lentq 2016-05-02 03:09:11 +0600
  • 063f8e6ed5 Removed static keyword for natives Reduced error strings length asmodai 2016-04-30 20:38:53 +0300
  • 7a3992e960 Added missed safety checks A more clean design of natives_misc asmodai 2016-04-28 00:28:17 +0300
  • e51d1442a2 Refactoring memberlist s1lentq 2016-04-27 03:06:55 +0600
  • bf9b3f655d Added support VTC API s1lentq 2016-04-25 06:06:13 +0600
  • ea35220838 Added api hook RG_RoundEnd Added natives rg_round_end, rg_update_teamscores s1lentq 2016-04-25 00:33:12 +0600
  • 3000269b18 Merge pull request #5 from voed/patch-1 s1lentq 2016-04-23 17:04:05 +0600
  • 6aabe4395c Fixed return value to match api changes voed 2016-04-23 00:16:55 +0300
  • b7c2c22cbb Merge pull request #4 from s1lentq/refactoring theAsmodai 2016-04-22 00:35:14 +0300
  • 170f67bdf2 Increased automation of hookchains registration asmodai 2016-04-21 16:15:21 +0300
  • df8cab66f4 Added members CBaseEntity, CBaseAnimating Implemented functions CBasePlayer::SetAnimation, CBasePlayer::GiveDefaultItems, CBasePlayer::GiveNamedItem, CBasePlayer::AddAccount, CBasePlayer::GiveShield, CBaseAnimating::ResetSequenceInfo, PlayerBlind, RadiusFlash_TraceLine, FireBullets, FireBullets3, RadiusDamage, ClearMultiDamage, ApplyMultiDamage, AddMultiDamage Added misc natives s1lentq 2016-04-21 06:50:13 +0600
  • feeca13f08 Trying inline getHook Using visibility=default instead of symbols asmodai 2016-04-20 01:36:19 +0300
  • 0dd99aaf6d Refactored member natives code Fixed compilation under linux asmodai 2016-04-20 00:39:38 +0300
  • 59be98fb6a Callbacks refactoring Implemented hookchain arguments changing asmodai 2016-04-13 19:55:25 +0300
  • 219071fb50 Enabled symbols information for linux asmodai 2016-04-13 18:34:17 +0300
  • c732fbdc07 Fixes in natives_member.cpp asmodai 2016-04-07 22:55:47 +0300
  • 50b5649257 Refactoring asmodai 2016-04-07 01:09:51 +0300
  • 392026e50b Added C_DLLEXPORT s1lentq 2016-04-05 23:07:43 +0600
  • c3dc656ced Added build status to README.md Fix linux compilation s1lentq 2016-04-05 04:40:47 +0600
  • 00bc077eee Initial implementation s1lentq 2016-04-05 04:21:38 +0600
  • 7cdcf26f2e Initial commit s1lentq 2016-03-30 17:12:54 +0600