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

298 Commits

Author SHA1 Message Date
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
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