-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'SuperTux:master' into android-workflows
- Loading branch information
Showing
236 changed files
with
4,651 additions
and
4,078 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
clickable_minimum_required: 7 | ||
framework: "ubuntu-sdk-20.04" | ||
builder: "cmake" | ||
build_dir: "build.clickable" | ||
dependencies_target: | ||
- "libogg-dev" | ||
- "libvorbis-dev" | ||
- "libopenal-dev" | ||
- "libsdl2-dev" | ||
- "libsdl2-image-dev" | ||
- "libfreetype6-dev" | ||
- "libcurl4-openssl-dev" | ||
- "libharfbuzz-dev" | ||
- "libfribidi-dev" | ||
- "libglm-dev" | ||
- "zlib1g-dev" | ||
install_lib: | ||
- "/usr/lib/${ARCH_TRIPLET}/libogg.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libvorbis.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libvorbisfile.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libopenal.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libSDL2.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libSDL2-2.0.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libSDL2_image.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libSDL2_image-2.0.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libfreetype.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libcurl.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libharfbuzz.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libfribidi.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libasound.so*" | ||
- "/usr/lib/${ARCH_TRIPLET}/libsndio.so*" | ||
- "/lib/${ARCH_TRIPLET}/libz.so.1.2.11" | ||
build_args: | ||
- "-DUBUNTU_TOUCH=ON" | ||
- "-DENABLE_OPENGL=OFF" | ||
- "-DWARNINGS=ON" | ||
- "-DWERROR=ON" | ||
- "-DCLICK_ARCH=${ARCH}" | ||
- "-DCLICK_FRAMEWORK=ubuntu-sdk-20.04" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,73 @@ | ||
(supertux-sprite | ||
(action | ||
(hitbox 21 13 11 37) | ||
(hitbox 21 13 11 54) | ||
(name "idle-left") | ||
(loops 1) | ||
(images "d3-.png" | ||
"d3-.png" | ||
"d3-.png" | ||
"d3-.png" | ||
"d4.png" | ||
"d-idle.png") | ||
(loops 1) | ||
(images "left-3.png" | ||
"left-3.png" | ||
"left-3.png" | ||
"left-3.png" | ||
"left-4.png" | ||
"left-idle.png" | ||
) | ||
) | ||
(action | ||
(hitbox 13 21 54 11) | ||
(name "idle-down") | ||
(loops 1) | ||
(images "down-3.png" | ||
"down-3.png" | ||
"down-3.png" | ||
"down-3.png" | ||
"down-4.png" | ||
"down-idle.png" | ||
) | ||
) | ||
;; This will never show up since the editor uses the flipped down texture | ||
;; But it prevents warnings for missing actions | ||
(action | ||
(hitbox 13 21 54 11) | ||
(name "editor-up") | ||
(images "down-1.png") | ||
) | ||
(action | ||
(hitbox 21 13 11 37) | ||
(hitbox 21 13 11 54) | ||
(name "idle-right") | ||
(loops 1) | ||
(loops 1) | ||
(mirror-action "idle-left") | ||
) | ||
(action | ||
(hitbox 21 13 11 37) | ||
(hitbox 21 13 11 54) | ||
(name "loading-left") | ||
(fps 10) | ||
(fps 10) | ||
(images | ||
"left-idle.png" | ||
"left-1.png" | ||
"left-2.png" | ||
"left-3.png" | ||
"left-3.png" | ||
"left-3.png" | ||
"left-3.png" | ||
) | ||
) | ||
(action | ||
(hitbox 13 21 54 11) | ||
(name "loading-down") | ||
(fps 10) | ||
(images | ||
"d-idle.png" | ||
"d1.png" | ||
"d2.png" | ||
"d3-.png" | ||
"d3-.png" | ||
"d3-.png" | ||
"d3-.png" | ||
"down-idle.png" | ||
"down-1.png" | ||
"down-2.png" | ||
"down-3.png" | ||
"down-3.png" | ||
"down-3.png" | ||
"down-3.png" | ||
) | ||
) | ||
(action | ||
(hitbox 21 13 11 37) | ||
(hitbox 21 13 11 54) | ||
(name "loading-right") | ||
(fps 10) | ||
(fps 10) | ||
(mirror-action "loading-left") | ||
) | ||
) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.