e2d56b9b8f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'lethosor/tweak-hide-priority-improvements' into develop  
							
							
							
						 
						
							2021-04-08 23:43:14 -04:00  
				
					
						
							
							
								 
						
							
							
								761cf19e99 
								
									
								
							
								 
							
						 
						
							
							
								
								tweak hide-priority: make toggle state persist across designation menu uses  
							
							... 
							
							
							
							To reproduce:
1. Enter the `d`esignation menu
2. Press `-+` to change priorities
3. Create a designation
4. Press `Alt-p` to hide priorities
5. Exit and re-enter the designation menu (`Esc`, `d`)
Previously, priorities would be visible again after step 5. With this change, they are not visible until you press `Alt-p` again.
Fixes  #1068 . Note that this is a relatively unobtrusive fix: selecting a priority with `+-` will still result in priorities being shown again. This is native DF behavior that I am reluctant to override because users of designation priorities likely want to see them. 
							
						 
						
							2021-04-05 21:58:51 -04:00  
				
					
						
							
							
								 
						
							
							
								81bfdf4182 
								
									
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2021-04-04 17:40:59 -07:00  
				
					
						
							
							
								 
						
							
							
								ea1bc9e01b 
								
									
								
							
								 
							
						 
						
							
							
								
								Add GitHub issues/discussions to troubleshooting section  
							
							
							
						 
						
							2021-04-03 00:24:58 -04:00  
				
					
						
							
							
								 
						
							
							
								8b38bf0e28 
								
									
								
							
								 
							
						 
						
							
							
								
								Move contribution-related information from Compile.rst to Contributing.rst  
							
							
							
						 
						
							2021-04-03 00:20:15 -04:00  
				
					
						
							
							
								 
						
							
							
								cb2d8e0903 
								
									
								
							
								 
							
						 
						
							
							
								
								Compile.rst: remove old git note and rearrange  
							
							... 
							
							
							
							Very unlikely that this affects anyone now 
							
						 
						
							2021-04-02 23:52:32 -04:00  
				
					
						
							
							
								 
						
							
							
								dfb52a2aba 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'lethosor/command-prompt-fix-gui-scripts' into develop  
							
							... 
							
							
							
							Conflicts:
	docs/changelog.txt 
							
						 
						
							2021-04-02 21:53:14 -04:00  
				
					
						
							
							
								 
						
							
							
								257f8dbe00 
								
									
								
							
								 
							
						 
						
							
							
								
								buildingplan: fix size calculation for constructions  
							
							... 
							
							
							
							Planning a 4x2 construction with DF's `umkh` keys (i.e. not automaterial's box-select) would previously produce a 5x3 construction instead, for example. 
							
						 
						
							2021-04-01 00:16:54 -04:00  
				
					
						
							
							
								 
						
							
							
								2332009825 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_enable_luacov' into develop  
							
							
							
						 
						
							2021-03-28 00:38:36 -04:00  
				
					
						
							
							
								 
						
							
							
								5e09fd882d 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix Painter:viewport()  
							
							... 
							
							
							
							This works because Painter inherits from ViewRect. Unsure how this went unnoticed. 
							
						 
						
							2021-03-27 16:55:48 -04:00  
				
					
						
							
							
								 
						
							
							
								d61c4aa234 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_xlsxreader_classes' into develop  
							
							
							
						 
						
							2021-03-27 00:10:03 -04:00  
				
					
						
							
							
								 
						
							
							
								ceae4723cd 
								
									
								
							
								 
							
						 
						
							
							
								
								Update scripts, authors ( dfhack/scripts#264 )  
							
							
							
						 
						
							2021-03-26 00:37:28 -04:00  
				
					
						
							
							
								 
						
							
							
								222feff342 
								
									
								
							
								 
							
						 
						
							
							
								
								expand docs for open and close functions  
							
							
							
						 
						
							2021-03-22 10:44:32 -07:00  
				
					
						
							
							
								 
						
							
							
								4ef0ff2a24 
								
									
								
							
								 
							
						 
						
							
							
								
								fix formatting errors  
							
							
							
						 
						
							2021-03-22 10:40:29 -07:00  
				
					
						
							
							
								 
						
							
							
								5f00183177 
								
									
								
							
								 
							
						 
						
							
							
								
								move test harness out of test dir  
							
							... 
							
							
							
							and install to test.lua in top-level scripts directory instead of test/main.lua 
							
						 
						
							2021-03-22 10:15:32 -07:00  
				
					
						
							
							
								 
						
							
							
								aac958aa50 
								
									
								
							
								 
							
						 
						
							
							
								
								add open() wrapper fn and document class methods  
							
							
							
						 
						
							2021-03-22 09:38:20 -07:00  
				
					
						
							
							
								 
						
							
							
								59b023c71d 
								
									
								
							
								 
							
						 
						
							
							
								
								Ensure that command-prompt is dismissed after a command creates a new screen  
							
							... 
							
							
							
							Fixes  #1803 
Running a command that created a new screen would previously result in a screen
order that looked like this, due to how `Screen::Hide` works:
- DF screen
  - `command-prompt` screen (dismissed)
    - New screen
The `command-prompt` screen remained on the stack until the new screen was
dismissed, so it would intercept viewscreen vmethod calls intended for the
DF screen.
This change adds a new behavior to `Screen::Hide` that results in this screen
order after running a command:
- DF screen
  - New screen
    - `command-prompt` screen (dismissed) - DF removes this screen immediately 
						
							2021-03-21 20:42:50 -04:00  
				
					
						
							
							
								 
						
							
							
								fcb17da223 
								
									
								
							
								 
							
						 
						
							
							
								
								Update authors ( #1801 ), xml  
							
							
							
						 
						
							2021-03-20 19:21:39 -04:00  
				
					
						
							
							
								 
						
							
							
								3926482047 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'gaberau/patch-1' into develop  
							
							
							
						 
						
							2021-03-20 19:15:25 -04:00  
				
					
						
							
							
								 
						
							
							
								81b6d93701 
								
							
								 
							
						 
						
							
							
								
								Minor grammer fixes.  
							
							
							
						 
						
							2021-03-20 15:51:35 -06:00  
				
					
						
							
							
								 
						
							
							
								cc376eeb55 
								
							
								 
							
						 
						
							
							
								
								Fixed a number of spelling and grammatical errors. Should be set now. Added better examples and removed redundant words.  
							
							
							
						 
						
							2021-03-20 15:49:53 -06:00  
				
					
						
							
							
								 
						
							
							
								374fc763eb 
								
							
								 
							
						 
						
							
							
								
								Fixed whitespace issues that cause a failed build on lint.  
							
							
							
						 
						
							2021-03-20 01:55:45 -06:00  
				
					
						
							
							
								 
						
							
							
								e6639180db 
								
							
								 
							
						 
						
							
							
								
								Fixed merge conflicts, expanded upon provided examples, added more detail.  
							
							
							
						 
						
							2021-03-20 01:47:36 -06:00  
				
					
						
							
							
								 
						
							
							
								5aa3c6bfc6 
								
							
								 
							
						 
						
							
							
								
								Revised Lua API.rst to better explain command. Added proper examples and explantion of difference between run_command and run_script.  
							
							
							
						 
						
							2021-03-19 21:58:24 -06:00  
				
					
						
							
							
								 
						
							
							
								a77353b2e6 
								
									
								
							
								 
							
						 
						
							
							
								
								Update Lua API.rst  
							
							... 
							
							
							
							Corrected the dfhack.run_script documentation and added an example. 
							
						 
						
							2021-03-17 23:17:01 -06:00  
				
					
						
							
							
								 
						
							
							
								ab2c51d19c 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove changelog entry from  #1792  
							
							... 
							
							
							
							Only applied to files in scripts/test, which didn't exist in previous versions 
							
						 
						
							2021-03-10 00:45:58 -05:00  
				
					
						
							
							
								 
						
							
							
								f3bef8c34e 
								
									
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2021-03-08 15:06:27 -08:00  
				
					
						
							
							
								 
						
							
							
								69a2f44020 
								
									
								
							
								 
							
						 
						
							
							
								
								Lua class wrappers for the xlsxreader plugin API  
							
							
							
						 
						
							2021-03-08 15:04:50 -08:00  
				
					
						
							
							
								 
						
							
							
								81e62b8cfc 
								
									
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2021-03-07 08:53:42 -08:00  
				
					
						
							
							
								 
						
							
							
								ed21ed8593 
								
									
								
							
								 
							
						 
						
							
							
								
								update changelog  
							
							
							
						 
						
							2021-03-07 08:51:33 -08:00  
				
					
						
							
							
								 
						
							
							
								49b34b52f5 
								
									
								
							
								 
							
						 
						
							
							
								
								update docs  
							
							
							
						 
						
							2021-03-07 08:16:25 -08:00  
				
					
						
							
							
								 
						
							
							
								dc58d39c36 
								
									
								
							
								 
							
						 
						
							
							
								
								document DFHACK_ENABLE_LUACOV env var  
							
							
							
						 
						
							2021-03-07 08:16:24 -08:00  
				
					
						
							
							
								 
						
							
							
								6d1bd62af9 
								
									
								
							
								 
							
						 
						
							
							
								
								Add a Java client lib and update the name of the Python one  
							
							
							
						 
						
							2021-03-06 17:31:27 -05:00  
				
					
						
							
							
								 
						
							
							
								032cd64c10 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump to r1, update submodules and changelog  
							
							
							
						 
						
							2021-03-06 13:30:16 -05:00  
				
					
						
							
							
								 
						
							
							
								2bb4dbccc6 
								
									
								
							
								 
							
						 
						
							
							
								
								Replace installed hack/changelog.txt with stub  
							
							... 
							
							
							
							This was incomplete, but people were still referencing it.
Closes  #1775  
							
						 
						
							2021-03-06 12:43:31 -05:00  
				
					
						
							
							
								 
						
							
							
								9df06564a0 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'PatrikLundell/Prospector' into develop  
							
							... 
							
							
							
							Conflicts:
	docs/changelog.txt 
							
						 
						
							2021-03-03 23:56:06 -05:00  
				
					
						
							
							
								 
						
							
							
								1b2eed7c5e 
								
									
								
							
								 
							
						 
						
							
							
								
								confirm convict: use visible name to avoid exposing alternate identities  
							
							... 
							
							
							
							Ref #1593 
See also:
https://www.reddit.com/r/dwarffortress/comments/ltzu82/if_i_wasnt_sure_i_found_the_vampire_before/ 
http://www.bay12forums.com/smf/index.php?topic=164123.msg8253738#msg8253738  
							
						 
						
							2021-02-28 01:01:47 -05:00  
				
					
						
							
							
								 
						
							
							
								6acece1536 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_dreamfort' into develop  
							
							
							
						 
						
							2021-02-25 22:25:42 -05:00  
				
					
						
							
							
								 
						
							
							
								5a6263f72c 
								
									
								
							
								 
							
						 
						
							
							
								
								fix indentation  
							
							
							
						 
						
							2021-02-24 21:56:40 -08:00  
				
					
						
							
							
								 
						
							
							
								4a7fcc6118 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix plugin name in error, add link in docs  
							
							... 
							
							
							
							Ref #1769  
							
						 
						
							2021-02-25 00:41:13 -05:00  
				
					
						
							
							
								 
						
							
							
								cb9ed4ff0c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_manipulator' into develop  
							
							... 
							
							
							
							Conflicts:
	docs/changelog.txt 
							
						 
						
							2021-02-25 00:39:01 -05:00  
				
					
						
							
							
								 
						
							
							
								23461e17c2 
								
									
								
							
								 
							
						 
						
							
							
								
								separate sand bags into their own stockpile  
							
							... 
							
							
							
							since quantum stockpiling them dumps out their contents 
							
						 
						
							2021-02-24 19:50:29 -08:00  
				
					
						
							
							
								 
						
							
							
								96e91fa5e2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_aliases_docs' into develop  
							
							
							
						 
						
							2021-02-24 13:53:22 -05:00  
				
					
						
							
							
								 
						
							
							
								af34b5d614 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'bseiller/ea_improve_survey_performance_keep_mlts_on_heap' into develop  
							
							
							
						 
						
							2021-02-23 00:22:22 -05:00  
				
					
						
							
							
								 
						
							
							
								bf56ac1af9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_deprecate_fortplan' into develop  
							
							... 
							
							
							
							Conflicts:
	docs/changelog.txt 
							
						 
						
							2021-02-20 00:54:18 -05:00  
				
					
						
							
							
								 
						
							
							
								1be75f269b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_dreamfort' into develop  
							
							... 
							
							
							
							+typo fix in quickfort-alias-guide.rst 
							
						 
						
							2021-02-20 00:47:59 -05:00  
				
					
						
							
							
								 
						
							
							
								cc51835660 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_stockpile_containers_docs' into develop  
							
							
							
						 
						
							2021-02-20 00:38:34 -05:00  
				
					
						
							
							
								 
						
							
							
								3278519c98 
								
									
								
							
								 
							
						 
						
							
							
								
								document how to specify containers for stockpiles  
							
							... 
							
							
							
							that are not specified with expansion syntax 
							
						 
						
							2021-02-19 11:43:10 -08:00  
				
					
						
							
							
								 
						
							
							
								b3666da0a6 
								
									
								
							
								 
							
						 
						
							
							
								
								fix wheelbarrow UI change attribution  
							
							
							
						 
						
							2021-02-18 23:11:09 -08:00  
				
					
						
							
							
								 
						
							
							
								cf0506e650 
								
									
								
							
								 
							
						 
						
							
							
								
								add documentation for #aliases blueprints  
							
							
							
						 
						
							2021-02-17 23:10:47 -08:00