Commit Graph

  • 861a0ee85e
    Update LuaApi.cpp Ryan Williams 2022-04-24 22:52:31 -0700
  • c7be54dac0
    Update Gui.cpp Ryan Williams 2022-04-24 22:45:26 -0700
  • 89ed9950c7
    Update Gui.h Ryan Williams 2022-04-24 22:32:41 -0700
  • cb18ce69cc Auto-update submodules DFHack-Urist via GitHub Actions 2022-04-23 07:17:26 +0000
  • ed5523152c
    factor text wrapping out of TooltipLabel into WrappedLabel myk002 2022-04-22 09:53:10 -0700
  • 809f9316fd
    make frame inset configurable for ListBox list myk002 2022-04-22 08:30:53 -0700
  • 2aa28d34b6
    Adding ids output to cursecheck (#2093) Guilherme Abraham 2022-04-22 00:22:05 -0300
  • 9c9a7ef99a Adds consistent interface signatures for Maps module Josh Cooper 2022-04-21 18:13:23 -0700
  • b56f57c074
    cmake: Add SDL dep for Linux dfhack; deprecate BUILD_TESTS Tim Siegel 2022-04-21 18:33:53 -0400
  • 6daa13ad51
    unit testing: Link test executables against libdfhack Tim Siegel 2022-04-21 10:42:19 -0400
  • ba5aaf897a Auto-update submodules DFHack-Urist via GitHub Actions 2022-04-21 07:17:14 +0000
  • 26a9bf9671
    unit tests: Add CTest support, and a trivial first unit test Tim Siegel 2022-04-20 20:28:13 -0400
  • 62b02c2367 Auto-update submodules DFHack-Urist via GitHub Actions 2022-04-19 07:17:48 +0000
  • 251f4f92c8 Fixes build errors Josh Cooper 2022-04-18 19:55:49 -0700
  • ff2bd8d953 Retypes the EventManager's constructions container Josh Cooper 2022-04-18 13:40:22 -0700
  • d6b2629cfc Adds hash functions and operator overloads for event data structures Josh Cooper 2022-04-18 13:39:05 -0700
  • 64b7de0339 Revises getVerb signature Josh Cooper 2022-04-18 22:08:23 -0700
  • 018d189494 Simplifies report index safety Josh Cooper 2022-04-18 19:29:31 -0700
  • 1f972d6c1c Implements clang-tidy suggestions Josh Cooper 2022-04-18 19:27:15 -0700
  • 2bbe1aa6f5 Alphabetizes job-(material/duplicate) correctly Josh Cooper 2022-04-18 12:17:32 -0700
  • f570b5441a Alphabetizes confirm/command-prompt correctly Josh Cooper 2022-04-17 14:56:56 -0700
  • 634751a12c Alphabetizes the sections of Plugins.rst Josh Cooper 2022-04-17 14:05:41 -0700
  • e7062e2e45 Alphabetizes the "Mods and Cheating" section Josh Cooper 2022-04-17 13:59:36 -0700
  • b13b927a70 Alphabetizes the "Map modification" section Josh Cooper 2022-04-17 13:55:44 -0700
  • 1c825baac1 Alphabetizes the "Job and Fortress management" section Josh Cooper 2022-04-17 13:51:56 -0700
  • e9c0c01364 Alphabetizes the "UI Upgrades" section Josh Cooper 2022-04-17 13:37:21 -0700
  • d5c4ad4ccc Alphabetizes the "Bugfixes" section Josh Cooper 2022-04-17 13:27:44 -0700
  • 96fa0b4241 Alphabetizes the "Data inspection and visualizers" section Josh Cooper 2022-04-17 13:24:53 -0700
  • 07761e1d5d add some more handy widgets to the library myk002 2022-04-17 20:07:47 -0700
  • b6703b2b05 [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2022-04-18 19:21:43 +0000
  • cb123e5076
    default unset `frame_inset` values to 0 (#2100) Timur Kelman 2022-04-16 17:17:35 +0200
  • 76f94e499b Auto-update submodules DFHack-Urist via GitHub Actions 2022-04-16 07:16:55 +0000
  • 9bf9a79a11
    EventManager/Eventful - Generate event arrays (#2097) Josh Cooper 2022-04-14 21:47:25 -0700
  • 5f3d5bbcd5 Add new `plugins/external` subdirectory for external/untracked plugins lethosor 2022-04-13 22:53:22 -0400
  • bf60879c81 [tweak/stable-cursor] Keep stable cursor when viewport is near enough Tim Siegel 2022-04-07 10:36:34 -0400
  • 0f464b13b3
    Merge remote-tracking branch 'lethosor/pre-commit' into develop lethosor 2022-04-12 21:17:15 -0400
  • d1f0edd33b
    Apply initial pre-commit config lethosor 2022-04-12 14:48:19 -0400
  • 0fc451d2dc
    Add initial pre-commit config lethosor 2022-04-12 14:48:11 -0400
  • f3386d0621 Auto-update submodules DFHack-Urist via GitHub Actions 2022-04-12 07:18:03 +0000
  • fd1ee233a2
    automatically manage sidebar modes in MenuOverlay (#2083) Myk 2022-04-11 20:58:54 -0700
  • 10f22ecc27
    add ResizingPanel class and autolayout for Panels (#2086) Myk 2022-04-11 18:25:00 -0700
  • e6299700bf
    Handle punctuation in FilteredList filter matching (#2085) Myk 2022-04-11 18:22:31 -0700
  • 4a383b1c84 handle number-indexed lua maps in safe_index myk002 2022-04-11 16:56:45 -0700
  • 4f9608da13
    Document and update argparse module (#2089) Myk 2022-04-11 16:16:55 -0700
  • 9a8fd12785
    ensure ListBoxes always have enough height (#2084) Myk 2022-04-11 16:15:50 -0700
  • a59e0fbf84
    Update chat links in readme (#2090) Josh Cooper 2022-04-10 21:38:14 -0700
  • 96b5b4420b
    Add string:escape_pattern() utility function (#2082) Myk 2022-04-10 21:18:01 -0700
  • 2ee8dbbbc3 Auto-update submodules DFHack-Urist via GitHub Actions 2022-04-10 07:16:54 +0000
  • c603d6a9f3 Move docs for include_prefix param to correct function Myk 2022-04-08 23:06:54 -0700
  • 39f5084902 Auto-update submodules DFHack-Urist via GitHub Actions 2022-04-07 07:17:48 +0000
  • 3aebc6776a Disambiguate Lua API header in plugins Myk 2022-04-05 23:15:22 -0700
  • b313b31879 Auto-update submodules DFHack-Urist via GitHub Actions 2022-04-03 07:16:42 +0000
  • 189da79d10 Document new blueprint phases and options Myk 2022-04-01 20:35:17 -0700
  • 34520e7f01
    update scripts HEAD myk002 2022-04-01 12:23:53 -0700
  • 54e8761aa0 capture fortifications and engravings in blueprint myk002 2022-04-01 11:36:19 -0700
  • fbd1fac210 document transform behavior for buildings and keys myk002 2022-04-01 09:22:27 -0700
  • b8c33d8ed0
    [quickfort] add documentation and test data for config mode (#2070) Myk 2022-04-01 09:21:16 -0700
  • 1f49d4a7cf test: quickfort/ecosystem: avoid assuming output folder exists lethosor 2022-03-31 23:54:25 -0400
  • 8a120837c6
    only designate enough trees to reach max_logs (#2064) Su 2022-04-01 04:41:44 +0100
  • 22ccf79df6
    Fix reference to workflow input param lethosor 2022-03-31 23:39:17 -0400
  • cded10fa54
    Merge remote-tracking branch 'lethosor/buildmaster-rebuild-script' into develop lethosor 2022-03-31 18:04:40 -0400
  • aa7067e779
    Merge remote-tracking branch 'Moth-Tolias/scriptpath-doc' into develop lethosor 2022-03-31 17:30:03 -0400
  • 86f2f3404e
    Add workflow to re-run Buildmaster builds lethosor 2022-03-31 17:03:48 -0400
  • f44478f7dc
    Add script to rebuild PRs on Buildmaster lethosor 2022-03-31 16:51:42 -0400
  • 7653c2a932 document that script-paths.txt is only read at startup Su 2022-03-31 21:20:54 +0100
  • 8b09e9bbf9 Auto-update submodules DFHack-Urist via GitHub Actions 2022-03-31 07:17:20 +0000
  • b5af004194
    [manipulator] Tweak colors to make cursor easier to locate (#2051) Tim Siegel 2022-03-31 02:39:20 -0400
  • ec0941da2f
    git-describe: fail earlier if git fails to run or doesn't exist (#2061) Alan 2022-03-30 17:49:18 -0400
  • 4d5a157f4b
    Bump max GCC in GitHub Actions build matrix to 11 (#2062) Alan 2022-03-30 17:48:21 -0400
  • 257e7a3dfd
    [core] Debug logging facelift (#2060) Myk 2022-03-30 14:46:09 -0700
  • e286b2a54d
    update changelog myk002 2022-03-30 14:42:37 -0700
  • 2df6980237
    fix crash in eventful due to misaligned fn map (#2059) Myk 2022-03-29 12:51:21 -0700
  • 69ca0d8a28
    Improves support for dfhack as a sub-project (#2058) Josh Cooper 2022-03-29 10:28:52 -0700
  • b18eff9ce2
    Revert EventManager to previous behavior, but keep new events Josh Cooper 2022-03-29 09:42:24 -0700
  • b1dafe3a6a Auto-update submodules DFHack-Urist via GitHub Actions 2022-03-29 07:19:23 +0000
  • db5e7d55c1 fix guidm.enterSidebarMode(DesignateMine) myk002 2022-03-28 16:04:41 -0700
  • 078e732a42 update changelog myk002 2022-03-28 15:58:34 -0700
  • 1976288efb quickfort user guide doc refresh myk002 2022-03-28 15:50:55 -0700
  • 8b0928e636 add functional tests for building transformations myk002 2022-03-28 13:05:58 -0700
  • f37de835da center uncentered image in blueprint library guide myk002 2022-03-22 14:00:00 -0700
  • 0664524249 update dreamfort blueprints myk002 2022-03-22 13:58:19 -0700
  • 11d5b3f86e update help text for the aquifer_tap blueprint myk002 2022-03-22 13:56:30 -0700
  • acbfe500ab
    Typo Fix in dig.cpp (#2053) DwarvenM 2022-03-27 19:54:01 -0400
  • bbea31db34 Auto-update submodules DFHack-Urist via GitHub Actions 2022-03-26 07:16:35 +0000
  • 9224e5f889 Auto-update submodules DFHack-Urist via GitHub Actions 2022-03-24 07:16:53 +0000
  • ab54cbff7a
    [confirm] Fix typo in help message (#2046) Tim Siegel 2022-03-23 22:45:13 -0400
  • 17b16d8536
    [quickfort] add functional tests for transformed expansion syntax (#2042) Myk 2022-03-21 16:24:51 -0700
  • be32e35642
    Reword the titles of the various guides (#2041) Myk 2022-03-21 12:58:17 -0700
  • 19c0a4fe06
    Added (chain) for [CHAIN_METAL_TEXT] armours in library/gui/materials.lua used by the gui/create-item script (#2037) Tachytaenius 2022-03-19 22:32:16 +0000
  • e1961f5fcd
    visual studio 2022/2019 build instructions (#2034) Kelly Kinkade 2022-03-17 15:19:12 -0500
  • e0ecf21896
    autofarm code cleanup (#2033) Kelly Kinkade 2022-03-16 21:43:24 -0500
  • ce30843b92
    update Windows build docs for Visual C++ 2015 (#2032) Zishi Wu 2022-03-16 16:10:00 -0400
  • 07e96a6a1c Update changelog.txt Kelly Kinkade 2022-03-15 09:35:00 -0500
  • d25cd0874a remove check for discovered plants in autofarm Kelly Kinkade 2022-03-15 09:29:33 -0500
  • dda487a535
    Adds new plugin: Spectate (#1918) Josh Cooper 2022-03-14 19:33:41 -0700
  • 88b403ec7a
    Add functions reverse-engineered from ambushing unit code (#1992) Ryan Williams 2022-03-13 17:19:35 -0700
  • 8a4ddacff3 Auto-update submodules DFHack-Urist via GitHub Actions 2022-03-13 07:15:55 +0000
  • d2d01843a2 Update changelog.txt Kelly Kinkade 2022-03-12 16:28:29 -0600
  • 3d4c96de56 update Job.cpp to use the DF-provided job cancel method Kelly Kinkade 2021-08-26 13:25:27 -0500
  • 89a3ca8ee9 update docs and changelog myk002 2022-03-12 13:42:04 -0800