Commit Graph

162 Commits (8e6fcac92e47bfd3407c0c2bb7ff5bc6e7686149)

Author SHA1 Message Date
expwnent 19e977528c Merge branch 'autolabor-artisans' of https://github.com/pkdawson/dfhack into develop
Conflicts:
	NEWS
2014-12-04 23:49:13 -05:00
expwnent bf7f746aa9 Fix Readme.rst so it will compile. 2014-11-30 16:48:58 -05:00
expwnent d9ae3cc612 Removed removebadthoughts and updated Readme.rst and NEWS. 2014-11-30 09:26:04 -05:00
PeridexisErrant 5dcec6f683 Add Putnam's remove-stress script 2014-11-30 22:30:13 +11:00
Patrick Dawson 794e1ee6f0 autolabor: Document and improve the talent pool parameter. 2014-11-27 21:13:20 +01:00
Casey Link 1c496fb255 add savestock and loadstock to NEWS and Readme.rst 2014-11-27 14:49:16 +01:00
lethosor 61fa2fbda0 Merge remote-tracking branch 'falconne/plugin_automelt' into update-falconne-plugins
Conflicts:
	NEWS
	plugins/CMakeLists.txt
	plugins/automelt.cpp
2014-11-15 16:31:51 -05:00
lethosor d62305b69e Merge remote-tracking branch 'falconne/plugin_autodump' into update-falconne-plugins
Conflicts:
	plugins/autotrade.cpp
2014-11-15 15:56:44 -05:00
lethosor d18ed6df5e Merge remote-tracking branch 'falconne/plugin_hotkeys' into update-falconne-plugins
Conflicts:
	plugins/CMakeLists.txt
2014-11-15 15:45:51 -05:00
expwnent 0642333f97 Merge pull request #343 from PeridexisErrant/exportlegends-sites
exportlegends can do site maps, IDd field
2014-11-14 16:05:06 -05:00
expwnent 1b0a2ecb8a Merge remote-tracking branch 'eswald/tradescreen' into develop
Conflicts:
	NEWS
2014-11-09 00:42:50 -05:00
expwnent f6a281ebc7 Merge pull request #379 from Putnam3145/teleport-update
Updated teleport for new args system.
2014-11-09 00:35:33 -05:00
PeridexisErrant 9b94f56f7d Expanded autolabor documentation
Because "see help function" isn't actually documentation.  Information
pulled from help function and explanations in code.
2014-11-08 11:43:48 +11:00
Putnam3145 6b2b13b186 Updated teleport for new args system.
Also updated the teleport function to properly check for units at
destination.
2014-11-06 22:15:21 -08:00
Eric Wald 308e95defe Documenting autotrade
It's similar enough to automelt to share a section, right?
2014-11-06 22:41:16 -07:00
Eric Wald 7fb82131c7 Switching fast-trade from Shift-Enter to Shift-Down
Technically, from SELECT_ALL to CURSOR_DOWN_FAST, to avoid blocking the new native Select All functionality.
As a bonus, the new key repeats as you hold it down.
2014-11-06 22:14:00 -07:00
lethosor 14b947837c Merge remote-tracking branch 'origin/develop' into tweak-reorganization
Conflicts:
	NEWS
	Readme.html
	plugins/tweak/tweak.cpp
2014-11-02 11:40:53 -05:00
expwnent 84c7910628 Merge pull request #339 from PeridexisErrant/document-seedwatch
properly documented the seedwatch plugin
2014-11-02 04:08:12 -05:00
expwnent bfac2b97cc Merge pull request #352 from eswald/trackstop
New trackstop plugin
2014-11-02 03:34:22 -05:00
Eric Wald b0b1dd62d1 Rewriting the drainaquifer script
The original drainaquifer script could occasionally fail to notice aquifer layers if they happen to skip each of the special tiles that it checks, two per block.  It also left the block-level aquifer flags set, which seems like a minor waste of FPS.

