Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix granito bugs #2797

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a2ae613
Fix granito pushing while sitting
MatusGuy Feb 22, 2024
b19eda0
Merge branch 'SuperTux:master' into granito-fixes
MatusGuy Apr 19, 2024
469e594
fix unable to unduck in granito
MatusGuy Apr 19, 2024
e5ca657
prevent granito being pushed by explosions
MatusGuy Apr 24, 2024
e0f836c
Merge branch 'SuperTux:master' into granito-fixes
MatusGuy Apr 25, 2024
9c1e5aa
fix going up slope with granito
MatusGuy May 11, 2024
1f6c6d9
Merge branch 'granito-fixes' of https://github.com/MatusGuy/supertux …
MatusGuy May 11, 2024
c2d0c6c
Merge branch 'SuperTux:master' into granito-fixes
MatusGuy Jun 26, 2024
36837d0
`Screen`: Virtual methods for SDL and window resize events (#3032)
Vankata453 Aug 7, 2024
fefc0b0
Revenge in Redmond Update (#2662)
Rusty-Box Aug 7, 2024
07d70fc
Merge branch 'real-master' into granito-fixes
MatusGuy Aug 8, 2024
0928a4f
Pass string as const reference in add_option
tobbi Aug 9, 2024
48670aa
i've been lied to
MatusGuy Aug 10, 2024
4aa368f
granito no longer waves when sitting
MatusGuy Aug 10, 2024
a3d18c8
fix rockrolling under granito
MatusGuy Aug 10, 2024
7efcda1
Make "[DISABLED]" translatable (#2980)
Narre Aug 11, 2024
f5535d2
`AmbientSound` now inherits `MovingObject` in scripting
Vankata453 Aug 11, 2024
7aad14c
Squirrel: Fix inaccessible class member variables, improvements (#3031)
Vankata453 Aug 12, 2024
3e0030c
Fix broken tux santa sprite (how did this slip in here)
MatusGuy Aug 13, 2024
2d92941
Error handler: Print fatal exceptions to command line
Vankata453 Aug 15, 2024
eacdc11
Fix Windows compilation after 2d92941
Vankata453 Aug 15, 2024
5260e65
Error handler: Properly print fatal exceptions to command line
Vankata453 Aug 15, 2024
aee3fc7
Add more convenience functions to Player class (#3037)
tobbi Aug 15, 2024
f432274
Revert "Generate builds with `RelWithDebInfo` instead of `Release` (#…
Semphriss Aug 18, 2024
c39b073
Update translations
SuperTux-bot Aug 19, 2024
6376c05
Update translations
SuperTux-bot Aug 22, 2024
38f5005
Merge branch 'real-master' into granito-fixes
MatusGuy Aug 29, 2024
a7f76a7
granito look up btw im going insane
MatusGuy Aug 31, 2024
9d7b452
play falling animation
MatusGuy Aug 31, 2024
5d9ea51
WIP!!!!!!!!!!
MatusGuy Sep 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
# TODO: Add the OpenBSD, NetBSD and Solaris VMs whenever possible
vm_os: [freebsd]
build_type: [Debug, RelWithDebInfo]
build_type: [Debug, Release]
# FreeBSD does not have glbinding
# glbiactions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gnulinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
arch: [32, 64]
os: [ubuntu-20.04]
compiler: [gcc, clang]
build_type: [Debug, RelWithDebInfo]
build_type: [Debug, Release]
glbinding: [ON, OFF]
exclude:
- arch: 32
glbinding: ON
include:
- os: ubuntu-20.04
build_type: RelWithDebInfo
build_type: Release
compiler: gcc
arch: 64
glbinding: OFF
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
fail-fast: false
matrix:
os: [macos-12]
build_type: [Debug, RelWithDebInfo]
build_type: [Debug, Release]
glbinding: [ON, OFF]
include:
- os: macos-12
build_type: RelWithDebInfo
build_type: Release
glbinding: OFF
release: ON

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-touch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: [Debug, RelWithDebInfo]
build_type: [Debug, Release]
arch: [amd64, arm64, armhf]
# glbinding is missing as it isn't available on Ubuntu 16.04
opengl: [glew, sdl]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: ["RelWithDebInfo", "Debug"]
build_type: ["Release", "Debug"]

runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
fail-fast: false
matrix:
arch: [x64, x86]
build_type: [Debug, RelWithDebInfo]
build_type: [Debug, Release]
glbinding: [OFF] # [ON, OFF] # FIXME: Fix Windows glbinding builds
include:
- build_type: RelWithDebInfo
- build_type: Release
arch: x64
glbinding: OFF
release: ON
- build_type: RelWithDebInfo
- build_type: Release
arch: x86
glbinding: OFF
release: ON
Expand Down
Binary file added data/images/decal/retro/picnic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
427 changes: 427 additions & 0 deletions data/levels/misc/menu_retro.stl

Large diffs are not rendered by default.

Loading
Loading