| 
							
							
								 Scott Ehlert | 9ae456b9d1 | Updated makefiles to link against binaries at l4d directory instead of l4d_demo | 2008-11-18 06:00:31 -06:00 |  | 
			
				
					| 
							
							
								 Scott Ehlert | ff7a2c6b73 | Added preliminary support for Left 4 Dead; some things may not yet work. | 2008-11-14 09:18:30 -06:00 |  | 
			
				
					| 
							
							
								 David Anderson | c8b3c82a12 | Moved structs.inc out of plugins\include. --HG--
rename : plugins/include/structs.inc => extensions/structs/structs.inc | 2008-11-01 00:02:53 -07:00 |  | 
			
				
					| 
							
							
								 David Anderson | e191d446a7 | Fixed structs extension using the wrong filename. | 2008-10-31 22:54:19 -07:00 |  | 
			
				
					| 
							
							
								 David Anderson | 412ad74aad | Fixed gamedata file refcounting bug in the structs extension. | 2008-10-31 22:47:13 -07:00 |  | 
			
				
					| 
							
							
								 David Anderson | 3c18289465 | Fixed race condition where client cookie callbacks could be fired against wrong clients (bug 3375). | 2008-10-31 08:28:08 -05:00 |  | 
			
				
					| 
							
							
								 David Anderson | 253109d1c9 | Rewrote querying in client prefs to not use prepared queries (bug 2698, r=pred). Prepared queries had annoying race conditions and became unusable on connection timeouts. | 2008-10-20 03:40:46 -05:00 |  | 
			
				
					| 
							
							
								 David Anderson | c0c9fc3267 | Fixed buffer reallocation in dbi.mysql leaving stale pointers behind and crashing (bug 3352). | 2008-10-19 22:57:28 -07:00 |  | 
			
				
					| 
							
							
								 David Anderson | 5a2f8afd33 | Fixed calling the wrong GetError(), causing misleading spew (part of bug 2698). | 2008-10-17 02:04:09 -05:00 |  | 
			
				
					| 
							
							
								 David Anderson | 974f31c149 | Various clientprefs logging to try and catch bug 2698 in the act. | 2008-10-15 01:01:36 -07:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | ff7cb43f6a | Build fix attempt one (1) | 2008-10-09 13:58:53 +13:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | dc3b4a57cc | Structs now builds for the old engine (bug 3286) - again. | 2008-10-09 13:35:14 +13:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 7009e755fe | Backed out changeset: 44b02986c01b Damn you tortoisehg | 2008-10-09 13:33:47 +13:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | bba2cfc6f7 | Structs now builds for the old engine (bug 3286) | 2008-10-09 13:24:44 +13:00 |  | 
			
				
					| 
							
							
								 David Anderson | 4e7000368f | Fixed clientprefs race condition on first run (bug 3294, r=pred). | 2008-10-05 01:09:58 -05:00 |  | 
			
				
					| 
							
							
								 David Anderson | 168f42323b | Missing regex vc9 project files (this is getting really tiresome). | 2008-09-27 17:54:02 -07:00 |  | 
			
				
					| 
							
							
								 David Anderson | 64e7d0b737 | Forgot to commit game.cstrike.ext msvc9 project files. | 2008-09-27 17:43:30 -07:00 |  | 
			
				
					| 
							
							
								 David Anderson | 2e8c0c8f7d | Added environment variable for MySQL5 since vcbuild.exe is being a pain. | 2008-09-27 17:25:53 -07:00 |  | 
			
				
					| 
							
							
								 David Anderson | 88a71ddad4 | Migrated to Visual Studio 2008 for default builds (bug 3257). | 2008-09-27 14:59:09 -07:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | f4dba84ae5 | Core now detects and handles a changed maxplayers value (bug 2537 and bug 2758) | 2008-09-26 19:08:49 +12:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 187ff255bd | GCC will not beat me! | 2008-09-18 18:42:13 +12:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | a0107299f3 | Predcrab - Destroyer of builds strikes again | 2008-09-18 18:27:41 +12:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 46095d797c | Merge | 2008-09-18 15:33:50 +12:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 5687a7ba90 | Added Struct Abstraction extension (bug 2666 and bug 2663) --HG--
