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
asmodai
ab359ab320 Use static assert instead of sys error where possible 2017-10-06 13:55:54 +03:00
s1lent
0af5713b86
Enhanced native rg_give_custom_item 2017-10-06 04:02:45 +07:00
s1lent
e52b83d873
Add more comments 2017-10-04 05:29:14 +07:00
In-line
b67d82af85 StartDeathCam() immediately when changing team to spectator via rg_set_user_team (#81)
* StartDeathCam() immediately when changing team to spectator via rg_set_user_team
2017-10-03 18:42:11 +07:00
s1lent
9cedc733b7
Enhanced natives SetThink, SetTouch, SetUse, SetBlocked, SetMoveDone 2017-10-03 18:37:11 +07:00
s1lent
e636819f02
Add natives SetThink, SetTouch, SetUse, SetBlocked, SetMoveDone
Minor refactoring
2017-10-03 04:07:33 +07:00
s1lent
69669ef6ce
Add natives GetAttachment, GetBonePosition 2017-10-02 21:40:59 +07:00
s1lent
23fe1507a1
Add natives rg_set_user_ammo, rg_get_user_ammo, rg_give_custom_item, set_rebuy, get_rebuy
Add all the members weapons, also CMapInfo, RebuyStruct, CGrenade
Add hookchain StartDeathCam
Cosmetic changes
Update regamedll API 5.3
2017-09-28 04:12:09 +07:00
s1lent
19d0f05b52
Revert hlsdk_const.inc
AMXX SDK: Fixed conflict with hlsdk_const.inc
2017-09-27 19:01:13 +07:00
s1lent
a8ea223a51
Refactoring amxx-cssdk 2017-09-27 01:02:57 +07:00
s1lent
15efb24d1c
Reworked forward SV_WriteFullClientUpdate 2017-09-26 00:10:56 +07:00
s1lent
1a9b80e168
rh_get_key_value/rh_set_key_value moving from misc to common 2017-09-25 07:28:59 +07:00
asmodai
b06b1915eb
Add hook for SV_WriteFullClientUpdate
(cherry picked from commit 77f6cfb8a713937c0ab424353a6ab83c08fb977d)

# Conflicts:
#	reapi/src/hook_list.cpp
2017-09-25 07:05:22 +07:00
s1lent
b9f817a5ae
Minor refactoring rg_round_end 2017-09-25 03:21:03 +07:00
asmodai
396e15a81d Add -fno-strict-aliasing 2017-09-24 16:32:37 +03:00
s1lent
30a51e6102
Refactoring cssdk
Fix some things
2017-09-24 19:54:49 +07:00
s1lent
6e8895bed9
Add native get_viewent 2017-09-23 22:27:21 +07:00
s1lent
bc3b1afb60
Add native engset_view 2017-09-21 23:30:31 +07:00
s1lent
61fe805a29
Add support rechecker API
Minor refactoring
2017-09-21 23:23:35 +07:00
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