Commit Graph

5194 Commits

Author SHA1 Message Date
Nicholas Hastings
6da2f6c8ed Fix FindFlagChar not finding char for AdminFlag_Custom6. 2015-02-03 12:42:08 -05:00
Nicholas Hastings
9e6f7a9e89 Fix g_ReverseFlags array size. 2015-02-03 12:41:43 -05:00
Nicholas Hastings
d0ab3e7bd6 Rename g_FlagSet to g_FlagCharSet to avoid some confusion. 2015-02-03 12:41:14 -05:00
Ruben Gonzalez
a6d5212ee9 Initial CSGO GetWeaponPrice fixes 2015-02-01 12:12:31 -05:00
David Anderson
79bb037b66 Don't special case hierarchy-free enumeration constants when used as array indices. (bug 6302) 2015-01-31 22:12:59 -08:00
David Anderson
ea3f491a8e Fix chained field expressions losing lvalue-ness. (bug 6298) 2015-01-31 22:12:58 -08:00
Thordin
aa27b10232 Increased handles to 32k 2015-01-31 22:12:57 -08:00
David Anderson
1ebf70b450 Fix wrong value in transitional DBI callback. (bug 6292) 2015-01-31 22:12:57 -08:00
Nicholas Hastings
3a499036ac Fix incorrect error line show for incorrect return value on forwards (bug 6226). 2015-01-28 14:46:56 -05:00
Nicholas Hastings
6b92f18a86 Don't allow plugins to block LevelInit (wtf). 2015-01-28 14:46:46 -05:00
Kyle Sanderson
60757dde1c Establish a default timeout for MySQL connectivity. 2015-01-23 22:58:06 -08:00
Nicholas Hastings
d5fc57316e Update protobuf include path for Dota build. 2015-01-21 11:11:56 -05:00
Ryan Stecker
1b47398e38 Prevent null auth string comparisons. 2015-01-19 07:49:27 -05:00
Nicholas Hastings
70f42dee65 Fix regression causing "BOT" to no longer be valid in adminsys for Steam identities. 2015-01-17 16:17:43 -05:00
Simone
08db476476 Add missing semicolon. 2015-01-17 16:17:33 -05:00
Ryan Stecker
b1353e2ca4 Use BfRead or Protobuf tags in umsg hook callbacks, rather than a generic Handle. 2015-01-17 16:17:22 -05:00
Nicholas Hastings
6be9c770fe Add PlayerRunCommand gamedata for Dark Messiah. 2015-01-11 11:45:49 -05:00
Nicholas Hastings
83a77bca08 Fix ICommandLine not being found in Dark Messiah. 2015-01-11 11:45:43 -05:00
Nicholas Hastings
1ff913c38f Trigger build for hl2sdk-dota update. 2015-01-09 09:07:46 -05:00
Nicholas Hastings
5383a0596a Update TF2 gamedata. 2015-01-07 14:09:59 -05:00
Asher Baker
a81776f92c Fix threads leaking if they're not joined. (bug 3460, r=dvander) 2015-01-06 20:30:17 +00:00
David Anderson
bcef7365b0 Fix uninitialized variable in decl_enum(). 2015-01-04 12:17:13 -08:00
David Anderson
9e882783f9 Allow "stock static" in addition to "static stock". 2015-01-04 12:17:00 -08:00
David Anderson
00a663c1a3 Remove some heinous preprocessor directives.
Gone:
 - #emit (bah-roken!)
 - #pragma compress (useless)
 - #pragma library (useless)
2015-01-04 12:16:47 -08:00
Nicholas Hastings
5c047ad04b Fix ArrayList.Clear func name. 2015-01-04 12:29:48 -05:00
Nicholas Hastings
5e64de198a Fix typo on ArrayList.Erase native. 2015-01-04 11:59:07 -05:00
David Anderson
b92e4ff688 Fix typos in dbi.inc transitional syntax. 2015-01-03 15:01:44 -05:00
Peace-Maker
224d54aadd 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 15:01:27 -05:00
Nicholas Hastings
bcc6581c1c Don't looks for IServerTools on ep1 games.
(We don't use it and it doesn't exist on most.)
2015-01-01 16:45:54 -05:00
Nicholas Hastings
68c752bf6d Fix SDKHooks causing crash on plugin load/unload or player connect/disconnect if missing gamedata. 2014-12-30 21:09:32 -05:00
Nicholas Hastings
a0bfda89d8 Make EntInfo offset in SDK2013 gamedata apply to all SDK2013 games. 2014-12-30 17:16:27 -05:00
Nicholas Hastings
55cadc7738 Change sm_trigger_show default value to 0 / disabled. 2014-12-29 08:56:58 -08:00
Nicholas Hastings
4d9e94373f Revert "Disable FireOutput detour on Windows for Dota for now."
This reverts commit 516c140810.
2014-12-24 11:01:45 -05:00
Nicholas Hastings
516c140810 Disable FireOutput detour on Windows for Dota for now. 2014-12-24 10:38:16 -05:00
Peace-Maker
6cfced238c Don't unpack mysql verbosely
I doubt we're interested in the filename of every single file
contained in the mysql archive when it's decompressed.

It bloats up the travis build log.
2014-12-23 09:03:22 -05:00
FlaminSarge
27c73d4e3e Denote TFCond multiples of 32 consistently 2014-12-23 09:00:53 -05:00
FlaminSarge
4818aee7b9 Update TFCond enum for Mannpower 2014-12-23 09:00:47 -05:00
Nicholas Hastings
65f52a3cad Update TF2 gamedata. 2014-12-22 17:31:10 -05:00
Nicholas Hastings
49a568bd59 Disable nextmap on Insurgency. 2014-12-20 23:00:48 -05:00
Nicholas Hastings
1575ddb3f3 Move bot auth to after connect to fix old too-early-authid bug now causing crash (r=VoiDeD). 2014-12-19 18:28:08 -05:00
Nicholas Hastings
f9cdc421c3 Trigger build. 2014-12-18 05:10:03 -08:00
Nicholas Hastings
7304747f79 Merge pull request #222 from alliedmodders/auth-ogrekill
Don't recalculate Steam ID every frame when waiting for validated auth.
2014-12-17 20:41:22 -05:00
Nicholas Hastings
17fcd5a37f Merge pull request #223 from alliedmodders/zo
Change /d2Zi+ flag on msvc builds to /Zo.
2014-12-17 19:35:14 -05:00
David Anderson
d413a6bd2f Merge pull request #227 from VoiDeD/newdecls-retag-warning
Old style retagging should emit a compiler warning when newdecls are required.
2014-12-17 15:30:08 -08:00
Ryan Stecker
154d84668b Old style retagging should emit a compiler warning when newdecls are required. 2014-12-17 16:37:39 -06:00
David Anderson
58194c5d99 Merge pull request #225 from powerlord/votecallback-fix
Add new-style API compatibility for VoteHandler.
2014-12-16 13:29:09 -08:00
Ross Bemrose
844fad263a Add new-style API compatibility for VoteHandler. 2014-12-16 16:06:20 -05:00
David Anderson
e250eb66d1 Merge pull request #224 from VoiDeD/umsg-fix
Fix UserMessageToBfWrite and UserMessageToBfRead
2014-12-15 22:23:47 -08:00
Ryan Stecker
20ed5c338c Fix UserMessageToBfWrite and UserMessageToBfRead not working correctly for non-protobuf usermessages. 2014-12-15 23:07:53 -06:00
David Anderson
b4199e5aa3 Merge pull request #221 from alliedmodders/tr-db
Transitional syntax support for DBI.
2014-12-14 18:37:53 -08:00