supertux icon indicating copy to clipboard operation
supertux copied to clipboard

SuperTux source code

Results 420 supertux issues
Sort by recently updated
recently updated
newest added

For example when choosing the sprite of a bonus block, it will show a gigantic list mostly of .png files when only the sprites matter. Fix this by allowing the...

involves:editor
type:feature
category:code

This is a small detail that I mostly made so as to get used to the codebase. If the vertical velocity is under a specific threshold, then the floating animation...

category:code
status:needs-review

Howdy. Throughout my experience in level creation, I've consistently encountered a challenge related to node handling. For those casually exploring the editor, it can be somewhat challenging to grasp the...

involves:editor
type:idea
status:needs-discussion

Mario games and other platformers like Celeste or Kirby have this thing where the screen and the entire world shake a little bit, a music pause, a vibration or a...

priority:low
status:needs-discussion
category:code

A different idea that could make the game unique, if this is possible to do, was to change the music and sound effect depending on the environment, for example when...

type:idea

Currently Harmless Fish, Swimming Fish and Chasing Fish can only swim from left to right. Instead, when selecting direction "up" or "down" they should be able to swim from top...

type:feature
category:code

**SuperTux version: 0.6.0 Alpha 3** **System information:** *Windows 10* I feel like the ambient light spots created by things like explosions, fireballs, and enemies should fade in and out instead...

type:idea
category:code

This pull request scraps the old android builds that used ndk-build/makefiles for a better and more compatible CMake solution commits are pretty unorganized marked as draft because some stuff is...

category:tests
status:conditional
os:android

Previously, there was no way to know which player executed a script. Squirrel weak references to entries under a `SquirrelEnvironment` table in `sector.triggers.{trigger_object}.{name_of_reference}` are now supported. For example, a reference...

category:code
involves:scripting
status:needs-review

In commit bf532ac, @Rusty-Box transferred the Icy Island cut-scene scripts to separate .nut files. This should be done for the other worlds as well, because it enables translation to other...

involves:l10n
category:levels
status:assigned