rename : extensions/structs/structs.txt => gamedata/structs.gamedata.txt
rename : extensions/structs/structs.inc => plugins/include/structs.inc
rename : extensions/structs/structtest.sp => plugins/testsuite/structtest.sp | 2008-09-18 15:32:22 +12:00 |  | 
			
				
					| 
							
							
								 David Anderson | 09ea2e13aa | Fixed SDKTools not cleaning up its handle types on shutdown (but 2753). | 2008-09-15 04:28:26 -05:00 |  | 
			
				
					| 
							
							
								 David Anderson | fb44b51d26 | Updated version files so I can build again. | 2008-09-14 22:16:35 -07:00 |  | 
			
				
					| 
							
							
								 David Anderson | bcf1b092ae | Mirrored buildbot/version template changes from branch. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402539 | 2008-09-14 06:13:25 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 29d1246b8d | Fixed another sdktools team native crash, if m_szTeamName wasn't available (bug amb1779, r=pred). --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402530 | 2008-09-08 07:00:34 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | e141cf74d5 | Fixed three bugs with team natives that appeared on INS: bounds checking had wrong binary shortcut order, bounds checking was off by one, error condition was not returned properly.  Out-of-range team indexes no longer cause crashes now. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402523 | 2008-09-07 22:17:12 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | fe4e39a2dd | Fixed amb1935 - When deleting a topmenu category, child objects were not removed from the name cache. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402485 | 2008-09-02 06:01:12 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 58870a30fb | Fixed structs sig. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402481 | 2008-08-29 02:26:22 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | e52e3c4639 | Initial Import of beta structs extension. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402440 | 2008-08-08 00:17:37 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | a01848c774 | Increased Clientprefs error reporting and a rare leak on database connection failed. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402434 | 2008-08-05 08:00:54 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 463cfb0015 | fixed a crash-on-load bug in clientprefs --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402420 | 2008-07-16 02:48:50 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 3ed5d1e8d7 | Fixed build. I <3 you too gcc. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402419 | 2008-07-15 02:26:22 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | e64e2534eb | Fixed amb1810 - Clientprefs no longer blocks load. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402418 | 2008-07-15 00:24:08 +00:00 |  | 
			
				
					| 
							
							
								 Scott Ehlert | 846caf1298 | Builds against latest OB SDK now --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402410 | 2008-07-12 09:05:19 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | b743af8a72 | fixed cstrike build --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402407 | 2008-07-12 03:19:55 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 81632dda97 | Fixed unload crash with tf2 extension. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402391 | 2008-07-09 02:03:13 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | d2d2578314 | Fixed more critical hit crashes when compiled on msvc8. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402358 | 2008-07-05 22:28:02 +00:00 |  | 
			
				
					| 
							
							
								 Borja Ferrer | d0cbd943f1 | fixed eyeangles helper not being freed --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402345 | 2008-07-05 00:15:18 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 89c49c3976 | And again with the fixes --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402337 | 2008-07-03 07:30:50 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 7314d81947 | Forgot SM doesn't use the new sdk yet --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402318 | 2008-07-01 09:10:21 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | d530d0c726 | Big critical hits cleanup. Cleaner, easier to maintain, uses less memory and should be much less likely to cause crashes when valve change things on me. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402317 | 2008-07-01 09:04:00 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | b01dd0798c | clientprefs now uses the new dbi dependency shim --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402316 | 2008-07-01 06:13:09 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | cdf54a3db1 | Fixed mem leak in clientprefs --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402310 | 2008-06-30 23:07:54 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | e0a69507a0 | Single most annoying and hard to find bug ive ever come across. I'd like to thank MSVC for not firing the one breakpoint I actually needed. Oh and a possible fix to sdktools. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402295 | 2008-06-29 05:04:41 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 29de57d415 | Fixed an uninitialised string causing weird results. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402292 | 2008-06-29 03:27:15 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | 42359a243a | Entity Outputs now fail silently if the mod is not supported. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402282 | 2008-06-26 08:07:47 +00:00 |  | 
			
				
					| 
							
							
								 Matt Woodrow | bc8c9ba691 | Should fix amb1756 - Invalid access on TraceRay handles. --HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402256 | 2008-06-19 03:13:57 +00:00 |  |