Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							1bf4eb80bd
							
						
					 | 
					
						
						
							
							Cache Steam ID and rendered forms when caching networkID
						
						
						
						
						
					 | 
					
						2014-09-04 16:14:34 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							f1dc24c089
							
						
					 | 
					
						
						
							
							Move Steam2/3 id rendering logic to CPlayer
						
						
						
						
						
					 | 
					
						2014-09-04 15:27:44 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							7f3656215b
							
						
					 | 
					
						
						
							
							Consistency Fixes (ID->Id, AuthString->AuthId)
						
						
						
						
						
					 | 
					
						2014-09-03 15:13:30 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							3fba1d2817
							
						
					 | 
					
						
						
							
							Fix some nits
						
						
						
						
						
					 | 
					
						2014-09-03 10:50:11 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							e11fec9ba1
							
						
					 | 
					
						
						
							
							Rename GetClientAuthString2 to GetClientAuthId
						
						
						
						
						
					 | 
					
						2014-09-02 18:11:36 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							eafd6626ec
							
						
					 | 
					
						
						
							
							Fix true return when validation wanted and steam id pending
						
						
						
						
						
					 | 
					
						2014-09-02 17:44:11 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							e3b87a5ca4
							
						
					 | 
					
						
						
							
							Spin new logic into GetClientAuthString2...
						
						
						
						
						
						
						
						and mark GetClientAuthString as deprecated, using 1.6.x GetClientAuthString behavior 
						
					 | 
					
						2014-09-02 17:43:10 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							8c89b72fbc
							
						
					 | 
					
						
						
							
							Expose explicit client auth string formats
						
						
						
						
						
					 | 
					
						2014-09-02 14:40:39 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							17d5af0e2f
							
						
					 | 
					
						
						
							
							Move Logger and Core natives to Logic
						
						
						
						
						
					 | 
					
						2014-08-13 14:24:35 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							beb3f8c1d4
							
						
					 | 
					
						
						
							
							Replace magic numbers for sm_show_activity with named constants.
						
						
						
						
						
					 | 
					
						2014-05-29 13:54:51 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Nicholas Hastings
							
						 
					 | 
					
						
						
						
						
							
						
						
							dbc881143b
							
						
					 | 
					
						
						
							
							Move many player natives from core to logic.
						
						
						
						
						
					 | 
					
						2014-05-28 23:20:41 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								David Anderson
							
						 
					 | 
					
						
						
						
						
							
						
						
							045ee262a8
							
						
					 | 
					
						
						
							
							Move scared guts of core into logic (bug 5680, r=fyren).
						
						
						
						
						
						
						
						--HG--
rename : core/ExtensionSys.cpp => core/logic/ExtensionSys.cpp
rename : core/ExtensionSys.h => core/logic/ExtensionSys.h
rename : core/HandleSys.cpp => core/logic/HandleSys.cpp
rename : core/HandleSys.h => core/logic/HandleSys.h
rename : core/NativeInvoker.cpp => core/logic/NativeInvoker.cpp
rename : core/NativeInvoker.h => core/logic/NativeInvoker.h
rename : core/NativeOwner.cpp => core/logic/NativeOwner.cpp
rename : core/NativeOwner.h => core/logic/NativeOwner.h
rename : core/PluginSys.cpp => core/logic/PluginSys.cpp
rename : core/PluginSys.h => core/logic/PluginSys.h
rename : core/ShareSys.cpp => core/logic/ShareSys.cpp
rename : core/ShareSys.h => core/logic/ShareSys.h
rename : core/smn_fakenatives.cpp => core/logic/smn_fakenatives.cpp
rename : core/logic/AutoHandleRooter.h => public/AutoHandleRooter.h 
						
					 | 
					
						2013-03-29 11:37:29 -07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								David Anderson
							
						 
					 | 
					
						
						
						
						
							
						
						
							28217f10cb
							
						
					 | 
					
						
						
							
							Added ProcessTargetString simple filter API (bug 4404, r=ds).
						
						
						
						
						
					 | 
					
						2010-05-13 12:28:51 -07:00 | 
					
					
						
						
							
							
							
						
					 |