Skip to content

Commit

Permalink
remove and tombstone faststart
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 7, 2024
1 parent 1b861af commit d6750a8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 89 deletions.
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 startupi
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.

0 comments on commit d6750a8

Please sign in to comment.