| 
							
							
								 Nicholas Hastings | f573bdf784 | Merge pull request #209 from splewis/master Add missing convars.inc to buildbot package script (r=psychonic). | 2014-11-20 06:33:02 -05:00 |  | 
			
				
					| 
							
							
								 Sean Lewis | b7036de9e9 | Add missing convars.inc to buildbot package script. | 2014-11-20 03:01:46 -06: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 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | f38fd6a550 | Merge pull request #205 from alliedmodders/tf2condex3 Add support for TF2 player conditions above >= 96 (r=asherkin). | 2014-11-19 17:15:56 -05: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 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | b85f4d776e | Merge pull request #204 from alliedmodders/more-clientprefs-newauth Fix SetAuthIdCookie's IsAuthIdConnect function's issues with mixed authid types (r=asherkin). | 2014-11-15 19:35:13 -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 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | d3a4c972e2 | Add static_assert on ConBitVecAndNot hack so it gets updated on next cond count change. | 2014-11-15 11:31:18 -05:00 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | 1cf43b4ec2 | Fix off-by-one error with FindNextSetBit in cond checks. | 2014-11-15 11:22:43 -05:00 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | a369d51f23 | Merge pull request #183 from powerlord/tf2-halloween-2014 New Halloween 2014 conditions (r=psychonic). | 2014-11-15 10:12:48 -05:00 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | 849df7895b | Update TF2 extension for new m_nPlayerCondEx3 player conditions field. | 2014-11-15 10:08:07 -05:00 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | ea86eee74e | Fix SetAuthIdCookie's IsAuthIdConnect function's issues with mixed auth id types. | 2014-11-15 09:34:49 -05:00 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | f42a1fe0e4 | Merge pull request #201 from DoctorMcKay/tf2-getclientteam Added TF2_GetClientTeam stock (r=psychonic). | 2014-11-15 08:06:27 -05:00 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | 5a9b5e5e21 | Update CS:GO gamedata. | 2014-11-12 04:36:18 -08:00 |  | 
			
				
					| 
							
							
								 Alexander Corn | 1562530cdd | Added TF2_GetClientTeam stock Also fixed some weird spacing and language in doc comments | 2014-11-11 02:23:44 -05:00 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | cd304dc800 | Make TravisCI builds use Clang 3.5 to match our Buildbot builds. | 2014-11-10 20:25:29 -05:00 |  | 
			
				
					| 
							
							
								 Asher Baker | 93470fbdc6 | Merge pull request #190 from asherkin/emscripten-asm-fix Use GCC builtins for bsr/bsf where available. | 2014-11-11 00:15:17 +00:00 |  | 
			
				
					| 
							
							
								 Ross Bemrose | f55bc6719d | Add condition 87 back. | 2014-11-10 14:44:26 -05:00 |  | 
			
				
					| 
							
							
								 Nicholas Hastings | d6533e3219 | Merge pull request #192 from alliedmodders/no-random-iface Use directly-exported random functions on vstdlib rather than IUniformRandomStream (r=dvander). | 2014-11-10 13:26:12 -05:00 |  | 
			
				
					| 
							
							
								 David Anderson | cfa0d9341e | Remove handling of class pseudokeyword since there is no C++ API to use it. | 2014-11-09 18:12:30 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 2cfe54f34b | Port BitBuffers to transitional syntax. | 2014-11-09 16:56:50 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 4a66b67d81 | Port remaining .sp files. | 2014-11-09 16:52:06 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 110440988d | Port gag.sp. | 2014-11-09 16:37:07 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 4a14b776db | Port basecomm.sp. | 2014-11-09 16:35:52 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | fb5b552f86 | Port basecommands.sp. | 2014-11-09 16:35:45 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 614fa86311 | Port basechat.sp. | 2014-11-09 16:31:17 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 9980930dff | Port antiflood. | 2014-11-09 16:30:41 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | e68c228a36 | Port basevotes.sp. | 2014-11-09 16:29:44 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 8fd0cbecf7 | Port funvotes.sp. | 2014-11-09 16:28:03 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | c425305cde | Port mapchooser. | 2014-11-09 16:25:52 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 59fbeb4f2c | Port nominations. | 2014-11-09 16:11:36 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | d68eea6dea | Port randomcycle. | 2014-11-09 16:10:31 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 86d4cdc0c4 | Port rockthevote. | 2014-11-09 16:10:25 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 16330d1c4c | Port reservedslots. | 2014-11-09 16:10:13 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 65dfd3cdd1 | Add C++ definitions. | 2014-11-09 15:39:13 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 9886eea487 | Use new-style. | 2014-11-09 15:09:46 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | affff9eeb7 | Move ConVar API into its own include. | 2014-11-09 15:02:42 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 6b714dafe3 | Add transitional syntax support for Protobuf natives. | 2014-11-09 14:19:16 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 801b7ec9e2 | Merge pull request #194 from alliedmodders/keyword-this Define 'this' as a keyword. | 2014-11-09 13:09:22 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 4bc7b9243a | Define 'this' as a keyword. | 2014-11-09 13:01:35 -08:00 |  | 
			
				
					| 
							
							
								 David Anderson | 8479c2f067 | Port SMC parsing API to transitional syntax. | 2014-11-09 12:33:07 -08:00 |  |