Skip to content

Commit a9455d0

Browse files
authored
Merge pull request #5659 from ab9rf/core-refactor
refactor `Core`
2 parents 0f3726c + 017d569 commit a9455d0

File tree

15 files changed

+1058
-855
lines changed

15 files changed

+1058
-855
lines changed

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Template for new versions:
6161
## Fixes
6262

6363
## Misc Improvements
64+
- The ``fpause`` console command can now be used to force world generation to pause (as it did prior to version 50).
6465

6566
## Documentation
6667

library/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ set(MAIN_HEADERS
4848
include/DFHackVersion.h
4949
include/BitArray.h
5050
include/ColorText.h
51+
include/Commands.h
5152
include/Console.h
5253
include/Core.h
5354
include/CoreDefs.h
@@ -66,6 +67,7 @@ set(MAIN_HEADERS
6667
include/MiscUtils.h
6768
include/Module.h
6869
include/MemAccess.h
70+
include/MemoryPatcher.h
6971
include/ModuleFactory.h
7072
include/PluginLua.h
7173
include/PluginManager.h
@@ -88,6 +90,7 @@ set(MAIN_HEADERS_WINDOWS
8890
set(MAIN_SOURCES
8991
Core.cpp
9092
ColorText.cpp
93+
Commands.cpp
9194
CompilerWorkAround.cpp
9295
DataDefs.cpp
9396
DataIdentity.cpp
@@ -100,6 +103,7 @@ set(MAIN_SOURCES
100103
LuaApi.cpp
101104
DataStatics.cpp
102105
DataStaticsCtor.cpp
106+
MemoryPatcher.cpp
103107
MiscUtils.cpp
104108
Types.cpp
105109
PluginManager.cpp

0 commit comments

Comments
 (0)