Kyle Sanderson
766b6e1770
Merge pull request #127 from alliedmodders/coremapend
...
Add OnCoreMapEnd to extension's interface.
2014-08-15 20:48:59 -07:00
Kyle Sanderson
678e743819
Merge pull request #116 from VoiDeD/funcommands-gravity
...
Fix PerformGravity's logging format.
2014-07-30 17:59:52 -07:00
Kyle Sanderson
c4a1e3c819
Merge pull request #107 from alliedmodders/sdkhackfix
...
Copy SDKHooks vector instead of taking a reference.
2014-07-30 15:42:49 -07:00
Kyle Sanderson
ab72841704
Rename SDKHooks function and variable to be friendlier.
2014-07-30 15:34:51 -07:00
Kyle Sanderson
ba0406930d
Pre-allocate 8 elements to skip trivial reallocations near the beginning of the vectors life.
2014-07-29 02:48:13 -07:00
Kyle Sanderson
be79dee6e0
Store only the callback as per VoiDeD, re-eval if HookList changes.
2014-07-29 02:46:49 -07:00
Kyle Sanderson
97610edda4
HackFix: Mimic forwardsys style of pawn calling.
2014-07-28 15:51:34 -07:00
Kyle Sanderson
69cb941fa4
Merge pull request #25 from KyleSanderson/kylepreds
...
Replace SourceHook list usages in clientprefs with AMTL.
2014-06-12 15:42:30 -07:00
Kyle Sanderson
70518a8e49
Revert "Add better spacing to compile.sh"
...
This reverts commit cd106a7eb6 .
2014-06-08 00:42:27 -07:00
Kyle Sanderson
ec9791b183
Merge pull request #24 from 50Wliu/compile
...
Compile.sh spacing improvements
2014-06-06 19:52:56 -07:00
Kyle Sanderson
695fc802a9
Replace SourceHook list usages in clientprefs with AMTL.
2014-06-04 21:49:48 -07:00
Kyle Sanderson
c37dbe131e
Merge pull request #23 from KyleSanderson/gameextusage
...
Replace SH List usages in game extensions with AMTL variants.
2014-06-04 20:03:23 -07:00
Kyle Sanderson
975fc93e1f
Replace SourceHook list usages in tf with AMTL.
2014-06-04 17:36:53 -07:00
Kyle Sanderson
6c37a5d9f3
Replace SourceHook list usages in cstrike with AMTL.
2014-06-04 17:36:28 -07:00
Kyle Sanderson
556d5e0949
Merge pull request #9 from KyleSanderson/amtlutilloudness
...
Quell isNaN MSVC performance warning.
2014-05-28 18:12:32 -07:00
Kyle Sanderson
05d8622ea9
Quell isNaN MSVC performance warning.
2014-05-28 18:05:55 -07:00
Kyle Sanderson
5193b70ada
Update README.md with community hyper links.
2014-05-26 23:23:39 -07:00
Kyle Sanderson
365da7fef6
GCC build fix.
2014-05-20 20:33:50 -07:00
Kyle Sanderson
9c62e94239
Optimize native call if statically bound (bug 5842, r=ds,fyren f=dvander).
...
Original patch written by David Anderson (original r from Fyren).
- Updated to function with the current JIT compiler.
- Took in clean-ups from later-dated patches.
2014-05-11 14:36:32 -07:00
Kyle Sanderson
f15234e4f8
Changed EventHook name storage to use AString (bug 6188, r=psychonic).
2014-05-10 02:40:08 -07:00
Kyle Sanderson
55b77a1925
Return the 'd' to ClientPrefs::AreClientCookiesPening (r=asherkin).
2014-05-09 09:34:29 -07:00
Kyle Sanderson
b5decd8a50
Build Fix.
2014-05-06 18:48:53 -07:00
Kyle Sanderson
b1901da79f
Unify Maximum supported clients, raised SDKTools limit (bug 5964, r=psychonic).
2014-05-06 18:40:35 -07:00
Kyle Sanderson
9abac06e85
Change SDKHooks to VTable Hooks (bug 6070, r=psychonic).
2014-03-23 22:11:06 -06:00
Kyle Sanderson
cd349946e8
Fix FakeClientCommandEx always leaking memory (bug 5678, r=psychonic).
2014-03-08 19:50:55 -07:00
Kyle Sanderson
38bbb8580f
Move PlayerRunCmd to a global VTable Hook (bug 6051, r=psychonic).
2014-03-01 14:25:35 -07:00
Kyle Sanderson
977bf4d583
Fix Anti-Flood resolution of gametime (bug 5394, r=psychonic).
2014-02-27 20:49:19 -07:00
Kyle Sanderson
84d58ff421
Remove unfinished ConVar queries on client disconnect (bug 6003, r=psychonic).
2014-02-27 19:55:13 -07:00
Kyle Sanderson
36cc7610a1
Fix bad handle Forward handling in RequstFrame (irc, r=psychonic).
2014-02-08 15:10:35 -07:00
Kyle Sanderson
06d2017a95
Remove unmanaged forwards from lookup list on Release (bug 6025, r=psychonic).
2014-02-08 14:51:44 -07:00
Kyle Sanderson
5d8f5c890d
Triggering build.
2014-02-02 21:35:02 -07:00
Kyle Sanderson
e2eabc7a96
Force a reconfigure to happen everytime.
2014-02-02 21:26:04 -07:00
Kyle Sanderson
a33977c71c
Force rebuild for b0fa678a69ef (bug 6029, r=dvander).
2014-02-02 15:54:24 -07:00
Kyle Sanderson
9de1a1ddfa
Add configuration option to package debug files with amb2.
2014-02-02 15:33:33 -07:00
Kyle Sanderson
af7b8cd9a3
Wrap ClientPrintf into IGamePlayer (bug 6021, r=asherkin).
2014-01-29 21:41:41 -07:00
Kyle Sanderson
3bbb48ce9e
Fix GetPlayerUserId uninitialized return in Dota 2 (irc, r=psychonic).
2014-01-25 16:58:12 -07:00
Kyle Sanderson
5acc7209b2
Add client checks to EmitSound SoundsHooks (bug 5873, r=psychonic)
2014-01-17 23:25:23 -05:00
Kyle Sanderson
9fe11f9c36
Fix being able to nominate same map multiple times (bug 5109, r=psychonic)
2014-01-17 23:21:16 -05:00
Kyle Sanderson
fb734e4124
Add any tag to WritePackCell and ReadPackCell natives (bug 6001, r=asherkin)
2014-01-17 23:14:40 -05:00
Kyle Sanderson
398b05afed
Fix uninit'd memory issues in AMTL AString and Vector (bug 5921, r=psychonic).
...
--HG--
extra : rebase_source : 17a57dcf815cb3798eaa13af5f4af44fb1930f86
2013-11-30 10:59:05 -05:00
Kyle Sanderson
e01fc5e697
Add RequestFrame native for one-off frame actions (bug 5965, r=dvander).
2013-10-29 22:10:40 -04:00
Kyle Sanderson
35191745ca
Fix regression in SDKTools SetClientListening hook refcounting (bug 5956, r=fyren).
2013-10-24 13:20:42 -04:00
Kyle Sanderson
e3cb33bbda
Switch StringToInt(Ex) from strtol to strtoul (bug 5939, r=psychonic).
2013-10-06 15:40:03 -04:00
Kyle Sanderson
f8c065c182
Update CS:S gamedata
2013-09-16 21:22:49 -04:00
Kyle Sanderson
ed6fe7519a
Detech dispatch after Handles are freed (bug 5853, r=asherkin).
2013-09-14 12:23:04 -04:00
Kyle Sanderson
3308f0644c
Fix incorrect assignment in SDKHook_TakeDamage + cleanup (bug 5911, r=psychonic).
2013-09-06 18:37:13 -04:00
Kyle Sanderson
d05feabcd6
Suppress SpewOpcode if not a debug build (bug 5859, r=dvander).
2013-08-27 08:39:15 -04:00
Kyle Sanderson
7e2afacf34
Fix broken translating in some plugins and natives (bug 5612, r=psychonic).
2013-08-25 10:15:35 -04:00
Kyle Sanderson
2b6257e94e
Fixed potential deadlock in HandleSystem::TryAndFreeSomeHandles (bug 5665, r=dvander).
2013-08-25 09:59:13 -04:00
Kyle Sanderson
d79b41e4a7
Fix weapon ID checks (bug 5872, r=Dr!fter)
2013-08-21 10:55:12 -04:00
Kyle Sanderson
b9cd424186
Add support for nested datatables. (bug 5446, r=asherkin)
2013-08-12 00:54:21 +01:00
Kyle Sanderson
6af85409f1
Dump handle information when a plugin is forcefully unloaded. (bug 5666, r=asherkin)
2013-08-12 00:45:29 +01:00
Kyle Sanderson
86c699dd36
Fixed various memory issues. (bug 5766, r=asherkin)
2013-08-12 00:44:22 +01:00
Kyle Sanderson
3d4e1ffd64
Added helper stock to check if a command exists. (bug 5510, r=asherkin)
2013-08-12 00:42:56 +01:00
Kyle Sanderson
5d76ffef88
Added global pre and post forwards for client chat (bug 5394, r=psychonic).
2013-08-05 11:46:29 -04:00
Kyle Sanderson
aad1b5dc9f
Fixed regression in CellFilter GetRecipientIndex reading oob (bug 5826, r=psychonic).
2013-08-03 19:20:03 -04:00
Kyle Sanderson
fff8455903
Fixed crash in SDKHooks when throwing bad ent type error on logical ent (r=psychonic).
2013-07-31 22:03:59 -04:00
Kyle Sanderson
dfa11f64ef
Fixed handle misuse in clientprefs plugin (bug 5805, r=psychonic).
...
--HG--
extra : amend_source : a63c384e65feb0238bfc4e8ab618bc637a015962
2013-07-20 15:17:43 -04:00
Kyle Sanderson
b3c0b964b5
Added many missing handle security checks (bug 5595, r=psychonic).
...
--HG--
extra : rebase_source : cc5bf3057bbce89fc14bff9c673821c3146c588b
2013-07-18 20:34:43 -04:00
Kyle Sanderson
220a35b492
Make compile.sh set working dir to own dir (bug 5710, r=psychonic).
2013-07-18 19:40:42 -04:00
Kyle Sanderson
29bc273e58
Removed -Wno-parentheses from posix build and fixed warnings (bug 5745, r=psychonic).
2013-07-18 15:50:57 -04:00
Kyle Sanderson
b96e0c8713
Fixed accidental assignment in each of SDKTools and sp compiler (bug 5745, r=psychonic).
2013-07-18 15:50:50 -04:00
Kyle Sanderson
1f88f1f3f6
Throw error instead of crash when calling SetTeamScore between maps (bug 5718, r=psychonic).
2013-07-18 11:38:04 -04:00
Kyle Sanderson
bb7cfd2493
Fixed dereferencing potential null pointer in CPlugin::GetProperty (bug 5725, r=dvander).
2013-05-06 12:12:00 -04:00
Kyle Sanderson
1b5faef097
Remove debug printout from PerformGravity (bug 5679, r=asherkin).
2013-04-11 03:03:29 +01:00
Kyle Sanderson
4c722bf623
Fixed check against uninitialized string in extension loader (bug 5546, r=psychonic).
2013-03-18 20:03:17 -04:00
Kyle Sanderson
9659340d7f
Force rebuild of libcurl.
2013-03-17 23:56:15 +00:00
Kyle Sanderson
986aa2a477
Fix a number of issues with cloned handles (bug 5240, r=asherkin).
2013-03-17 22:05:33 +00:00
Kyle Sanderson
07d7a8eeff
Check for cloned handles when dumping (bug 5245, r=asherkin).
2013-03-17 21:58:56 +00:00
Kyle Sanderson
d24c751eef
Fixed crash regression in cset 90159516acd3 when player auth is invalid (bug 5538, r=asherkin).
2013-03-17 09:49:31 -04:00
Kyle Sanderson
5951cbf7b9
Added GetSteamAccountID function to IPlayerHelpers and native for sp (bug 5548, r=asherkin).
2013-03-16 23:12:40 -04:00
Kyle Sanderson
e2b519a21e
Fixed build error in mms_sample_ext from cset d17aed3d46bf (r=psychonic).
2013-03-16 23:02:36 -04:00
Kyle Sanderson
ef6c454137
Replace usages of deprecated Sourcehook Add/Remove macros (bug 5631, r=dvander).
2013-03-16 22:15:25 -04:00
Kyle Sanderson
6f45794574
Fixed mismatched delete [] on thunks in JIT CompData dtor (bug 5639, r=dvander).
2013-03-16 13:08:35 -04:00
Kyle Sanderson
c2f7d600aa
Change extension unload order to avoid exposing finalisation window (bug 5556, r=asherkin).
2013-02-28 22:04:28 +00:00
Kyle Sanderson
5d942265f9
Overhaul of ClientPrefs extension (bug 5538, r=asherkin).
2013-02-28 21:51:49 +00:00
Kyle Sanderson
7d93eba321
Removed call to getchar() in debug build of compiler (bug 5626, r=ds).
2013-02-25 16:30:19 -06:00
Kyle Sanderson
f2d54b7728
Fixed SM ambuild config failure at TF2 ext if ep2v sdk is missing (bug 5608, r=psychonic).
2013-02-12 12:26:10 -05:00
Kyle Sanderson
2e3c5e367e
Added WeaponIDToAlias native to CStrike extension (bug 5460, r=psychonic).
2012-12-14 15:12:22 -05:00
Kyle Sanderson
52aa0a5b27
Added a sanity check on handle index in EntityToBCompatRef (bug 5539, r=psychonic).
2012-12-01 13:41:00 -05:00
Kyle Sanderson
e8058912b8
Fixed crash in EntProp natives (bug 5297, r=psychonic).
2012-08-28 16:20:15 -04:00
Kyle Sanderson
b0075842d1
Fixed minor memory leaks in cstrike ext (bug 5456, r=psychonic).
2012-08-26 23:33:11 -04:00