Skip to content

Commit 859e8fe

Browse files
committed
remove isoworld from the tree
could be revived if needed
1 parent 3113554 commit 859e8fe

9 files changed

+0
-477
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "plugins/stonesense"]
22
path = plugins/stonesense
33
url = ../../DFHack/stonesense.git
4-
[submodule "plugins/isoworld"]
5-
path = plugins/isoworld
6-
url = ../../DFHack/isoworld.git
74
[submodule "library/xml"]
85
path = library/xml
96
url = ../../DFHack/df-structures.git

ci/lint-ignore.txt

-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.git/*
44

55
# Old files exempt from checks for now
6-
plugins/isoworld/*.txt
76
plugins/raw/*.txt
87
plugins/stonesense/*.txt
98

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

2322
# Dependencies that we don't control
2423
depends/*
25-
plugins/isoworld/agui/*
26-
plugins/isoworld/allegro/*
2724
plugins/stonesense/allegro/*

ci/update-submodules.manifest

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
library/xml master
22
scripts master
33
plugins/stonesense master
4-
plugins/isoworld dfhack
54
depends/clsocket master
65
depends/libzip dfhack
76
depends/libexpat dfhack

docs/dev/Remote.rst

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Plugins that implement RPC methods include:
5555

5656
- `rename`
5757
- `remotefortressreader`
58-
- `isoworldremote`
5958

6059
Plugins that use the RPC API include:
6160

docs/plugins/isoworldremote.rst

-9
This file was deleted.

plugins/CMakeLists.txt

-15
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@ if(BUILD_STONESENSE)
55
add_subdirectory(stonesense)
66
endif()
77

8-
option(BUILD_ISOWORLD "Build isoworld (needs a checkout first)." OFF)
9-
if(BUILD_ISOWORLD)
10-
#add_subdirectory(isoworld)
11-
if(UNIX)
12-
if(APPLE)
13-
# TODO: add an OSX runner script
14-
else()
15-
# On linux, copy our version of the df launch script which sets LD_PRELOAD
16-
install(PROGRAMS ${dfhack_SOURCE_DIR}/package/linux/runisoworld
17-
DESTINATION .)
18-
endif()
19-
endif()
20-
endif()
21-
228
option(BUILD_DEV_PLUGINS "Build developer plugins." OFF)
239
if(BUILD_DEV_PLUGINS)
2410
add_subdirectory(devel)
@@ -125,7 +111,6 @@ if(BUILD_SUPPORTED)
125111
dfhack_plugin(getplants getplants.cpp)
126112
dfhack_plugin(hotkeys hotkeys.cpp LINK_LIBRARIES lua)
127113
dfhack_plugin(infinite-sky infinite-sky.cpp LINK_LIBRARIES lua)
128-
#dfhack_plugin(isoworldremote isoworldremote.cpp PROTOBUFS isoworldremote)
129114
#dfhack_plugin(jobutils jobutils.cpp)
130115
dfhack_plugin(lair lair.cpp)
131116
dfhack_plugin(liquids liquids.cpp Brushes.h LINK_LIBRARIES lua)

plugins/isoworld

-1
This file was deleted.

0 commit comments

Comments
 (0)