Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							512fae4c25 
							
						 
					 
					
						
						
							
							Fix crash on Windows when dumping admin cache to file.  
						
						 
						
						
						
					 
					
						2014-10-08 17:31:02 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								SystematicMania 
							
						 
					 
					
						
						
						
						
							
						
						
							7b59b7f384 
							
						 
					 
					
						
						
							
							Fix "sm version" command reporting incorrect compile time in many cases (bug 6078, r=asherkin).  
						
						 
						
						
						
					 
					
						2014-06-03 15:55:25 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							1e6843f8db 
							
						 
					 
					
						
						
							
							Add support for the preliminary IDE project file generator.  
						
						 
						
						
						
					 
					
						2014-05-30 19:07:56 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							35784c018d 
							
						 
					 
					
						
						
							
							Move adminsys and more natives from core to logic.  
						
						 
						
						
						
					 
					
						2014-05-29 13:31:12 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							9a5efc2de2 
							
						 
					 
					
						
						
							
							Fix.  
						
						 
						
						
						
					 
					
						2014-05-25 03:41:44 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							692af52ea7 
							
						 
					 
					
						
						
							
							Fix typo.  
						
						 
						
						
						
					 
					
						2014-05-25 03:25:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							3c7a08afc2 
							
						 
					 
					
						
						
							
							Change version display.  
						
						 
						
						
						
					 
					
						2014-05-25 03:18:05 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicholas Hastings 
							
						 
					 
					
						
						
						
						
							
						
						
							563dd617af 
							
						 
					 
					
						
						
							
							Add sm_reload_translations command (bug 5750, r=asherkin).  
						
						 
						
						
						
					 
					
						2014-03-30 12:08:11 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							f82224eba0 
							
						 
					 
					
						
						
							
							Move versioning to a static library to improve trivial build speed (bug 5997 part 9, r=ds).  
						
						 
						
						
						
					 
					
						2013-12-30 17:51:00 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							f9f4c7dcd6 
							
						 
					 
					
						
						
							
							Add an interpreter because. (bug 5902, r=ds).  
						
						 
						
						
						
					 
					
						2013-09-01 00:23:44 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							80eba57e6b 
							
						 
					 
					
						
						
							
							Switch sm_srvcmds off KTrie (bug 5884 part 12, r=ds).  
						
						 
						
						
						
					 
					
						2013-08-25 12:17:25 -07: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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Asher Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							bf76be5dfa 
							
						 
					 
					
						
						
							
							Overhauled versioning information (bug 5453, r=dvander).  
						
						 
						
						
						
					 
					
						2012-08-26 01:33:54 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Asher Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							cd75c56ac4 
							
						 
					 
					
						
						
							
							Updated credits. (r=psychonic)  
						
						 
						
						
						
					 
					
						2012-08-22 18:39:16 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							3e387f35e9 
							
						 
					 
					
						
						
							
							Updated credits.  
						
						 
						
						
						
					 
					
						2011-06-25 15:26:09 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							5e48b49b7e 
							
						 
					 
					
						
						
							
							Updated credits for 1.3 release.  
						
						 
						
						
						
					 
					
						2010-01-14 03:29:31 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Ehlert 
							
						 
					 
					
						
						
						
						
							
						
						
							2dea76dfa1 
							
						 
					 
					
						
						
							
							Changed name in credits.  
						
						 
						
						
						
					 
					
						2009-10-29 17:35:00 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							d682361cfc 
							
						 
					 
					
						
						
							
							More changes for new build system.  
						
						 
						
						
						
					 
					
						2009-08-30 00:46:56 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								"David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							caf434aef2 
							
						 
					 
					
						
						
							
							Moved profiler and adt_trie to logic binary.  
						
						 
						
						... 
						
						
						
						--HG--
rename : core/Profiler.cpp => core/logic/Profiler.cpp
rename : core/Profiler.h => core/logic/Profiler.h
rename : core/smn_adt_trie.cpp => core/logic/smn_adt_trie.cpp 
						
					 
					
						2009-05-14 11:24:07 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Ehlert 
							
						 
					 
					
						
						
						
						
							
						
						
							bd9fab6cf5 
							
						 
					 
					
						
						
							
							Added support for Dark Messiah engine and game. (no bug, r=me).  
						
						 
						
						... 
						
						
						
						The development of this feature would not be possible without the support of the following people from the game's community:
Dylan Riggs, Carl Pettengill, Ed Moreland, and Christian. 
						
					 
					
						2009-02-18 02:19:22 -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 
							
						 
					 
					
						
						
						
						
							
						
						
							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 
							
						 
					 
					
						
						
						
						
							
						
						
							1a156deca5 
							
						 
					 
					
						
						
							
							landed massive refactoring of the JIT.  contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info.  on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them.  amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them).  
						
						 
						
						... 
						
						
						
						NOTE: the JIT is now embeddable out-of-box and usable by other projects which is pretty cool.  I will commit a shell app demonstrating this soon
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402400 
						
					 
					
						2008-07-11 08:18:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							2c94b1268a 
							
						 
					 
					
						
						
							
							phase0, new versioning. we don't use build numbers anymore except (VS_VERSIONINFO stays until phase 3 is done)  
						
						 
						
						... 
						
						
						
						--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402242 
						
					 
					
						2008-06-02 05:03:27 +00: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