2
0
mirror of https://github.com/rehlds/reapi.git synced 2024-12-27 23:25:30 +03:00
Commit Graph

212 Commits

Author SHA1 Message Date
s1lent
76cddfd785
Add missing check weapon_flashbang for native GetGrenadeType 2017-06-14 03:59:33 +07:00
s1lent
e1eac93aab
Add native GetGrenadeType 2017-06-13 19:10:04 +07:00
OciXCrom
3788581874 Grammar and spelling corrections in comments (#74)
* Fixed spelling.

* Grammar and spelling corrections in comments.

* Missed 's' letter.
2017-05-02 22:39:35 +03:00
theAsmodai
8623af0647 Merge pull request #62 from WPMGPRoSToTeMa/patch-1
Added tag safety for get/set_member
2017-03-22 00:37:43 +03:00
Artem Golubikhin
bf64caf8a3 Added tag safety for get/set_member 2017-03-22 00:35:51 +03:00
Iván Lo Giudice
bfdd5cb567 Allow get WEAPON_C4 & WEAPON_KNIFE info (#52)
* Allow get WEAPON_C4 & WEAPON_KNIFE info
2017-03-21 17:50:52 +03:00
s1lent
6df3e41c02 Fix slash.
Fix discrepancy of info about the natives in include files.
2017-03-21 21:45:49 +07:00
asmodai
d38ded61bc Fix #61 2017-03-11 12:36:13 +03:00
asmodai
532f8291b8 Update metamod sdk 2017-03-10 01:04:59 +03:00
s1lent
b8f7c25fb5 Suppress warnings C4573 VS2015
Add native rg_drop_items_by_slot
2017-02-03 19:01:06 +07:00
s1lent
e8c4c14f40 Reworked rg_remove_items_by_slot, rg_reset_user_model
Ignore VS2015 files.
2017-02-03 17:58:01 +07:00
s1lentq
782db3774c remove HC_OVERRIDE 2017-01-24 22:52:58 +07:00
s1lentq
7f12e999e6 Improves native rg_remove_items_by_slot 2017-01-23 18:59:39 +07:00
s1lentq
681f1a3cd7 Natives without the dependencies moved in natives_common.
Closes #43 and some typo in amxx include files
Add native FClassnameIs
is_nullent will now check for the index 0 (behavior like FNullEnt) (Related #42)
2017-01-22 19:53:30 +07:00
s1lentq
799f0f8f82 Reworked rg_give_item, now returns the index of the entity.
Add native rg_get_user_footsteps, rg_set_user_footsteps, rg_remove_items_by_slot, rg_drop_item, rg_internal_cmd
2017-01-21 23:06:46 +07:00
s1lentq
001d26c359 Add new hookschain's: BuyGunAmmo, BuyWeaponByWeaponID,
CBasePlayer::DropShield, CBasePlayer::OnSpawnEquip,
CBasePlayer::Radio, CBasePlayer::Disappear, CBasePlayer::MakeVIP,
CBasePlayer::MakeBomber, CBasePlayer::StartObserver, CBasePlayer::GetIntoGame

Bump minor version
2017-01-15 21:56:39 +07:00
s1lentq
71d670541b Add more info about API dependencies. 2017-01-15 01:02:47 +07:00
s1lentq
8a03dc1cc3 Fix crash: Use AMXX_Error instead LogError. 2017-01-14 18:55:17 +07:00
s1lentq
becdfd768b Update README.md 2017-01-13 02:23:22 +07:00
s1lentq
f416f1b30f Add version upgrade to another resource. 2017-01-12 04:04:35 +07:00
s1lentq
f93e992674 Simplification natives members 2017-01-11 20:47:13 +07:00
s1lentq
ecdb7e9f96 Fix fail compile amxx plugin on 1.8.2 2017-01-06 19:02:24 +07:00
s1lentq
30c7a76ca4 Update reapi sdk
HC_OVERRIDE mark as deprecated
Do safe native GetHookChainReturn
2017-01-06 13:42:35 +07:00
s1lentq
adb34bb0ed Fixed the crashing caused by incorrect copy a mapname.
Update PreBuild.bat
2017-01-06 12:39:05 +07:00
Iván Lo Giudice
65083757b2 Allow get knife info with rg_get_weapon_info (#38)
Issue: https://github.com/s1lentq/reapi/issues/29
2017-01-06 11:13:34 +07:00
s1lentq
05a5f1686e Refactoring versioning 2017-01-05 16:27:59 +07:00
s1lentq
5fffe5368a Fix: to get current mapname on first spawn (part 2) 2017-01-04 19:04:57 +07:00
s1lentq
71d6444c41 Fix: to get current mapname on first spawn 2017-01-02 23:11:31 +07:00
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