Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.35 #1

Merged
merged 3 commits into from
Apr 7, 2024
Merged

Update to 1.35 #1

merged 3 commits into from
Apr 7, 2024

Conversation

Futuremappermydud
Copy link
Contributor

This updates the mod to 1.35. This also switches to Paper for logging as that is required. Alot of functionality is still broken and being worked on.

@Futuremappermydud Futuremappermydud marked this pull request as ready for review April 1, 2024 00:52
@hardcpp hardcpp changed the base branch from master to dev-1-35-0 April 7, 2024 16:06
@hardcpp hardcpp merged commit 114d6c4 into hardcpp:dev-1-35-0 Apr 7, 2024
1 check failed
@@ -10,29 +10,30 @@
#include <GlobalNamespace/BeatmapDataLoader.hpp>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

@@ -1,4 +1,3 @@

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

@@ -1,4 +1,3 @@

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

@@ -8,22 +8,17 @@
#include "assets.hpp"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

@@ -1,21 +1,21 @@
#include "CP_SDK_BS/Game/LevelSelection.hpp"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

@@ -43,14 +43,14 @@ namespace CP_SDK::Unity {

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

@@ -6,7 +6,7 @@
#include <System/Net/HttpStatusCode.hpp>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

@@ -9,15 +9,15 @@
#include <custom-types/shared/coroutine.hpp>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

@@ -123,14 +123,14 @@ namespace CP_SDK::Utils {
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////

template<class t_Type> requires(std::is_assignable_v<UnityEngine::Object, t_Type>)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

@@ -32,7 +32,6 @@ namespace CP_SDK::UI {
template<class t_Type>
struct UIFieldDefault
{
static_assert(std::is_assignable_v<UnityEngine::Object, t_Type>);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants