Josh Cooper
|
d887bee0a4
|
Removes lingering diffs from World module
|
2022-10-12 15:46:11 -07:00 |
Josh Cooper
|
8d8ef023fd
|
Merge branch 'develop' into spectate
|
2022-10-12 14:40:56 -07:00 |
Josh Cooper
|
d675288969
|
Manually reverts Pause-api implementation in core/modules
|
2022-10-12 14:18:32 -07:00 |
Josh Cooper
|
ddf7850d90
|
Merge branch 'develop' into spectate
|
2022-10-12 11:33:55 -07:00 |
myk002
|
d650ba2377
|
ensure scrollbar can never get ahead of the cursor
|
2022-10-10 16:42:32 -07:00 |
myk002
|
ba36e72b33
|
support click and drag for scrollbars
|
2022-10-07 16:27:19 -07:00 |
myk002
|
35eb4e08dd
|
hold down the mouse button to continue scrolling
|
2022-10-07 15:40:05 -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 |
myk002
|
9817106c30
|
add --exclude option for ls
|
2022-10-05 13:30:14 -07:00 |
myk002
|
dc535004e9
|
better formatting for ls output for tags
|
2022-10-05 12:51:30 -07:00 |
DFHack-Urist via GitHub Actions
|
739792a59e
|
Auto-update submodules
library/xml: master
scripts: master
|
2022-10-04 07:30:12 +00:00 |
myk002
|
3f6e92eda4
|
finalize 0.47.05-r7 release
|
2022-09-30 11:58:22 -07:00 |
myk002
|
cb80f7dd75
|
don't cache dup civzones when scanning buildings
|
2022-09-25 16:04:36 -07:00 |
lethosor
|
e6336e769a
|
Units::teleport(): set idle_area
|
2022-09-24 13:30:24 -04:00 |
myk002
|
278b7528ac
|
implement basic domain index structure
|
2022-09-23 08:46:50 -07:00 |
myk002
|
fae26b2375
|
replace die's underline with tombstones
easter egg suggested by thurin : )
|
2022-09-23 08:34:22 -07:00 |
Myk
|
b07f3b5b6c
|
stub help formatted same as real help
|
2022-09-22 17:43:56 -07:00 |
Myk
|
4d662adfe5
|
Fix marker checking for ruby help text
|
2022-09-22 17:39:54 -07:00 |
Myk Taylor
|
28b70eaee9
|
return map coords as a coord, not x, y, z
|
2022-09-18 13:27:33 -07:00 |
Myk Taylor
|
dbc5001bd8
|
fail if mouse cursor isn't over the map area
|
2022-09-18 13:27:13 -07:00 |
Myk Taylor
|
3b650c8d0b
|
don't let changes to the lua cursor bleed through
before, we could end up changing the state of whoever last called
guidm.setCursorPos()
|
2022-09-18 08:20:33 -07:00 |
Myk Taylor
|
1f15e4d47e
|
expose Gui::getMousePos() to Lua
|
2022-09-18 08:19:56 -07:00 |
Myk Taylor
|
215a5b0a24
|
add Gui::getMousePos() that always gets map coords
|
2022-09-18 08:19:02 -07:00 |
Myk Taylor
|
448eced17c
|
make Screen::getMousePos always return scr coords
|
2022-09-18 08:07:08 -07:00 |
myk002
|
d0a5db2a0d
|
set sentinel value used by TWBT
|
2022-09-16 21:56:05 -07:00 |
myk002
|
6fff83de5a
|
fix EditField rendering with TWBT
|
2022-09-16 15:24:33 -07:00 |
myk002
|
b88d343ddd
|
fix off-by-one error on scrollbar click detection
|
2022-09-14 09:25:43 -07:00 |
myk002
|
bb52e7bac8
|
list tools in categories with tags builtin
|
2022-09-13 23:17:19 -07:00 |
DFHack-Urist via GitHub Actions
|
dde56040c3
|
Auto-update submodules
library/xml: master
scripts: master
|
2022-09-12 07:39:33 +00:00 |
myk002
|
d4914e7511
|
implement mouse click reactions for scrollbar
|
2022-09-11 19:33:01 -07:00 |
myk002
|
e2fbade219
|
fix scrollbar display when all text is visible
also align behavior with documentation when 'left' or 'right' is
explicitly specified (i.e. always show the scrollbar)
|
2022-09-11 18:56:43 -07:00 |
myk002
|
f71f034d1d
|
show full scrollbars instead of just scroll icons
|
2022-09-11 17:58:10 -07:00 |
myk002
|
23994d4f4c
|
dynamically wrap helpdb long help text (default 80)
|
2022-09-11 13:41:20 -07:00 |
myk002
|
3c99a7214f
|
ensure params are strings when invoking scripts
|
2022-09-10 10:10:28 -07:00 |
myk002
|
cae2bca0a7
|
add dfhack.screen.hideGuard
|
2022-09-10 09:49:43 -07:00 |
lethosor
|
2fdbcaebf5
|
Accept negative indices, add vector tests
|
2022-09-07 09:14:09 -07:00 |
lethosor
|
483652e193
|
Rewrite utils.df_expr_to_ref() for consistency, add tests
|
2022-09-07 09:14:09 -07:00 |
Josh Cooper
|
22cb7d20c8
|
De-duplicates Lock derived state checks
|
2022-09-02 20:32:50 -07:00 |
Josh Cooper
|
4fd6c52687
|
Extends pausing API in World module
|
2022-09-01 16:53:26 -07:00 |
myk002
|
b1a8662c4a
|
Merge branch 'develop' into docs
|
2022-08-31 23:00:39 -07:00 |
myk002
|
074a6ec5cd
|
allow EditFields to ignore specified keys
like "+" and "-", so you can use them as hotkeys in the parent view
|
2022-08-31 10:22:41 -07:00 |
myk002
|
27e189fef2
|
no cursor position reset when updating list filter
|
2022-08-29 15:17:17 -07:00 |
myk002
|
4a1a322cd7
|
adapt to the new summary layout
|
2022-08-26 16:51:42 -07:00 |
myk002
|
0d3aa0fb28
|
Merge remote-tracking branch 'upstream/develop' into docs
|
2022-08-25 21:59:01 -07:00 |
myk002
|
8acda4d6c8
|
Interpret '4' & '6' as strings, not movement keys
|
2022-08-19 22:40:53 -07:00 |
myk002
|
751c2eb7d1
|
fix detection of short description start
now that labels are no longer bolded in the text rendering, the header
detection code needs updating
|
2022-08-19 16:19:19 -07:00 |
myk002
|
df9c37a8b7
|
Merge branch 'develop' into docs
|
2022-08-15 17:09:36 -07:00 |
myk002
|
8672282fd8
|
add helpdb, unit test, and document API
note that we have to dynamically sort some of the expected lists for
locale agnosticism
|
2022-08-15 16:31:52 -07:00 |