Minor MrIceBlock physics tweak
[supertux.git] / src / supertux /
2010-04-17 mmccutchenRecognize a SUPERTUX2_USER_DIR environment variable...
2010-04-17 mmccutchenSwitch to boost::format for non-trivial substitution...
2010-04-04 mathnerd314Fill in hit properly for slopes (bouncing snowballs...
2010-03-26 wolfgangbDon't copy width and height because collision_static...
2010-03-23 mathnerd314Clean up Tile a bit
2010-03-12 florianfsupertux/tile.[ch]pp: Move the unisolid solidity checks...
2010-03-11 florianfsupertux/sector.cpp: Add support for "south", "west...
2010-03-11 florianfsupertux/tile.hpp: Implement Tile::is_unisolid().
2010-03-11 florianfsupertux/tile.hpp: Implement Tile::is_slope().
2010-03-11 florianfRename "AATriangle::DEFORM[1234]" to more meaningfull...
2010-03-09 florianfRename the "BombFish" class to "SkyDive". The factory...
2010-03-09 florianfMove "badguy/bombfish.[ch]pp" to "badguy/skydive.[ch...
2010-03-08 grumbelPatch for multiple joysticks from const86 <const@mimas.ru>
2010-03-08 grumbelAdded missing '('
2010-03-08 grumbelReverted 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 florianfBombFish: Add an enemy that can be dropped by "Owl".
2010-03-06 florianfOwl: Added initial code for an "Owl" badguy.
2010-03-04 florianfsupertux/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 grumbelRemoved unused TileSet member variable from Tile
2010-03-02 florianfShort Fuse: Implemented the new minibomb from the Miles...
2010-03-02 florianfsupertux/sector.[ch]pp: Implemented the get_nearby_obje...
2010-02-28 florianfsupertux/sector.hpp: Add a version of Sector::get_neare...
2010-02-28 florianfsupertux/sector.cpp: Use Rectf::distance().
2010-02-28 florianfsupertux/sector.[ch]pp: Implement Sector::get_nearest_p...
2010-02-28 florianfHaywire: Implemented a first version of the "crazy...
2010-02-27 florianfUpdate copyright information to: "Copyright (c) 2003...
2010-02-27 mathnerd314Some documentation for physic and what it does
2010-02-26 florianfRemove Mr. Rocket.
2010-02-22 mathnerd314Forgot a file from r6396
2010-02-22 grumbelCompiler warning fix
2010-02-22 grumbelRegister snowman in ObjectFactory
2010-02-22 grumbelUse bright red instead of hard to see dark grey for...
2010-02-22 florianfsupertux/{collision.[ch]pp,sector.cpp}: Store velocitie...
2010-02-22 florianfsupertux/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 mmccutchenAdjust music definition files.
2010-02-12 mathnerd314Pass Vector by value
2010-02-01 florianfsupertux/collision.[ch]pp: Use "contrain_*" rather...
2010-01-31 florianfBug 571: Take tilemap movement into account when handli...
2010-01-31 florianfsrc/supertux/sector.cpp: Use shift delta when checking...
2010-01-31 florianfBug 566: Implement handling of unisolid slopes.
2010-01-30 florianfBug 562: Collision detection for unisolid tiles doesn...
2010-01-30 florianfBug 474: Flip bonus-block flowers and partial-size...
2010-01-30 florianfCleanups related to tilemap positions:
2010-01-30 florianfBug 565: Support "editor-images" within "tiles".
2010-01-30 florianfBug 541: Version-sort the level filenames.
2010-01-30 florianfBug 509: Omit "Best" stats in end sequence for non...
2010-01-30 florianfBug 508: Make PlayerStatus::reset reset displayed_coins.
2010-01-30 florianfBug 100: Flip slopes properly.
2010-01-30 florianfBug 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 grumbelAdded FontPtr
2009-12-14 grumbelAdded SpritePtr
2009-12-13 grumbelMore use of SurfacePtr
2009-12-13 mathnerd314change some LAYER_GUI to LAYER_HUD, update tinygettext...
2009-12-13 grumbelUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-12-06 grumbelTurned functions in video_systems.?pp into class VideoS...
2009-12-06 grumbelFixed Rect a bit and started to use Rect in Surface...
2009-12-06 grumbelRenamed Rect to Rectf
2009-12-06 mathnerd314Use data instead of throwaway_data for slope and short...
2009-12-06 grumbelRemoved friendship between TileSetParser and Tile,...
2009-12-06 grumbelMoved parsing of "tiles" section into separate function
2009-12-06 grumbelSmall const cleanup
2009-12-06 grumbelRemoved tile_path from tileset, instead give fully...
2009-12-06 grumbelRemoved unused code
2009-12-06 grumbelMoved Tile parsing code into TileSetParser
2009-12-06 grumbelStarted moving TileSet parsing code into separate class
2009-12-06 grumbelGot rid of some friend'ship, reducing some access of...
2009-11-29 grumbelFixes for g++-4.2
2009-11-27 grumbelChanged ObjectFactory code so that it works properly...
2009-11-27 tuxdevTweak CMakeLists and physfs initialization a bit to...
2009-11-26 grumbelRenamed main() to run
2009-11-26 mathnerd314* Fix main.cpp again
2009-11-25 mathnerd314* Make it compile again
2009-11-22 grumbelUse StringUtil::numeric_less to sort list of resolutions
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-21 grumbelRenamed namespaces to all lowercase
2009-11-20 grumbelUse some more auto_ptr<>
2009-11-20 grumbelAdded Size class
2009-11-20 grumbelMinor cleanup
next