Nicholas Hastings
|
7e8d4b89ca
|
Trigger build for hl2sdk-dota changes.
|
2015-02-20 09:16:40 -05:00 |
|
Nicholas Hastings
|
d179240c45
|
Merge pull request #265 from alliedmodders/missing-fs-native
Add missing impl for File.ReadUint16 (r=dvander).
|
2015-02-18 15:10:05 -05:00 |
|
Nicholas Hastings
|
589482736f
|
Merge pull request #247 from AnthonyIacono/normalshook-upgrade
Improvements for NormalSHook functionality (r=psychonic).
|
2015-02-18 14:43:33 -05:00 |
|
Nicholas Hastings
|
3d2bd070ad
|
Merge pull request #264 from davidskuza/sample-ext-vs-update
Updated Visual Studio sample_ext files.
|
2015-02-18 14:38:22 -05:00 |
|
Nicholas Hastings
|
b9579a53ce
|
Add missing impl for File.ReadUint16.
|
2015-02-18 04:50:20 -08:00 |
|
Developer
|
94c439e533
|
Updated Visual Studio sample_ext files
|
2015-02-18 10:34:38 +01:00 |
|
Nicholas Hastings
|
a327a788c1
|
Trigger build for hl2sdk-csgo changes.
|
2015-02-17 15:52:31 -05:00 |
|
David Anderson
|
eb9f496cd8
|
Merge pull request #262 from VoiDeD/bug-6310
Fix tag mismatch warning when using SQLite_UseDatabase. (bug 6310)
|
2015-02-15 21:45:46 -08:00 |
|
Ryan Stecker
|
0203d2c811
|
Fix tag mismatch warning when using SQLite_UseDatabase. (bug 6310)
|
2015-02-15 21:53:31 -06:00 |
|
Nicholas Hastings
|
591aea54b6
|
Merge pull request #261 from alliedmodders/handle-dump-loc
Make handle dump location relative to gamedir to match other sm_dump commands (r=kyles).
|
2015-02-08 17:14:42 -05:00 |
|
Nicholas Hastings
|
00ad38f5b7
|
Actually use game path instead of SM path as base.
|
2015-02-07 09:25:25 -08:00 |
|
Nicholas Hastings
|
261e135845
|
Make handle dump location relative to gamedir to match other sm_dump commands.
|
2015-02-07 09:21:53 -08:00 |
|
Nicholas Hastings
|
f50d8317f6
|
Merge currently in-use gdc-psyfork symbols.txt.
|
2015-02-05 14:44:58 -05:00 |
|
Anthony
|
3558418ed7
|
Initializing soundEntry and using something safer than strcpy
|
2015-02-05 11:12:33 -08:00 |
|
Nicholas Hastings
|
fca927884b
|
Merge pull request #260 from alliedmodders/bug-6303
Fix crash when creating and destroying a TopMenu before map start (bug 6303, r=asherkin).
|
2015-02-04 16:16:23 -05:00 |
|
Nicholas Hastings
|
10c62dc0c0
|
Fix crash when creating and destroying a TopMenu without map change (bug 6303).
|
2015-02-04 09:57:04 -08:00 |
|
David Anderson
|
7e9b22cb6e
|
Merge pull request #259 from alliedmodders/rm-sizeof-defarg
Remove sizeof() as a special-case default argument value.
|
2015-02-03 12:44:00 -08:00 |
|
Nicholas Hastings
|
c427dfbea7
|
Merge pull request #203 from alliedmodders/bug-6248
Remove faulty g_FlagSet array in adminsys (bug 6248) (r=asherkin).
|
2015-02-03 12:39:43 -05:00 |
|
Nicholas Hastings
|
e88039d4e0
|
Fix FindFlagChar not finding char for AdminFlag_Custom6.
|
2015-02-03 10:32:34 -05:00 |
|
Nicholas Hastings
|
84a59c6fb7
|
Fix g_ReverseFlags array size.
|
2015-02-03 10:27:32 -05:00 |
|
Nicholas Hastings
|
19be28cc2e
|
Rename g_FlagSet to g_FlagCharSet to avoid some confusion.
|
2015-02-03 10:26:28 -05:00 |
|
David Anderson
|
c116a731f1
|
Remove sizeof() as a special-case default argument value.
|
2015-02-02 21:10:20 -08:00 |
|
Ruben Gonzalez
|
cf9dd08c45
|
Merge pull request #258 from alliedmodders/weaponprice-fix-wip
Fix GetWeaponPrice for CS:GO
|
2015-02-01 12:06:07 -05:00 |
|
Nicholas Hastings
|
a88b447327
|
Merge pull request #257 from alliedmodders/sm-plugins-refresh
Fix "sm plugins refresh" not refreshing changed plugins (r=dvander).
|
2015-01-31 15:31:49 -05:00 |
|
Nicholas Hastings
|
52514a96bd
|
Fix "sm plugins refresh" not refreshing changed plugins.
|
2015-01-31 15:28:21 -05:00 |
|
Ruben Gonzalez
|
5ffb4d9845
|
Merge branch 'master' into weaponprice-fix-wip
|
2015-01-31 15:15:44 -05:00 |
|
David Anderson
|
0bb2dc32af
|
Merge pull request #256 from alliedmodders/bug6302
Don't special case hierarchy-free enumeration constants when used as array indices. (bug 6302)
|
2015-01-31 10:50:24 -08:00 |
|
Ruben Gonzalez
|
213e7ced8c
|
Initial CSGO GetWeaponPrice fixes
|
2015-01-31 12:44:18 -05:00 |
|
David Anderson
|
380479cadd
|
Don't special case hierarchy-free enumeration constants when used as array indices. (bug 6302)
|
2015-01-29 00:16:06 -08:00 |
|
David Anderson
|
04c23383b1
|
Merge pull request #255 from alliedmodders/bug6298
Fix chained field expressions losing lvalue-ness. (bug 6298)
|
2015-01-28 17:49:52 -08:00 |
|
David Anderson
|
90ff154598
|
Fix chained field expressions losing lvalue-ness. (bug 6298)
|
2015-01-28 17:31:16 -08:00 |
|
Nicholas Hastings
|
840b432ce0
|
Merge pull request #253 from alliedmodders/adminmenu-newdecl
Convert adminmenu to use newdecls and new classes/methodmaps (r=dvander).
|
2015-01-28 18:52:53 -05:00 |
|
Nicholas Hastings
|
e1b6e09cd3
|
Merge pull request #250 from alliedmodders/sdkhooks-newdecls
Convert remainder of sdkhooks.inc to newdecls (r=dvander).
|
2015-01-28 18:52:41 -05:00 |
|
Nicholas Hastings
|
ad8373925a
|
Merge pull request #251 from alliedmodders/topmenus-stuff
Topmenus stuff (r=dvander).
|
2015-01-28 18:52:23 -05:00 |
|
Nicholas Hastings
|
2292515315
|
Merge pull request #254 from alliedmodders/bug-6226
Fix incorrect error line show for incorrect return value on forwards (bug 6226, r=asherkin).
|
2015-01-28 14:45:06 -05:00 |
|
Nicholas Hastings
|
d9ce8249cb
|
Fix incorrect error line show for incorrect return value on forwards (bug 6226).
|
2015-01-28 09:51:02 -08:00 |
|
Nicholas Hastings
|
b3bb37323d
|
Merge pull request #252 from alliedmodders/sdkhooks-lvlinit-block
Don't allow plugins to block LevelInit (wtf) (r=asherkin).
|
2015-01-27 21:31:03 -05:00 |
|
Nicholas Hastings
|
c6b5675262
|
Merge pull request #249 from alliedmodders/signunsigned-stack-warning
Fix signed/unsigned compare warning in smn_adt_stack (r=asherkin).
|
2015-01-27 21:29:23 -05:00 |
|
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 |
|