develop
Name already in use
Commits on Oct 23, 2022
-
Merge pull request #2354 from myk002/myk_scrollbars_redux
make scrollbars more responsive when dragging
-
Merge pull request #2355 from myk002/myk_no_material_caps
make the materials dialog filter lcase only
Commits on Oct 21, 2022
-
make the materials dialog filter lcase only
this allows the capital letter hotkeys to be processed by the list widget without the special-casing of the ignore_keys attribute.
-
Commits on Oct 20, 2022
-
Merge pull request #2348 from myk002/myk_hack_wish
[gui/create-item] Fix hotkeys getting swallowed by the list filter
-
fix materials selection dialog
where the filter was swallowing the sublist hotkeys
-
move list item hotkey hint left by one tile
so it doesn't get covered by the scrollbar
Commits on Oct 19, 2022
-
Merge pull request #2347 from myk002/myk_tiletypes_priority
[tiletypes] don't overwrite dig priority by accident
-
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
-
-
Merge pull request #2346 from myk002/myk_keyboard_hotkey
[gui/cp437-table] add global keybinding for the on-screen keyboard
-
-
-
Merge pull request #2345 from wolfboyft/patch-3
Single-character typo adjustment in Lua API.rst
-
Commits on Oct 14, 2022
-
Merge pull request #2337 from myk002/myk_overlay
Reduce the size of the overlay button
-
-
-
Merge pull request #2336 from myk002/myk_blueprint_group
[blueprint] support "group" file split strategy
-
-
-
-
Merge pull request #2331 from wolfboyft/constructions-find-at-tile-patch
Implement/change/expose to Lua constructions findAtTile & insert
Commits on Oct 13, 2022
-
-
Merge pull request #2335 from myk002/myk_blueprint_meta
[blueprint] generate meta blueprints
-
-
Commits on Oct 12, 2022
-
Merge pull request #2334 from myk002/myk_blueprint_rooms
[blueprint] split rooms phase from query
-
-
-