Myk
45c1fafa47
Merge pull request #2347 from myk002/myk_tiletypes_priority
...
[tiletypes] don't overwrite dig priority by accident
2022-10-19 16:55:04 -07:00
myk002
666edd6d60
don't overwrite dig priority by accident
...
many callers of setDesignationAt simply didn't bother with the priority
parameter. change the default value of the priority param so that by
default we will keep the previous value instead of overwriting it
2022-10-19 16:47:54 -07:00
myk002
f94cc3fda0
add backtick to keybinding's hardcoded docs
2022-10-19 16:24:21 -07:00
Myk
2531efbb8e
Merge pull request #2346 from myk002/myk_keyboard_hotkey
...
[gui/cp437-table] add global keybinding for the on-screen keyboard
2022-10-19 14:09:00 -07:00
myk002
9199f8207f
add global keybinding for on-screen keyboard
2022-10-19 14:05:20 -07:00
myk002
43f4d4be39
fix typo in keybinding docs
2022-10-19 14:05:07 -07:00
Myk
500d8586e5
Merge pull request #2345 from wolfboyft/patch-3
...
Single-character typo adjustment in Lua API.rst
2022-10-19 13:29:56 -07:00
Tachytaenius
82f759c56e
Single-character typo adjustment in Lua API.rst
2022-10-19 21:26:20 +01:00
Myk
bf6d569ea2
Merge pull request #2337 from myk002/myk_overlay
...
Reduce the size of the overlay button
2022-10-14 13:26:23 -07:00
myk002
fbb4b37493
update changelog
2022-10-14 13:22:05 -07:00
myk002
20c0b75f8b
reduce size of overlay button
2022-10-14 13:20:50 -07:00
Myk
5f5b4691a6
Merge pull request #2336 from myk002/myk_blueprint_group
...
[blueprint] support "group" file split strategy
2022-10-14 13:15:24 -07:00
myk002
fea0ce0718
fix cvs quoting
2022-10-14 13:11:26 -07:00
myk002
fc926df59d
update changelog
2022-10-14 12:31:51 -07:00
myk002
b1bf80e585
support "group" file split strategy for blueprint
2022-10-14 12:27:24 -07:00
DFHack-Urist via GitHub Actions
c238b7c651
Auto-update submodules
...
scripts: master
2022-10-14 03:03:32 +00:00
Myk
4f10cd4a9b
Merge pull request #2331 from wolfboyft/constructions-find-at-tile-patch
...
Implement/change/expose to Lua constructions findAtTile & insert
2022-10-13 17:40:21 -07:00
Tachytaenius
0b9b05e488
Add changelog entries
2022-10-13 20:51:01 +01:00
DFHack-Urist via GitHub Actions
e2953a840e
Auto-update submodules
...
scripts: master
2022-10-13 07:33:58 +00:00
Myk
1ba246f6df
Merge pull request #2335 from myk002/myk_blueprint_meta
...
[blueprint] generate meta blueprints
2022-10-12 17:53:01 -07:00
myk002
b4986aad97
create meta bp only if it will reduce the bp count
2022-10-12 17:49:37 -07:00
myk002
c52138b168
generate meta blueprints
2022-10-12 17:42:36 -07:00
Myk
a1a7a93f74
Merge pull request #2334 from myk002/myk_blueprint_rooms
...
[blueprint] split rooms phase from query
2022-10-12 16:48:28 -07:00
myk002
f411ba76ba
record accurate room sizes in blueprints
2022-10-12 16:33:06 -07:00
myk002
b03911945d
update changelog
2022-10-12 16:03:03 -07:00
myk002
80d993e734
split rooms phase from query and record names
2022-10-12 16:01:54 -07:00
Myk
413ae8822c
Merge pull request #2332 from myk002/myk_blueprint_construct
...
[blueprint] record built constructions in blueprints
2022-10-12 14:54:50 -07:00
myk002
aa83aa4e71
handle construct phase in ecosystem tests
2022-10-12 14:51:36 -07:00
myk002
754f1a2598
update changelog
2022-10-12 13:33:29 -07:00
Tachytaenius
ded5f483d6
Fix issues in construction module
2022-10-12 21:32:27 +01:00
myk002
b78af72403
record built constructions in blueprint
2022-10-12 13:31:46 -07:00
Tachytaenius
1cf9688349
Implement/change/expose constructions findAtTile & insert (not building)
2022-10-12 21:10:22 +01:00
Myk
aa4b1ef29e
Merge pull request #2330 from myk002/myk_blueprint_smooth
...
[blueprint] add option to capture smoothed tiles
2022-10-12 10:19:21 -07:00
myk002
598f2c4b12
support --smooth option for blueprints
2022-10-12 10:10:53 -07:00
DFHack-Urist via GitHub Actions
8f024216b8
Auto-update submodules
...
scripts: master
2022-10-11 07:40:53 +00:00
myk002
cc61d4a82a
use rendered help instead of hard-coded
2022-10-10 17:03:57 -07:00
myk002
d650ba2377
ensure scrollbar can never get ahead of the cursor
2022-10-10 16:42:32 -07:00
DFHack-Urist via GitHub Actions
0dad512b5a
Auto-update submodules
...
scripts: master
2022-10-08 07:22:44 +00:00
myk002
9a0f9f210b
update docs for clicking and dragging scrollbars
2022-10-07 16:38:44 -07:00
DFHack-Urist via GitHub Actions
31efd4177f
Auto-update submodules
...
scripts: master
2022-10-07 23:33:28 +00:00
Myk
3f9140b36d
Merge pull request #2321 from myk002/myk_scrollbar_drag
...
[widgets.Scrollbar] support click and drag
2022-10-07 16:32:18 -07:00
myk002
ba36e72b33
support click and drag for scrollbars
2022-10-07 16:27:19 -07:00
Myk
a088287317
Merge pull request #2320 from myk002/myk_scrollbar_multiscroll
...
[widgets.Scrollbar] hold down the mouse button to continue scrolling
2022-10-07 16:26:45 -07:00
myk002
35eb4e08dd
hold down the mouse button to continue scrolling
2022-10-07 15:40:05 -07:00
Myk
ef64be63e7
Merge pull request #2319 from myk002/myk_scrollbar
...
add widgets.Scrollbar
2022-10-07 15:01:56 -07:00
myk002
2bff70a290
add unit tests for widgets.Scrollbar
2022-10-07 13:14:52 -07:00
myk002
5722d6914b
transition Label to use the new generic Scrollbar
2022-10-07 12:45:43 -07:00
myk002
24232e894a
create Scrollbar widget and integrate with List
2022-10-06 11:13:16 -07:00
Myk
f4502d5a1f
Merge pull request #2318 from myk002/myk_digtype_z
...
[digtype] optionally process only the cur z-level and below
2022-10-05 14:07:54 -07:00
myk002
33816b8bc2
optionally process only the cur z-level and below
2022-10-05 14:01:09 -07:00