supertux
supertux copied to clipboard
SuperTux source code
This PR includes an overhaul of wind physics: Included changes: - Player doesn't jitter in certain scenarios with wind - No skidding noise in wind. - Player is not slowed...
As of recently when Tux dies, the Camera keeps following him rather than remaing stationary. Most noticeable in tall levels and dying high up.
SuperTux version: SuperTux v0.6.3-1075-gd9eb29f9c (Latest one) I have multiple bug reports with the new NPC added on the game "Granitos" and I decided to achieve them all here instead of...
closes #2796 TODO: - [x] Tux cannot unduck in front of Granito - [x] Rock Rolling and Granito don't mix (gets force pushed out of Granito hitbox) - [x] Tux...
I find it more intuitive to have the editor mode show below the cursor. Even better would it be if the cursor itself could be replaced with the actual mode...
Instead of hardcoding "main" for both, I moved it to a variable. I don't know if this is the right place, though.
In order for the stacktrace in the crash reporter to have line numbers, we need to generate builds with debug symbols. Unfortunately, builds generated as `Release` do not contain that...
### SuperTux Version Latest Nightly ### System Information Windows 10 64 bit ### Expected Behavior The spidermite and tarantula should descend normally in flipped sectors. ### Actual Behavior Instead, they...
For my 100th PR, I decided to fix some old issues I had involving the dynamics between some objects. Included in this PR are the following: - Rocks no longer...
This PR aims to update and better structure/organize the credits file for the upcoming release. TODO: - [x] Sort people into proper categories (Programming, Level Design, Music etc.) - [...