update to solarus-1.6.0
This commit is contained in:
parent
d003356501
commit
740b2ab1fc
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2019/03/08 20:00:46 cwen Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2019/04/01 05:54:31 jasper Exp $
|
||||
|
||||
V = 1.5.3
|
||||
V = 1.6.0
|
||||
COMMENT = open-source Zelda-like 2D game engine
|
||||
DISTNAME = solarus-${V}-src
|
||||
PKGNAME = solarus-${V}
|
||||
REVISION = 4
|
||||
|
||||
SHARED_LIBS += solarus 0.0 # 1.5
|
||||
|
||||
@ -15,7 +14,7 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += Qt5Core Qt5Gui Qt5Widgets SDL2 SDL2_image SDL2_ttf
|
||||
WANTLIB += c luajit-5.1 m modplug ogg openal physfs pthread vorbis
|
||||
WANTLIB += vorbisfile ${COMPILER_LIBCXX}
|
||||
WANTLIB += vorbisfile GL GLU ${COMPILER_LIBCXX}
|
||||
|
||||
MASTER_SITES = http://www.solarus-games.org/downloads/solarus/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (solarus-1.5.3-src.tar.gz) = dgjzvce67zbpXbXk+kyMW+Cj9DbFDFOrctcKkqpEzBw=
|
||||
SIZE (solarus-1.5.3-src.tar.gz) = 2727433
|
||||
SHA256 (solarus-1.6.0-src.tar.gz) = 2AD984j4YHMvLUDI3WNcNP0cRShX91v5s6Qh4+9e51E=
|
||||
SIZE (solarus-1.6.0-src.tar.gz) = 3982219
|
||||
|
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-cmake_AddInstallTargets_cmake,v 1.1 2019/04/01 05:54:31 jasper Exp $
|
||||
|
||||
Index: cmake/AddInstallTargets.cmake
|
||||
--- cmake/AddInstallTargets.cmake.orig
|
||||
+++ cmake/AddInstallTargets.cmake
|
||||
@@ -13,7 +13,7 @@ if(EXISTS '/usr/bin/apt')
|
||||
else()
|
||||
set(SOLARUS_EXECUTABLE_INSTALL_DESTINATION "bin" CACHE PATH "Binary install destination")
|
||||
endif()
|
||||
-set(SOLARUS_MANUAL_INSTALL_DESTINATION "share/man" CACHE PATH "Manual install destination")
|
||||
+set(SOLARUS_MANUAL_INSTALL_DESTINATION "man" CACHE PATH "Manual install destination")
|
||||
set(SOLARUS_HEADERS_INSTALL_DESTINATION "include" CACHE PATH "Headers install destination")
|
||||
|
||||
# Files to install with make install.
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-gui_CMakeLists_txt,v 1.1 2017/04/09 12:03:20 jasper Exp $
|
||||
--- gui/CMakeLists.txt.orig Sun Apr 9 13:20:07 2017
|
||||
+++ gui/CMakeLists.txt Sun Apr 9 13:20:16 2017
|
||||
@@ -188,7 +188,7 @@ endif(UNIX AND NOT APPLE)
|
||||
# Linux Manpage
|
||||
if(UNIX AND NOT APPLE)
|
||||
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/../solarus.6
|
||||
- DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
|
||||
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
|
||||
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/../solarus-run.6
|
||||
- DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
|
||||
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
|
||||
endif(UNIX AND NOT APPLE)
|
@ -1,64 +1,82 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2018/06/29 22:16:14 espie Exp $
|
||||
@bin bin/solarus
|
||||
@comment $OpenBSD: PLIST,v 1.8 2019/04/01 05:54:31 jasper Exp $
|
||||
@bin bin/solarus-launcher
|
||||
@bin bin/solarus-run
|
||||
include/solarus/
|
||||
include/solarus/Ability.h
|
||||
include/solarus/AbilityInfo.h
|
||||
include/solarus/Arguments.h
|
||||
include/solarus/CommandsEffects.h
|
||||
include/solarus/Common.h
|
||||
include/solarus/CurrentQuest.h
|
||||
include/solarus/Dialog.h
|
||||
include/solarus/DialogBoxSystem.h
|
||||
include/solarus/DialogResources.h
|
||||
include/solarus/Drawable.h
|
||||
include/solarus/DrawablePtr.h
|
||||
include/solarus/EntityData.h
|
||||
include/solarus/EnumInfo.h
|
||||
include/solarus/EnumInfo.inl
|
||||
include/solarus/Equipment.h
|
||||
include/solarus/EquipmentItem.h
|
||||
include/solarus/EquipmentItemUsage.h
|
||||
include/solarus/Game.h
|
||||
include/solarus/GameCommand.h
|
||||
include/solarus/GameCommands.h
|
||||
include/solarus/MainLoop.h
|
||||
include/solarus/Map.h
|
||||
include/solarus/MapData.h
|
||||
include/solarus/QuestProperties.h
|
||||
include/solarus/QuestResources.h
|
||||
include/solarus/ResourceProvider.h
|
||||
include/solarus/ResourceType.h
|
||||
include/solarus/Savegame.h
|
||||
include/solarus/SavegameConverterV1.h
|
||||
include/solarus/Settings.h
|
||||
include/solarus/SolarusFatal.h
|
||||
include/solarus/Sprite.h
|
||||
include/solarus/SpriteAnimation.h
|
||||
include/solarus/SpriteAnimationDirection.h
|
||||
include/solarus/SpriteAnimationSet.h
|
||||
include/solarus/SpriteData.h
|
||||
include/solarus/SpritePtr.h
|
||||
include/solarus/StringResources.h
|
||||
include/solarus/Timer.h
|
||||
include/solarus/TimerPtr.h
|
||||
include/solarus/Transition.h
|
||||
include/solarus/TransitionFade.h
|
||||
include/solarus/TransitionImmediate.h
|
||||
include/solarus/TransitionScrolling.h
|
||||
include/solarus/Treasure.h
|
||||
include/solarus/config.h
|
||||
include/solarus/config.h.in
|
||||
include/solarus/audio/
|
||||
include/solarus/audio/ItDecoder.h
|
||||
include/solarus/audio/Music.h
|
||||
include/solarus/audio/OggDecoder.h
|
||||
include/solarus/audio/Sound.h
|
||||
include/solarus/audio/SpcDecoder.h
|
||||
include/solarus/containers/
|
||||
include/solarus/containers/Grid.h
|
||||
include/solarus/containers/Quadtree.h
|
||||
include/solarus/containers/Quadtree.inl
|
||||
include/solarus/core/
|
||||
include/solarus/core/Ability.h
|
||||
include/solarus/core/AbilityInfo.h
|
||||
include/solarus/core/AndroidConfig.h
|
||||
include/solarus/core/AppleInterface.h
|
||||
include/solarus/core/Arguments.h
|
||||
include/solarus/core/CommandsEffects.h
|
||||
include/solarus/core/Common.h
|
||||
include/solarus/core/CurrentQuest.h
|
||||
include/solarus/core/Debug.h
|
||||
include/solarus/core/Dialog.h
|
||||
include/solarus/core/DialogBoxSystem.h
|
||||
include/solarus/core/DialogResources.h
|
||||
include/solarus/core/EnumInfo.h
|
||||
include/solarus/core/EnumInfo.inl
|
||||
include/solarus/core/Equipment.h
|
||||
include/solarus/core/EquipmentItem.h
|
||||
include/solarus/core/EquipmentItemUsage.h
|
||||
include/solarus/core/FontResource.h
|
||||
include/solarus/core/Game.h
|
||||
include/solarus/core/GameCommand.h
|
||||
include/solarus/core/GameCommands.h
|
||||
include/solarus/core/Geometry.h
|
||||
include/solarus/core/InputEvent.h
|
||||
include/solarus/core/Logger.h
|
||||
include/solarus/core/MainLoop.h
|
||||
include/solarus/core/Map.h
|
||||
include/solarus/core/MapData.h
|
||||
include/solarus/core/PixelBits.h
|
||||
include/solarus/core/Point.h
|
||||
include/solarus/core/Point.inl
|
||||
include/solarus/core/QuestDatabase.h
|
||||
include/solarus/core/QuestFiles.h
|
||||
include/solarus/core/QuestProperties.h
|
||||
include/solarus/core/Random.h
|
||||
include/solarus/core/Rectangle.h
|
||||
include/solarus/core/Rectangle.inl
|
||||
include/solarus/core/ResourceProvider.h
|
||||
include/solarus/core/ResourceType.h
|
||||
include/solarus/core/Savegame.h
|
||||
include/solarus/core/SavegameConverterV1.h
|
||||
include/solarus/core/Scale.h
|
||||
include/solarus/core/Scale.inl
|
||||
include/solarus/core/Settings.h
|
||||
include/solarus/core/Size.h
|
||||
include/solarus/core/Size.inl
|
||||
include/solarus/core/SolarusFatal.h
|
||||
include/solarus/core/String.h
|
||||
include/solarus/core/StringResources.h
|
||||
include/solarus/core/System.h
|
||||
include/solarus/core/Timer.h
|
||||
include/solarus/core/TimerPtr.h
|
||||
include/solarus/core/Transform.h
|
||||
include/solarus/core/Transform.inl
|
||||
include/solarus/core/Treasure.h
|
||||
include/solarus/core/config.h
|
||||
include/solarus/core/config.h.in
|
||||
include/solarus/entities/
|
||||
include/solarus/entities/AnimatedTilePattern.h
|
||||
include/solarus/entities/Arrow.h
|
||||
include/solarus/entities/Block.h
|
||||
include/solarus/entities/Bomb.h
|
||||
include/solarus/entities/Boomerang.h
|
||||
include/solarus/entities/BorderKind.h
|
||||
include/solarus/entities/BorderSet.h
|
||||
include/solarus/entities/Camera.h
|
||||
include/solarus/entities/CameraPtr.h
|
||||
include/solarus/entities/CarriedObject.h
|
||||
@ -76,6 +94,7 @@ include/solarus/entities/EnemyAttack.h
|
||||
include/solarus/entities/EnemyReaction.h
|
||||
include/solarus/entities/Entities.h
|
||||
include/solarus/entities/Entity.h
|
||||
include/solarus/entities/EntityData.h
|
||||
include/solarus/entities/EntityPtr.h
|
||||
include/solarus/entities/EntityState.h
|
||||
include/solarus/entities/EntityType.h
|
||||
@ -110,8 +129,54 @@ include/solarus/entities/TilePattern.h
|
||||
include/solarus/entities/TilePtr.h
|
||||
include/solarus/entities/Tileset.h
|
||||
include/solarus/entities/TilesetData.h
|
||||
include/solarus/entities/TimeScrollingTilePattern.h
|
||||
include/solarus/entities/TraversableInfo.h
|
||||
include/solarus/entities/Wall.h
|
||||
include/solarus/graphics/
|
||||
include/solarus/graphics/BlendMode.h
|
||||
include/solarus/graphics/BlendModeInfo.h
|
||||
include/solarus/graphics/Color.h
|
||||
include/solarus/graphics/Color.inl
|
||||
include/solarus/graphics/DefaultShaders.h
|
||||
include/solarus/graphics/DrawProxies.h
|
||||
include/solarus/graphics/Drawable.h
|
||||
include/solarus/graphics/DrawablePtr.h
|
||||
include/solarus/graphics/Hq2xFilter.h
|
||||
include/solarus/graphics/Hq3xFilter.h
|
||||
include/solarus/graphics/Hq4xFilter.h
|
||||
include/solarus/graphics/Renderer.h
|
||||
include/solarus/graphics/SDLPtrs.h
|
||||
include/solarus/graphics/Scale2xFilter.h
|
||||
include/solarus/graphics/Shader.h
|
||||
include/solarus/graphics/ShaderData.h
|
||||
include/solarus/graphics/ShaderPtr.h
|
||||
include/solarus/graphics/SoftwarePixelFilter.h
|
||||
include/solarus/graphics/SoftwareVideoMode.h
|
||||
include/solarus/graphics/Sprite.h
|
||||
include/solarus/graphics/SpriteAnimation.h
|
||||
include/solarus/graphics/SpriteAnimationDirection.h
|
||||
include/solarus/graphics/SpriteAnimationSet.h
|
||||
include/solarus/graphics/SpriteData.h
|
||||
include/solarus/graphics/SpritePtr.h
|
||||
include/solarus/graphics/Surface.h
|
||||
include/solarus/graphics/SurfaceImpl.h
|
||||
include/solarus/graphics/SurfacePtr.h
|
||||
include/solarus/graphics/TextSurface.h
|
||||
include/solarus/graphics/Transition.h
|
||||
include/solarus/graphics/TransitionFade.h
|
||||
include/solarus/graphics/TransitionImmediate.h
|
||||
include/solarus/graphics/TransitionScrolling.h
|
||||
include/solarus/graphics/VertexArray.h
|
||||
include/solarus/graphics/VertexArrayPtr.h
|
||||
include/solarus/graphics/Video.h
|
||||
include/solarus/graphics/glrenderer/
|
||||
include/solarus/graphics/glrenderer/GlRenderer.h
|
||||
include/solarus/graphics/glrenderer/GlShader.h
|
||||
include/solarus/graphics/glrenderer/GlTexture.h
|
||||
include/solarus/graphics/glrenderer/gles2funcs.h
|
||||
include/solarus/graphics/sdlrenderer/
|
||||
include/solarus/graphics/sdlrenderer/SDLRenderer.h
|
||||
include/solarus/graphics/sdlrenderer/SDLShader.h
|
||||
include/solarus/graphics/sdlrenderer/SDLSurfaceImpl.h
|
||||
include/solarus/gui/
|
||||
include/solarus/gui/about_dialog.h
|
||||
include/solarus/gui/console.h
|
||||
@ -132,6 +197,7 @@ include/solarus/hero/BackToSolidGroundState.h
|
||||
include/solarus/hero/BoomerangState.h
|
||||
include/solarus/hero/BowState.h
|
||||
include/solarus/hero/CarryingState.h
|
||||
include/solarus/hero/CustomState.h
|
||||
include/solarus/hero/FallingState.h
|
||||
include/solarus/hero/ForcedWalkingState.h
|
||||
include/solarus/hero/FreeState.h
|
||||
@ -157,50 +223,6 @@ include/solarus/hero/SwordTappingState.h
|
||||
include/solarus/hero/TreasureState.h
|
||||
include/solarus/hero/UsingItemState.h
|
||||
include/solarus/hero/VictoryState.h
|
||||
include/solarus/lowlevel/
|
||||
include/solarus/lowlevel/BlendMode.h
|
||||
include/solarus/lowlevel/BlendModeInfo.h
|
||||
include/solarus/lowlevel/Color.h
|
||||
include/solarus/lowlevel/Color.inl
|
||||
include/solarus/lowlevel/Debug.h
|
||||
include/solarus/lowlevel/FontResource.h
|
||||
include/solarus/lowlevel/Geometry.h
|
||||
include/solarus/lowlevel/Hq2xFilter.h
|
||||
include/solarus/lowlevel/Hq3xFilter.h
|
||||
include/solarus/lowlevel/Hq4xFilter.h
|
||||
include/solarus/lowlevel/InputEvent.h
|
||||
include/solarus/lowlevel/ItDecoder.h
|
||||
include/solarus/lowlevel/Logger.h
|
||||
include/solarus/lowlevel/Music.h
|
||||
include/solarus/lowlevel/OggDecoder.h
|
||||
include/solarus/lowlevel/PixelBits.h
|
||||
include/solarus/lowlevel/PixelFilter.h
|
||||
include/solarus/lowlevel/Point.h
|
||||
include/solarus/lowlevel/Point.inl
|
||||
include/solarus/lowlevel/QuestFiles.h
|
||||
include/solarus/lowlevel/Random.h
|
||||
include/solarus/lowlevel/Rectangle.h
|
||||
include/solarus/lowlevel/Rectangle.inl
|
||||
include/solarus/lowlevel/Scale2xFilter.h
|
||||
include/solarus/lowlevel/Size.h
|
||||
include/solarus/lowlevel/Size.inl
|
||||
include/solarus/lowlevel/Sound.h
|
||||
include/solarus/lowlevel/SpcDecoder.h
|
||||
include/solarus/lowlevel/String.h
|
||||
include/solarus/lowlevel/Surface.h
|
||||
include/solarus/lowlevel/SurfacePtr.h
|
||||
include/solarus/lowlevel/System.h
|
||||
include/solarus/lowlevel/TextSurface.h
|
||||
include/solarus/lowlevel/Video.h
|
||||
include/solarus/lowlevel/VideoMode.h
|
||||
include/solarus/lowlevel/apple/
|
||||
include/solarus/lowlevel/apple/AppleInterface.h
|
||||
include/solarus/lowlevel/shaders/
|
||||
include/solarus/lowlevel/shaders/GLContext.h
|
||||
include/solarus/lowlevel/shaders/GL_2DShader.h
|
||||
include/solarus/lowlevel/shaders/GL_ARBShader.h
|
||||
include/solarus/lowlevel/shaders/Shader.h
|
||||
include/solarus/lowlevel/shaders/ShaderContext.h
|
||||
include/solarus/lua/
|
||||
include/solarus/lua/ExportableToLua.h
|
||||
include/solarus/lua/ExportableToLuaPtr.h
|
||||
@ -227,6 +249,264 @@ include/solarus/movements/RelativeMovement.h
|
||||
include/solarus/movements/StraightMovement.h
|
||||
include/solarus/movements/TargetMovement.h
|
||||
include/solarus/third_party/
|
||||
include/solarus/third_party/glm/
|
||||
include/solarus/third_party/glm/CMakeLists.txt
|
||||
include/solarus/third_party/glm/common.hpp
|
||||
include/solarus/third_party/glm/detail/
|
||||
include/solarus/third_party/glm/detail/_features.hpp
|
||||
include/solarus/third_party/glm/detail/_fixes.hpp
|
||||
include/solarus/third_party/glm/detail/_noise.hpp
|
||||
include/solarus/third_party/glm/detail/_swizzle.hpp
|
||||
include/solarus/third_party/glm/detail/_swizzle_func.hpp
|
||||
include/solarus/third_party/glm/detail/_vectorize.hpp
|
||||
include/solarus/third_party/glm/detail/dummy.cpp
|
||||
include/solarus/third_party/glm/detail/func_common.hpp
|
||||
include/solarus/third_party/glm/detail/func_common.inl
|
||||
include/solarus/third_party/glm/detail/func_exponential.hpp
|
||||
include/solarus/third_party/glm/detail/func_exponential.inl
|
||||
include/solarus/third_party/glm/detail/func_geometric.hpp
|
||||
include/solarus/third_party/glm/detail/func_geometric.inl
|
||||
include/solarus/third_party/glm/detail/func_integer.hpp
|
||||
include/solarus/third_party/glm/detail/func_integer.inl
|
||||
include/solarus/third_party/glm/detail/func_matrix.hpp
|
||||
include/solarus/third_party/glm/detail/func_matrix.inl
|
||||
include/solarus/third_party/glm/detail/func_packing.hpp
|
||||
include/solarus/third_party/glm/detail/func_packing.inl
|
||||
include/solarus/third_party/glm/detail/func_trigonometric.hpp
|
||||
include/solarus/third_party/glm/detail/func_trigonometric.inl
|
||||
include/solarus/third_party/glm/detail/func_vector_relational.hpp
|
||||
include/solarus/third_party/glm/detail/func_vector_relational.inl
|
||||
include/solarus/third_party/glm/detail/glm.cpp
|
||||
include/solarus/third_party/glm/detail/intrinsic_common.hpp
|
||||
include/solarus/third_party/glm/detail/intrinsic_common.inl
|
||||
include/solarus/third_party/glm/detail/intrinsic_exponential.hpp
|
||||
include/solarus/third_party/glm/detail/intrinsic_exponential.inl
|
||||
include/solarus/third_party/glm/detail/intrinsic_geometric.hpp
|
||||
include/solarus/third_party/glm/detail/intrinsic_geometric.inl
|
||||
include/solarus/third_party/glm/detail/intrinsic_integer.hpp
|
||||
include/solarus/third_party/glm/detail/intrinsic_integer.inl
|
||||
include/solarus/third_party/glm/detail/intrinsic_matrix.hpp
|
||||
include/solarus/third_party/glm/detail/intrinsic_matrix.inl
|
||||
include/solarus/third_party/glm/detail/intrinsic_trigonometric.hpp
|
||||
include/solarus/third_party/glm/detail/intrinsic_trigonometric.inl
|
||||
include/solarus/third_party/glm/detail/intrinsic_vector_relational.hpp
|
||||
include/solarus/third_party/glm/detail/intrinsic_vector_relational.inl
|
||||
include/solarus/third_party/glm/detail/precision.hpp
|
||||
include/solarus/third_party/glm/detail/setup.hpp
|
||||
include/solarus/third_party/glm/detail/type_float.hpp
|
||||
include/solarus/third_party/glm/detail/type_gentype.hpp
|
||||
include/solarus/third_party/glm/detail/type_gentype.inl
|
||||
include/solarus/third_party/glm/detail/type_half.hpp
|
||||
include/solarus/third_party/glm/detail/type_half.inl
|
||||
include/solarus/third_party/glm/detail/type_int.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat.inl
|
||||
include/solarus/third_party/glm/detail/type_mat2x2.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat2x2.inl
|
||||
include/solarus/third_party/glm/detail/type_mat2x3.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat2x3.inl
|
||||
include/solarus/third_party/glm/detail/type_mat2x4.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat2x4.inl
|
||||
include/solarus/third_party/glm/detail/type_mat3x2.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat3x2.inl
|
||||
include/solarus/third_party/glm/detail/type_mat3x3.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat3x3.inl
|
||||
include/solarus/third_party/glm/detail/type_mat3x4.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat3x4.inl
|
||||
include/solarus/third_party/glm/detail/type_mat4x2.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat4x2.inl
|
||||
include/solarus/third_party/glm/detail/type_mat4x3.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat4x3.inl
|
||||
include/solarus/third_party/glm/detail/type_mat4x4.hpp
|
||||
include/solarus/third_party/glm/detail/type_mat4x4.inl
|
||||
include/solarus/third_party/glm/detail/type_vec.hpp
|
||||
include/solarus/third_party/glm/detail/type_vec.inl
|
||||
include/solarus/third_party/glm/detail/type_vec1.hpp
|
||||
include/solarus/third_party/glm/detail/type_vec1.inl
|
||||
include/solarus/third_party/glm/detail/type_vec2.hpp
|
||||
include/solarus/third_party/glm/detail/type_vec2.inl
|
||||
include/solarus/third_party/glm/detail/type_vec3.hpp
|
||||
include/solarus/third_party/glm/detail/type_vec3.inl
|
||||
include/solarus/third_party/glm/detail/type_vec4.hpp
|
||||
include/solarus/third_party/glm/detail/type_vec4.inl
|
||||
include/solarus/third_party/glm/detail/type_vec4_avx.inl
|
||||
include/solarus/third_party/glm/detail/type_vec4_avx2.inl
|
||||
include/solarus/third_party/glm/detail/type_vec4_sse2.inl
|
||||
include/solarus/third_party/glm/exponential.hpp
|
||||
include/solarus/third_party/glm/ext.hpp
|
||||
include/solarus/third_party/glm/fwd.hpp
|
||||
include/solarus/third_party/glm/geometric.hpp
|
||||
include/solarus/third_party/glm/glm.hpp
|
||||
include/solarus/third_party/glm/gtc/
|
||||
include/solarus/third_party/glm/gtc/bitfield.hpp
|
||||
include/solarus/third_party/glm/gtc/bitfield.inl
|
||||
include/solarus/third_party/glm/gtc/color_space.hpp
|
||||
include/solarus/third_party/glm/gtc/color_space.inl
|
||||
include/solarus/third_party/glm/gtc/constants.hpp
|
||||
include/solarus/third_party/glm/gtc/constants.inl
|
||||
include/solarus/third_party/glm/gtc/epsilon.hpp
|
||||
include/solarus/third_party/glm/gtc/epsilon.inl
|
||||
include/solarus/third_party/glm/gtc/integer.hpp
|
||||
include/solarus/third_party/glm/gtc/integer.inl
|
||||
include/solarus/third_party/glm/gtc/matrix_access.hpp
|
||||
include/solarus/third_party/glm/gtc/matrix_access.inl
|
||||
include/solarus/third_party/glm/gtc/matrix_integer.hpp
|
||||
include/solarus/third_party/glm/gtc/matrix_inverse.hpp
|
||||
include/solarus/third_party/glm/gtc/matrix_inverse.inl
|
||||
include/solarus/third_party/glm/gtc/matrix_transform.hpp
|
||||
include/solarus/third_party/glm/gtc/matrix_transform.inl
|
||||
include/solarus/third_party/glm/gtc/noise.hpp
|
||||
include/solarus/third_party/glm/gtc/noise.inl
|
||||
include/solarus/third_party/glm/gtc/packing.hpp
|
||||
include/solarus/third_party/glm/gtc/packing.inl
|
||||
include/solarus/third_party/glm/gtc/quaternion.hpp
|
||||
include/solarus/third_party/glm/gtc/quaternion.inl
|
||||
include/solarus/third_party/glm/gtc/random.hpp
|
||||
include/solarus/third_party/glm/gtc/random.inl
|
||||
include/solarus/third_party/glm/gtc/reciprocal.hpp
|
||||
include/solarus/third_party/glm/gtc/reciprocal.inl
|
||||
include/solarus/third_party/glm/gtc/round.hpp
|
||||
include/solarus/third_party/glm/gtc/round.inl
|
||||
include/solarus/third_party/glm/gtc/type_precision.hpp
|
||||
include/solarus/third_party/glm/gtc/type_precision.inl
|
||||
include/solarus/third_party/glm/gtc/type_ptr.hpp
|
||||
include/solarus/third_party/glm/gtc/type_ptr.inl
|
||||
include/solarus/third_party/glm/gtc/ulp.hpp
|
||||
include/solarus/third_party/glm/gtc/ulp.inl
|
||||
include/solarus/third_party/glm/gtc/vec1.hpp
|
||||
include/solarus/third_party/glm/gtc/vec1.inl
|
||||
include/solarus/third_party/glm/gtx/
|
||||
include/solarus/third_party/glm/gtx/associated_min_max.hpp
|
||||
include/solarus/third_party/glm/gtx/associated_min_max.inl
|
||||
include/solarus/third_party/glm/gtx/bit.hpp
|
||||
include/solarus/third_party/glm/gtx/bit.inl
|
||||
include/solarus/third_party/glm/gtx/closest_point.hpp
|
||||
include/solarus/third_party/glm/gtx/closest_point.inl
|
||||
include/solarus/third_party/glm/gtx/color_space.hpp
|
||||
include/solarus/third_party/glm/gtx/color_space.inl
|
||||
include/solarus/third_party/glm/gtx/color_space_YCoCg.hpp
|
||||
include/solarus/third_party/glm/gtx/color_space_YCoCg.inl
|
||||
include/solarus/third_party/glm/gtx/common.hpp
|
||||
include/solarus/third_party/glm/gtx/common.inl
|
||||
include/solarus/third_party/glm/gtx/compatibility.hpp
|
||||
include/solarus/third_party/glm/gtx/compatibility.inl
|
||||
include/solarus/third_party/glm/gtx/component_wise.hpp
|
||||
include/solarus/third_party/glm/gtx/component_wise.inl
|
||||
include/solarus/third_party/glm/gtx/dual_quaternion.hpp
|
||||
include/solarus/third_party/glm/gtx/dual_quaternion.inl
|
||||
include/solarus/third_party/glm/gtx/euler_angles.hpp
|
||||
include/solarus/third_party/glm/gtx/euler_angles.inl
|
||||
include/solarus/third_party/glm/gtx/extend.hpp
|
||||
include/solarus/third_party/glm/gtx/extend.inl
|
||||
include/solarus/third_party/glm/gtx/extented_min_max.hpp
|
||||
include/solarus/third_party/glm/gtx/extented_min_max.inl
|
||||
include/solarus/third_party/glm/gtx/fast_exponential.hpp
|
||||
include/solarus/third_party/glm/gtx/fast_exponential.inl
|
||||
include/solarus/third_party/glm/gtx/fast_square_root.hpp
|
||||
include/solarus/third_party/glm/gtx/fast_square_root.inl
|
||||
include/solarus/third_party/glm/gtx/fast_trigonometry.hpp
|
||||
include/solarus/third_party/glm/gtx/fast_trigonometry.inl
|
||||
include/solarus/third_party/glm/gtx/gradient_paint.hpp
|
||||
include/solarus/third_party/glm/gtx/gradient_paint.inl
|
||||
include/solarus/third_party/glm/gtx/handed_coordinate_space.hpp
|
||||
include/solarus/third_party/glm/gtx/handed_coordinate_space.inl
|
||||
include/solarus/third_party/glm/gtx/hash.hpp
|
||||
include/solarus/third_party/glm/gtx/hash.inl
|
||||
include/solarus/third_party/glm/gtx/integer.hpp
|
||||
include/solarus/third_party/glm/gtx/integer.inl
|
||||
include/solarus/third_party/glm/gtx/intersect.hpp
|
||||
include/solarus/third_party/glm/gtx/intersect.inl
|
||||
include/solarus/third_party/glm/gtx/io.hpp
|
||||
include/solarus/third_party/glm/gtx/io.inl
|
||||
include/solarus/third_party/glm/gtx/log_base.hpp
|
||||
include/solarus/third_party/glm/gtx/log_base.inl
|
||||
include/solarus/third_party/glm/gtx/matrix_cross_product.hpp
|
||||
include/solarus/third_party/glm/gtx/matrix_cross_product.inl
|
||||
include/solarus/third_party/glm/gtx/matrix_decompose.hpp
|
||||
include/solarus/third_party/glm/gtx/matrix_decompose.inl
|
||||
include/solarus/third_party/glm/gtx/matrix_interpolation.hpp
|
||||
include/solarus/third_party/glm/gtx/matrix_interpolation.inl
|
||||
include/solarus/third_party/glm/gtx/matrix_major_storage.hpp
|
||||
include/solarus/third_party/glm/gtx/matrix_major_storage.inl
|
||||
include/solarus/third_party/glm/gtx/matrix_operation.hpp
|
||||
include/solarus/third_party/glm/gtx/matrix_operation.inl
|
||||
include/solarus/third_party/glm/gtx/matrix_query.hpp
|
||||
include/solarus/third_party/glm/gtx/matrix_query.inl
|
||||
include/solarus/third_party/glm/gtx/matrix_transform_2d.hpp
|
||||
include/solarus/third_party/glm/gtx/matrix_transform_2d.inl
|
||||
include/solarus/third_party/glm/gtx/mixed_product.hpp
|
||||
include/solarus/third_party/glm/gtx/mixed_product.inl
|
||||
include/solarus/third_party/glm/gtx/norm.hpp
|
||||
include/solarus/third_party/glm/gtx/norm.inl
|
||||
include/solarus/third_party/glm/gtx/normal.hpp
|
||||
include/solarus/third_party/glm/gtx/normal.inl
|
||||
include/solarus/third_party/glm/gtx/normalize_dot.hpp
|
||||
include/solarus/third_party/glm/gtx/normalize_dot.inl
|
||||
include/solarus/third_party/glm/gtx/number_precision.hpp
|
||||
include/solarus/third_party/glm/gtx/number_precision.inl
|
||||
include/solarus/third_party/glm/gtx/optimum_pow.hpp
|
||||
include/solarus/third_party/glm/gtx/optimum_pow.inl
|
||||
include/solarus/third_party/glm/gtx/orthonormalize.hpp
|
||||
include/solarus/third_party/glm/gtx/orthonormalize.inl
|
||||
include/solarus/third_party/glm/gtx/perpendicular.hpp
|
||||
include/solarus/third_party/glm/gtx/perpendicular.inl
|
||||
include/solarus/third_party/glm/gtx/polar_coordinates.hpp
|
||||
include/solarus/third_party/glm/gtx/polar_coordinates.inl
|
||||
include/solarus/third_party/glm/gtx/projection.hpp
|
||||
include/solarus/third_party/glm/gtx/projection.inl
|
||||
include/solarus/third_party/glm/gtx/quaternion.hpp
|
||||
include/solarus/third_party/glm/gtx/quaternion.inl
|
||||
include/solarus/third_party/glm/gtx/range.hpp
|
||||
include/solarus/third_party/glm/gtx/raw_data.hpp
|
||||
include/solarus/third_party/glm/gtx/raw_data.inl
|
||||
include/solarus/third_party/glm/gtx/rotate_normalized_axis.hpp
|
||||
include/solarus/third_party/glm/gtx/rotate_normalized_axis.inl
|
||||
include/solarus/third_party/glm/gtx/rotate_vector.hpp
|
||||
include/solarus/third_party/glm/gtx/rotate_vector.inl
|
||||
include/solarus/third_party/glm/gtx/scalar_multiplication.hpp
|
||||
include/solarus/third_party/glm/gtx/scalar_relational.hpp
|
||||
include/solarus/third_party/glm/gtx/scalar_relational.inl
|
||||
include/solarus/third_party/glm/gtx/simd_mat4.hpp
|
||||
include/solarus/third_party/glm/gtx/simd_mat4.inl
|
||||
include/solarus/third_party/glm/gtx/simd_quat.hpp
|
||||
include/solarus/third_party/glm/gtx/simd_quat.inl
|
||||
include/solarus/third_party/glm/gtx/simd_vec4.hpp
|
||||
include/solarus/third_party/glm/gtx/simd_vec4.inl
|
||||
include/solarus/third_party/glm/gtx/spline.hpp
|
||||
include/solarus/third_party/glm/gtx/spline.inl
|
||||
include/solarus/third_party/glm/gtx/std_based_type.hpp
|
||||
include/solarus/third_party/glm/gtx/std_based_type.inl
|
||||
include/solarus/third_party/glm/gtx/string_cast.hpp
|
||||
include/solarus/third_party/glm/gtx/string_cast.inl
|
||||
include/solarus/third_party/glm/gtx/transform.hpp
|
||||
include/solarus/third_party/glm/gtx/transform.inl
|
||||
include/solarus/third_party/glm/gtx/transform2.hpp
|
||||
include/solarus/third_party/glm/gtx/transform2.inl
|
||||
include/solarus/third_party/glm/gtx/type_aligned.hpp
|
||||
include/solarus/third_party/glm/gtx/type_aligned.inl
|
||||
include/solarus/third_party/glm/gtx/vector_angle.hpp
|
||||
include/solarus/third_party/glm/gtx/vector_angle.inl
|
||||
include/solarus/third_party/glm/gtx/vector_query.hpp
|
||||
include/solarus/third_party/glm/gtx/vector_query.inl
|
||||
include/solarus/third_party/glm/gtx/wrap.hpp
|
||||
include/solarus/third_party/glm/gtx/wrap.inl
|
||||
include/solarus/third_party/glm/integer.hpp
|
||||
include/solarus/third_party/glm/mat2x2.hpp
|
||||
include/solarus/third_party/glm/mat2x3.hpp
|
||||
include/solarus/third_party/glm/mat2x4.hpp
|
||||
include/solarus/third_party/glm/mat3x2.hpp
|
||||
include/solarus/third_party/glm/mat3x3.hpp
|
||||
include/solarus/third_party/glm/mat3x4.hpp
|
||||
include/solarus/third_party/glm/mat4x2.hpp
|
||||
include/solarus/third_party/glm/mat4x3.hpp
|
||||
include/solarus/third_party/glm/mat4x4.hpp
|
||||
include/solarus/third_party/glm/matrix.hpp
|
||||
include/solarus/third_party/glm/packing.hpp
|
||||
include/solarus/third_party/glm/trigonometric.hpp
|
||||
include/solarus/third_party/glm/vec2.hpp
|
||||
include/solarus/third_party/glm/vec3.hpp
|
||||
include/solarus/third_party/glm/vec4.hpp
|
||||
include/solarus/third_party/glm/vector_relational.hpp
|
||||
include/solarus/third_party/hqx/
|
||||
include/solarus/third_party/hqx/common.h
|
||||
include/solarus/third_party/hqx/hqx.h
|
||||
@ -245,6 +525,8 @@ lib/libsolarus-gui.so
|
||||
@lib lib/libsolarus.so.${LIBsolarus_VERSION}
|
||||
@man man/man6/solarus-run.6
|
||||
@man man/man6/solarus.6
|
||||
share/appdata/
|
||||
share/appdata/solarus.appdata.xml
|
||||
share/applications/solarus.desktop
|
||||
share/icons/hicolor/128x128/apps/solarus.png
|
||||
share/icons/hicolor/16x16/apps/solarus.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user