David Anderson
|
b1cb06c5ce
|
Update DBI for transitional syntax.
|
2014-12-13 16:34:58 -08:00 |
|
David Anderson
|
722a23c818
|
Redo menu methodmaps.
|
2014-12-13 12:53:30 -08:00 |
|
David Anderson
|
28eb663f9b
|
Port events to transitional syntax.
|
2014-12-13 12:51:16 -08:00 |
|
Asher Baker
|
50898d7a4f
|
Merge pull request #208 from asherkin/long-lang-codes
Support long key names for languages (bug 6282)
|
2014-11-24 19:07:18 +00:00 |
|
Asher Baker
|
ced026cecc
|
Support long key names for languages. (bug 6282)
|
2014-11-22 22:18:49 +00:00 |
|
David Anderson
|
08388de7dd
|
Merge pull request #199 from alliedmodders/tr-convars
Port ConVars to transitional syntax.
|
2014-11-19 22:38:56 -08:00 |
|
David Anderson
|
be6da2f810
|
Merge pull request #173 from alliedmodders/tr-smc
Port SMC parsing API to transitional syntax.
|
2014-11-19 22:38:19 -08:00 |
|
David Anderson
|
0511543c76
|
Merge pull request #206 from alliedmodders/tr-files
Port files.inc to transitional syntax.
|
2014-11-18 18:56:07 -08:00 |
|
Nicholas Hastings
|
db434acd27
|
Fix typo in CPlayer::GetSteam3Id doing length check on wrong var.
|
2014-11-16 10:07:08 -05:00 |
|
Nicholas Hastings
|
50400cf029
|
Remove unused variables.
|
2014-11-15 19:35:47 -05:00 |
|
David Anderson
|
79143d8b6e
|
Port files.inc to transitional syntax.
|
2014-11-15 13:42:28 -08:00 |
|
David Anderson
|
f25953bb6c
|
Merge pull request #187 from alliedmodders/tr-arrays
Update ArrayList for transitional syntax.
|
2014-11-15 13:04:29 -08:00 |
|
David Anderson
|
461dc3af3d
|
Merge pull request #189 from alliedmodders/tr-tries
Port string maps to transitional syntax.
|
2014-11-15 12:52:37 -08:00 |
|
David Anderson
|
5e362ec169
|
Merge branch 'tr-bitbuf'
|
2014-11-15 12:49:39 -08:00 |
|
David Anderson
|
e46d5d211d
|
Merge pull request #196 from alliedmodders/tr-protobuf
Add transitional syntax support for Protobuf natives.
|
2014-11-15 12:47:46 -08:00 |
|
David Anderson
|
758a7c955c
|
Merge pull request #188 from alliedmodders/tr-stack
Port adt_stack to transitional syntax.
|
2014-11-15 12:47:21 -08:00 |
|
David Anderson
|
4cb29eb054
|
Port adt_stack to transitional syntax.
|
2014-11-15 12:46:17 -08:00 |
|
David Anderson
|
2cfe54f34b
|
Port BitBuffers to transitional syntax.
|
2014-11-09 16:56:50 -08:00 |
|
David Anderson
|
65dfd3cdd1
|
Add C++ definitions.
|
2014-11-09 15:39:13 -08:00 |
|
David Anderson
|
6b714dafe3
|
Add transitional syntax support for Protobuf natives.
|
2014-11-09 14:19:16 -08:00 |
|
David Anderson
|
8479c2f067
|
Port SMC parsing API to transitional syntax.
|
2014-11-09 12:33:07 -08:00 |
|
Nicholas Hastings
|
f3fcdeda9d
|
Use directly-exported random functions on vstdlib rather than IUniformRandomStream.
|
2014-11-09 10:59:10 -05:00 |
|
David Anderson
|
6ba4bcb955
|
Port string maps to transitional syntax.
|
2014-11-08 17:43:28 -08:00 |
|
David Anderson
|
919a31df57
|
Update ArrayList for transitional syntax.
|
2014-11-08 16:31:33 -08:00 |
|
David Anderson
|
f020b5682e
|
Port KeyValues to the transitional syntax.
|
2014-11-08 15:54:40 -08:00 |
|
David Anderson
|
f16501d34a
|
Simplify filesystem native implementation.
|
2014-11-08 15:44:35 -08:00 |
|
Nicholas Hastings
|
b7c4faf063
|
Merge pull request #169 from alliedmodders/vfsdir-fixes
Fixes for OpenDirectory with use_valve_fs (r=asherkin).
|
2014-11-08 13:19:54 -05:00 |
|
Nicholas Hastings
|
72c18cc3d9
|
Missing changes from last commit
|
2014-10-30 19:24:00 -04:00 |
|
Nicholas Hastings
|
350dd2ebc7
|
Eliminate need for gEntList gamedata on tf2/sdk2013 and soon dods/css/hl2dm.
|
2014-10-30 19:23:27 -04:00 |
|
Nicholas Hastings
|
9021b23bc2
|
Fix crash on OpenDirectory with use_valve_fs if path not found.
Also fixes minor memory leak on bad path.
|
2014-10-28 13:57:40 -04:00 |
|
Nicholas Hastings
|
dca15ebabf
|
Fix OpenDirectory with use_valve_fs requirement of trailing slash.
|
2014-10-28 13:53:27 -04:00 |
|
David Anderson
|
6bd1285d66
|
Merge pull request #164 from VoiDeD/sp-commandline
Expose ICommandLine to plugins.
|
2014-10-21 12:25:51 -07:00 |
|
Ryan Stecker
|
d702371b15
|
Number -> Int, per recommendation.
|
2014-10-08 21:47:15 -05:00 |
|
Nicholas Hastings
|
512fae4c25
|
Fix crash on Windows when dumping admin cache to file.
|
2014-10-08 17:31:02 -07:00 |
|
Ryan Stecker
|
2aba6d9d42
|
Fix linux build.
|
2014-10-07 17:19:16 -05:00 |
|
Ryan Stecker
|
f2a80e33fd
|
Expose some of ICommandLine to plugins.
|
2014-10-07 16:16:02 -05:00 |
|
Nicholas Hastings
|
ac96bb177a
|
Merge pull request #157 from VoiDeD/getevent-defaults
Expose optional default values for the GetEvent* SP functions (r=psychonic)..
|
2014-10-05 09:14:30 -04:00 |
|
Nicholas Hastings
|
0f6063af60
|
Re-add DBI query throttling (r=dvander).
|
2014-09-18 22:02:32 -04:00 |
|
Ryan Stecker
|
981ffdfc82
|
Fix linux build.
|
2014-09-13 03:13:33 -05:00 |
|
Ryan Stecker
|
3ffd4cd835
|
Expose optional default values for the GetEvent* SP functions.
|
2014-09-12 16:39:21 -05:00 |
|
Nicholas Hastings
|
e72ff963f5
|
Fix regression in auth causing crash on L4D and newer (r=VoiDeD).
|
2014-09-12 12:02:45 -07:00 |
|
Nicholas Hastings
|
c62e7458f9
|
Disable RTTI for Loader, Logic, and JIT bins
|
2014-09-11 17:15:59 -07:00 |
|
Nicholas Hastings
|
7f0b163b31
|
Merge pull request #155 from alliedmodders/onclientauth-steam2
Make OnClientAuthorized use Steam2 ids where available (r=asherkin).
|
2014-09-11 13:02:28 -04:00 |
|
Nicholas Hastings
|
e6fd19fb8c
|
Fix crash regression from typo in 892edd9650
|
2014-09-09 22:05:59 -04:00 |
|
Nicholas Hastings
|
8a1c6bd833
|
Fix client listener OnClientAuthorized to match new doc
|
2014-09-09 18:20:52 -07:00 |
|
Nicholas Hastings
|
e0c25cfe08
|
Fix typo, fix build
|
2014-09-09 18:12:34 -07:00 |
|
Nicholas Hastings
|
96fbb7ecda
|
Unify Player::GetSteamXId returns, clarify doc, and fix checks
|
2014-09-09 17:57:54 -07:00 |
|
Nicholas Hastings
|
9e6fcc7673
|
Make OnClientAuthorized use Steam2 ids where available
|
2014-09-09 17:43:01 -07:00 |
|
Nicholas Hastings
|
a597277a64
|
Merge pull request #153 from alliedmodders/auth-fixups
More auth fixups for Steam auth (bug 6243, r=asherkin).
|
2014-09-09 16:24:57 -04:00 |
|
Nicholas Hastings
|
b3dada65fa
|
Fix build.
|
2014-09-09 13:21:01 -07:00 |
|