Myk
|
ab611f36e6
|
Merge pull request #2294 from myk002/myk_update_sphinx_ver
Update min sphinx version to 3.4.3 to support index generation
|
2022-09-21 10:11:35 -07:00 |
Myk Taylor
|
a1c57ccafd
|
pin the sphinx version exactly at 4.4.0
|
2022-09-21 10:07:20 -07:00 |
Myk Taylor
|
2a13664b36
|
rename yaml to yml
|
2022-09-21 10:03:51 -07:00 |
Myk Taylor
|
2ef2ec66b6
|
update min sphinx version to 3.4.3
it might be able to go lower, but sphinx 1.8.6 is too low (it doesn't
support the calls we make to generate the genindex entries)
|
2022-09-21 09:57:55 -07:00 |
Myk
|
b972124b58
|
Merge pull request #2295 from myk002/myk_readthedocs
Add readthedocs configuration to pin sphinx version
|
2022-09-21 09:54:34 -07:00 |
Myk Taylor
|
9fb037574d
|
add readthedocs configuration
|
2022-09-21 09:50:45 -07:00 |
myk002
|
39acd3e992
|
don't display overlay on trade goods screen
so it doesn't overlap the trade value label
|
2022-09-21 08:59:36 -07:00 |
DFHack-Urist via GitHub Actions
|
ffe2365550
|
Auto-update submodules
scripts: master
|
2022-09-21 07:42:18 +00:00 |
DFHack-Urist via GitHub Actions
|
a5af7020eb
|
Auto-update submodules
scripts: master
|
2022-09-20 07:28:37 +00:00 |
Myk
|
e2a8e0bffb
|
Merge pull request #2290 from myk002/myk_mouse_pos
Make screen elements clickable when using TWBT
|
2022-09-19 11:24:38 -07:00 |
myk002
|
2481676370
|
fix mouse pos offset and output 'X' at screen edge
|
2022-09-19 11:13:47 -07:00 |
Josh Cooper
|
a3a06fb363
|
Update docs/plugins/spectate.rst
removes extra blank line
|
2022-09-19 10:23:18 -07:00 |
Myk Taylor
|
8e718d9851
|
add docs for dfhack.gui.getMousePos()
|
2022-09-18 13:31:20 -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
|
8fd86f6e56
|
fix typo in kittens.cpp
|
2022-09-18 08:40:22 -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
|
3b89f482d1
|
use the new Screen::getMousePos() implementation
|
2022-09-18 08:18:08 -07:00 |
Myk Taylor
|
448eced17c
|
make Screen::getMousePos always return scr coords
|
2022-09-18 08:07:08 -07:00 |
DFHack-Urist via GitHub Actions
|
888288212b
|
Auto-update submodules
scripts: master
|
2022-09-17 07:19:03 +00:00 |
Myk
|
e84184d1b8
|
Merge pull request #2287 from myk002/myk_overlay
[overlay] add clickable overlay for launching gui/launcher
|
2022-09-16 22:17:22 -07:00 |
myk002
|
dc5010c2e2
|
don't block text on the new region screen
|
2022-09-16 22:05:08 -07:00 |
myk002
|
d0a5db2a0d
|
set sentinel value used by TWBT
|
2022-09-16 21:56:05 -07:00 |
myk002
|
3feca2ae58
|
make the overlay work with TWBT
|
2022-09-16 21:56:04 -07:00 |
myk002
|
b084171048
|
add overlay docs
|
2022-09-16 21:56:04 -07:00 |
myk002
|
301563d1e6
|
update changelog
|
2022-09-16 21:56:04 -07:00 |
myk002
|
4800037ad3
|
in dwarf mode, we must use lbut_down
|
2022-09-16 21:56:04 -07:00 |
myk002
|
089d2b6c33
|
move dwarfmonitor's weather indicator to the right
|
2022-09-16 21:56:04 -07:00 |
myk002
|
8ab2f063df
|
hook remaining df screens
|
2022-09-16 21:56:04 -07:00 |
myk002
|
ad7de34d3f
|
add clickable overlay to title screen
|
2022-09-16 21:56:04 -07:00 |
myk002
|
b7357204e6
|
ensure artifacts dir exists for docs build
|
2022-09-16 21:55:49 -07:00 |
myk002
|
6fff83de5a
|
fix EditField rendering with TWBT
|
2022-09-16 15:24:33 -07:00 |
myk002
|
170d7b9b51
|
typo fix in infiniteSky docs
|
2022-09-16 15:24:18 -07:00 |
lethosor
|
c1154085cf
|
Fix tool name auto-detection for scripts in subfolders
|
2022-09-15 23:03:34 -04:00 |
DFHack-Urist via GitHub Actions
|
50772b3138
|
Auto-update submodules
scripts: master
|
2022-09-15 07:31:16 +00:00 |
myk002
|
20919a8bb1
|
missed two upcased headers
|
2022-09-14 13:33:24 -07:00 |
Myk
|
eb53057ed3
|
Merge pull request #2286 from myk002/myk_lcase
lcase section headers in docs
|
2022-09-14 13:26:58 -07:00 |
myk002
|
9117d1bef6
|
fix casing and spacing in dev guide header
|
2022-09-14 13:21:16 -07:00 |
myk002
|
8a36d5607b
|
lcase section headers
|
2022-09-14 13:19:26 -07:00 |
myk002
|
d1acd45372
|
add syntax highlighting to code blocks
|
2022-09-14 13:19:10 -07:00 |
Myk
|
4b7800f624
|
Merge pull request #2220 from wolfboyft/modding-guide
Modding guide
|
2022-09-14 12:08:14 -07:00 |
Tachytaenius
|
20a55299dd
|
Update modding-guide.rst
Add some potentially helpful comments to explain an inconsistenecy
|
2022-09-14 20:04:50 +01:00 |
Tachytaenius
|
ee123a2461
|
Update modding-guide.rst
Add missing slashes and change the wording to be more consistent in one part
|
2022-09-14 19:41:45 +01:00 |
Myk
|
d714274921
|
fix reqscript link name
|
2022-09-14 11:24:27 -07:00 |
Myk
|
b90126600f
|
whiiittespaaaace!!!
|
2022-09-14 11:00:26 -07:00 |
Myk
|
d5cfbf5e77
|
Merge branch 'develop' into modding-guide
|
2022-09-14 10:57:58 -07:00 |
Myk
|
7079fe7ea0
|
rewrap, fix a code syntax error
|
2022-09-14 10:56:58 -07:00 |
Myk
|
51f5349baf
|
labels must go above a section header
|
2022-09-14 10:43:51 -07:00 |