Skip to content

Commit

Permalink
beta 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Minemaker0430 committed May 14, 2024
1 parent 9b03cd0 commit 030fc82
Show file tree
Hide file tree
Showing 38 changed files with 605 additions and 437 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ add_library(${PROJECT_NAME} SHARED
src/LevelListLayer.cpp
src/LevelInfoLayer.cpp
src/LevelCell.cpp
src/LevelBrowserLayer.cpp
src/ListManager.cpp
)

Expand Down
3 changes: 2 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ An official mod for the **G**eometry **D**ash **D**emon **P**rogression list tha

# Credits

* Minemaker0430 - Made the mod
* **Minemaker0430** - Made the mod
* **wint0r** - Created the IDS/NLW/Pointercrate Integration option for the mod
* ElohmroW - GDDP Co-Owner & Website Programmer
* Trusta - For making GDDP in the first place
* GDDP Website - Source of the custom Demon Icons
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.20

* Added skillset badges
* Added failsafes for missing textures
* Fixed coin icons in LevelBrowserLayer causing visual bugs
* This also sets an ID for the Grandpa Demon face, let me know if this conflicts with another mod
* Added an option to enable GDDP Ratings for all difficulties **\([Made by wint0r](https://github.com/wint0r), tweaked by Me\)**
* Uses IDS, NLW, and Pointercrate API
* Added some more options
* Fixed Disable Grandpa Demon Effects (I think)

# v1.0.0-beta.19

* Fixed save bugs
Expand Down
31 changes: 25 additions & 6 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"geode": "2.0.0-beta.25",
"geode": "2.0.0-beta.26",
"gd": {
"win": "2.204",
"android": "2.205"
},
"version": "v1.0.0-beta.19",
"version": "v1.0.0-beta.20",
"id": "minemaker0430.gddp_integration",
"name": "GDDP Integration",
"developer": "Minemaker0430",
Expand All @@ -26,7 +26,8 @@
"DifficultyText": [ "resources/DP_DifficultyText/*.png" ],
"PlusDifficultyText": [ "resources/DP_PlusDifficultyText/*.png" ],
"DifficultySmallText": [ "resources/DP_DifficultySmallText/*.png" ],
"PlusDifficultySmallText": [ "resources/DP_PlusDifficultySmallText/*.png" ]
"PlusDifficultySmallText": [ "resources/DP_PlusDifficultySmallText/*.png" ],
"SkillBadge": [ "resources/DP_SkillBadge/*.png" ]
}
},

Expand Down Expand Up @@ -79,6 +80,12 @@
"type": "bool",
"default": false
},
"skillset-badges": {
"name": "Enable Skillset Badges",
"description": "Enables Skillset Badges next to the difficulty faces.",
"type": "bool",
"default": true
},
"menu-section": {
"name": "Menu",
"type": "custom"
Expand Down Expand Up @@ -125,7 +132,7 @@
},
"all-demons-rated": {
"name": "Rate All Demons",
"description": "Shows custom difficulty faces on all rated demons.",
"description": "Shows custom difficulty faces on all rated demons. <cr>Requires \"Show Faces Outside Menus\".</c> \n\n(Option created by wint0r)",
"type": "bool",
"default": false
},
Expand All @@ -141,6 +148,12 @@
"type": "bool",
"default": false
},
"show-skills-in-list": {
"name": "Show Skills in List",
"description": "If disabled, Skillsets will only be shown on the Level Page.",
"type": "bool",
"default": true
},
"compatibility-section": {
"name": "Compatibility",
"type": "custom"
Expand All @@ -152,8 +165,14 @@
"default": true
},
"disable-grandpa-demon-effects": {
"name": "Disable Grandpa Demon Effects [BUGGY]",
"description": "Disables the Grandpa Demon background effects in the GDDP Menus. <cr>Currently very broken, nothing I can do about it at the moment, sorry :(</c>",
"name": "Disable Grandpa Demon Effects",
"description": "Disables the Grandpa Demon background effects in the GDDP Menus.",
"type": "bool",
"default": true
},
"dont-move-side-btns": {
"name": "Don't Move Side Buttons",
"description": "Disables moving the Side Buttons from BetterInfo and GDRoulette.",
"type": "bool",
"default": false
}
Expand Down
Binary file added resources/DP_SkillBadge/DP_Skill_2P.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_SkillBadge/DP_Skill_Awkward.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_SkillBadge/DP_Skill_Ball.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_SkillBadge/DP_Skill_Chokepoints.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_SkillBadge/DP_Skill_Cube.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_SkillBadge/DP_Skill_Duals.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_SkillBadge/DP_Skill_FastPaced.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_SkillBadge/DP_Skill_Flow.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_SkillBadge/DP_Skill_GMChanges.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_SkillBadge/DP_Skill_HighCPS.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_SkillBadge/DP_Skill_Learny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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_SkillBadge/DP_Skill_Memory.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_SkillBadge/DP_Skill_MovingGP.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_SkillBadge/DP_Skill_NerveControl.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_SkillBadge/DP_Skill_Overall.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_SkillBadge/DP_Skill_Robot.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_SkillBadge/DP_Skill_Ship.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_SkillBadge/DP_Skill_Special.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_SkillBadge/DP_Skill_SpeedChanges.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_SkillBadge/DP_Skill_Spider.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_SkillBadge/DP_Skill_Swing.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_SkillBadge/DP_Skill_Timings.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_SkillBadge/DP_Skill_UFO.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_SkillBadge/DP_Skill_Unknown.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_SkillBadge/DP_Skill_Wave.png
4 changes: 2 additions & 2 deletions src/CreatorLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ class $modify(CreatorLayer) {
menu->getChildByID("gauntlets-button")->setPositionX(360.1);
}

if (Loader::get()->isModLoaded("cvolton.betterinfo")) {
if (Loader::get()->isModLoaded("cvolton.betterinfo") && !Mod::get()->getSettingValue<bool>("dont-move-side-btns")) {
log::info("BetterInfo Detected. Moved Button.");
this->getChildByID("cvolton.betterinfo/center-right-menu")->setPositionY(260);
}

if (Loader::get()->isModLoaded("spaghettdev.gd-roulette")) {
if (Loader::get()->isModLoaded("spaghettdev.gd-roulette") && !Mod::get()->getSettingValue<bool>("dont-move-side-btns")) {
log::info("GD Roulette Detected. Moved Button.");
if (auto menu = this->getChildByID("spaghettdev.gd-roulette/creator-layer-menu")) {
menu->setPositionY(92);
Expand Down
55 changes: 0 additions & 55 deletions src/LevelBrowserLayer.cpp

This file was deleted.

Loading

0 comments on commit 030fc82

Please sign in to comment.