Skip to content

Commit

Permalink
Merge branch 'develop' into adv-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 25, 2024
2 parents 35c218a + 0d2b04b commit fba95bf
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 481 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Run cpp tests
if: inputs.platform-files
run: ninja -C build test
- name: Finalize cache
- name: Finalize ccache
if: inputs.platform-files
run: |
ccache --show-stats --verbose
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/watch-df-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
with:
path: state
key: watchstate-${{ matrix.df_steam_branch }}
restore-keys: watchstate-${{ matrix.df_steam_branch }}
- name: Compare branch metadata
uses: nick-fields/retry@v3
with:
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "plugins/stonesense"]
path = plugins/stonesense
url = ../../DFHack/stonesense.git
[submodule "plugins/isoworld"]
path = plugins/isoworld
url = ../../DFHack/isoworld.git
[submodule "library/xml"]
path = library/xml
url = ../../DFHack/df-structures.git
Expand Down
3 changes: 0 additions & 3 deletions ci/lint-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.git/*

# Old files exempt from checks for now
plugins/isoworld/*.txt
plugins/raw/*.txt
plugins/stonesense/*.txt

Expand All @@ -22,6 +21,4 @@ library/include/df/*

# Dependencies that we don't control
depends/*
plugins/isoworld/agui/*
plugins/isoworld/allegro/*
plugins/stonesense/allegro/*
2 changes: 1 addition & 1 deletion ci/update-submodules.manifest
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
library/xml master
scripts master
plugins/stonesense master
plugins/isoworld dfhack
depends/clsocket master
depends/libzip dfhack
depends/libexpat dfhack
depends/xlsxio dfhack
depends/luacov dfhack
depends/jsoncpp-sub dfhack
depends/dfhooks main
1 change: 0 additions & 1 deletion docs/dev/Remote.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ Plugins that implement RPC methods include:

- `rename`
- `remotefortressreader`
- `isoworldremote`

Plugins that use the RPC API include:

Expand Down
9 changes: 0 additions & 9 deletions docs/plugins/isoworldremote.rst

This file was deleted.

15 changes: 0 additions & 15 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@ if(BUILD_STONESENSE)
add_subdirectory(stonesense)
endif()

option(BUILD_ISOWORLD "Build isoworld (needs a checkout first)." OFF)
if(BUILD_ISOWORLD)
#add_subdirectory(isoworld)
if(UNIX)
if(APPLE)
# TODO: add an OSX runner script
else()
# On linux, copy our version of the df launch script which sets LD_PRELOAD
install(PROGRAMS ${dfhack_SOURCE_DIR}/package/linux/runisoworld
DESTINATION .)
endif()
endif()
endif()

option(BUILD_DEV_PLUGINS "Build developer plugins." OFF)
if(BUILD_DEV_PLUGINS)
add_subdirectory(devel)
Expand Down Expand Up @@ -125,7 +111,6 @@ if(BUILD_SUPPORTED)
dfhack_plugin(getplants getplants.cpp)
dfhack_plugin(hotkeys hotkeys.cpp LINK_LIBRARIES lua)
dfhack_plugin(infinite-sky infinite-sky.cpp LINK_LIBRARIES lua)
#dfhack_plugin(isoworldremote isoworldremote.cpp PROTOBUFS isoworldremote)
#dfhack_plugin(jobutils jobutils.cpp)
dfhack_plugin(lair lair.cpp)
dfhack_plugin(liquids liquids.cpp Brushes.h LINK_LIBRARIES lua)
Expand Down
1 change: 0 additions & 1 deletion plugins/isoworld
Submodule isoworld deleted from 3630c8
Loading

0 comments on commit fba95bf

Please sign in to comment.