head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.03.31.10.47.13; author adam; state Exp; branches; next ; commitid 2d9OEBsbGbzNf7AG; desc @@ 1.1 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$ Fix build. --- src/supertux/error_handler.cpp.orig 2026-03-31 09:23:40.411242374 +0000 +++ src/supertux/error_handler.cpp @@@@ -69,7 +69,7 @@@@ static PCONTEXT pcontext = NULL; static PCONTEXT pcontext = NULL; #endif -#ifdef _GNU_SOURCE +#ifdef __GLIBCXX__ # include #endif @