Myk
8814ad8fa7
Merge pull request #3823 from myk002/myk_ascii_logo
...
[hotkeys] make the ascii DFHack logo easier to read
2023-09-28 20:12:03 -07:00
Myk
af65f185a1
Remove unneeded capitalize
2023-09-28 17:43:06 -07:00
Myk Taylor
13f83d2f95
protect against bad values in TranslateName
2023-09-28 16:35:29 -07:00
Myk Taylor
bff1b5e7b0
make the ascii DFHack logo easier to read
2023-09-28 14:41:30 -07:00
Myk Taylor
09129ddec0
brighten ascii logo on hover
...
as was originally intended. why is fg "de-bolded" by pens?
2023-09-28 13:56:11 -07:00
Najeeb Al-Shabibi
14871c9d2e
Merge branch 'develop' into eventmanager_cleanup
2023-09-28 16:20:54 +01:00
Najeeb Al-Shabibi
70ff728fba
manageJobStartedEvent handle moved to inner loop and iterates from previous in linked list in case it is removed. fix a bug with item change events and using invalidated stack pointer as item data. swapped order of destroyed and created building event calls, and a couple other improvements
2023-09-28 16:19:32 +01:00
DFHack-Urist via GitHub Actions
d44499b970
Auto-update submodules
...
library/xml: master
scripts: master
2023-09-28 07:13:26 +00:00
Najeeb Al-Shabibi
7203e148ea
Merge branch 'develop' into eventmanager_cleanup
2023-09-27 23:54:49 +01:00
Myk
e96a1087d2
Merge pull request #3811 from myk002/myk_fortress_ci
...
enable fortress mode tests in CI
2023-09-27 15:52:58 -07:00
Najeeb Al-Shabibi
78bea2a550
fixed a typo brain fart moment
2023-09-27 23:34:19 +01:00
Najeeb Al-Shabibi
5f8a68c490
Merge branch 'develop' into eventmanager_cleanup
2023-09-27 20:59:21 +01:00
Najeeb Al-Shabibi
f5aab7ee45
pulled event handler calls out of the loops over global vectors to avoid potential iterator invalidation by an event callback, and did some tidying
2023-09-27 20:55:22 +01:00
DFHack-Urist via GitHub Actions
888c88dfcf
Auto-update submodules
...
library/xml: master
scripts: master
2023-09-27 20:55:22 +01:00
Myk Taylor
5c670d20db
align mouse button semantics to DF
...
we, um, had it backwards
2023-09-27 20:55:22 +01:00
Myk Taylor
6ad724b483
add detailed focus strings for setupdwarfgame
2023-09-27 20:55:22 +01:00
Mikhail Panov
73fed1e833
Updated changelog.txt
2023-09-27 20:55:22 +01:00
Mikhail
32a2d9f9b5
Removed redundant uppercase in mental stability formula. Reworked thresholds for combat skill effectiveness formulas to have a higher 100 cap (more descriptive about very strong warriors).
2023-09-27 20:55:22 +01:00
Mikhail Panov
de5b88c8c7
Added info about workorder-recheck removal to Removed.rst.
2023-09-27 22:47:05 +03:00
DFHack-Urist via GitHub Actions
e253642660
Auto-update submodules
...
library/xml: master
scripts: master
2023-09-27 02:23:08 +00:00
Myk
da77be29be
Merge pull request #3816 from myk002/myk_remousify
...
align mouse button semantics to DF
2023-09-26 19:09:23 -07:00
Myk
e48c8d57b5
Merge pull request #3815 from myk002/myk_focus
...
add detailed focus strings for setupdwarfgame
2023-09-26 19:08:58 -07:00
Myk
5e31fa3730
Merge pull request #3783 from Halifay/combat_skill_rating_polishing
...
Combat ratings polishing
2023-09-26 09:05:18 -07:00
Mikhail Panov
49c05aa398
Updated changelog.txt
2023-09-26 17:54:34 +03:00
Mikhail Panov
1e4e6ed03f
Merge remote-tracking branch 'main_repository/develop' into combat_skill_rating_polishing
2023-09-26 17:42:27 +03:00
Myk Taylor
eefd38c66c
align mouse button semantics to DF
...
we, um, had it backwards
2023-09-26 03:52:24 -07:00
Myk Taylor
932f3324d3
add detailed focus strings for setupdwarfgame
2023-09-26 03:45:15 -07:00
DFHack-Urist via GitHub Actions
8313737833
Auto-update submodules
...
scripts: master
2023-09-26 07:13:08 +00:00
Myk Taylor
30e3b695a1
skip crashing tests and mark them as failed
2023-09-25 17:34:38 -07:00
Myk Taylor
cc49c07870
click on buttons to drive the UI
2023-09-25 16:53:01 -07:00
Myk Taylor
0c1d73cfe6
adjust settings to v50 norms
2023-09-25 16:53:01 -07:00
Myk Taylor
9cd9058982
set a TERM var
2023-09-25 16:53:01 -07:00
Myk Taylor
989415cef0
use gui.simulateInput
2023-09-25 16:53:01 -07:00
Myk Taylor
8dc5f8e86b
fix screen depth and print syntax
2023-09-25 16:53:01 -07:00
Myk Taylor
e8f0de4078
print screen dims
2023-09-25 16:53:01 -07:00
Myk Taylor
b3fdaa54c5
install non-dev libs; start X server
2023-09-25 16:53:01 -07:00
Myk Taylor
0d7f9a401f
output where we're clicking for debugging
2023-09-25 16:53:01 -07:00
Myk Taylor
32bd04f83e
install SDL2 on Linux for DF
2023-09-25 16:53:01 -07:00
Myk Taylor
8b3a3d4ebb
reduce tries to one so we don't lose stdout
...
other option: save stdout after every run and concatenate at the end
2023-09-25 16:53:01 -07:00
Myk Taylor
92b35e32cb
wait for initial load when transitioning states
2023-09-25 16:53:01 -07:00
Myk Taylor
4ffa78c96c
fix DF extraction on Linux
2023-09-25 16:53:01 -07:00
Myk Taylor
621d36fd3a
tighen up screen matching
2023-09-25 16:53:01 -07:00
Myk Taylor
b9a6d39b60
enable testing on Linux
2023-09-25 16:53:01 -07:00
Myk Taylor
fd31d9eb03
enable fortress mode tests in CI
2023-09-25 16:53:01 -07:00
DFHack-Urist via GitHub Actions
7e21d384ab
Auto-update submodules
...
library/xml: master
scripts: master
2023-09-25 07:13:23 +00:00
Myk
bc01d4bf45
Merge pull request #3813 from ab9rf/autolabor-3812
...
autolabor: fix #3812
2023-09-24 17:56:48 -07:00
Kelly Kinkade
33cc0c5d0f
spectate: remove unavailable tag
2023-09-24 19:36:46 -05:00
Myk
a721fee8cd
Update docs/changelog.txt
2023-09-24 17:21:28 -07:00
Kelly Kinkade
0559af9f13
autolabor: fix #3812
...
make sure autolabor resets the work detail bypass flag whenever autolabor is unloaded for _any_ reason
i tested `disable autolabor`, `unload autolabor`, and unloading a fort with autolabor enabled; in all cases the work detail bypass flag was cleared as desired
closes #3812
2023-09-24 19:10:46 -05:00
Myk
1a5c9d9cff
Merge pull request #3810 from master-spike/authors_master_spike
...
Update Authors.rst
2023-09-24 15:08:29 -07:00