Skip to content

Commit

Permalink
beta 39
Browse files Browse the repository at this point in the history
  • Loading branch information
Minemaker0430 committed Aug 17, 2024
1 parent 55b000a commit 345bbfd
Show file tree
Hide file tree
Showing 24 changed files with 835 additions and 42 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ add_library(${PROJECT_NAME} SHARED
src/Utils.cpp
src/menus/DPListLayer.cpp
src/menus/DPLayer.cpp
src/menus/RecommendedLayer.cpp
src/popups/SupportPopup.cpp
src/popups/NewsPopup.cpp
src/XPUtils.cpp
src/popups/XPPopup.cpp
src/RecommendedUtils.cpp
)

if (NOT DEFINED ENV{GEODE_SDK})
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ An official mod for the **G**eometry **D**ash **D**emon **P**rogression list tha
* Better Monthly Icons
* (Unofficial) Leaderboards
* Sort Levels by Skillset
* Recommendations
* Roulette
* XP

# Credits

Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v1.0.0-beta.39

* Added the Recommendations Menu
* Works roughly similar to how the website does it
* Expect bugs, this is still in beta
* Recommended Levels have a special appearance (can be disabled)
* Fixed some crashes
* Added an option to lower the Demon XP button
* Lessened the amount of annoying popups
* Fixed some Sprite Alignments

# v1.0.0-beta.38

* Added a Skill XP System based on the one in the GDDP Website
Expand Down
21 changes: 14 additions & 7 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"PlusDifficultyText": [ "resources/DP_PlusDifficultyText/*.png" ],
"DifficultySmallText": [ "resources/DP_DifficultySmallText/*.png" ],
"PlusDifficultySmallText": [ "resources/DP_PlusDifficultySmallText/*.png" ],
"SkillBadge": [ "resources/DP_SkillBadge/*.png" ]
"SkillBadge": [ "resources/DP_SkillBadge/*.png" ],
"Effects": [ "resources/DP_Effects/*.png" ]
}
},

Expand Down Expand Up @@ -70,12 +71,6 @@
"type": "bool",
"default": true
},
"enable-cache": {
"name": "Enable Cache",
"description": "Saves previous database data. Updates to previously existing data may take longer.",
"type": "bool",
"default": false
},
"show-outside-menus": {
"name": "Show Faces Outside Menus",
"description": "Makes Custom Difficulty Faces no longer require GDDP Menus to activate.",
Expand Down Expand Up @@ -168,6 +163,12 @@
"type": "bool",
"default": true
},
"disable-recommended-effect": {
"name": "Disable Recommended Glow",
"description": "Disables the Glow on Recommended Levels.",
"type": "bool",
"default": false
},
"compatibility-section": {
"name": "Compatibility",
"type": "custom"
Expand All @@ -189,6 +190,12 @@
"description": "Disables moving the Side Buttons from BetterInfo and GDRoulette.",
"type": "bool",
"default": false
},
"lower-xp": {
"name": "Lower Demon XP Button",
"description": "Lowers the Demon XP Button so it doesn't overlap with other buttons.",
"type": "bool",
"default": false
}
}
}
Binary file modified resources/DP_DifficultySmallText/DP_AmethystSmallText.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/DP_DifficultySmallText/DP_OnyxSmallText.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/DP_DifficultyText/DP_AmethystText.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/DP_DifficultyText/DP_AzuriteText.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/DP_Effects/DP_RecommendGlow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/DP_Menu/DP_Recommended.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/DP_Menu/DP_Roulette.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/DP_Menu/DP_Search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/DP_PlusDifficultySmallText/DP_OnyxPlusSmallText.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/DP_PlusDifficultyText/DP_AmethystPlusText.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 345bbfd

Please sign in to comment.