2010-03-05 |
florianf | badguy/haywire.cpp: Use the x-acceleration to follow... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
florianf | badguy/walking_badguy.cpp: Turn the badguy around when... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
florianf | badguy/walking_badguy.[ch]pp: Make it possible to speci... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
florianf | badguy/walking_badguy.cpp: Don't set "walk_speed" to... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
florianf | badguy/walking_badguy.cpp: Fix the acceleration code. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
mathnerd314 | First crack at a new camera, before my plane flight... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
florianf | Level 1-01 "Welcome to Antarctica": Added a note about... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
florianf | supertux/game_session.[ch]pp: Fix a segmantation fault... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
florianf | supertux/man/man6/supertux2.6: Fix a syntax error. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
florianf | Level 1-22 "A Mysterious House of Ice": Replace some... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
florianf | Cannon: Use the cannon's and badguy's bounding boxes... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
florianf | Snowshot: Call ->set_action() in the constructor. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
grumbel | Removed speed limit when grabbing normal objects |
commit | commitdiff | tree | snapshot |
2010-03-04 |
mathnerd314 | Minor cleanup in SoundManager |
commit | commitdiff | tree | snapshot |
2010-03-04 |
mathnerd314 | Use static casts in GL::Renderer |
commit | commitdiff | tree | snapshot |
2010-03-04 |
mathnerd314 | Small cleanup of Sector::get_nearest_player |
commit | commitdiff | tree | snapshot |
2010-03-04 |
mathnerd314 | Remove walk key |
commit | commitdiff | tree | snapshot |
2010-03-03 |
mathnerd314 | Tweak offsets a bit so kamikazesnowball doesn't die. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
mathnerd314 | Don't save state of initial worldmap before loading it |
commit | commitdiff | tree | snapshot |
2010-03-03 |
mathnerd314 | Apparently C++ doesn't automatically convert from std... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
mathnerd314 | Check that savegame exists before trying to load it. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
mathnerd314 | someone forgot a ! in world.cpp... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
mathnerd314 | Change Mysterious House of Ice to use dark bg tiles. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
grumbel | Removed unused TileSet member variable from Tile |
commit | commitdiff | tree | snapshot |
2010-03-02 |
florianf | Haywire: Fix a null-pointer dereference when Haywire... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
mathnerd314 | Some install changes to CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2010-03-02 |
grumbel | Added background image, removed snow particles (visual... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
anmaster | Update sv.po to match recent changes. Also reword some... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
florianf | Level 1-12 "Into the Stars": Changed the level height... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
florianf | Level 1-01: Fixed decal filenames. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
florianf | Level 1-10 "23rd Airborne": Added a (somewhat hidden... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
florianf | Short Fuse: Make badguy shootable with the fireflower. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
florianf | Short Fuse: Implemented the new minibomb from the Miles... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
florianf | object/explosion.[ch]pp: Added the "hurt" and "push... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
florianf | supertux/sector.[ch]pp: Implemented the get_nearby_obje... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
florianf | badguy/walking_badguy.[ch]pp: Added the add_velocity... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
florianf | Snowman: Created body-only animation and added it to... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
grumbel | Some TODO updates |
commit | commitdiff | tree | snapshot |
2010-03-01 |
florianf | Nightcave test level: Restore decals that have been... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
florianf | Level 1-01 "Welcome to Antarctica": Added billboards... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
florianf | Added test level for "unstable tiles". |
commit | commitdiff | tree | snapshot |
2010-03-01 |
grumbel | Use proper background tiles for secret area |
commit | commitdiff | tree | snapshot |
2010-03-01 |
grumbel | Turned the run-blockade into a staircase, to allow... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
grumbel | Fine tuned the enemy placement and removed lots of... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
florianf | object/unstable_tile.[ch]pp: Implement third state... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
grumbel | Resized background to 800x600 to work around bug drawin... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
florianf | sdl_texture.cpp: Rewrite the optimize() function. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
grumbel | Implemented proper clipping |
commit | commitdiff | tree | snapshot |
2010-03-01 |
grumbel | Added DrawingContext::get_cliprect() |
commit | commitdiff | tree | snapshot |
2010-03-01 |
grumbel | Added constructor te Rectf() that takes a Sizef |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Try to fix level20 by adding a black image at top and... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Expand bonus2/level20.stl to fill new max resolution... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | Unstable tile: Dissolve, then disappear without falling... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Expand bonus2/level17.stl to fill new max resolution. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
mathnerd314 | Clean up test levels a bit. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Expand bonus2/level19.stl to fill new max resolution... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Expand bonus1/thompson-level1.stl to fill new max resol... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Expand bonus1/bonus-level5.stl to fill new max resolution. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
grumbel | Compiler warning fix, init variables to 0 |
commit | commitdiff | tree | snapshot |
2010-02-28 |
grumbel | Compiler warning fix, init variables to 0 |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Expand bonus1/bonus-level4.stl to fill new max resolution. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
mathnerd314 | Remove last vestiges of DEBUG |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Expand bonus1/bonus-level3.stl to fill new max resolution. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
mathnerd314 | Small ctor change. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Expand bonus1/bonus-level2.stl to fill new max resolution. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | lisp/parser.cpp: Remove a forgotten debug message. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Expand bonus-level1.stl to fill new max resolution. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
mathnerd314 | Change secret area signature to use editor-only tiles. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Run tools/normalize-po-files.sh on all *.po files to... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Update some Swedish translations. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Commiting fix for world1, level25 from bug #586 "Arctic... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
mathnerd314 | Fix Sprite class once and for all. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | Added a test level for "Haywire". |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | lisp/parser.cpp: Use absolute directory when talking... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Update bonus1 translation, charset changed from ISO... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Fix some header issues in the top sv.po (for the string... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | sprite/sprite.cpp: Revert revision 6435 by Mathnerd314. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
anmaster | Update Swedish translation of code. NOTE: Levels are... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | badguy/haywire.cpp: Use BadGuy::get_nearest_player(). |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | badbuy/badbuy.cpp: Use Sector::get_nearest_player(). |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | Icecrusher and Haywire: Use the bounding box to find... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | supertux/sector.hpp: Add a version of Sector::get_neare... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | supertux/sector.cpp: Use Rectf::distance(). |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | Rectf: Implement distance(). |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | Haywire: Walk towards the player if possible. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | Icecrusher: Use Sector::get_nearest_player(). |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | supertux/sector.[ch]pp: Implement Sector::get_nearest_p... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | Haywire: Implemented a first version of the "crazy... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
florianf | Walking badguy: Implemented {get,set}_walk_speed. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
florianf | Level 1-09: Set the direction of a Bouncing Snowball. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
florianf | Level 1-08 "Stone Cold": Add a Cannon shooting Snowshots. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
florianf | Level 1-17 "Or is it just me": Add a Cannon shooting... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
florianf | locale/de.po: Updated German translation. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
mathnerd314 | Fix frame out of range error for -O2 release build... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
florianf | Update copyright information to: "Copyright (c) 2003... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
sik0fewl | add -Wno-unused-parameter to disable warnings for unuse... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
florianf | Level 1-24 "The Shattered Bridge": Replace background... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
florianf | Level 1-27 "No More Mr Ice Guy": Move spawn point to... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
florianf | Yeti: Move start position so Yeti doesn't jump on Tux... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
florianf | Yeti: In the second phase, drop stalactites in pairs. |
commit | commitdiff | tree | snapshot |
next |