Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove and tombstone faststart #5090

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion data/init/dfhack.tools.init
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Enable system services
enable buildingplan
enable burrow
enable faststart
enable logistics
enable overlay
enable preserve-rooms
Expand Down
7 changes: 7 additions & 0 deletions docs/about/Removed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ embark-tools
Replaced by `gui/embark-anywhere`. Other functionality was replaced by the DF
v50 UI.

.. _faststart:

faststart
=========
Sped up the initial DF load sequence. Removed since Bay 12 rewrote the startup
sequence and it is now sufficiently fast on its own.

.. _fix-armory:

fix-armory
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Template for new versions:

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

# 50.14-r1

Expand Down
18 changes: 0 additions & 18 deletions docs/plugins/faststart.rst

This file was deleted.

1 change: 0 additions & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ if(BUILD_SUPPORTED)
#add_subdirectory(embark-assistant)
dfhack_plugin(eventful eventful.cpp LINK_LIBRARIES lua)
dfhack_plugin(fastdwarf fastdwarf.cpp)
dfhack_plugin(faststart faststart.cpp)
dfhack_plugin(filltraffic filltraffic.cpp)
dfhack_plugin(fix-occupancy fix-occupancy.cpp LINK_LIBRARIES lua)
#dfhack_plugin(fixveins fixveins.cpp)
Expand Down
69 changes: 0 additions & 69 deletions plugins/faststart.cpp

This file was deleted.

Loading