Cleanup:
[supertux.git] / src / supertux /
2010-03-26 Wolfgang BeckerDon't copy width and height because collision_static...
2010-03-23 Mathnerd314Clean up Tile a bit
2010-03-12 Florian Forstersupertux/tile.[ch]pp: Move the unisolid solidity checks...
2010-03-11 Florian Forstersupertux/sector.cpp: Add support for "south", "west...
2010-03-11 Florian Forstersupertux/tile.hpp: Implement Tile::is_unisolid().
2010-03-11 Florian Forstersupertux/tile.hpp: Implement Tile::is_slope().
2010-03-11 Florian ForsterRename "AATriangle::DEFORM[1234]" to more meaningfull...
2010-03-09 Florian ForsterRename the "BombFish" class to "SkyDive". The factory...
2010-03-09 Florian ForsterMove "badguy/bombfish.[ch]pp" to "badguy/skydive.[ch...
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2010-03-08 Ingo RuhnkeAdded missing '('
2010-03-08 Ingo RuhnkeReverted r6576, Menus don't belong into JoystickKeyboar...
2010-03-07 Mathnerd314make joystick_options_menu and key_options_menu part...
2010-03-07 Mathnerd314Some notes about co-op mode
2010-03-07 Mathnerd314Placeholder for player_id
2010-03-06 Florian ForsterBombFish: Add an enemy that can be dropped by "Owl".
2010-03-06 Florian ForsterOwl: Added initial code for an "Owl" badguy.
2010-03-04 Florian Forstersupertux/game_session.[ch]pp: Fix a segmantation fault...
2010-03-04 Mathnerd314Small cleanup of Sector::get_nearest_player
2010-03-03 Mathnerd314Apparently C++ doesn't automatically convert from std...
2010-03-03 Mathnerd314Check that savegame exists before trying to load it.
2010-03-03 Mathnerd314someone forgot a ! in world.cpp...
2010-03-02 Ingo RuhnkeRemoved unused TileSet member variable from Tile
2010-03-02 Florian ForsterShort Fuse: Implemented the new minibomb from the Miles...
2010-03-02 Florian Forstersupertux/sector.[ch]pp: Implemented the get_nearby_obje...
2010-02-28 Florian Forstersupertux/sector.hpp: Add a version of Sector::get_neare...
2010-02-28 Florian Forstersupertux/sector.cpp: Use Rectf::distance().
2010-02-28 Florian Forstersupertux/sector.[ch]pp: Implement Sector::get_nearest_p...
2010-02-28 Florian ForsterHaywire: Implemented a first version of the "crazy...
2010-02-27 Florian ForsterUpdate copyright information to: "Copyright (c) 2003...
2010-02-27 Mathnerd314Some documentation for physic and what it does
2010-02-26 Florian ForsterRemove Mr. Rocket.
2010-02-22 Mathnerd314Forgot a file from r6396
2010-02-22 Ingo RuhnkeCompiler warning fix
2010-02-22 Ingo RuhnkeRegister snowman in ObjectFactory
2010-02-22 Ingo RuhnkeUse bright red instead of hard to see dark grey for...
2010-02-22 Florian Forstersupertux/{collision.[ch]pp,sector.cpp}: Store velocitie...
2010-02-22 Florian Forstersupertux/sector.cpp: Make sure the boolean argument...
2010-02-21 Mathnerd314Remove domain from findlocale + some unused stuff under...
2010-02-21 Mathnerd314* Split systemRandom into graphicsRandom (particles...
2010-02-15 Matt McCutchenAdjust music definition files.
2010-02-12 Mathnerd314Pass Vector by value
2010-02-01 Florian Forstersupertux/collision.[ch]pp: Use "contrain_*" rather...
2010-01-31 Florian ForsterBug 571: Take tilemap movement into account when handli...
2010-01-31 Florian Forstersrc/supertux/sector.cpp: Use shift delta when checking...
2010-01-31 Florian ForsterBug 566: Implement handling of unisolid slopes.
2010-01-30 Florian ForsterBug 562: Collision detection for unisolid tiles doesn...
2010-01-30 Florian ForsterBug 474: Flip bonus-block flowers and partial-size...
2010-01-30 Florian ForsterCleanups related to tilemap positions:
2010-01-30 Florian ForsterBug 565: Support "editor-images" within "tiles".
2010-01-30 Florian ForsterBug 541: Version-sort the level filenames.
2010-01-30 Florian ForsterBug 509: Omit "Best" stats in end sequence for non...
2010-01-30 Florian ForsterBug 508: Make PlayerStatus::reset reset displayed_coins.
2010-01-30 Florian ForsterBug 100: Flip slopes properly.
2010-01-30 Florian ForsterBug 456: Avoid hurting Tux in a ravine.
2010-01-25 Mathnerd314Use supertux2 on Windows, zeekling squish animation...
2010-01-25 Mathnerd314Console logging is now identical in all builds; warning...
2010-01-24 Mathnerd314Use NDEBUG a bit less.
2010-01-20 Mathnerd314Bugs 454 (ice attribute) + 553 (Knee-deep in the Depth...
2010-01-18 Mathnerd314Change DELTA to .002 (wait for bugs...)
2010-01-18 Mathnerd314Mark "auto" as translatable
2010-01-01 Mathnerd314Make it build with -DCOMPILE_AMALGATION=ON. Still not...
2009-12-29 Mathnerd314* Revert breaking changes from last revision
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-25 Mathnerd314Thunderstorm sounds (from Auria and Some_Person)
2009-12-24 Mathnerd314Change anim_fps to fps in snail (fixes sprite; frames...
2009-12-24 Mathnerd314- sounds are on both channels
2009-12-14 Ingo RuhnkeAdded FontPtr
2009-12-14 Ingo RuhnkeAdded SpritePtr
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-13 Mathnerd314change some LAYER_GUI to LAYER_HUD, update tinygettext...
2009-12-13 Ingo RuhnkeUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-12-06 Ingo RuhnkeTurned functions in video_systems.?pp into class VideoS...
2009-12-06 Ingo RuhnkeFixed Rect a bit and started to use Rect in Surface...
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-12-06 Mathnerd314Use data instead of throwaway_data for slope and short...
2009-12-06 Ingo RuhnkeRemoved friendship between TileSetParser and Tile,...
2009-12-06 Ingo RuhnkeMoved parsing of "tiles" section into separate function
2009-12-06 Ingo RuhnkeSmall const cleanup
2009-12-06 Ingo RuhnkeRemoved tile_path from tileset, instead give fully...
2009-12-06 Ingo RuhnkeRemoved unused code
2009-12-06 Ingo RuhnkeMoved Tile parsing code into TileSetParser
2009-12-06 Ingo RuhnkeStarted moving TileSet parsing code into separate class
2009-12-06 Ingo RuhnkeGot rid of some friend'ship, reducing some access of...
2009-11-29 Ingo RuhnkeFixes for g++-4.2
2009-11-27 Ingo RuhnkeChanged ObjectFactory code so that it works properly...
2009-11-27 Tim GoyaTweak CMakeLists and physfs initialization a bit to...
2009-11-26 Ingo RuhnkeRenamed main() to run
2009-11-26 Mathnerd314* Fix main.cpp again
2009-11-25 Mathnerd314* Make it compile again
2009-11-22 Ingo RuhnkeUse StringUtil::numeric_less to sort list of resolutions
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-20 Ingo RuhnkeUse some more auto_ptr<>
2009-11-20 Ingo RuhnkeAdded Size class
2009-11-20 Ingo RuhnkeMinor cleanup
2009-11-20 Ingo RuhnkeMade some stuff private
2009-11-20 Ingo RuhnkeSplit particlesystem_interactive.?pp into separate...
2009-11-20 Ingo RuhnkeRemoved "const char*" versions of tinygettext for now...
next