Tobias Markus ee13e2d5d3 Fix a couple linter warnings 1 day ago
..
menu 9e87d0f7f3 Editor zooming (#2813) 1 week ago
autotile.cpp e105412d67 Fix memory leaks and code quality in autotile code (#2591) 8 months ago
autotile.hpp e105412d67 Fix memory leaks and code quality in autotile code (#2591) 8 months ago
autotile_parser.cpp 4fa2f9d2a6 Various cppcheck performance fixes 2 months ago
autotile_parser.hpp 4fa2f9d2a6 Various cppcheck performance fixes 2 months ago
colorscheme.cpp 517005b4ce Backwards-compatible tile mappings, tile converters, tile and texture deprecation (#2671) 4 months ago
colorscheme.hpp e5e919a551 Improvements to object type support, object versioning (#2542) 7 months ago
command_line_arguments.cpp 9b4eaeed04 Remove `GameSessionRecorder` (#2755) 2 months ago
command_line_arguments.hpp 9b4eaeed04 Remove `GameSessionRecorder` (#2755) 2 months ago
console.cpp 11e336b6e1 Remove a few unnecessary std::string casts 4 months ago
console.hpp 333064bb25 Fix virtual destructors not declared 'override' 3 years ago
constants.hpp e9ffd2d874 Fixed issues with moving platforms (#1514) 3 years ago
controller_hud.cpp e03fcee512 Replace `enum Controller::Control` with `enum class Control` 5 years ago
controller_hud.hpp e03fcee512 Replace `enum Controller::Control` with `enum class Control` 5 years ago
d_scope.cpp ec6035dfa1 Refactor WorldMap to support functional sectors (#2377) 9 months ago
d_scope.hpp ec6035dfa1 Refactor WorldMap to support functional sectors (#2377) 9 months ago
debug.cpp cd0fb31305 Only update / process input for MenuManager when MenuManager is actually active 3 months ago
debug.hpp cd0fb31305 Only update / process input for MenuManager when MenuManager is actually active 3 months ago
direction.cpp c2cc19b688 Root Sapling (a.k.a. Corrupted Mole) (#2698) 1 month ago
direction.hpp c2cc19b688 Root Sapling (a.k.a. Corrupted Mole) (#2698) 1 month ago
error_handler.cpp 5f5d018d65 Fix spelling and comment consistency in the source code. (#2545) 8 months ago
error_handler.hpp 5c22e5c0bc Added bezier curves (BUGGY) 2 years ago
fadetoblack.cpp 0105561e42 Use context.get_rect() more 4 months ago
fadetoblack.hpp 2a35bf8f88 Add m_ prefixes and noncopyable footer to ScreenFade classes 5 years ago
flip_level_transformer.cpp 1e63830572 Added support for multiple players 2 years ago
flip_level_transformer.hpp b61b1ced26 Refactor level flipping (#1922) 2 years ago
game_manager.cpp 41356f078a World-specific custom title screen levels (#2667) 4 months ago
game_manager.hpp 9722a23a91 Fix broken "load_worldmap" and "set_next_worldmap" functions (#2665) 6 months ago
game_object.cpp 88674c644c Check if `MovingSprite` type change call is initial (#2646) 2 months ago
game_object.hpp 3e8b1c4a95 Revert "Only draw objects when they're within bounds" 2 months ago
game_object_component.hpp 484bb9ee78 Add GameObjectComponent to GameObject 5 years ago
game_object_factory.cpp c2cc19b688 Root Sapling (a.k.a. Corrupted Mole) (#2698) 1 month ago
game_object_factory.hpp 5917b9a31e Allow dispensing objects, dispenser object customization (#2497) 9 months ago
game_object_iterator.cpp 0c4f64150c Add iterator-based GameObjectManager::get_objects_by_type<T>() 5 years ago
game_object_iterator.hpp 2c985289db Replace `while(` with `while (` 5 years ago
game_object_manager.cpp 3e8b1c4a95 Revert "Only draw objects when they're within bounds" 2 months ago
game_object_manager.hpp 42b046b5ae Undo tracking for multiple objects, no stack clear on save (#2713) 3 months ago
game_session.cpp 03d9a65061 Door and teleport improvements (#2844) 2 weeks ago
game_session.hpp 03d9a65061 Door and teleport improvements (#2844) 2 weeks ago
gameconfig.cpp 9b4eaeed04 Remove `GameSessionRecorder` (#2755) 2 months ago
gameconfig.hpp 9b4eaeed04 Remove `GameSessionRecorder` (#2755) 2 months ago
globals.cpp b87b0a5828 Fix destruction order of Config 3 years ago
globals.hpp b87b0a5828 Fix destruction order of Config 3 years ago
info_box.cpp 154315da07 Extend sub-pixel rendering support (#2609) 8 months ago
info_box.hpp 5065b19f73 Mark deleted copy-constructors/assignment-ops as 'delete' 5 years ago
info_box_line.cpp 369df68688 Textscroller Updates (#1874) 2 years ago
info_box_line.hpp 369df68688 Textscroller Updates (#1874) 2 years ago
level.cpp 80c770d294 make level note translatable (#2708) 4 months ago
level.hpp cf06f96c30 Preserving players and grabbed objects between sectors (#2596) 5 months ago
level_parser.cpp cf06f96c30 Preserving players and grabbed objects between sectors (#2596) 5 months ago
level_parser.hpp 1632ae8263 Fix clang warning about LeverParser::m_worldmap being unused 5 years ago
level_transformer.cpp 635cf66ccd Replace `for(` with `for (` 5 years ago
level_transformer.hpp 8af26176ec Replace some pointers with references 5 years ago
levelintro.cpp a314ee74c1 Add Controller::pressed_any 3 months ago
levelintro.hpp 85d5c333ef Tux and Penny Design Revamp (#2333) 1 year ago
levelset.cpp 501228b8f0 Abstract PhysFS enumerate into PhysfsUtil (#2544) 9 months ago
levelset.hpp 070875ebb0 Add final keyword to classes 5 years ago
levelset_screen.cpp 5333cebf62 [NO SQUASH] Move to C++17 and remove Boost dependency (#2473) 11 months ago
levelset_screen.hpp 5333cebf62 [NO SQUASH] Move to C++17 and remove Boost dependency (#2473) 11 months ago
main.cpp 1952b2a31a Emscripten: Use m_userdir variable inside FS.mount 1 month ago
main.hpp 898e867da5 Profile manager, general profile info (#2666) 4 months ago
moving_object.cpp 3e8b1c4a95 Revert "Only draw objects when they're within bounds" 2 months ago
moving_object.hpp 3e8b1c4a95 Revert "Only draw objects when they're within bounds" 2 months ago
object_factory.cpp 9e13a5abb0 Fix translation issue with object display names 9 months ago
object_factory.hpp aed010c4cc Fix build warnings (#2618) 6 months ago
object_remove_listener.hpp 08813a74da Merged changes from branches/supertux-milestone2-grumbel/ to trunk/supertux/ 14 years ago
physic.cpp cd522216b9 Swimming Improvements (#1704) 3 years ago
physic.hpp 864ff52d75 Crystallo <-> Roof Crystallo on levelflip (#2576) 8 months ago
player_status.cpp 41356f078a World-specific custom title screen levels (#2667) 4 months ago
player_status.hpp 41356f078a World-specific custom title screen levels (#2667) 4 months ago
player_status_hud.cpp ef111b4e5b Properly draw powerup stack HUD in multiplayer 4 months ago
player_status_hud.hpp c54330a2ee Show power up count 4 years ago
profile.cpp 41356f078a World-specific custom title screen levels (#2667) 4 months ago
profile.hpp 41356f078a World-specific custom title screen levels (#2667) 4 months ago
profile_manager.cpp 898e867da5 Profile manager, general profile info (#2666) 4 months ago
profile_manager.hpp 898e867da5 Profile manager, general profile info (#2666) 4 months ago
resources.cpp 02711d9070 Display languages localized (#2610) 8 months ago
resources.hpp 02711d9070 Display languages localized (#2610) 8 months ago
savegame.cpp 41356f078a World-specific custom title screen levels (#2667) 4 months ago
savegame.hpp 41356f078a World-specific custom title screen levels (#2667) 4 months ago
screen.hpp 43ad4ae448 Refactor of the presence integration & Discord RPC (#1588) 3 years ago
screen_fade.hpp 03d9a65061 Door and teleport improvements (#2844) 2 weeks ago
screen_manager.cpp 03d9a65061 Door and teleport improvements (#2844) 2 weeks ago
screen_manager.hpp 974c0df097 Apply patch by matusguy: Add m_screen_stack getter to ScreenManager 8 months ago
sector.cpp 03d9a65061 Door and teleport improvements (#2844) 2 weeks ago
sector.hpp 03d9a65061 Door and teleport improvements (#2844) 2 weeks ago
sector_base.cpp ef53f16b92 Fix crash when switching to a worldmap with non-solid tilemap 2 months ago
sector_base.hpp ef53f16b92 Fix crash when switching to a worldmap with non-solid tilemap 2 months ago
sector_parser.cpp ec6035dfa1 Refactor WorldMap to support functional sectors (#2377) 9 months ago
sector_parser.hpp ec6035dfa1 Refactor WorldMap to support functional sectors (#2377) 9 months ago
sequence.cpp 82f787e8a6 Use new style C++ cast instead of old style C cast 5 years ago
sequence.hpp 2c8fa33173 Remove inconstent comments from #endif in .hpp 5 years ago
shrinkfade.cpp 03d9a65061 Door and teleport improvements (#2844) 2 weeks ago
shrinkfade.hpp 03d9a65061 Door and teleport improvements (#2844) 2 weeks ago
statistics.cpp ee13e2d5d3 Fix a couple linter warnings 1 day ago
statistics.hpp 2fd5ed445c Added stats counter visible in the pause menu + when completing one of the three categories 3 years ago
textscroller_screen.cpp 154315da07 Extend sub-pixel rendering support (#2609) 8 months ago
textscroller_screen.hpp 333064bb25 Fix virtual destructors not declared 'override' 3 years ago
tile.cpp 517005b4ce Backwards-compatible tile mappings, tile converters, tile and texture deprecation (#2671) 4 months ago
tile.hpp 517005b4ce Backwards-compatible tile mappings, tile converters, tile and texture deprecation (#2671) 4 months ago
tile_manager.cpp 4ebfa9ed44 Added m_ prefix to Tile and TileManager member variables 5 years ago
tile_manager.hpp 070875ebb0 Add final keyword to classes 5 years ago
tile_set.cpp 517005b4ce Backwards-compatible tile mappings, tile converters, tile and texture deprecation (#2671) 4 months ago
tile_set.hpp 517005b4ce Backwards-compatible tile mappings, tile converters, tile and texture deprecation (#2671) 4 months ago
tile_set_parser.cpp 3e60fd7c09 Do not offset empty tilegroup tiles 4 months ago
tile_set_parser.hpp 5333cebf62 [NO SQUASH] Move to C++17 and remove Boost dependency (#2473) 11 months ago
timer.cpp 82326ac7a4 Corrupted Granito (#2663) 5 months ago
timer.hpp 3f6161db1b Add get_progress() method to Timer 1 month ago
title_screen.cpp 1a195f2e5f Fix player in title screen jumping slopes (#2868) 1 week ago
title_screen.hpp 9b4eaeed04 Remove `GameSessionRecorder` (#2755) 2 months ago
world.cpp e5716e34ad Don't mess with the hide_from_contribs flag, move check to hide_from_contribs method 1 day ago
world.hpp e5716e34ad Don't mess with the hide_from_contribs flag, move check to hide_from_contribs method 1 day ago