7653c2a932 
								
							
								 
							
						 
						
							
							
								
								document that script-paths.txt is only read at startup  
							
							
							
						 
						
							2022-03-31 21:20:54 +01:00  
				
					
						
							
							
								 
						
							
							
								b5af004194 
								
									
								
							
								 
							
						 
						
							
							
								
								[manipulator] Tweak colors to make cursor easier to locate ( #2051 )  
							
							
							
						 
						
							2022-03-30 23:39:20 -07:00  
				
					
						
							
							
								 
						
							
							
								e286b2a54d 
								
									
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-03-30 14:42:37 -07:00  
				
					
						
							
							
								 
						
							
							
								db5e7d55c1 
								
							
								 
							
						 
						
							
							
								
								fix guidm.enterSidebarMode(DesignateMine)  
							
							... 
							
							
							
							it would end up in DesignateChopTrees if you happened to be looking at
the surface z-level. 
							
						 
						
							2022-03-28 16:57:24 -07:00  
				
					
						
							
							
								 
						
							
							
								078e732a42 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-03-28 16:00:29 -07:00  
				
					
						
							
							
								 
						
							
							
								1976288efb 
								
							
								 
							
						 
						
							
							
								
								quickfort user guide doc refresh  
							
							... 
							
							
							
							- add docs for negative expansion syntax
- add information on how negative expansion syntax can be used to
  simplify carved track designations
- full editing pass, fixing grammar, typos, formatting, and clarifying text
- added tip about using dig priorities to ensure miners dig one level at
  a time
- add "Dreamfort organization and packaging" section to the dreamfort
  case study
- add inline screenshots for each dreamfort level in the section that
  discusses that level
- fix Links section to use the actual header text of the target links 
							
						 
						
							2022-03-28 16:00:29 -07:00  
				
					
						
							
							
								 
						
							
							
								f37de835da 
								
							
								 
							
						 
						
							
							
								
								center uncentered image in blueprint library guide  
							
							
							
						 
						
							2022-03-28 16:00:29 -07:00  
				
					
						
							
							
								 
						
							
							
								ab54cbff7a 
								
									
								
							
								 
							
						 
						
							
							
								
								[confirm] Fix typo in help message ( #2046 )  
							
							
							
						 
						
							2022-03-23 19:45:13 -07:00  
				
					
						
							
							
								 
						
							
							
								be32e35642 
								
									
								
							
								 
							
						 
						
							
							
								
								Reword the titles of the various guides ( #2041 )  
							
							... 
							
							
							
							so they are more distinct. even I got confused about the difference
between the quickfort library guide (which is about blueprints, but
listing the pre-made onces) and the
quickfort blueprint guide (which is about blueprints, but editing them) 
							
						 
						
							2022-03-21 12:58:17 -07:00  
				
					
						
							
							
								 
						
							
							
								19c0a4fe06 
								
									
								
							
								 
							
						 
						
							
							
								
								Added (chain) for [CHAIN_METAL_TEXT] armours in library/gui/materials.lua used by the gui/create-item script ( #2037 )  
							
							
							
						 
						
							2022-03-19 15:32:16 -07:00  
				
					
						
							
							
								 
						
							
							
								e1961f5fcd 
								
									
								
							
								 
							
						 
						
							
							
								
								visual studio 2022/2019 build instructions ( #2034 )  
							
							... 
							
							
							
							* visual studio 2022/2019
update instructions to recommend using VS 2022 or VS 2019 with downlevel tool support
* reinsert accidentally deleted line
* fix markup
* notes on abi compatibility, changelog 
							
						 
						
							2022-03-17 13:19:12 -07:00  
				
					
						
							
							
								 
						
							
							
								ce30843b92 
								
									
								
							
								 
							
						 
						
							
							
								
								update Windows build docs for Visual C++ 2015 ( #2032 )  
							
							... 
							
							
							
							* update Windows build docs for Visual C++ 2015
* fixed doc errors / moved changelog entry to future section 
							
						 
						
							2022-03-16 13:10:00 -07:00  
				
					
						
							
							
								 
						
							
							
								07e96a6a1c 
								
							
								 
							
						 
						
							
							
								
								Update changelog.txt  
							
							
							
						 
						
							2022-03-15 08:23:18 -07:00  
				
					
						
							
							
								 
						
							
							
								dda487a535 
								
									
								
							
								 
							
						 
						
							
							
								
								Adds new plugin: Spectate ( #1918 )  
							
							... 
							
							
							
							* Adds spectate plugin
* Updates spectate.cpp
* Changes spectate toggle message
* Updates changelog.txt
* Adds spectate to Plugins.rst
* Adds requested changes
- foreach syntax replaces active units loops
- removes CR_FAILURE return on double enable/disable usage
- removes disabled code
- implements a few clion clang tidy suggestions (auto declare when casting)
- Updates zcount to have accurate count for performing RNG
- adds eof newline
- adds todo comment about a redundant if condition
* Declares spectate section in Plugins.rst 
							
						 
						
							2022-03-14 19:33:41 -07:00  
				
					
						
							
							
								 
						
							
							
								88b403ec7a 
								
									
								
							
								 
							
						 
						
							
							
								
								Add functions reverse-engineered from ambushing unit code ( #1992 )  
							
							... 
							
							
							
							* Add functions reverse-engineered from ambushing unit code
* Fix whitespace
* Fix debug_showambush check
* Remove getOuterContainerRef from Lua API
Don't think this works properly without allocating a new specific_ref. More trouble that it's worth.
* Fixed tile visibility check
* I don't think gamemode or gametype are ever NULL
* Minor tweaks to documentation
* Reimplement getOuterContainerRef for Lua; fix some comments
* Update Units.cpp and changelog
* Update Units.cpp
* Update changelog.txt 
							
						 
						
							2022-03-13 17:19:35 -07:00  
				
					
						
							
							
								 
						
							
							
								d2d01843a2 
								
							
								 
							
						 
						
							
							
								
								Update changelog.txt  
							
							... 
							
							
							
							update changelog for changes to Job::remove_postings 
							
						 
						
							2022-03-12 15:37:33 -08:00  
				
					
						
							
							
								 
						
							
							
								89a3ca8ee9 
								
							
								 
							
						 
						
							
							
								
								update docs and changelog  
							
							
							
						 
						
							2022-03-12 13:45:32 -08:00  
				
					
						
							
							
								 
						
							
							
								25d37143e4 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-03-12 13:33:36 -08:00  
				
					
						
							
							
								 
						
							
							
								82910015c1 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-03-12 12:41:19 -08:00  
				
					
						
							
							
								 
						
							
							
								9f8a477f09 
								
									
								
							
								 
							
						 
						
							
							
								
								move EventManager changelog entries to 'Future'  
							
							... 
							
							
							
							ref: #1876  
							
						 
						
							2022-03-12 11:38:43 -08:00  
				
					
						
							
							
								 
						
							
							
								28ebc3921d 
								
							
								 
							
						 
						
							
							
								
								Revises changelog  
							
							
							
						 
						
							2022-03-12 11:33:27 -08:00  
				
					
						
							
							
								 
						
							
							
								0cb6e18e16 
								
							
								 
							
						 
						
							
							
								
								Adds changelog entries for PR  #1876  
							
							
							
						 
						
							2022-03-12 11:33:27 -08:00  
				
					
						
							
							
								 
						
							
							
								2c3f573610 
								
									
								
							
								 
							
						 
						
							
							
								
								really fix the docs typo  
							
							
							
						 
						
							2022-03-10 20:03:37 -08:00  
				
					
						
							
							
								 
						
							
							
								a1e3f2dbe1 
								
									
								
							
								 
							
						 
						
							
							
								
								fix typo in docs  
							
							
							
						 
						
							2022-03-10 18:31:16 -08:00  
				
					
						
							
							
								 
						
							
							
								858d459232 
								
									
								
							
								 
							
						 
						
							
							
								
								update changelog for clsocket PR#20  
							
							
							
						 
						
							2022-03-10 14:07:48 -08:00  
				
					
						
							
							
								 
						
							
							
								cf54b84fd6 
								
							
								 
							
						 
						
							
							
								
								Bump to 0.47.05-r4  
							
							
							
						 
						
							2022-03-09 14:27:20 -08:00  
				
					
						
							
							
								 
						
							
							
								7aaccb781e 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-03-03 21:37:38 -08:00  
				
					
						
							
							
								 
						
							
							
								c752fa07a8 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-03-01 05:44:36 -08:00  
				
					
						
							
							
								 
						
							
							
								4d47bf54ce 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-02-26 15:32:25 -08:00  
				
					
						
							
							
								 
						
							
							
								41ea2527eb 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-02-26 14:54:42 -08:00  
				
					
						
							
							
								 
						
							
							
								17f400d091 
								
							
								 
							
						 
						
							
							
								
								add light aquifer tap library blueprint and docs  
							
							
							
						 
						
							2022-02-26 14:54:42 -08:00  
				
					
						
							
							
								 
						
							
							
								0362c09811 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-02-25 12:59:38 -08:00  
				
					
						
							
							
								 
						
							
							
								5937e55cfd 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-02-25 12:58:56 -08:00  
				
					
						
							
							
								 
						
							
							
								1d6b942293 
								
							
								 
							
						 
						
							
							
								
								update wording in changelog  
							
							
							
						 
						
							2022-02-25 12:57:17 -08:00  
				
					
						
							
							
								 
						
							
							
								2d561ad73d 
								
							
								 
							
						 
						
							
							
								
								move fortplan docs to Removed.rst  
							
							
							
						 
						
							2022-02-25 12:57:17 -08:00  
				
					
						
							
							
								 
						
							
							
								e458e74058 
								
							
								 
							
						 
						
							
							
								
								use correct header in changelog  
							
							
							
						 
						
							2022-02-25 12:57:17 -08:00  
				
					
						
							
							
								 
						
							
							
								6b0f2eace9 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-02-25 12:57:17 -08:00  
				
					
						
							
							
								 
						
							
							
								eae90c9448 
								
							
								 
							
						 
						
							
							
								
								remove fortplan code; leave doc stub  
							
							
							
						 
						
							2022-02-25 12:57:17 -08:00  
				
					
						
							
							
								 
						
							
							
								91b55a648b 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-02-19 17:54:01 -08:00  
				
					
						
							
							
								 
						
							
							
								56e8de592c 
								
							
								 
							
						 
						
							
							
								
								simplify dreamfort with new quickfort features  
							
							... 
							
							
							
							also:
- add in iron and flux indicators on the industry level
- fix out of date docs for professions 
							
						 
						
							2022-02-19 17:54:01 -08:00  
				
					
						
							
							
								 
						
							
							
								3dcc6fd899 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2022-02-18 15:47:33 -08:00  
				
					
						
							
							
								 
						
							
							
								89038ffafa 
								
							
								 
							
						 
						
							
							
								
								add pump stack blueprint to the libarary, add docs  
							
							
							
						 
						
							2022-02-18 15:47:33 -08:00  
				
					
						
							
							
								 
						
							
							
								0303e182a8 
								
							
								 
							
						 
						
							
							
								
								fix typo in shift syntax, explain why +y is down  
							
							
							
						 
						
							2022-02-18 14:54:45 -08:00  
				
					
						
							
							
								 
						
							
							
								f2865beb57 
								
							
								 
							
						 
						
							
							
								
								add docs for blueprint shifting and transformation  
							
							
							
						 
						
							2022-02-18 14:54:45 -08:00  
				
					
						
							
							
								 
						
							
							
								10d5f23400 
								
							
								 
							
						 
						
							
							
								
								add documentation for repeat() meta markers  
							
							... 
							
							
							
							and some overall editing updates (sorry for the clutter!) 
							
						 
						
							2022-02-12 18:28:47 -08:00  
				
					
						
							
							
								 
						
							
							
								e0ea113d88 
								
							
								 
							
						 
						
							
							
								
								add docs for extended syntax for z-level changes  
							
							... 
							
							
							
							in quickfort blueprints 
							
						 
						
							2022-02-06 16:56:07 -08:00  
				
					
						
							
							
								 
						
							
							
								bc042bc7df 
								
									
								
							
								 
							
						 
						
							
							
								
								Use copyall instead of nesting pos2xyz and xyz2pos  
							
							
							
						 
						
							2021-12-18 02:05:16 -08:00  
				
					
						
							
							
								 
						
							
							
								5d6f88fa72 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2021-10-04 15:32:26 -07:00  
				
					
						
							
							
								 
						
							
							
								dadb053d5f 
								
							
								 
							
						 
						
							
							
								
								fix typo in hostpital supply config  
							
							... 
							
							
							
							powder -> plaster 
							
						 
						
							2021-10-04 15:32:26 -07:00  
				
					
						
							
							
								 
						
							
							
								86cd723162 
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2021-10-04 12:53:31 -07:00