dfhack/docs
Josh Cooper f66dd6f404 Implements change requests
- removes redundant `if (df::global::ui)` checks; and tested to ensure no segfaults cropped up like in the past times I've removed these
- removes useless `if (pause_lock)` pause lock is set when plugin initializes, even if pause lock was left null (since we technically don't need it, and that was the point of the null check) it still would be a useless check (actually an impediment preventing functionality)
- removes disabled interpose code
- removes lua linkage
- updates doc

extra:
- surrounds user input for tick frequency with `std::abs()` not that we would have ended up with a negative value, but it was probably a typo and this is easier than printing an error or letting it underflow past max int (on most systems)
2022-10-20 23:52:30 -07:00
..
api lcase section headers 2022-09-14 13:19:26 -07:00
builtins add --exclude option for ls 2022-10-05 13:30:14 -07:00
guides Update quickfort-user-guide.rst 2022-10-01 16:59:33 -07:00
images add image for stonesense 2022-07-31 13:41:30 -07:00
plugins Implements change requests 2022-10-20 23:52:30 -07:00
sphinx_extensions/dfhack tool_docs: don't assume cwd is dfhack root 2022-09-24 14:00:04 -04:00
styles Make .dfhack-tool-summary styles consistent with Sphinx 5+ 2022-08-17 22:22:06 -04:00
templates Add explicit home link to sidebar 2020-07-12 00:30:28 -04:00
Authors.rst lcase section headers 2022-09-14 13:19:26 -07:00
Binpatches.rst Apply initial pre-commit config 2022-04-12 14:48:19 -04:00
Compile.rst fix ALL the typos 2022-09-28 14:49:03 -07:00
Contributing.rst Apply initial pre-commit config 2022-04-12 14:48:19 -04:00
Core.rst implement basic domain index structure 2022-09-23 08:46:50 -07:00
Dev-intro.rst Merge branch 'develop' into docs 2022-08-15 17:09:36 -07:00
Documentation.rst fix ALL the typos 2022-09-28 14:49:03 -07:00
History.rst prepare for plugin doc split 2022-07-10 20:19:09 -07:00
Installing.rst remove reference to dfhack.init-example 2022-07-22 10:15:03 -07:00
Introduction.rst fix ALL the typos 2022-09-28 14:49:03 -07:00
Lua API.rst Fix issues in construction module 2022-10-12 21:32:27 +01:00
Memory-research.rst implement basic domain index structure 2022-09-23 08:46:50 -07:00
NEWS-dev.rst missed two upcased headers 2022-09-14 13:33:24 -07:00
NEWS.rst fix ALL the typos 2022-09-28 14:49:03 -07:00
Remote.rst lcase section headers 2022-09-14 13:19:26 -07:00
Removed.rst tombstone gui/assign-rack 2022-09-05 14:28:35 -07:00
Structures-intro.rst fix ALL the typos 2022-09-28 14:49:03 -07:00
Tags.rst fix ALL the typos 2022-09-28 14:49:03 -07:00
Tools.rst add a TOC of all tools so the pdf picks them up 2022-09-23 14:09:15 -07:00
build.py ensure artifacts dir exists for docs build 2022-09-16 21:55:49 -07:00
changelog-placeholder.txt Replace installed hack/changelog.txt with stub 2021-03-06 12:43:31 -05:00
changelog.txt Merge branch 'develop' into spectate 2022-10-14 17:41:34 -07:00
gen_changelog.py Add gen_changelog.py compatibility shim, fix paths when run under cmake 2020-07-04 02:35:55 -04:00
index-about.rst Move changelog, license, authors into main TOC tree 2020-07-11 23:55:02 -04:00
index-dev.rst fix casing and spacing in dev guide header 2022-09-14 13:21:16 -07:00
index.html Apply initial pre-commit config 2022-04-12 14:48:19 -04:00