Skip to content

Commit f0eeba6

Browse files
authored
Merge pull request #5277 from NicksWorld/feat/disable-vanilla-dimensions
Binpatch to disable vanilla dimensions
2 parents 282f235 + db10397 commit f0eeba6

File tree

9 files changed

+41
-0
lines changed

9 files changed

+41
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ if(INSTALL_DATA_FILES)
451451
install(FILES LICENSE.rst DESTINATION ${DFHACK_USERDOC_DESTINATION})
452452
install(FILES docs/changelog-placeholder.txt DESTINATION ${DFHACK_USERDOC_DESTINATION} RENAME changelog.txt)
453453
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/depends/luacov/src/luacov/ DESTINATION ${DFHACK_DATA_DESTINATION}/lua/luacov)
454+
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/patches/ DESTINATION ${DFHACK_DATA_DESTINATION}/patches)
454455
endif()
455456

456457
if(INSTALL_SCRIPTS)

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Template for new versions:
5858
- `spectate`: new "cinematic-action" mode that dynamically speeds up perspective switches based on intensity of conflict
5959
- `spectate`: new global keybinding for toggling spectate mode: Ctrl-Shift-S
6060
- `spectate`: when spectate mode is enabled, left/right arrow will cycle through following next/prevous units
61+
- ``disable-vanilla-dimensions``: new binpatch to disable the vanilla dimensions tooltip
6162

6263
## Fixes
6364
- Windows console: fix possible hang if the console returns a too-small window width (for any reason)

patches/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
install(DIRECTORY ${patchdirectories}
2+
DESTINATION ${DFHACK_DATA_DESTINATION}/patches
3+
)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Dwarf_Fortress
2+
011ba9eb: e8 90
3+
011ba9ec: c0 90
4+
011ba9ed: 4a 90
5+
011ba9ee: e6 90
6+
011ba9ef: fe 90
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Dwarf_Fortress
2+
011c605b: e8 90
3+
011c605c: 50 90
4+
011c605d: a5 90
5+
011c605e: e5 90
6+
011c605f: fe 90
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Dwarf_Fortress
2+
011c9c3b: e8 90
3+
011c9c3c: 80 90
4+
011c9c3d: 6a 90
5+
011c9c3e: e5 90
6+
011c9c3f: fe 90
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Dwarf_Fortress
2+
377d5d: e8 90
3+
377d5e: ee 90
4+
377d5f: 93 90
5+
377d60: 68 90
6+
377d61: 00 90
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Dwarf_Fortress
2+
37af8d: e8 90
3+
37af8e: 1e 90
4+
37af8f: b7 90
5+
37af90: 68 90
6+
37af91: 00 90
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Dwarf_Fortress
2+
37d77d: e8 90
3+
37d77e: 6e 90
4+
37d77f: bb 90
5+
37d780: 68 90
6+
37d781: 00 90

0 commit comments

Comments
 (0)