supertux
supertux copied to clipboard
SuperTux source code
**SuperTux version: latest development (ef111b4e5b398ea4875ada1762b24448419167a9)** ##### Expected behavior Burning animation of vicious ivy and walking leaf smoothly fade over from non-burning animation without vertical offset. ##### Actual behavior Burning animation...
**SuperTux version:** **System information:** *(details about your kernel, operating system, or distribution)* ##### Expected behavior Launch the game. ##### Actual behavior Does not launch at all. When opened from the...
What if instead of simply fading to black (using doors) or no transition at all (using `Level.spawn();`) we could use transition effect closer to entering a level, the circular one....
**SuperTux version:** SuperTux master commit ab557017188f4d141e8c96d8e031ae89a31c88ae **System information:** Fedora Linux 38 (Container Image), kernel 6.6.3-200.fc39.x86_64. ##### Expected behavior Running `LANG=es ./supertux2 --help` should display "Uso: " on the first line...
**SuperTux version:** [Latest @ master](https://github.com/SuperTux/supertux/commit/2902b8358653cafb5260a61727f28dd6e7f9e80f) **System information:** Ubuntu 20.04 ##### Expected behavior Calling `wait` in the console freezes the console for the requested amount of time. ##### Actual behavior Calling...
From what I've heard, you should just need to copy Prism Launcher's implementation like so: https://github.com/PrismLauncher/PrismLauncher/commit/c520faed6d0e5e9472622f848ad8512b6c71c8e0
**SuperTux version:** clone from latest master **System information:** MacBook ARM64 M2, macOS Sonoma Version 14.1.1 ##### Expected behavior The project should compile without errors when all dependencies are installed and...
GLM is just a struct with an x and y value and operator overloads. FMT is just snprintf. More dependencies = harder to port. It's very disappointing having to deal...
Most people in the SuperTux team might know me as a "possible cmake expert". And I say that the current way dependencies are managed is **terrible!** The only platform that...
**SuperTux version:** 0.6.3-956 **System information:** Garuda Linux ##### Expected behavior Finish execution of script ##### Actual behavior Close/Finish level ##### Steps to reproduce actual behavior - Create a new level...