supertux.git
2010-03-07 mathnerd314Pass player object in to BonusBlock rather than using...
2010-03-07 mathnerd314Some notes about co-op mode
2010-03-07 mathnerd314Placeholder for player_id
2010-03-07 mathnerd314More svn:eol-style
2010-03-07 mathnerd314New kamikaze snowball collision image from Some_Person
2010-03-07 mathnerd314svn:eol-style=native
2010-03-07 florianf"whereami()" function: Print coordinates as integers.
2010-03-06 grumbelSwitched to bluish owl
2010-03-06 florianfOwl: Drop "Bombfishes" by default.
2010-03-06 grumbelCompiler warning fix
2010-03-06 florianfBombFish: Add an enemy that can be dropped by "Owl".
2010-03-06 florianfOwl: Add an offset to the "is_above_player()" method.
2010-03-06 florianfOwl: Let go of the carried object when above Tux.
2010-03-06 florianfOwl: Implement carrying around of "Portable" objects.
2010-03-06 florianfOwl: Turn around when hitting a wall.
2010-03-06 grumbelRemoved some tile abuse
2010-03-06 florianfOwl: Added initial code for an "Owl" badguy.
2010-03-06 grumbelAdded owl graphics
2010-03-06 grumbelRemoved coin-cost for reset points
2010-03-06 florianfLevel 1-01 "Welcome to Antarctica": Added billboard...
2010-03-05 florianfbadguy.cpp: Badguys don't squish other badguys.
2010-03-05 florianfaddon_manager.cpp: Changed add-on URL to supertux.letha...
2010-03-05 florianfbadguy/haywire.cpp: Use the x-acceleration to follow...
2010-03-05 florianfbadguy/walking_badguy.cpp: Turn the badguy around when...
2010-03-05 florianfbadguy/walking_badguy.[ch]pp: Make it possible to speci...
2010-03-05 florianfbadguy/walking_badguy.cpp: Don't set "walk_speed" to...
2010-03-05 florianfbadguy/walking_badguy.cpp: Fix the acceleration code.
2010-03-04 mathnerd314First crack at a new camera, before my plane flight...
2010-03-04 florianfLevel 1-01 "Welcome to Antarctica": Added a note about...
2010-03-04 florianfsupertux/game_session.[ch]pp: Fix a segmantation fault...
2010-03-04 florianfsupertux/man/man6/supertux2.6: Fix a syntax error.
2010-03-04 florianfLevel 1-22 "A Mysterious House of Ice": Replace some...
2010-03-04 florianfCannon: Use the cannon's and badguy's bounding boxes...
2010-03-04 florianfSnowshot: Call ->set_action() in the constructor.
2010-03-04 grumbelRemoved speed limit when grabbing normal objects
2010-03-04 mathnerd314Minor cleanup in SoundManager
2010-03-04 mathnerd314Use static casts in GL::Renderer
2010-03-04 mathnerd314Small cleanup of Sector::get_nearest_player
2010-03-04 mathnerd314Remove walk key
2010-03-03 mathnerd314Tweak offsets a bit so kamikazesnowball doesn't die.
2010-03-03 mathnerd314Don't save state of initial worldmap before loading it
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-03 mathnerd314Change Mysterious House of Ice to use dark bg tiles.
2010-03-02 grumbelRemoved unused TileSet member variable from Tile
2010-03-02 florianfHaywire: Fix a null-pointer dereference when Haywire...
2010-03-02 mathnerd314Some install changes to CMakeLists.txt
2010-03-02 grumbelAdded background image, removed snow particles (visual...
2010-03-02 anmasterUpdate sv.po to match recent changes. Also reword some...
2010-03-02 florianfLevel 1-12 "Into the Stars": Changed the level height...
2010-03-02 florianfLevel 1-01: Fixed decal filenames.
2010-03-02 florianfLevel 1-10 "23rd Airborne": Added a (somewhat hidden...
2010-03-02 florianfShort Fuse: Make badguy shootable with the fireflower.
2010-03-02 florianfShort Fuse: Implemented the new minibomb from the Miles...
2010-03-02 florianfobject/explosion.[ch]pp: Added the "hurt" and "push...
2010-03-02 florianfsupertux/sector.[ch]pp: Implemented the get_nearby_obje...
2010-03-02 florianfbadguy/walking_badguy.[ch]pp: Added the add_velocity...
2010-03-02 florianfSnowman: Created body-only animation and added it to...
2010-03-02 grumbelSome TODO updates
2010-03-01 florianfNightcave test level: Restore decals that have been...
2010-03-01 florianfLevel 1-01 "Welcome to Antarctica": Added billboards...
2010-03-01 florianfAdded test level for "unstable tiles".
2010-03-01 grumbelUse proper background tiles for secret area
2010-03-01 grumbelTurned the run-blockade into a staircase, to allow...
2010-03-01 grumbelFine tuned the enemy placement and removed lots of...
2010-03-01 florianfobject/unstable_tile.[ch]pp: Implement third state...
2010-03-01 grumbelResized background to 800x600 to work around bug drawin...
2010-03-01 florianfsdl_texture.cpp: Rewrite the optimize() function.
2010-03-01 grumbelImplemented proper clipping
2010-03-01 grumbelAdded DrawingContext::get_cliprect()
2010-03-01 grumbelAdded constructor te Rectf() that takes a Sizef
2010-02-28 anmasterTry to fix level20 by adding a black image at top and...
2010-02-28 anmasterExpand bonus2/level20.stl to fill new max resolution...
2010-02-28 florianfUnstable tile: Dissolve, then disappear without falling...
2010-02-28 anmasterExpand bonus2/level17.stl to fill new max resolution.
2010-02-28 mathnerd314Clean up test levels a bit.
2010-02-28 anmasterExpand bonus2/level19.stl to fill new max resolution...
2010-02-28 anmasterExpand bonus1/thompson-level1.stl to fill new max resol...
2010-02-28 anmasterExpand bonus1/bonus-level5.stl to fill new max resolution.
2010-02-28 grumbelCompiler warning fix, init variables to 0
2010-02-28 grumbelCompiler warning fix, init variables to 0
2010-02-28 anmasterExpand bonus1/bonus-level4.stl to fill new max resolution.
2010-02-28 mathnerd314Remove last vestiges of DEBUG
2010-02-28 anmasterExpand bonus1/bonus-level3.stl to fill new max resolution.
2010-02-28 mathnerd314Small ctor change.
2010-02-28 anmasterExpand bonus1/bonus-level2.stl to fill new max resolution.
2010-02-28 florianflisp/parser.cpp: Remove a forgotten debug message.
2010-02-28 anmasterExpand bonus-level1.stl to fill new max resolution.
2010-02-28 mathnerd314Change secret area signature to use editor-only tiles.
2010-02-28 anmasterRun tools/normalize-po-files.sh on all *.po files to...
2010-02-28 anmasterUpdate some Swedish translations.
2010-02-28 anmasterCommiting fix for world1, level25 from bug #586 "Arctic...
2010-02-28 mathnerd314Fix Sprite class once and for all.
2010-02-28 florianfAdded a test level for "Haywire".
2010-02-28 florianflisp/parser.cpp: Use absolute directory when talking...
2010-02-28 anmasterUpdate bonus1 translation, charset changed from ISO...
2010-02-28 anmasterFix some header issues in the top sv.po (for the string...
2010-02-28 florianfsprite/sprite.cpp: Revert revision 6435 by Mathnerd314.
2010-02-28 anmasterUpdate Swedish translation of code. NOTE: Levels are...
next