-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
base: master
Are you sure you want to change the base?
Fix granito bugs #2797
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2ae613 - Browse repository at this point
Copy the full SHA a2ae613View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b19eda0 - Browse repository at this point
Copy the full SHA b19eda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 469e594 - Browse repository at this point
Copy the full SHA 469e594View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5ca657 - Browse repository at this point
Copy the full SHA e5ca657View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0f836c - Browse repository at this point
Copy the full SHA e0f836cView commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c1e5aa - Browse repository at this point
Copy the full SHA 9c1e5aaView commit details -
Merge branch 'granito-fixes' of https://github.com/MatusGuy/supertux …
…into granito-fixes
Configuration menu - View commit details
-
Copy full SHA for 1f6c6d9 - Browse repository at this point
Copy the full SHA 1f6c6d9View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2d0c6c - Browse repository at this point
Copy the full SHA c2d0c6cView commit details
Commits on Aug 7, 2024
-
Screen
: Virtual methods for SDL and window resize events (SuperTux#……3032) The `Screen` abstract class now provides virtual methods for SDL and window resize events. The `Editor` and `PartcleEditor` classes now `override` the `event(const SDL_Event& ev)` method and `Editor` `override`s `on_window_resize()`. Resize events in `ScreenManager` are now handled by all `Screen`s in the stack. SDL events are only handled by the current (top) screen. Additionally, `OptionsMenu` now calls `ScreenManager::on_window_resize()` on video setting changes, instead of just calling `MenuManager::on_window_resize()`. This fixes a bug where the editor crashes on changing the "Video Resolution" and "Magnification" settings from the in-editor "Options" menu.
Configuration menu - View commit details
-
Copy full SHA for 36837d0 - Browse repository at this point
Copy the full SHA 36837d0View commit details -
Revenge in Redmond Update (SuperTux#2662)
The add-on **Revenge in Redmond** updated for the upcoming version of SuperTux. **Update includes** - Small intro and outro (text crawl) - Old title theme + retro themed menu level - Major changes to the levels "Late Office Nights", "Get to da Choppa!" - Completely reworked "Where Is My Super Cape!?" level - Minor tweaks to all other levels --- - [x] Set `menu_retro.stl` as menu level for RiR Add-On
Configuration menu - View commit details
-
Copy full SHA for fefc0b0 - Browse repository at this point
Copy the full SHA fefc0b0View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07d70fc - Browse repository at this point
Copy the full SHA 07d70fcView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0928a4f - Browse repository at this point
Copy the full SHA 0928a4fView commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48670aa - Browse repository at this point
Copy the full SHA 48670aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aa368f - Browse repository at this point
Copy the full SHA 4aa368fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d18c8 - Browse repository at this point
Copy the full SHA a3d18c8View commit details
Commits on Aug 11, 2024
-
Make "[DISABLED]" translatable (SuperTux#2980)
* make "[DISABLED]" translatable * remove pointless _() function call * make "{} *UPDATE*", "{} [DISABLED] *UPDATE*" and "{} [DISABLED]" translatable as single strings * remove unnecessary fmt::runtime() calls
Configuration menu - View commit details
-
Copy full SHA for 7efcda1 - Browse repository at this point
Copy the full SHA 7efcda1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5535d2 - Browse repository at this point
Copy the full SHA f5535d2View commit details
Commits on Aug 12, 2024
-
Squirrel: Fix inaccessible class member variables, improvements (Supe…
…rTux#3031) Fixes a bug in simplesquirrel, which caused exposed class member variables to be inaccessible from Squirrel. Additionally: * Simplesquirrel now supports custom getters and setters for class member variables. Because of this, more `get_` and `set_` functions of objects now have an alternative variable, which can also be used. * All `get_` and `set_` functions which were made obsolete by member variables are now un-deprecated, because of a noticeable preference amongst scripters to keep both options available for convenience.
Configuration menu - View commit details
-
Copy full SHA for 7aad14c - Browse repository at this point
Copy the full SHA 7aad14cView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e0030c - Browse repository at this point
Copy the full SHA 3e0030cView commit details
Commits on Aug 15, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 2d92941 - Browse repository at this point
Copy the full SHA 2d92941View commit details -
Configuration menu - View commit details
-
Copy full SHA for eacdc11 - Browse repository at this point
Copy the full SHA eacdc11View commit details -
Error handler: Properly print fatal exceptions to command line
Configuration menu - View commit details
-
Copy full SHA for 5260e65 - Browse repository at this point
Copy the full SHA 5260e65View commit details -
Add more convenience functions to Player class (SuperTux#3037)
Co-authored-by: Marty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aee3fc7 - Browse repository at this point
Copy the full SHA aee3fc7View commit details
Commits on Aug 18, 2024
-
Revert "Generate builds with
RelWithDebInfo
instead ofRelease
(S……uperTux#2963)" (SuperTux#3040) This reverts commit 7302e4b. RelWithDebInfo include debug data separately from the executable, which needs a debugger to be interpreted properly. The debug data does not affect stack traces generated by the program itself, but increases the executable by more than 100Mb, which is wasted if the user does not intent to run the exectuable inside a debugger. Co-authored-by: Semphris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f432274 - Browse repository at this point
Copy the full SHA f432274View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c39b073 - Browse repository at this point
Copy the full SHA c39b073View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6376c05 - Browse repository at this point
Copy the full SHA 6376c05View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38f5005 - Browse repository at this point
Copy the full SHA 38f5005View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7f76a7 - Browse repository at this point
Copy the full SHA a7f76a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d7b452 - Browse repository at this point
Copy the full SHA 9d7b452View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d9ea51 - Browse repository at this point
Copy the full SHA 5d9ea51View commit details