- Update to 1.6.0

- Use luajit
This commit is contained in:
Danilo Egea Gondolfo 2018-12-25 11:58:52 +00:00
parent e47c46e857
commit f8b034544e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488314
3 changed files with 374 additions and 99 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= solarus
PORTVERSION= 1.5.3
PORTREVISION= 3
PORTVERSION= 1.6.0
CATEGORIES= games
MASTER_SITES= http://www.solarus-games.org/downloads/solarus/
DISTNAME= solarus-${PORTVERSION}-src
@ -15,16 +14,17 @@ LICENSE_FILE= ${WRKSRC}/license.txt
LIB_DEPENDS= libphysfs.so:devel/physfs \
libmodplug.so:audio/libmodplug \
liblua-5.1.so:lang/lua51 \
libluajit-5.1.so:lang/luajit \
libvorbis.so:audio/libvorbis \
libogg.so:audio/libogg
CMAKE_ARGS+= -DSOLARUS_USE_LUAJIT=OFF
USES= cmake:noninja compiler:c++11-lib gl openal qmake qt:5
MAKE_ARGS+= DESTDIR=${STAGEDIR}
USE_QT= buildtools_build core gui linguisttools_build widgets
USE_SDL= sdl2 ttf2 image2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= cmake:noninja qmake compiler:c++11-lib openal qt:5
USE_GL= gl glu
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1492116806
SHA256 (solarus-1.5.3-src.tar.gz) = 7608f3bdc7baef36e95db5e4fa4c8c5be0a3f436c50c53ab72d70a92aa44cc1c
SIZE (solarus-1.5.3-src.tar.gz) = 2727433
TIMESTAMP = 1545604770
SHA256 (solarus-1.6.0-src.tar.gz) = d800fdf388f860732f2d40c8dd635c34fd1c452857f75bf9b3a421e3ef5ee751
SIZE (solarus-1.6.0-src.tar.gz) = 3982219

View File

@ -1,60 +1,76 @@
bin/solarus
bin/solarus-launcher
bin/solarus-run
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/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/Grid.h
include/solarus/containers/Quadtree.h
include/solarus/containers/Quadtree.inl
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/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
@ -72,6 +88,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
@ -106,8 +123,51 @@ 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/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/GlRenderer.h
include/solarus/graphics/glrenderer/GlShader.h
include/solarus/graphics/glrenderer/GlTexture.h
include/solarus/graphics/glrenderer/gles2funcs.h
include/solarus/graphics/sdlrenderer/SDLRenderer.h
include/solarus/graphics/sdlrenderer/SDLShader.h
include/solarus/graphics/sdlrenderer/SDLSurfaceImpl.h
include/solarus/gui/about_dialog.h
include/solarus/gui/console.h
include/solarus/gui/console_line_edit.h
@ -126,6 +186,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
@ -151,47 +212,6 @@ include/solarus/hero/SwordTappingState.h
include/solarus/hero/TreasureState.h
include/solarus/hero/UsingItemState.h
include/solarus/hero/VictoryState.h
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/AppleInterface.h
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/ExportableToLua.h
include/solarus/lua/ExportableToLuaPtr.h
include/solarus/lua/LuaContext.h
@ -215,6 +235,260 @@ include/solarus/movements/RandomPathMovement.h
include/solarus/movements/RelativeMovement.h
include/solarus/movements/StraightMovement.h
include/solarus/movements/TargetMovement.h
include/solarus/third_party/glm/CMakeLists.txt
include/solarus/third_party/glm/common.hpp
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/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/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/common.h
include/solarus/third_party/hqx/hqx.h
include/solarus/third_party/snes_spc/SNES_SPC.h
@ -230,7 +504,8 @@ include/solarus/third_party/snes_spc/spc.h
lib/libsolarus-gui.so
lib/libsolarus.so
lib/libsolarus.so.1
lib/libsolarus.so.1.5.3
lib/libsolarus.so.1.6.0
share/appdata/solarus.appdata.xml
share/applications/solarus.desktop
share/icons/hicolor/128x128/apps/solarus.png
share/icons/hicolor/16x16/apps/solarus.png