Skip to content

Commit

Permalink
I'll fix this tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Oct 10, 2024
1 parent bbbd9d6 commit c1247bb
Show file tree
Hide file tree
Showing 7 changed files with 1,448 additions and 184 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(MoreIcons VERSION 1.2.4)
project(MoreIcons VERSION 1.2.5)

add_library(${PROJECT_NAME} SHARED
src/classes/DummyNode.cpp
Expand All @@ -19,6 +19,8 @@ add_library(${PROJECT_NAME} SHARED
src/MoreIcons.cpp
)

target_include_directories(${PROJECT_NAME} PRIVATE include)

if (NOT DEFINED ENV{GEODE_SDK})
message(FATAL_ERROR "Unable to find Geode SDK! Please define GEODE_SDK environment variable to point to Geode")
else()
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# More Icons Changelog
## v1.2.5 (2024-10-10)
- Utilized multiple CPU cores for loading icons, reducing load times
- Fixed non-robots and non-spiders not changing in icon popups

## v1.2.4 (2024-10-09)
- Fixed trails not adding to the mod's saved values
- Removed loaded icons from the mod's saved values when closing the game
Expand Down
Loading

0 comments on commit c1247bb

Please sign in to comment.