Skip to content

Commit

Permalink
1.5.79 release
Browse files Browse the repository at this point in the history
* Imagine: Update glm headers to 1.0.1, line endings have changed so all files will update
* Imagine: Update bundled XZ Utils to 5.6.1
* Imagine: Update bundled libarchive to 3.7.2
* Emuframework: Add a shortcut for a rewind button in On-screen Input Setup -> Add New Button Group
  • Loading branch information
Robert Broglia committed Mar 13, 2024
1 parent e588469 commit 29b266a
Show file tree
Hide file tree
Showing 438 changed files with 66,711 additions and 66,467 deletions.
4 changes: 3 additions & 1 deletion EmuFramework/include/emuframework/AppKeyCode.hh
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ constexpr std::array genericKeyboardAppKeyCodeMap

constexpr std::array rightUIKeys{appKeys.openMenu};
constexpr std::array leftUIKeys{appKeys.toggleFastForward};
constexpr std::array rewindUIKeys{appKeys.rewind};

constexpr InputComponentDesc rightUIComponents{"Open Menu", rightUIKeys, InputComponent::ui, RT2DO};
constexpr InputComponentDesc leftUIComponents{"Toggle Slow/Fast Mode", leftUIKeys, InputComponent::ui, LT2DO};
constexpr InputComponentDesc leftUIComponents{"Toggle Fast-forward", leftUIKeys, InputComponent::ui, LT2DO};
constexpr InputComponentDesc rewindUIComponents{"Rewind One State", rewindUIKeys, InputComponent::ui, LT2DO};

std::string_view toString(AppKeyCode);

Expand Down
2 changes: 1 addition & 1 deletion EmuFramework/metadata/conf.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
metadata_version = 1.5.78
metadata_version = 1.5.79
metadata_supportedMIMETypes = application/zip
metadata_supportedFileExtensions = rar 7z
android_metadata_versionCodeExtra = 16
Expand Down
2 changes: 1 addition & 1 deletion EmuFramework/src/EmuInput.cc
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ std::string_view toString(AppKeyCode code)
case AppKeyCode::exitApp: return "Exit App";
case AppKeyCode::slowMotion: return "Slow-motion";
case AppKeyCode::toggleSlowMotion: return "Toggle Slow-motion";
case AppKeyCode::rewind: return "Rewind";
case AppKeyCode::rewind: return "Rewind One State";
case AppKeyCode::softReset: return "Soft Reset";
case AppKeyCode::hardReset: return "Hard Reset";
case AppKeyCode::resetMenu: return "Open Reset Menu";
Expand Down
1 change: 0 additions & 1 deletion EmuFramework/src/EmuVideoLayer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <imagine/gfx/RendererCommands.hh>
#include <imagine/gfx/Vec3.hh>
#include <imagine/gfx/Mat4.hh>
#include <imagine/glm/common.hpp>
#include <imagine/glm/gtc/color_space.hpp>
#include <imagine/logger/logger.h>
#include <algorithm>
Expand Down
3 changes: 3 additions & 0 deletions EmuFramework/src/gui/TouchConfigView.cc
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,9 @@ class AddNewButtonView : public TableView, public EmuAppHelper<AddNewButtonView>
buttons.emplace_back(
leftUIComponents.name, attach,
[this](const Input::Event &e){ add(leftUIComponents); });
buttons.emplace_back(
rewindUIComponents.name, attach,
[this](const Input::Event &e){ add(rewindUIComponents); });
}

private:
Expand Down
2 changes: 1 addition & 1 deletion imagine/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ prefix ?= $(IMAGINE_SDK_PLATFORM_PATH)
imaginePkgconfigTemplate := $(IMAGINE_PATH)/pkgconfig/imagine.pc
pkgName := $(libName)
pkgDescription := Game/Multimedia Engine
pkgVersion := 1.5.78
pkgVersion := 1.5.79
LDLIBS := -l$(libName) $(LDLIBS)
ifdef libNameExt
pkgCFlags := -DIMAGINE_CONFIG_H=$(configFilename)
Expand Down
2 changes: 1 addition & 1 deletion imagine/bundle/all/src/libarchive/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ endif

include $(buildSysPath)/imagineSDKPath.mk

libarchiveVer := 3.7.1
libarchiveVer := 3.7.2
libarchiveSrcDir := $(tempDir)/libarchive-$(libarchiveVer)
libarchiveSrcArchive := libarchive-$(libarchiveVer).tar.xz

Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion imagine/bundle/all/src/xz/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ endif

include $(buildSysPath)/imagineSDKPath.mk

xzVer := 5.4.4
xzVer := 5.6.1
xzSrcDir := $(tempDir)/xz-$(xzVer)
xzSrcArchive := xz-$(xzVer).tar.xz

Expand Down
Binary file removed imagine/bundle/all/src/xz/xz-5.4.4.tar.xz
Binary file not shown.
Binary file added imagine/bundle/all/src/xz/xz-5.6.1.tar.xz
Binary file not shown.
2 changes: 1 addition & 1 deletion imagine/include/imagine/config/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with Imagine. If not, see <http://www.gnu.org/licenses/> */

#define IMAGINE_VERSION_BASE "1.5.78"
#define IMAGINE_VERSION_BASE "1.5.79"

#ifdef NDEBUG
#define IMAGINE_VERSION IMAGINE_VERSION_BASE
Expand Down
1,078 changes: 539 additions & 539 deletions imagine/include/imagine/glm/common.hpp

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions imagine/include/imagine/glm/copying.txt
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
================================================================================
OpenGL Mathematics (GLM)
--------------------------------------------------------------------------------
GLM is licensed under The Happy Bunny License or MIT License
================================================================================
The Happy Bunny License (Modified MIT License)
--------------------------------------------------------------------------------
Copyright (c) 2005 - G-Truc Creation
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.
Restrictions:
By making use of the Software for military purposes, you choose to make a
Bunny unhappy.
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.
================================================================================
The MIT License
--------------------------------------------------------------------------------
Copyright (c) 2005 - G-Truc Creation
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.
================================================================================
OpenGL Mathematics (GLM)
--------------------------------------------------------------------------------
GLM is licensed under The Happy Bunny License or MIT License

================================================================================
The Happy Bunny License (Modified MIT License)
--------------------------------------------------------------------------------
Copyright (c) 2005 - G-Truc Creation

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.

Restrictions:
By making use of the Software for military purposes, you choose to make a
Bunny unhappy.

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.

================================================================================
The MIT License
--------------------------------------------------------------------------------
Copyright (c) 2005 - G-Truc Creation

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

0 comments on commit 29b266a

Please sign in to comment.