Myk
|
0f07ac5a30
|
Merge pull request #2748 from myk002/myk_initial_pause
make initial pause configurable for DFHack windows
|
2023-01-29 16:54:50 -08:00 |
Myk
|
edb2859ad4
|
Merge pull request #2749 from myk002/myk_no_auto_refresh
don't autorefresh the enableable tools list
|
2023-01-29 16:54:38 -08:00 |
Myk Taylor
|
1c6235633f
|
add dfhack.units.getCitizens()
|
2023-01-29 16:28:05 -08:00 |
Myk Taylor
|
8d4990b8fd
|
don't autorefresh the enableable tools list
it just takes too long (>1s) to refresh every time.
manual refresh with script_manager.reload() is still available for devs
who need it
|
2023-01-29 00:55:49 -08:00 |
Myk Taylor
|
4c455224f9
|
make initial pause configurable
|
2023-01-29 00:41:02 -08:00 |
Myk
|
f420b4b77e
|
Merge pull request #2744 from myk002/myk_no_inception
Solve the inception problem: prevent screens (e.g. gui/launcher) from hanging when they attempt to dismiss and show themselves simultaneously
|
2023-01-29 00:38:17 -08:00 |
Myk Taylor
|
c2d6debcd8
|
add on/off light textures and expose to lua
|
2023-01-29 00:35:29 -08:00 |
Myk Taylor
|
211d18717c
|
test against type instead of string
|
2023-01-28 23:34:56 -08:00 |
DFHack-Urist via GitHub Actions
|
6dc74f201d
|
Auto-update submodules
library/xml: master
scripts: master
|
2023-01-29 07:13:24 +00:00 |
Myk
|
2003efc21f
|
Merge branch 'develop' into myk_no_stuck_df_viewscreens
|
2023-01-28 12:03:50 -08:00 |
Myk
|
99d1ed6828
|
Merge branch 'develop' into myk_no_inception
|
2023-01-28 11:58:37 -08:00 |
Myk
|
255307890b
|
Merge pull request #2735 from myk002/myk_resizable
only mark the border corner as resizable if the window is resizable
|
2023-01-28 11:55:39 -08:00 |
Myk
|
5f90756677
|
Merge pull request #2734 from myk002/myk_tiletypes
Expose tiletype setting from the tiletypes plugin to lua
|
2023-01-28 11:55:04 -08:00 |
Myk Taylor
|
114bc2a576
|
also lock down the world map
|
2023-01-28 08:57:24 -08:00 |
Myk Taylor
|
a931ca692d
|
Fix debug level typo
|
2023-01-28 08:21:13 -08:00 |
Myk Taylor
|
f12ca33c0b
|
ensure DF screens don't get "stuck" when DFHack tool windows are on top
|
2023-01-28 08:05:37 -08:00 |
Myk Taylor
|
863ca2ca65
|
solve the inception problem
where hideGuard smashes the viewscreen stack with multiple insertions
for the same screen
|
2023-01-28 08:02:46 -08:00 |
DFHack-Urist via GitHub Actions
|
9080af6948
|
Auto-update submodules
library/xml: master
scripts: master
|
2023-01-27 22:27:41 +00:00 |
Myk Taylor
|
18a2827385
|
only mark the border corner as resizable if the window is resizable
|
2023-01-27 14:20:21 -08:00 |
Myk Taylor
|
22dd49ce38
|
remove "room" checking for buildings -- there is no room
|
2023-01-27 13:38:21 -08:00 |
Myk Taylor
|
c6f4a7ee42
|
inhibit _MOUSE_L globally once _MOUSE_L_DOWN is handled
so the _MOUSE_L doesn't bleed through to the underlying viewscreen
|
2023-01-27 13:36:01 -08:00 |
DFHack-Urist via GitHub Actions
|
5b83f30706
|
Auto-update submodules
library/xml: master
scripts: master
|
2023-01-27 03:14:34 +00:00 |
DFHack-Urist via GitHub Actions
|
2a8520fb9e
|
Auto-update submodules
library/xml: master
scripts: master
|
2023-01-26 07:15:05 +00:00 |
Myk Taylor
|
be59083202
|
reduce spacing for CycleHotkeyLabel from 2 to 1
|
2023-01-25 22:59:29 -08:00 |
DFHack-Urist via GitHub Actions
|
33132e5556
|
Auto-update submodules
library/xml: master
|
2023-01-25 19:41:45 +00:00 |
DFHack-Urist via GitHub Actions
|
15ab59b12d
|
Auto-update submodules
library/xml: master
scripts: master
|
2023-01-25 07:17:04 +00:00 |
Myk Taylor
|
c5f2588522
|
fix issues with clicks "falling through" scrollbars
|
2023-01-24 21:28:25 -08:00 |
Myk Taylor
|
4e35895cf4
|
fix build errors with channel-safely
|
2023-01-24 18:48:23 -08:00 |
DFHack-Urist via GitHub Actions
|
018715f869
|
Auto-update submodules
library/xml: master
scripts: master
|
2023-01-24 19:18:16 +00:00 |
Myk
|
83c89cfaa9
|
Merge pull request #2705 from myk002/myk_zscreen_redux
Implement new ZScreen semantics
|
2023-01-24 11:14:43 -08:00 |
Myk Taylor
|
0e03ac8e5b
|
don't use tabs in enable output
so they display nicely in gui/launcher
|
2023-01-23 23:50:08 -08:00 |
Myk Taylor
|
f39eb42889
|
remove references to pinnable
|
2023-01-23 19:34:48 -08:00 |
Myk Taylor
|
1c2f8eccbf
|
paint pause symbol for force-pause windows
|
2023-01-23 19:02:26 -08:00 |
Myk Taylor
|
0905943ecf
|
don't unfocus if mouse is not being passed through
|
2023-01-23 18:05:03 -08:00 |
Myk Taylor
|
4377065081
|
move pause restore to dismiss
and fix the condition
|
2023-01-23 17:46:03 -08:00 |
Myk Taylor
|
8b98ba5042
|
allow windows to be defocused instead of pinned
|
2023-01-23 17:40:16 -08:00 |
Myk Taylor
|
5ad6ce16e8
|
don't change definitions of deprecated frame styles
|
2023-01-23 16:00:10 -08:00 |
Myk
|
d0905a5e16
|
Merge pull request #2703 from myk002/myk_borders
Add new borders for various use cases
|
2023-01-23 11:20:28 -08:00 |
Myk Taylor
|
7329f6dee2
|
use new frame names
|
2023-01-23 04:16:38 -08:00 |
Myk Taylor
|
fcb156ed43
|
add compatibility frames
|
2023-01-23 04:03:31 -08:00 |
Myk Taylor
|
9aaa55cd7f
|
add textures and frames for various use cases
|
2023-01-23 03:58:51 -08:00 |
Myk Taylor
|
d34238918e
|
move helpdb from autorefresh to explicit refresh
this greatly speeds up the launch time of `gui/launcher`
|
2023-01-23 02:30:51 -08:00 |
Myk Taylor
|
a6b3de1afb
|
support scrolling to the beginning or end in Label
|
2023-01-23 02:16:07 -08:00 |
Myk
|
d82a795ef4
|
Merge pull request #2681 from 20k/develop
More civzone <-> building work, add removing zones with associated squads support
|
2023-01-22 17:14:24 -08:00 |
20k
|
4559168005
|
update for multiple ownership
|
2023-01-22 22:59:25 +00:00 |
20k
|
b15fcc93d2
|
remove assignments on zone destroy
|
2023-01-22 15:26:55 +00:00 |
20k
|
c7ca9d0d7b
|
reverse squad iteration delete
|
2023-01-22 15:25:16 +00:00 |
Myk Taylor
|
f862e4a6b7
|
comment out SEC_SELECT in dialogs
|
2023-01-22 03:09:07 -08:00 |
20k
|
598354d9d4
|
getbiometype naming, docs
|
2023-01-21 20:33:40 +00:00 |
20k
|
9054efd7c8
|
Update miscutils to support member pointer to a variable defined in the base when passing in a derived type
|
2023-01-21 19:15:28 +00:00 |
20k
|
3024c4a0df
|
update to remove ambiguity after structures change
|
2023-01-21 18:45:36 +00:00 |
20k
|
1dbf01e5d1
|
Civzone interop style changes
|
2023-01-21 18:45:36 +00:00 |
20k
|
8c68f54f50
|
update with squad removal support
|
2023-01-21 18:45:36 +00:00 |
Myk Taylor
|
bb16009f49
|
bump version to 50.05-alpha2
|
2023-01-20 17:13:28 -08:00 |
Myk Taylor
|
acf2b8b319
|
use newly narrowd relations vector
|
2023-01-20 14:30:48 -08:00 |
Myk
|
310940e1a2
|
Merge branch 'develop' into Autoclothing
|
2023-01-20 14:05:26 -08:00 |
Rose
|
8e6252fc2b
|
Small fixes to make things more clean.
|
2023-01-20 13:45:56 -08:00 |
Myk Taylor
|
25c3bf4a24
|
adjust to name change
|
2023-01-20 11:57:13 -08:00 |
DFHack-Urist via GitHub Actions
|
b7f90d543e
|
Auto-update submodules
library/xml: master
scripts: master
|
2023-01-20 19:47:11 +00:00 |
Myk Taylor
|
a1a4125fd9
|
properly react to lack of a mouse cursor
|
2023-01-20 09:31:44 -08:00 |
Myk Taylor
|
eae2cec22f
|
use keyboard cursor
and adapt to a "bad" cursor not being equal to -30000 anymore
|
2023-01-20 09:31:44 -08:00 |
Myk Taylor
|
4183bace4d
|
update autodump, only commands, add hotkeys
|
2023-01-20 09:31:44 -08:00 |
Myk
|
d201cf0182
|
Merge pull request #2662 from 20k/develop
Zone <-> building interactions
|
2023-01-20 09:30:52 -08:00 |
Myk
|
116f9bf8e6
|
Merge pull request #2641 from myk002/myk_buildingplan
minimal implementation of buildingplan
|
2023-01-20 09:28:26 -08:00 |
20k
|
4d9c411358
|
fix flag
|
2023-01-19 23:33:03 +00:00 |
20k
|
8b7c8d83b5
|
remove save fixup
Add notifyCivzoneModified
|
2023-01-19 21:55:20 +00:00 |
cjhammel
|
c05b7526b1
|
Update Units.cpp
fixes renamed value
|
2023-01-19 15:12:24 -05:00 |
20k
|
d5610ab859
|
zone <-> building interop
|
2023-01-19 16:39:41 +00:00 |
DFHack-Urist via GitHub Actions
|
d52aff8ff3
|
Auto-update submodules
library/xml: master
scripts: master
|
2023-01-19 07:14:40 +00:00 |
Rose
|
f9ac987367
|
Added bounds checking to various creature name functions in the Units module.
|
2023-01-18 20:52:58 -08:00 |
DFHack-Urist via GitHub Actions
|
452d44d985
|
Auto-update submodules
library/xml: master
scripts: master
|
2023-01-18 23:55:29 +00:00 |
Myk Taylor
|
d6b69ca8fc
|
move useful functions from uicommon to MiscUtils
|
2023-01-16 23:46:47 -08:00 |
Myk Taylor
|
3958d37684
|
update changelog and submodules for 50.05-alpha1
|
2023-01-16 16:56:31 -08:00 |
lethosor
|
9c36c3978f
|
Update xml, scripts
|
2023-01-16 16:06:00 -05:00 |
Myk
|
95d7db2bb4
|
Merge pull request #2622 from myk002/myk_datasave
adjust to new directory layouts
|
2023-01-16 11:05:33 -08:00 |
Myk Taylor
|
762cd46d14
|
look for init.d directories in the root instead of raw/
|
2023-01-15 23:28:01 -08:00 |
Myk Taylor
|
50cc6d965d
|
update to new save directory structure
|
2023-01-15 23:13:58 -08:00 |
Myk Taylor
|
fb5675ef1b
|
keep windows on the screen when the DF window is resized
|
2023-01-15 20:41:48 -08:00 |
Myk Taylor
|
20f865eba0
|
don't reset scroll pos when window is resized or moved
|
2023-01-15 15:59:09 -08:00 |
Myk Taylor
|
d14a3b2c83
|
ensure the untested warning doesn't bork on bad scripts
|
2023-01-15 00:49:48 -08:00 |
DFHack-Urist via GitHub Actions
|
f82acec9d4
|
Auto-update submodules
library/xml: master
|
2023-01-14 09:26:48 +00:00 |
Myk
|
977946e5bc
|
Merge pull request #2603 from myk002/myk_resizingpanel
give more control over the resizing dimensions of ResizingPanels
|
2023-01-14 01:10:26 -08:00 |
Myk
|
fc6a8fb00b
|
Merge pull request #2601 from myk002/myk_dwarfmode
pull the useful bits out of guidm.MenuOverlay and make them available
|
2023-01-14 01:09:57 -08:00 |
Myk
|
2a84bb61db
|
Merge pull request #2599 from myk002/myk_hotspot_hotfoot
update behavior of hotspot menu
|
2023-01-14 01:09:35 -08:00 |
Myk
|
3b40621324
|
Merge pull request #2595 from myk002/myk_textures
add some more icon textures we can use
|
2023-01-14 01:09:23 -08:00 |
Myk Taylor
|
f19ae16c9d
|
give more control over the resizing dimensions of ResizingPanels
|
2023-01-14 01:00:38 -08:00 |
Rose
|
0e021e392d
|
Added a report to autoclothing, as well as some changes to DFHack::Units to enable it.
|
2023-01-13 21:20:01 -08:00 |
Myk Taylor
|
e450af74aa
|
pull the useful bits out of MenuOverlay
|
2023-01-13 17:05:23 -08:00 |
Myk Taylor
|
4f88d27e08
|
cancel EditField editing on r-click
|
2023-01-13 17:05:08 -08:00 |
Myk Taylor
|
21d160c478
|
terminology change: locked -> pinned
|
2023-01-13 16:07:27 -08:00 |
Myk Taylor
|
6c6c4e159f
|
add reminder why we can't clear mouse_lbut
|
2023-01-13 12:17:51 -08:00 |
DFHack-Urist via GitHub Actions
|
f6372b97d1
|
Auto-update submodules
library/xml: master
scripts: master
|
2023-01-13 07:14:32 +00:00 |
Myk Taylor
|
508777897b
|
allow tile list icons to be rendered properly
|
2023-01-12 22:30:47 -08:00 |
Myk Taylor
|
478b5ada39
|
expose icons texpos to Lua
|
2023-01-12 22:17:39 -08:00 |
Myk Taylor
|
ac06508d92
|
add some more icon textures we can use
contributed by TaxiService on the DFHack Discord server
|
2023-01-12 21:04:41 -08:00 |
Myk
|
68e373100b
|
Merge pull request #2591 from myk002/myk_penn
support foreground and background writing from pens
|
2023-01-12 21:00:38 -08:00 |
Myk Taylor
|
c98e389ac8
|
move untested warning back to run_script
so we don't waste our warning on the initial env scans
|
2023-01-12 14:15:43 -08:00 |
Myk Taylor
|
52a39438f7
|
don't make EditField's transparent
this is actually a very old bug, but now that I know how transparency
works, it's obvious how to fix this
|
2023-01-12 12:47:43 -08:00 |
Myk Taylor
|
15998f2ebe
|
add gui.TRANSPARENT_PEN for clearing the UI layer
|
2023-01-12 12:44:50 -08:00 |
Myk Taylor
|
079d5e4178
|
support foreground and background writing from pens
|
2023-01-12 12:30:07 -08:00 |