lethosor
							
						 
						
							 
							
							
							
								
							
								2c230f0d3e 
								
							
								 
							
						 
						
							
							
								
								Improve protobuf file regeneration (no longer uses a dummy status.txt file)  
							
							 
							
							
							
						 
						
							2016-10-24 22:51:27 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								4fdbba0207 
								
							
								 
							
						 
						
							
							
								
								Only touch protobuf generated files if they actually changed  
							
							 
							
							
							
						 
						
							2016-10-24 22:28:51 -04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								7bdb687e4a 
								
							
								 
							
						 
						
							
							
								
								Support calling a lua function via a protobuf request.  
							
							 
							
							... 
							
							
							
							Previously the only way to call lua code was to call scripts
and parse their output to the stream, which is cumbersome. 
							
						 
						
							2014-02-10 20:09:06 +04:00  
						
					 
				
					
						
							
							
								 
								Robert Heinrich
							
						 
						
							 
							
							
							
								
							
								cf0d45be78 
								
							
								 
							
						 
						
							
							
								
								merged stuff from peterix  
							
							 
							
							
							
						 
						
							2012-04-15 12:32:25 +02:00  
						
					 
				
					
						
							
							
								 
								Will Rogers
							
						 
						
							 
							
							
							
								
							
								1b6f5f3f34 
								
							
								 
							
						 
						
							
							
								
								Add additional related data to ListJobSkills.  
							
							 
							
							... 
							
							
							
							Add the attributes for profession and unit_labor, and (re)name the
protobuf messages JobSkillAttr, ProfessionAttr, and UnitLaborAttr to
better reflect their content and distinguish them from e.g. the
SkillInfo message included in BasicUnitInfo. 
							
						 
						
							2012-04-04 11:53:47 -04:00  
						
					 
				
					
						
							
							
								 
								Will Rogers
							
						 
						
							 
							
							
							
								
							
								59d7b6faab 
								
							
								 
							
						 
						
							
							
								
								Add ListJobSkills.  
							
							 
							
							
							
						 
						
							2012-04-03 14:03:06 -04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								bfb226b92e 
								
							
								 
							
						 
						
							
							
								
								Add a few comments.  
							
							 
							
							
							
						 
						
							2012-03-19 11:33:30 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								d4626f9751 
								
							
								 
							
						 
						
							
							
								
								Add unit professions and filtering on status.  
							
							 
							
							
							
						 
						
							2012-03-18 15:35:38 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								e33414fa69 
								
							
								 
							
						 
						
							
							
								
								Export unit curse, squad, death and burrow info.  
							
							 
							
							
							
						 
						
							2012-03-18 13:52:39 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								415ae35dff 
								
							
								 
							
						 
						
							
							
								
								Add RPC calls to query some global state.  
							
							 
							
							
							
						 
						
							2012-03-18 12:09:06 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								b9ecd03fe2 
								
							
								 
							
						 
						
							
							
								
								Make the server suspend the core around calls unless disabled.  
							
							 
							
							... 
							
							
							
							I expect the majority of methods will have to suspend the core
first thing anyway, so this will reduce typing and bugs.
Also get rid of the "me->" ugliness by splitting threadFn. 
							
						 
						
							2012-03-18 11:04:15 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								aa63493bb8 
								
							
								 
							
						 
						
							
							
								
								Add a ListSquads request.  
							
							 
							
							
							
						 
						
							2012-03-17 20:04:15 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								368b92f81f 
								
							
								 
							
						 
						
							
							
								
								Add a RPC call to retrieve unit info.  
							
							 
							
							... 
							
							
							
							For performance reasons, material flag arrays are changed to use ints,
with enum item name mappings retrievable via a different RPC call. 
							
						 
						
							2012-03-17 17:41:56 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								15ccfbb086 
								
							
								 
							
						 
						
							
							
								
								Add a ListMaterials remote call for bulk download of basic material info.  
							
							 
							
							
							
						 
						
							2012-03-17 15:36:42 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								976fa18d72 
								
							
								 
							
						 
						
							
							
								
								A number of interface tweaks in RemoteClient.  
							
							 
							
							... 
							
							
							
							- Associate a default output stream with the whole connection.
  If not explicitly specified in the constructor, uses stdout.
- Add methods that use this default stream to RemoteFunction.
- Add easily usable wrappers for CoreSuspend and CoreResume. 
							
						 
						
							2012-03-16 14:11:46 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								4eb4811777 
								
							
								 
							
						 
						
							
							
								
								Make the DF suspend lock recursive, and add RPC calls for batch suspend.  
							
							 
							
							... 
							
							
							
							The idea is that if you have to execute many RPC calls, it is
faster to suspend once. The service class takes care to auto-resume
in the destructor in case the client just disappears. 
							
						 
						
							2012-03-15 15:33:19 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								87f925e72e 
								
							
								 
							
						 
						
							
							
								
								Add support for exporting functions from plugins, with example in rename.  
							
							 
							
							... 
							
							
							
							TODO: test by actually calling them remotely. 
							
						 
						
							2012-03-15 13:01:23 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								e7851f5abd 
								
							
								 
							
						 
						
							
							
								
								Improve support for void RPC functions, dfhack-run, etc.  
							
							 
							
							
							
						 
						
							2012-03-15 11:07:43 +04:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								560e977f05 
								
							
								 
							
						 
						
							
							
								
								Implement trivial RPC interface for dfhack via TCP & protobufs.  
							
							 
							
							... 
							
							
							
							Use it to make an executable capable of calling commands remotely. 
							
						 
						
							2012-03-14 19:57:29 +04:00  
						
					 
				
					
						
							
							
								 
								Quietust
							
						 
						
							 
							
							
							
								
							
								8e933fb75e 
								
							
								 
							
						 
						
							
							
								
								Ignore the .rule file too  
							
							 
							
							
							
						 
						
							2012-03-13 12:17:00 -05:00  
						
					 
				
					
						
							
							
								 
								Alexander Gavrilov
							
						 
						
							 
							
							
							
								
							
								75c569b097 
								
							
								 
							
						 
						
							
							
								
								Add some experimental message definitions to the main library.  
							
							 
							
							
							
						 
						
							2012-03-09 21:42:22 +04:00