Nicholas Hastings
43bca4dcc2
Convert adminmenu to use newdecls and new classes/methodmaps.
2015-01-27 18:13:10 -08:00
Nicholas Hastings
dbbc30368d
Convert remainder of sdkhooks.inc to newdecls.
2015-01-27 18:06:14 -08:00
Nicholas Hastings
5f651f7fde
Convert remainder of topmenus.inc to newdecls.
2015-01-27 18:03:59 -08:00
Nicholas Hastings
eadfec75a4
Make TopMenuHandler pass topmeut as TopMenu instead of Handle.
2015-01-27 18:03:24 -08:00
Nicholas Hastings
e2aab2ab10
Don't allow plugins to block LevelInit (wtf).
2015-01-27 18:01:30 -08:00
Nicholas Hastings
8705aea634
Fix signed/unsigned compare warning in smn_adt_stack.
2015-01-27 17:59:55 -08:00
David Anderson
3040708d4e
Merge pull request #215 from Thordin/more_handles
...
Increased handles to 32k
2015-01-26 11:24:46 -08:00
David Anderson
2382902fe4
Merge pull request #244 from alliedmodders/db-fix
...
Fix wrong value in transitional DBI callback. (bug 6292)
2015-01-23 14:07:22 -08:00
Anthony
ee0575bbb0
Adding EmitSoundEntry() for engines >= portal 2
2015-01-21 10:33:29 -08:00
Nicholas Hastings
aff2551942
Remove conditionals in ambuild scripts for using msvc <2013 (not supported).
2015-01-21 11:04:52 -05:00
Nicholas Hastings
18b54b9064
Update protobuf include path for Dota build.
2015-01-21 11:04:03 -05:00
Kyle Sanderson
d1af9b5fd1
Merge pull request #248 from KyleSanderson/mysqltimeout
...
Establish a default timeout for MySQL connectivity.
2015-01-21 06:46:18 -08:00
Kyle Sanderson
e3349116cb
Establish a default timeout for MySQL connectivity.
2015-01-21 05:58:45 -08:00
Kyle Sanderson
c70f16c65a
Force reconfigure.
2015-01-20 18:15:15 -08:00
Kyle Sanderson
37d9867c06
Merge pull request #129 from KyleSanderson/SDKDep
...
Enable SDK independence with MM:S enabled extensions.
2015-01-20 17:22:04 -08:00
Anthony
cddae6f456
Upgrading the normal sound hook for games like CS:GO
2015-01-20 15:08:57 -08:00
Ryan Stecker
ff27484527
Prevent null auth string comparisons.
2015-01-19 07:48:45 -05:00
Nicholas Hastings
324d52bf2b
Merge pull request #246 from alliedmodders/bot-admins
...
Fix regression causing "BOT" to no longer be valid in adminsys for Steam identities (r=asherkin).
2015-01-17 16:15:14 -05:00
Nicholas Hastings
9f648879e5
Fix regression causing "BOT" to no longer be valid in adminsys for Steam identities.
2015-01-17 10:11:04 -05:00
Nicholas Hastings
a7c41f6ac2
Merge pull request #245 from chauffer/master
...
Add missing semicolon.
2015-01-17 08:20:17 -05:00
Simone
fbb6e88d0d
Add missing semicolon.
2015-01-17 11:47:26 +01:00
David Anderson
49383e7391
Fix wrong value in transitional DBI callback. (bug 6292)
2015-01-16 00:33:29 -08:00
David Anderson
f715952128
Merge pull request #243 from VoiDeD/umsg-callback
...
Use BfRead or Protobuf tags in umsg hook callbacks, rather than a generic Handle.
2015-01-15 11:58:25 -08:00
Ryan Stecker
2516654d2e
Use BfRead or Protobuf tags in umsg hook callbacks, rather than a generic Handle.
2015-01-15 13:40:21 -06:00
Ryan Stecker
8dbcfde314
Revert "Use BfRead tag in umsg hook typedef, rather than a generic Handle."
...
This reverts commit 89119880b5
.
2015-01-15 13:32:54 -06:00
David Anderson
4218674e7c
Merge pull request #242 from VoiDeD/umsg-callback
...
Use BfRead tag in umsg hook typedef, rather than a generic Handle.
2015-01-13 20:28:54 -08:00
Ryan Stecker
89119880b5
Use BfRead tag in umsg hook typedef, rather than a generic Handle.
2015-01-13 21:33:11 -06:00
Nicholas Hastings
42956c0a10
Add PlayerRunCommand gamedata for Dark Messiah.
2015-01-11 11:45:03 -05:00
Nicholas Hastings
e0e2c00d12
Fix ICommandLine not being found in Dark Messiah.
2015-01-11 11:44:45 -05:00
Nicholas Hastings
df6dfec728
Trigger build for hl2sdk-dota update.
2015-01-09 09:06:57 -05:00
Nicholas Hastings
dfa36b7735
Update TF2 gamedata.
2015-01-07 14:09:36 -05:00
Asher Baker
c28426a09f
Fix threads leaking if they're not joined. (bug 3460, r=dvander)
2015-01-06 20:29:47 +00:00
David Anderson
bded4f9142
Fix uninitialized variable in decl_enum().
2015-01-04 12:12:16 -08:00
David Anderson
491036a1e6
Allow "stock static" in addition to "static stock".
2015-01-04 12:04:51 -08:00
Nicholas Hastings
3e012e7f79
Fix ArrayList.Clear func name.
2015-01-04 12:28:38 -05:00
Nicholas Hastings
3929ff1f27
Fix typo on ArrayList.Erase native.
2015-01-04 11:58:44 -05:00
Nicholas Hastings
56d768f546
Merge pull request #239 from peace-maker/sdkhooks_otdsig
...
Fix missing params in OnTakeDamagePost typedef (r=psychonic).
2015-01-03 15:00:03 -05:00
David Anderson
4ec992474e
Remove some heinous preprocessor directives.
...
Gone:
- #emit (bah-roken!)
- #pragma compress (useless)
- #pragma library (useless)
2015-01-03 11:41:37 -08:00
David Anderson
822501b8a1
Fix typos in dbi.inc transitional syntax.
2015-01-03 11:38:51 -08:00
David Anderson
bf3ff460b3
Merge pull request #93 from peace-maker/failstate_dependencies
...
Pause dependent plugins on SetFailState. (bug 6120, r=dvander)
2015-01-03 10:55:52 -08:00
Peace-Maker
ff9ae0782e
Fix missing params in OnTakeDamagePost typedef
...
Looks like the |weapon| parameter went missing during the switch to the
transitional syntax.
There was no -Post typedef including the |damagecustom| bit at all too.
2015-01-03 19:45:27 +01:00
Nicholas Hastings
66defdfc27
Merge pull request #237 from alliedmodders/ep1-servertools
...
Don't look for IServerTools on ep1 games (r=asherkin).
2015-01-01 16:29:11 -05:00
Nicholas Hastings
3e65d308a8
Don't looks for IServerTools on ep1 games.
...
(We don't use it and it doesn't exist on most.)
2015-01-01 14:56:37 -05:00
Nicholas Hastings
a88d0da1af
Merge pull request #236 from alliedmodders/sdkhooks-noload-crash
...
Fix SDKHooks causing crash on plugin load/unload or player connect/disconnect if missing gamedata (r=asherkin).
2014-12-30 21:08:29 -05:00
Nicholas Hastings
aa38226337
Fix SDKHooks causing crash on plugin load/unload or player connect/disconnect if missing gamedata.
2014-12-30 20:56:28 -05:00
Nicholas Hastings
5961ed2e4a
More gamedata cleanup.
2014-12-30 17:23:52 -05:00
Nicholas Hastings
4dd9131847
Merge pull request #234 from alliedmodders/expose-getmulticastrecips
...
Expose Message_DetermineMulticastRecipients as GetClientsInRange native (r=asherkin).
2014-12-30 15:42:25 -05:00
Nicholas Hastings
6d1a2b0d86
Expose Message_DetermineMulticastRecipients as GetClientsInRange native.
2014-12-30 15:37:57 -05:00
Nicholas Hastings
cdaf54dfe0
Merge pull request #235 from alliedmodders/dmapdump-offset
...
Add offset printing to datamap dumps (r=asherkin)..
2014-12-30 14:29:51 -05:00
Nicholas Hastings
7f0edd441e
Add offset printing to datamap dumps.
2014-12-30 08:36:35 -05:00