Zwatotem 4bee92bf68 Use FL_Locale to generate language code 3 years ago
..
menu 63e8ab8cc8 Autotiles 3 years ago
autotile.cpp 374cd7d77f Removed extra parenthesis (autotiling) 3 years ago
autotile.hpp 3ed642cdd3 Added autotileset validation feature, and started adding snow underground autotile config entries 3 years ago
autotile_parser.cpp 3ed642cdd3 Added autotileset validation feature, and started adding snow underground autotile config entries 3 years ago
autotile_parser.hpp 63e8ab8cc8 Autotiles 3 years ago
colorscheme.cpp 63e8ab8cc8 Autotiles 3 years ago
colorscheme.hpp 806369eed4 Moved colors from TextScrollerScreen to ColorSchema 5 years ago
command_line_arguments.cpp 93e3f44d04 Fixed windows bug and tweaked a setting (autotiling) 3 years ago
command_line_arguments.hpp 80e74c7b24 Allow multiple filenames for --resave, add --editor alias 5 years ago
console.cpp 23eca299ce Fix numerous clang-tidy bugprone-* warnings 5 years ago
console.hpp ff0beace09 Replace `if(` with `if (` 5 years ago
constants.hpp dfa9fbd933 Move DELTA variable to CollisionSystem 5 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 6af3ed2967 Move all dynamic scope variables into a single file 5 years ago
d_scope.hpp dde8b79889 Fix d_worldmap namespace issue 5 years ago
debug.cpp 68a34a07a5 Save debug menu's "Show Controller" option in config 4 years ago
debug.hpp 68a34a07a5 Save debug menu's "Show Controller" option in config 4 years ago
direction.cpp 8286865583 Remove unused dir_to_prefixed 5 years ago
direction.hpp 8286865583 Remove unused dir_to_prefixed 5 years ago
fadetoblack.cpp 27ae58ca04 Heed sRGB colourspace in the editor and when fading (#1186) 4 years ago
fadetoblack.hpp 2a35bf8f88 Add m_ prefixes and noncopyable footer to ScreenFade classes 5 years ago
flip_level_transformer.cpp b9121944ce Add fade script to decals 3 years ago
flip_level_transformer.hpp 45acc0efc4 Enable the flip transform for decals. 4 years ago
game_manager.cpp e1a3d4fe8a Add a option "Test from here" to Firefly and Spawnpoint. 4 years ago
game_manager.hpp e1a3d4fe8a Add a option "Test from here" to Firefly and Spawnpoint. 4 years ago
game_object.cpp a3a53f5be3 Fix --resave for numerous objects 5 years ago
game_object.hpp be1626d7ad Make GameObject::save() non-virtual, remove ::save() in children 5 years ago
game_object_component.hpp 484bb9ee78 Add GameObjectComponent to GameObject 5 years ago
game_object_factory.cpp b570e99dd1 Add sideways bumpers (#1478) 3 years ago
game_object_factory.hpp 5739e335d0 Turn `enum Direction` into an `enum class` 5 years 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 99f72fba3d Update solid tilemaps in game manager after changes. 4 years ago
game_object_manager.hpp 99f72fba3d Update solid tilemaps in game manager after changes. 4 years ago
game_session.cpp e1a3d4fe8a Add a option "Test from here" to Firefly and Spawnpoint. 4 years ago
game_session.hpp e1a3d4fe8a Add a option "Test from here" to Firefly and Spawnpoint. 4 years ago
game_session_recorder.cpp e03fcee512 Replace `enum Controller::Control` with `enum class Control` 5 years ago
game_session_recorder.hpp 8bb2279afd Add m_ prefixes to GameSessionRecorder member variables 5 years ago
gameconfig.cpp 93e3f44d04 Fixed windows bug and tweaked a setting (autotiling) 3 years ago
gameconfig.hpp 68a34a07a5 Save debug menu's "Show Controller" option in config 4 years ago
globals.cpp 7feb5547da Move g_game_speed into Debug class 5 years ago
globals.hpp 7feb5547da Move g_game_speed into Debug class 5 years ago
info_box.cpp ad439b2ced Remove unnecessary Canvas::draw_filled_rect(Vector, Vector, ...) 5 years ago
info_box.hpp 5065b19f73 Mark deleted copy-constructors/assignment-ops as 'delete' 5 years ago
info_box_line.cpp 6d7fc637fb Fix clang-tidy performance warnings 5 years ago
info_box_line.hpp 52fed18aec Replace `switch(` with `switch (` 5 years ago
level.cpp 87ef9ab289 Fix -Wshadow 4 years ago
level.hpp 29f3ce9691 More robust way of preventing pause menu on focus loss 4 years ago
level_parser.cpp 29f3ce9691 More robust way of preventing pause menu on focus loss 4 years 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 f31276d3d6 Use green font for perfect level stats 4 years ago
levelintro.hpp f31276d3d6 Use green font for perfect level stats 4 years ago
levelset.cpp 6f464fa9b8 Move utility functions from PhysFSFileSystem to physfsutil 5 years ago
levelset.hpp 070875ebb0 Add final keyword to classes 5 years ago
levelset_screen.cpp e1a3d4fe8a Add a option "Test from here" to Firefly and Spawnpoint. 4 years ago
levelset_screen.hpp e1a3d4fe8a Add a option "Test from here" to Firefly and Spawnpoint. 4 years ago
main.cpp 4e7ebfaeab Remember --spawnpoint and --sector across deaths. 4 years ago
main.hpp 8e2163140d Move timelog into a proper class 5 years ago
moving_object.cpp 8ca2337033 Hide region for moving objects from editor tooltip 5 years ago
moving_object.hpp 2ba877f296 Make p1, p2 members of Rectf private 5 years ago
object_factory.cpp b1cd9358a9 Remove GameObjectPtr and use std::unique_ptr<GameObject> instead 5 years ago
object_factory.hpp 3d8291909e Catch exceptions caused by an Editor action 5 years ago
object_remove_listener.hpp 08813a74da Merged changes from branches/supertux-milestone2-grumbel/ to trunk/supertux/ 14 years ago
physic.cpp ff153c5ee4 Move trivial Getters and Setters from physics.cpp to physics.hpp (#1091) 5 years ago
physic.hpp ff153c5ee4 Move trivial Getters and Setters from physics.cpp to physics.hpp (#1091) 5 years ago
player_status.cpp 7d36427f4f Tux has infinite retries (#1410) 4 years ago
player_status.hpp 5c78180e6b Added a "Restart from Checkpoint" button (#1128) 4 years ago
player_status_hud.cpp 1f31e7d0b8 Fix an inconsistencty within the HUD (#1311) 4 years ago
player_status_hud.hpp c54330a2ee Show power up count 4 years ago
resources.cpp 4bee92bf68 Use FL_Locale to generate language code 3 years ago
resources.hpp 15cb778aff Add fallback fonts for languages which the normal SuperTux font doesn't contain glyphs for 5 years ago
savegame.cpp 6f464fa9b8 Move utility functions from PhysFSFileSystem to physfsutil 5 years ago
savegame.hpp 48fd0288a4 Make Savegame::load() private, add Savegame::from_file() 5 years ago
screen.hpp 5f36a87b47 Pass Controller through Screen::update() 5 years ago
screen_fade.hpp 2a35bf8f88 Add m_ prefixes and noncopyable footer to ScreenFade classes 5 years ago
screen_manager.cpp 93e3f44d04 Fixed windows bug and tweaked a setting (autotiling) 3 years ago
screen_manager.hpp fe66dcfd04 Do not use a variable time step (#1158) 4 years ago
sector.cpp de35abfbee Replace get_objects_by_type<Player> with get_objects_by_type_index 4 years ago
sector.hpp 23eca299ce Fix numerous clang-tidy bugprone-* warnings 5 years ago
sector_parser.cpp aab9f8ed41 Add load_background method and fallback paths 4 years ago
sector_parser.hpp 845d45c82e Make it explicit if a level will be loaded editable or for the game 5 years 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 2a35bf8f88 Add m_ prefixes and noncopyable footer to ScreenFade classes 5 years ago
shrinkfade.hpp 2a35bf8f88 Add m_ prefixes and noncopyable footer to ScreenFade classes 5 years ago
statistics.cpp f31276d3d6 Use green font for perfect level stats 4 years ago
statistics.hpp f31276d3d6 Use green font for perfect level stats 4 years ago
textscroller_screen.cpp 464bdfca1a Remove unused variables 4 years ago
textscroller_screen.hpp 464bdfca1a Remove unused variables 4 years ago
tile.cpp 6d7fc637fb Fix clang-tidy performance warnings 5 years ago
tile.hpp fa2af7541f Do not assume a male player (#1113) 5 years 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 828fada9e4 Fixed build problems + added first worlmap autotileset (snow) 3 years ago
tile_set.hpp 2ad828f31f Autotile config files are now linked to their corresponding tileset file 3 years ago
tile_set_parser.cpp 2ad828f31f Autotile config files are now linked to their corresponding tileset file 3 years ago
tile_set_parser.hpp 5065b19f73 Mark deleted copy-constructors/assignment-ops as 'delete' 5 years ago
timer.cpp ff0beace09 Replace `if(` with `if (` 5 years ago
timer.hpp ac9e9a3415 Add m_ prefixes to Timer class 5 years ago
title_screen.cpp da90711d8b Update Copyirght year to 2020 4 years ago
title_screen.hpp 43598cc620 Print current renderer to the bottom/right of the TitleScreen 5 years ago
world.cpp 6f464fa9b8 Move utility functions from PhysFSFileSystem to physfsutil 5 years ago
world.hpp 522b5075fa More cleanup of World class 5 years ago