Skip to content

Commit 1c65f6c

Browse files
authored
Merge pull request #5090 from myk002/myk_faststart_remove
remove and tombstone faststart
2 parents 1b861af + 0d1c8fb commit 1c65f6c

File tree

6 files changed

+8
-89
lines changed

6 files changed

+8
-89
lines changed

data/init/dfhack.tools.init

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Enable system services
88
enable buildingplan
99
enable burrow
10-
enable faststart
1110
enable logistics
1211
enable overlay
1312
enable preserve-rooms

docs/about/Removed.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@ embark-tools
153153
Replaced by `gui/embark-anywhere`. Other functionality was replaced by the DF
154154
v50 UI.
155155

156+
.. _faststart:
157+
158+
faststart
159+
=========
160+
Sped up the initial DF load sequence. Removed since Bay 12 rewrote the startup
161+
sequence and it is now sufficiently fast on its own.
162+
156163
.. _fix-armory:
157164

158165
fix-armory

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Template for new versions:
9393

9494
## Removed
9595
- UI focus strings for squad panel flows combined into a single tree: ``dwarfmode/SquadEquipment`` -> ``dwarfmode/Squads/Equipment``, ``dwarfmode/SquadSchedule`` -> ``dwarfmode/Squads/Schedule``
96+
- `faststart`: removed since the vanilla startup sequence is now sufficiently fast
9697

9798
# 50.14-r1
9899

docs/plugins/faststart.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

plugins/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ if(BUILD_SUPPORTED)
115115
#add_subdirectory(embark-assistant)
116116
dfhack_plugin(eventful eventful.cpp LINK_LIBRARIES lua)
117117
dfhack_plugin(fastdwarf fastdwarf.cpp)
118-
dfhack_plugin(faststart faststart.cpp)
119118
dfhack_plugin(filltraffic filltraffic.cpp)
120119
dfhack_plugin(fix-occupancy fix-occupancy.cpp LINK_LIBRARIES lua)
121120
#dfhack_plugin(fixveins fixveins.cpp)

plugins/faststart.cpp

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)