head 1.3; access; symbols pkgsrc-2026Q1:1.2.0.6 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.4 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.2 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.1.0.48 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.46 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.44 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.42 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.40 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.38 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.36 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.34 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.32 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.30 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.28 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.26 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.24 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.22 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.20 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.18 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.16 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.14 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.12 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.10 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.8 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.4 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.6 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2026.03.31.10.47.13; author adam; state dead; branches; next 1.2; commitid 2d9OEBsbGbzNf7AG; 1.2 date 2025.08.19.11.47.25; author wiz; state Exp; branches; next 1.1; commitid cegay1pcboyTMk7G; 1.1 date 2019.07.01.15.13.20; author nia; state Exp; branches; next ; commitid aJTNWSp0VbDBXltB; desc @@ 1.3 log @supertux: updated to 0.7.0 0.7.0 Here are some of the most notable changes since the previous release: Brand new sprites and abilities for Tux: slope sliding, strong buttjumping, rock rolling, and crawling Revamped graphics for most backgrounds, tiles, objects, and badguys Complete level design + story rework of the Story Mode, Revenge in Redmond, and Bonus Island I Not only new NPCs (e.g: Granito) and enemies (e.g: DiveMine, Fish, and Corrupted Granito), but also revamps for numerous enemies such as: GoldBomb, Igel, Ghoul, and both bosses (Yeti and Ghost Tree) New music Level editor revamp Local multiplayer mode New gameplay mechanics such as glinted enemies, keys, the item pocket, and unlockable bonus islands via Tux Dolls Many internal improves and code refactoring, such as moving to SimpleSquirrel Improvements to compilation/porting, including CMake refactor, Android revival, and Flatpak builds @ text @$NetBSD: patch-external_squirrel_CMakeLists.txt,v 1.2 2025/08/19 11:47:25 wiz Exp $ Disable building the dynamic library. --- external/squirrel/CMakeLists.txt.orig 2021-12-22 23:02:04.000000000 +0000 +++ external/squirrel/CMakeLists.txt @@@@ -1,11 +1,8 @@@@ -if(MSVC) - cmake_minimum_required(VERSION 3.4) -else() - cmake_minimum_required(VERSION 2.8) -endif() +cmake_minimum_required(VERSION 3.5) set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}" CACHE PATH "") set(CMAKE_BUILD_TYPE "Release" CACHE STRING "") +set(DISABLE_DYNAMIC ON) project(squirrel C CXX) @ 1.2 log @supertux: fix build with cmake 4 @ text @d1 1 a1 1 $NetBSD: patch-external_squirrel_CMakeLists.txt,v 1.1 2019/07/01 15:13:20 nia Exp $ @ 1.1 log @supertux: Update to 0.6.0 - Complete redesign of the icy world and forest world (Thank you, RustyBox and Serano) - Complete revamp of our rendering engine, the game should be much faster than it was previously - We now support OpenGL 3.3 Core as well as OpenGL ES 2.0, thus allowing SuperTux to be run on the Raspberry Pi, and potentially WebGL. - Support for right-to-left languages through vector fonts. This will also fix a few non-ASCII characters, which often caused problems before in translations - A lot of other under-the-hood changes and bugfixes A few graphics have been updated, and effects have been added: - The save bell was reworked (Thanks to Raghavendra “raghukamath” Kamath!) - Improved big Tux graphics and animations (Thanks to Alzter) - Various effects and shaders (Thanks to Grumbel) @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- external/squirrel/CMakeLists.txt.orig 2018-12-23 19:11:41.000000000 +0000 d7 7 a13 1 @@@@ -6,6 +6,7 @@@@ endif() @