Cleanup:
[supertux.git] / src / object /
2010-03-26 Wolfgang BeckerCleanup:
2010-03-20 Ingo Ruhnke-Weffc++ fix
2010-03-20 Mathnerd314Rename ACTIVATION_DISTANCE to get compile_amalgation...
2010-03-19 Mathnerd314Revert camera until I come up with a better idea
2010-03-15 Florian ForsterUnstable tile: Implement a "slow fall" phase for sprite...
2010-03-11 Florian Forsterobject/bonus_block.[ch]pp: Fix a NULL-pointer dereference.
2010-03-11 Florian Forstersupertux/tile.hpp: Implement Tile::is_slope().
2010-03-10 Mathnerd314Update end sequence controller and stop backflipping...
2010-03-08 Ingo RuhnkePatch for multiple joysticks from const86 <const@mimas.ru>
2010-03-07 Mathnerd314Pass player object in to BonusBlock rather than using...
2010-03-07 Mathnerd314Some notes about co-op mode
2010-03-06 Ingo RuhnkeRemoved coin-cost for reset points
2010-03-04 Mathnerd314First crack at a new camera, before my plane flight...
2010-03-04 Ingo RuhnkeRemoved speed limit when grabbing normal objects
2010-03-04 Mathnerd314Remove walk key
2010-03-02 Florian Forsterobject/explosion.[ch]pp: Added the "hurt" and "push...
2010-03-01 Florian Forsterobject/unstable_tile.[ch]pp: Implement third state...
2010-03-01 Ingo RuhnkeImplemented proper clipping
2010-02-28 Florian ForsterUnstable tile: Dissolve, then disappear without falling...
2010-02-28 Mathnerd314Small ctor change.
2010-02-28 Florian ForsterIcecrusher and Haywire: Use the bounding box to find...
2010-02-28 Florian ForsterIcecrusher: Use Sector::get_nearest_player().
2010-02-26 Florian ForsterIceCrusher: Implemented a cooldown timer.
2010-02-26 Florian ForsterIceCrusher: Use gavitation rather than linear speed...
2010-02-22 Florian Forsterobject/tilemap.hpp: Add an explanation to the boolean...
2010-02-21 Mathnerd314* Split systemRandom into graphicsRandom (particles...
2010-02-21 Florian ForsterBug 524: Fading TileMaps may change solidity of the...
2010-02-12 Mathnerd314CometParticleSystem include fix
2010-02-11 Florian ForsterVarious objects: Use "reader_get_layer" to parse the...
2010-02-11 Florian ForsterBug 527: Limit tilemap and background layers to (LAYER_...
2010-02-11 Florian ForsterBug 577: (Re)allow Player to low-jump from a stopped...
2010-01-30 Florian ForsterBug 563: Reset backflipping when Tux spawns.
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 560: Fix 1-pixel gaps between tiles near hidden...
2010-01-30 Florian ForsterBug 507: Reset stuff upon player death
2010-01-30 Florian ForsterBug 471: Fix upward release of ice block, and grabbing...
2010-01-26 Mathnerd314Shake camera on buttjump.
2010-01-25 Mathnerd314MrIceBlock stops after bouncing a lot.
2010-01-24 Mathnerd314Use NDEBUG a bit less.
2010-01-18 Mathnerd314Snow ADSR (bug 221)
2010-01-17 Mathnerd314UnstableTile and WeakBlock are affected by Explosions.
2010-01-13 Miloš KloučekFix for bug 544 and it's duplicates.
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 Mathnerd314Add a constant for how long electrify lasts
2009-12-25 Mathnerd314Thunderstorm sounds (from Auria and Some_Person)
2009-12-24 Mathnerd314- sounds are on both channels
2009-12-16 Wolfgang BeckerPlay kill.wav when Tux is killed, hurt.wav when he...
2009-12-14 Ingo RuhnkeAdded FontPtr
2009-12-14 Ingo RuhnkeAdded SpritePtr
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-13 Ingo RuhnkeUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-12-01 Ingo RuhnkeFixed off-by-one
2009-12-01 Ingo RuhnkeFixed draw range in Background
2009-12-01 Ingo RuhnkeImplemented background alignment for resolution indepen...
2009-11-30 Ingo RuhnkeBackground drawing now starts at the center of the...
2009-11-29 Ingo RuhnkeFixe for g++-4.1
2009-11-28 Ingo RuhnkeAdded support for scrolling backgrounds
2009-11-28 Ingo RuhnkeIf speed-y isn't given, use speed
2009-11-27 Ingo RuhnkeChanged ObjectFactory code so that it works properly...
2009-11-25 Mathnerd314* Make it compile again
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 RuhnkeSplit particlesystem_interactive.?pp into separate...
2009-11-19 Tim Goyaplay with CMakeLists.txt compile flags, change from...
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeTurned stuff in supertux/resources.cpp into a class...
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-18 Ingo RuhnkeInclude optimizations
2009-11-18 Ingo RuhnkeSplit object/block.?pp
2009-11-18 Ingo RuhnkeReplaced <c*> headers with <*.h>
2009-11-18 Ingo RuhnkeSplit object/particlesystem.?pp
2009-11-18 Ingo RuhnkeSplitted supertux/textscroller.?pp
2009-11-17 Ingo RuhnkeFinished -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup, almost done
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 Mathnerd314* Add Airship (regular above-ground theme) and Battle...
2009-10-29 Mathnerd314* Finish work on Path through the Clouds
2009-08-30 Mathnerd314* Update squirrel to 2.2.3
2009-06-27 Wolfgang BeckerDo not apply friction if Tux's x-velocity is zero.
2009-06-14 Mathnerd314Random stuff that I should have committed ages ago.
2009-05-09 Miloš Kloučekexpressed my opinion on code layout..
2009-05-03 Mathnerd314* Use overloading in Lisp and Writer
2009-05-03 Mathnerd314Ice blocks (graphics are placeholders)
2009-01-28 Miloš KloučekAllow declaration of "layer" for thunderstorm (both...
2008-09-19 Mathnerd314more svn:eol-style = native and header fixes
2008-09-06 Christoph SommerChanged jump behaviour: Tux will now jump even if the...
2008-08-21 Ingo RuhnkeqMax <qwiglydee@gmail.com>'s font patch, adds unicode...
2008-08-17 Mathnerd314Rewrite Tux drawing code to be a bit cleaner.
2008-06-27 Christoph SommerNo more segfaults when trying to spawn bullets of unkno...
2008-06-16 Ryan FlegelFix issue with action not being updated when typing...
2008-06-16 Ryan FlegelSupport for idle animations. Idle stage sprite names...
next