Commit Graph

6546 Commits

Author SHA1 Message Date
Nick Hastings
b53803203a Update TF2 gamedata.
(cherry picked from commit 89bd4d7329)
(cherry picked from commit d1be042143)
2022-12-01 19:50:28 -05:00
Nick Hastings
20fd68b4a2 Trigger build against hl2sdk-csgo changes. 2022-06-26 11:02:24 -04:00
Nick Hastings
d1766b9d33 Trigger build against hl2sdk-csgo changes.
(cherry picked from commit 5714e7695a653dcade1832cb482855e77b5f13dd)
2022-06-24 09:58:25 -04:00
Nick Hastings
4e19229862 Update TF2 gamedata.
(cherry picked from commit 0dcfdf3d7e)
2022-06-21 21:49:15 -04:00
Mikusch
4bc9da2492 SDKTools: Clear gamerules pointer on level shutdown (#1755)
* Clear gamerules pointer on level shutdown

* Move LevelShutdown up

(cherry picked from commit a877a4475b)
2022-06-11 10:51:27 -04:00
Nick Hastings
af5505da8e Fix helpers module path lookup on newer Perl versions.
(cherry picked from commit 547ac5b026)
2022-06-11 09:25:25 -04:00
Nick Hastings
17af88cd75 Update Reactive Drop gamedata (closes #1771)
(cherry picked from commit 50eca8e60c)
2022-05-30 20:30:39 -04:00
Vauff
315b79f14d Update WriteBaselines signature for CS:GO update (#1766) 2022-05-09 21:09:49 -07:00
Bone
1b3126d29f fix WeaponPrice offset on windows (#1765)
(cherry picked from commit 7becdc48d3)
2022-05-07 06:48:30 -04:00
Mikusch
0969f51172 Fix TF2_OnIsHolidayActive forward not getting called after map change (#1752)
* Fix TF2_IsHolidayActive forward not getting called after map change

* Rename function to Unhook
2022-05-04 14:43:53 +00:00
PerfectLaugh
49692ac7dc sdkhooks: assign velocities in CTakeDamageInfo(Hack) (#1322)
* Attempt to correct SDKHooks_TakeDamage

* Define function on both csgo and non-csgo

* Remove unneeded macros

* Fix velocity copy on CTakeDamageInfoHack init

(cherry picked from commit 031f80f6e1)
2022-03-20 10:10:03 -04:00
Asher Baker
5db4a925e0 Fix vprof crashing in some games (#1541)
Some engines are very sensitive to exactly when in a frame vprof is
enabled, the vprof commands use a special command registration method
to defer their execution to the start of the next frame. Instead of
starting/stopping vprof directly ourselves, use the built-in commands
to ensure that the timing is correct and the server does not crash.

Fixes #1162

(cherry picked from commit f8f5a18d67)
2022-03-20 10:07:44 -04:00
Corey D
c9565e52b2 Fix ArrayList return types (#1679)
ArrayList.SetString and ArrayList.SetArray both have int return types but their methodmap natives use void.

(cherry picked from commit bf898dd45f)
2022-03-20 10:04:58 -04:00
peace-maker
4dd3278a9e Fix silent error on large ArrayList startsize (#1705)
If there isn't enough memory to resize the ArrayList to the startsize on construction, throw an error instead of ignoring the OOM.

Fixes #1551

(cherry picked from commit f7c54e9027)
2022-03-20 10:04:40 -04:00
Erik Minekus
c7890c1f15 Database.Format destination buffer should not be marked const (#1714)
(cherry picked from commit 358bcca3a2)
2022-03-20 10:04:12 -04:00
Ҝℴţأķ
38bece1bb2 Remove hardcoded question mark from sm_vote (#1699)
(cherry picked from commit f5461df28c)
2022-03-20 10:03:37 -04:00
Alienmario
f0c88810fb Enable nextmap for Black Mesa (#1695)
(cherry picked from commit dc9c52bfd6)
2022-03-20 10:03:25 -04:00
XeroX
afb72dd51c ZPS: Update Offsets & Signatures for 3.2 (#1717)
* Update offsets for ZPS 3.2

Zombie Panic! Source Version 3.2 released and these are the updated offsets.

* Update offsets for 3.2

ZPS 3.2 has been release and these are the updated offsets / signatures.

(cherry picked from commit 8579e873ca)
2022-02-19 09:42:17 -05:00
Nick Hastings
9149a17265 Update Contagion SDKHooks gamedata.
(cherry picked from commit 589fc96bc9)
2021-11-15 21:26:59 -05:00
Mikusch
fb19b3f585 Update Team Fortress 2 gamedata
Shift virtual offsets up by 3

(cherry picked from commit e3569edb65)
2021-11-15 20:46:27 -05:00
Nick Hastings
21cf45746c Update Contagion SDKTools gamedata.
(cherry picked from commit 3db7116620)
2021-11-15 20:46:16 -05:00
dysphie
836985cd0c Fix "ForcePlayerSuicide" linux offset in NMRiH (#1627)
(cherry picked from commit 83672a6ce0)
2021-11-15 20:46:09 -05:00
dysphie
2a85bcb631 Update gamedata for NMRiH 1.12 (#1623)
* Fix NMRiH's sdktools gamedata

* Fix NMRiH's sdkhooks gamedata

* Fix GroundEntChanged linux offset
2021-11-01 12:06:28 +00:00
Fyren
d30d0f9bd5 Update 1.10 SP. 2021-10-31 00:25:37 -04:00
Kyle
8a579f49f1 Update TerminateRound signature for CSGO
(cherry picked from commit 92ce0fe814)
2021-10-26 09:48:36 -04:00
Nick Hastings
4fb7bf4994 Add missing parameters for CSWeaponDrop.
(cherry picked from commit 536750b428)
2021-10-22 23:44:31 -04:00
GAMMACASE
5cdc7f800a Fix CS_OnCSWeaponDrop after latest CSGO update (21/10/21) (#1602) 2021-10-22 16:23:35 +01:00
Vauff
f03e3bae57 Update HandleCommand_Buy_Internal sig and related offsets for CS:GO Win
(cherry picked from commit f7cd28cfd3)
2021-10-21 22:22:06 -04:00
Vauff
0cfb6b450e Update CSWeaponDropBB signature for CS:GO Linux
(cherry picked from commit 83c7bdf872)
2021-10-21 20:49:06 -04:00
2251307218
36341a5984 sdkhooks: correct velocity issues with dropweapon (#1159) 2021-10-12 20:56:01 -04:00
dysphie
52fad58730 Fix NMRiH's 'GivePlayerAmmo' offset on Windows (#1593)
(cherry picked from commit baf686c6c4)
2021-10-06 16:21:58 -04:00
Asher Baker
f12b5367e5
Disable Blade Symphony builds for 1.10
1.11+ is required for recent game / SDK updates.
2021-09-27 17:37:34 +01:00
pedrotski
50e29a2ce0 Update CS:GO Reload gamedata (#1585) 2021-09-23 11:45:17 +01:00
GAMMACASE
698cc8e328 Update gamedata after latest CSGO update (22/09/21) (#1583) 2021-09-22 09:39:30 +01:00
Nick Hastings
a1fa6f85e3 Trigger build for TF2 SDK INetChannel changes.
(cherry picked from commit 677697a168)
2021-09-16 22:08:29 -04:00
Nick Hastings
6ea266a9ab Trigger build for TF2 SDK changes.
(cherry picked from commit 0fd4fa7066)
2021-09-16 21:10:10 -04:00
David Anderson
0b468f215a Use python3 for ambuild. 2021-07-11 22:50:16 -07:00
c0rp3n
8bf8c98274 [CS:GO] Remove control chars from gamedata 2021-06-25 15:32:36 +00:00
Nick Hastings
b9a108139b Update Fortress Forever gamedata. 2021-06-25 15:27:56 +00:00
Loïc
6ad19940a8 Fix GetDataDescMap not work on Day Of Infamy (#1263)
During the Split Day of Infamy to separate engine build #718 on 3 Nov 2017, it was forgotten to add the engine doi the list.
2021-06-25 15:27:47 +00:00
peace-maker
900d37919a Update Contagion gamedata again (#1216)
Updates vtable offsets after Patch 2.1.2.2 again. #1171
2021-06-25 15:27:39 +00:00
rumblefrog
dafda26648 Update Black Mesa gamedata (#1208) 2021-06-25 15:27:27 +00:00
Mikusch
1f9072862a Update Team Fortress 2 gamedata (#1509) 2021-06-22 18:23:05 +00:00
Vauff
bc122afb2f Update TerminateRound signature for CS:GO windows (#1486) 2021-04-29 01:26:13 -07:00
komashchenko
617fb77ea0 Fix detour HandleCommand_Buy_Internal (#1406) 2020-12-18 12:13:22 +00:00
Natanel Shitrit
051f42c923 Update 'CScore' offset for CS:GO (#1394) 2020-12-04 17:15:02 +00:00
Vauff
f38195175d Update TerminateRound signature for CS:GO linux (#1392) 2020-12-04 17:14:58 +00:00
Mustafa Enes AKDENİZ
726db5a2ea
Improvements on !admin menu flags (#1364)
* Improvements on !admin menu flags

Lets say we have override the sm_unmute command and changed it to ADMFLAG_CUSTOM1.
Then create an admin, we gived our admin ADMFLAG_Chat flag, admin can't use sm_unmute command cause it doesnt have access to this command.
But if admin go into "!admin" menu then, he will able to run sm_unmute on "player command" menus

* removed unauthorized menu items

* Deleted Whitespace and ITEMDRAW_DEFAULT
2020-10-24 19:22:02 +02:00
Mr. Silence
8eae702f1a [ZPS] Gamedata update for sdktools/sdkhooks (#1369)
* Gamedata update for ZPS 3.1

Signed-off-by: Mr.Silence <Silenci0@users.noreply.github.com>

* Offset updates for ZPS 3.1

Signed-off-by: Mr.Silence <Silenci0@users.noreply.github.com>

* Updated offsets and signatures.

Signed-off-by: Mr.Silence <Silenci0@users.noreply.github.com>
(cherry picked from commit 104b6b878a)
2020-10-20 00:01:03 -04:00
Headline
39c2dc60e0
NPOTB: Execute ambuild with Python 3.8 pt. 2 (#1353) 2020-09-24 19:37:58 -07:00