dfhack/docs
Myk Taylor 82013c0c5e prep buildingplan for core algorithm changes
Lots of refactoring and reorganizing, with only cosmetic player-visible changes.

- show quickfort mode hotlkey label regardless of whether the current building type has buildingplan enabled. before, it was only shown after the user enabled buildingplan for the current building. this eliminates the extra step when enabling quickfort mode, which force-enables all building types.
- changed signature of lua-exported isPlannableBuilding to take subtype
  and custom type in addition to building type. this is only used by
  quickfort, and it already sends all three params in preparation for
  this change
- added lua-exported scheduleCycle(), which is like doCycle(), but only
  takes effect on the next non-paused frame. this lets quickfort
  run only one buildingplan cycle regardless of how many #build
  blueprints were run
- declared a few dfhack library methods and params const so buildingplan
  could call them from const methods
- converted buildingplan internal debug logging fn to have a printf api
- reshaped buildingplan-planner API and refactored implementation in
  preparation for upcoming core algorithm changes for supporing all
  building types (no externally-visible functionality changes)
  - changed df::building_type params to type, subtype, custom tuple keys
  - introduced capability to return multiple filters per building type
    (though the current buildings all only have one filter per)
- split monolith hook functions in buildingplan.cpp into one per scope.
  this significantly cleans up the code and preps the hooks to handle
  iterating through multiple item filters.
- got rid of send_key function and replaced with better reporting of
  whether keys have been handled
2020-10-16 13:52:23 -07:00
..
_auto
_changelogs
api Add rudimentary map docs with tile descriptions from @AtomicChicken 2020-07-28 00:38:22 -04:00
guides Convert some links to use :wiki: 2020-10-09 19:24:52 -04:00
images
sphinx_extensions/dfhack Default to a basic DFHack-specific pygments lexer (supporting comments and prompts) 2020-10-09 00:27:22 -04:00
styles Allow breaking long inline code snippets if necessary 2020-10-09 12:16:25 -04:00
templates
Authors.rst Update docs (#1652) 2020-10-09 21:43:58 -04:00
Binpatches.rst Set language of some code blocks to enable syntax highlighting 2020-10-09 01:15:42 -04:00
Compile.rst Update some docs links to use HTTPS 2020-10-09 19:17:59 -04:00
Contributing.rst Update/expand Contributing.rst regarding pull requests 2020-08-06 02:30:17 -04:00
Core.rst Update some docs links to use HTTPS 2020-10-09 19:17:59 -04:00
Dev-intro.rst
Documentation.rst Update some docs links to use HTTPS 2020-10-09 19:17:59 -04:00
History.rst Update some docs links to use HTTPS 2020-10-09 19:17:59 -04:00
Installing.rst Mention some third-party Linux packages 2020-10-13 00:24:29 -04:00
Introduction.rst Update some docs links to use HTTPS 2020-10-09 19:17:59 -04:00
Lua API.rst prep buildingplan for core algorithm changes 2020-10-16 13:52:23 -07:00
Memory-research.rst Set language of some code blocks to enable syntax highlighting 2020-10-09 01:15:42 -04:00
NEWS-dev.rst
NEWS.rst
Plugins.rst Update docs (#1652) 2020-10-09 21:43:58 -04:00
Remote.rst
Removed.rst
Scripts.rst
Structures-intro.rst
build-pdf.sh
build.sh
changelog.txt dwarfmonitor prefs: fix segfault if item_subtype is null for some item types 2020-10-11 20:45:56 -04:00
gen_changelog.py
index-about.rst
index-dev.rst Add rudimentary map docs with tile descriptions from @AtomicChicken 2020-07-28 00:38:22 -04:00
index.html