Skip to content

Commit

Permalink
Maintainer: Improved the levels/worlds converter
Browse files Browse the repository at this point in the history
- Added simple/advanced modes (Issue #536)
- Allow separated level and world format choice
- Allow convert 38A format into different versions (INCOMPLETE)
- Initial support of SMBX-38A world map writes
- Allow converting legacy pre-1.3 episodes into modern TheXTech format with all necessary NPC tweaks enabled
  • Loading branch information
Wohlstand committed Feb 17, 2024
1 parent 160196b commit 4d09e89
Show file tree
Hide file tree
Showing 6 changed files with 1,283 additions and 138 deletions.
8 changes: 8 additions & 0 deletions Maintainer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@ if(QT_PTHREAD)
target_link_libraries(PGE_Maintainer_QtLibs INTERFACE ${QT_PTHREAD})
endif()

string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)
if(${CMAKE_BUILD_TYPE_LOWER} STREQUAL "debug")
target_compile_definitions(pge_maintainer
PRIVATE
-DDEBUG_BUILD
)
endif()


set(PGE_MAINTAINER_LINK_LIBS)
set(PGE_MAINTAINER_INSTALLS)
Expand Down
Loading

0 comments on commit 4d09e89

Please sign in to comment.