The new script uses the block-level flags to determine which blocks to check, which seems to be both more correct and faster.  It's also written in Lua instead of Ruby, for clarity and ease of debugging.  The name has changed slightly to prevent problems if both scripts are installed for some reason.
2014-10-12 21:55:36 -06:00
lethosor d2fb51f99e New tweak: nestbox-color 2014-10-01 20:14:41 -04:00
Eric Wald c9cdc04177 Trackstop plugin documentation. 2014-09-28 18:43:19 -06:00
lethosor 425d81ea2d New tweak: civ-view-agreement 2014-09-28 13:13:53 -04:00
lethosor eef86bc501 Update documentation 2014-09-27 20:04:05 -04:00
PeridexisErrant 27ae8f2ab9 exportlegends can do site maps, IDd field
Expanded exportlegends.lua to handle site maps as well, and improved
precision of args.  Identified `vs.anon_21`; I'm not sure what the
process is so I've used it here and noted it's discovery.
2014-09-24 21:34:09 +10:00
PeridexisErrant ce13eda930 properly documented the seedwatch plugin
Because telling users to try the help function *isn't actually
documentation*.  Info pulled from source code without verification.
2014-09-22 10:49:42 +10:00
expwnent 040acd166b Merge remote-tracking branch 'eswald/automelt'
Conflicts:
	dfhack.init-example
2014-09-16 17:20:50 -04:00
expwnent f114aee758 Merge branch 'fix-exportlegends' of https://github.com/PeridexisErrant/dfhack 2014-09-16 17:13:51 -04:00
Eric Wald 60d126379a Automelt documentation updates. 2014-09-09 20:36:48 -06:00
Anuradha Dissanayake 757491f112 Add automelt plugin 2014-09-09 20:31:55 -06:00
PeridexisErrant af79ae44c9 update exportlegends for DF40.x
Better code and also exports the new maps.  Extending to also export
site maps would be cool eventually.
2014-09-09 17:47:26 +10:00
Eric Wald cf04246961 Documentation updates for the hotkeys plugin. 2014-09-08 23:04:56 -06:00
Anuradha Dissanayake 07de1ce3f6 Add hotkeys plugin 2014-09-08 22:42:04 -06:00
expwnent ce929a89f4 Merge pull request #317 from hobotron-df/teleport-docs
Adding usage documentation for teleport.lua
2014-09-08 13:21:47 -04:00
hobotron-df 332d28d3b5 Adding usage documentation for teleport.lua 2014-09-05 17:41:41 -05:00
Eric Wald 97f7d7f414 Switching broken tables to definition lists.
The partially-broken tables haven't been touched, but perhaps should be.
2014-08-16 13:41:55 -06:00
Eric Wald bf5a5ec228 Updating links and version info. 2014-08-16 13:41:55 -06:00
Eric Wald e94e733a41 More list tweaks 2014-08-16 13:41:55 -06:00
Eric Wald b64e3d0b20 Removing extra indents from tables.
These, too, have been rendered in blockquotes.
2014-08-16 13:41:55 -06:00
Eric Wald ec28a7d0d0 Moving separate double colons into the previous paragraphs. 2014-08-16 13:41:55 -06:00
Eric Wald 786d217c6d De-indenting lists.
GitHub has been redundantly rendering these within blockquotes.
2014-08-16 13:41:55 -06:00
Eric Wald c0046d095e Removing obsolete tweaks from the Readme. 2014-08-15 22:27:57 -06:00
Eric Wald 716efec6e2 Slightly better stockflow description. 2014-08-03 20:44:45 -06:00
Eric Wald 19133ff327 Documenting the new Stockflow option. 2014-08-03 16:40:03 -06:00
expwnent c3c877a94c Documentation for modtools. 2014-07-11 09:02:14 -04:00
expwnent a239532d2c Readme tweaks. 2014-07-11 08:27:06 -04:00
expwnent d876cafca1 Update Readme. 2014-07-09 07:00:55 -04:00
expwnent c0e6e62cea outsideOnly: registration of buildings is now required, and you can also register buildings as inside-only. 2014-06-20 18:49:11 -04:00
expwnent f68279f87d Bump version to r5, update documents, include more documentation. 2014-06-20 02:48:12 -04:00
expwnent 3357718d03 Merge remote-tracking branch 'origin/develop' into 0.34.11-r5
Conflicts:
	Readme.rst
	plugins/CMakeLists.txt
2014-06-19 19:59:20 -04:00