Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							35784c018d 
							
						 
					 
					
						
						
							
							Move adminsys and more natives from core to logic.  
						
						 
						
						
						
					 
					
						2014-05-29 13:31:12 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							1ba6b2653a 
							
						 
					 
					
						
						
							
							Move ForwardSys from core to logic (bug 5953, r=fyren).  
						
						 
						
						... 
						
						
						
						--HG--
rename : core/ForwardSys.cpp => core/logic/ForwardSys.cpp
rename : core/ForwardSys.h => core/logic/ForwardSys.h 
						
					 
					
						2013-10-09 08:43:08 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							67ce8aff61 
							
						 
					 
					
						
						
							
							Remove memtables from ConCmdManager (bug 5899 part 3, r=fyren).  
						
						 
						
						
						
					 
					
						2013-08-31 19:50:15 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							ba927964c8 
							
						 
					 
					
						
						
							
							Clean up ConCmdManager (bug 5900, r=fyren).  
						
						 
						
						
						
					 
					
						2013-08-31 11:51:23 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							bc51c3e5b1 
							
						 
					 
					
						
						
							
							Switch ConCmdManager off KTrie (bug 5884 part 14, r=ds).  
						
						 
						
						
						
					 
					
						2013-08-25 12:18:25 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							c230cf5aab 
							
						 
					 
					
						
						
							
							Updated for latest hl2sdk-dota changes.  
						
						 
						
						
						
					 
					
						2013-07-12 02:31:41 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							369e141ea8 
							
						 
					 
					
						
						
							
							Build fixes for recent hl2sdk-dota updates.  
						
						 
						
						
						
					 
					
						2013-04-23 07:11:49 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Asher Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							247fabaaf0 
							
						 
					 
					
						
						
							
							Added the ability to override RegConsoleCommand-created commands (bug 5199, r=psychonic).  
						
						 
						
						
						
					 
					
						2012-11-15 17:53:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							f136f2dcaf 
							
						 
					 
					
						
						
							
							Added CheckAccess native to check cmd/override access of AdminId (bug 5083, r=fyren).  
						
						 
						
						
						
					 
					
						2011-09-10 12:08:38 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							859678536f 
							
						 
					 
					
						
						
							
							Fixed crash on plugin unload when two cmds exist with same name, different casing (bug 4698, r=Fyren).  
						
						 
						
						
						
					 
					
						2011-06-20 13:30:14 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							d8474cfafa 
							
						 
					 
					
						
						
							
							Added generic command hooking mechanism, to replace Reg*Cmd which is intended for command creation (bug 4015, r=pred).  
						
						 
						
						
						
					 
					
						2009-09-26 17:12:23 -04: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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Ehlert 
							
						 
					 
					
						
						
						
						
							
						
						
							251cced1f8 
							
						 
					 
					
						
						
							
							Spring Cleaning, Part Ichi (1)  
						
						 
						
						... 
						
						
						
						Various minor things done to project files
Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way)
Updated regex project file and makefile
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971 
						
					 
					
						2008-03-30 07:00:22 +00:00