Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ Comment: Kenney's UI Audio Pack
Copyright: 2020 Kenney
License: CC0-1.0

Files: game/addons/kenyoni/app_settings/*
Comment: AppSettings Godot Plugin
Copyright: 2022-present Iceflower S (iceflower@gmx.de)
License: Expat

Files: game/addons/MusicMetadata/*
Comment: MusicMetadata Godot Plugin
Copyright: 2024 Aiden Olsen, James Wilcock, NovaDC
Expand Down
226 changes: 0 additions & 226 deletions extension/src/openvic-extension/core/io/GameSettings.cpp

This file was deleted.

50 changes: 0 additions & 50 deletions extension/src/openvic-extension/core/io/GameSettings.hpp

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <godot_cpp/core/class_db.hpp>

#include "openvic-extension/core/ArgumentParser.hpp"
#include "openvic-extension/core/io/GameSettings.hpp"

using namespace OpenVic;
using namespace godot;
Expand All @@ -14,7 +13,6 @@ static ArgumentParser* _argument_parser = nullptr;
void OpenVic::register_core_types() {
GDREGISTER_CLASS(ArgumentParser);
GDREGISTER_CLASS(ArgumentOption);
GDREGISTER_CLASS(GameSettings);

_argument_parser = memnew(ArgumentParser);
Engine::get_singleton()->register_singleton("ArgumentParser", ArgumentParser::get_singleton());
Expand Down
7 changes: 7 additions & 0 deletions game/addons/kenyoni/app_settings/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2022-present Iceflower S (iceflower@gmx.de)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading
Loading