Kelvie Wong
5a20f775bf
Set UIDs properly on run; fix sudo use
...
This depends on a new entrypoint put inside the docker image, that will
read BUILDER_UID and fix up the users and files.
This also removes "sudo" and allows the entire script to be run with
sudo without messing with the build file permissions.
2023-01-22 11:45:13 -08:00
Kelvie Wong
aaaf2d9f22
Add cross-compile script
...
That will simply generate the win64 artifacts for those of us that run
DF under Proton on Steam for Linux.
2023-01-22 11:45:13 -08:00
Myk Taylor
740abba621
update comments in quickfort config file
2023-01-22 08:40:16 -08:00
Myk Taylor
f862e4a6b7
comment out SEC_SELECT in dialogs
2023-01-22 03:09:07 -08:00
Myk Taylor
76822ac7b7
remove orphan fortplan.lua file
2023-01-22 00:59:27 -08:00
Myk Taylor
bb5a3ac8e9
fix library order for minecarts
2023-01-22 00:06:20 -08:00
DFHack-Urist via GitHub Actions
11befd9726
Auto-update submodules
...
scripts: master
2023-01-22 07:13:34 +00:00
Myk
fdc38ab567
Merge pull request #2690 from dawnmist/orders/update-lye-orders
...
Attempt to fix lye order limits
2023-01-21 22:23:29 -08:00
Janeene Beeforth
3f9f4fe243
Attempt to fix lye order limits
2023-01-22 17:14:48 +11:00
Myk
e89d974b7b
Merge pull request #2689 from dawnmist/orders/update-bag-related-orders
...
Update orders related to bags for v50.x
2023-01-21 21:53:36 -08:00
Janeene Beeforth
aa4cc8ff41
Update orders related to bags for v50.x
...
Bags now have their own item type, they're no longer mixed in with boxes
2023-01-22 16:42:19 +11:00
Myk
273379c564
Merge pull request #2684 from 20k/getBiomeType
...
getBiomeType naming, docs, expose to lua
2023-01-21 16:54:42 -08:00
Myk Taylor
9a42e39989
fix sample commandline in dreamfort docs
2023-01-21 16:19:29 -08:00
20k
598354d9d4
getbiometype naming, docs
2023-01-21 20:33:40 +00:00
Myk Taylor
bb16009f49
bump version to 50.05-alpha2
2023-01-20 17:13:28 -08:00
Myk Taylor
a98c4c0ff0
mark autoclothing as tested
2023-01-20 17:07:29 -08:00
DFHack-Urist via GitHub Actions
ac483ed105
Auto-update submodules
...
scripts: master
2023-01-20 22:48:21 +00:00
Myk Taylor
acf2b8b319
use newly narrowd relations vector
2023-01-20 14:30:48 -08:00
Myk
15ba54eea9
Merge pull request #2643 from RosaryMala/Autoclothing
...
Autoclothing
2023-01-20 14:08:01 -08:00
Myk
064f2834a9
Merge pull request #2669 from ab9rf/5005-alpha2-tailor
...
tailor: add support for using undyed cloth
2023-01-20 14:06:53 -08:00
Myk
310940e1a2
Merge branch 'develop' into Autoclothing
2023-01-20 14:05:26 -08:00
Rose
8698016b06
Updated docs for Autoclothing
2023-01-20 13:54:18 -08:00
Rose
8e6252fc2b
Small fixes to make things more clean.
2023-01-20 13:45:56 -08:00
Kelly Kinkade
e8f67c7b62
add support for using undyed cloth
...
also improved debugging messages
2023-01-20 15:21:45 -06:00
Myk Taylor
e138ac1da5
update stonesense
2023-01-20 12:23:02 -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
6aeb3edde5
Merge pull request #2657 from myk002/myk_autodump
...
update autodump, only commands, add hotkeys
2023-01-20 10:00:01 -08:00
Myk Taylor
226a0ff164
revert autodump hotkeys. we need to discuss how keybindings work more
2023-01-20 09:39:37 -08: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
DFHack-Urist via GitHub Actions
298736d911
Auto-update submodules
...
scripts: master
2023-01-20 07:14:41 +00:00
Myk
34eb25a530
Merge pull request #2664 from cjhammel/develop
...
Update Units.cpp
2023-01-19 16:53:38 -08:00
Myk
7b906cbf6f
Update docs/about/Removed.rst
...
Co-authored-by: Alan <lethosor@users.noreply.github.com>
2023-01-19 16:53:24 -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
5982644383
Update Removed.rst
...
fixed formatting for create-items
2023-01-19 15:32:52 -05: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
Myk
8ea1ac8570
Merge pull request #2661 from myk002/myk_nomorecreateitem
...
tombstone create-items
2023-01-18 21:57:12 -08:00
Rose
f9ac987367
Added bounds checking to various creature name functions in the Units module.
2023-01-18 20:52:58 -08:00
Myk Taylor
086ca5bcff
tombstone create-items
2023-01-18 16:15:49 -08:00
Myk Taylor
5b1b0ca867
sync spreadsheet to docs
2023-01-18 16:05:07 -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
d24f88d32b
Merge pull request #2654 from ab9rf/5005-alpha2-tailor
...
tailor: reenable and improve logging
2023-01-18 15:52:23 -08:00
Myk
4e88a9f562
Merge pull request #2658 from ab9rf/autofarm-5005-alpha2
...
autofarm: fix repetition in status output
2023-01-18 15:51:36 -08:00