Merged the bitmask code with a newer version (1.3) of the bitmask library.
[supertux.git] / src /
2004-08-08 Tobias GläßerMerged the bitmask code with a newer version (1.3)...
2004-08-08 Tobias GläßerFinally tested and implemented the bitmask_create_SDL...
2004-08-06 Ricardo CruzReplaced insert() by this cleaner way to add entries.
2004-08-06 Tobias GläßerConverted many char*s to std::strings. This is providin...
2004-08-05 Ricardo CruzRemoved commented code.
2004-08-05 Ricardo CruzReplaced the use of a vector for the tiles placement...
2004-08-05 Ricardo CruzJust tweaked the stomp cloud values a little.
2004-08-05 Ricardo CruzMade the stomp cloud to have an independent movement...
2004-07-29 Tobias Gläßerthe last change didn't work portable
2004-07-29 Tobias GläßerDebugging and testing SuperTux from within the source...
2004-07-29 Tobias Gläßer- FrameRate class is more flexible
2004-07-28 Tobias Gläßerfixed compilation problem
2004-07-28 Tobias Gläßer- Various fixes and cleanups.
2004-07-28 Ricardo CruzAdded a --flip-levels argument, I guess it doesn't...
2004-07-28 Ricardo CruzImproved passive messages code. Fixed bug of showing...
2004-07-28 Ricardo CruzBug fix: When using map-message field and there is...
2004-07-28 Ricardo CruzNew field: (passive-message "blabla") . This will show...
2004-07-28 Ricardo CruzFixed the not saving bug.
2004-07-28 Ricardo CruzTux growing animation and door opening alpha was not...
2004-07-28 Ricardo CruzChanges in worldmap:
2004-07-27 Ricardo CruzFixed bug to let the player go through messages with...
2004-07-27 Ricardo CruzRenamed Level by SpecialTile.
2004-07-27 Tobias Gläßer- Cleanups
2004-07-27 Ricardo CruzDisabled level flipping on debug mode.
2004-07-27 Ricardo CruzOoops, almost forgot this!
2004-07-27 Ricardo CruzAdded auto-walk field for world maps.
2004-07-27 Ryan Flegel- added include
2004-07-27 Tobias GläßerC++ifyied SuperTux ticks.
2004-07-26 Tobias GläßerMoved defines.h out of the library and back to src/.
2004-07-26 Tobias GläßerMade the SuperTux library again a bit more selfstanding.
2004-07-25 Tobias Gläßer- Major changes in Setup-API.
2004-07-24 Tobias GläßerSuperTux lib became a bit more independend of SupeTux.
2004-07-21 Tobias GläßerThe SuperTux library features a SuperTux namespace...
2004-07-21 Tobias GläßerIntroduction of SuperTux namespace.
2004-07-20 Tobias Gläßerand here comes the shrinked ;) Makefile.am
2004-07-20 Tobias Gläßerone forgotten #include change
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-07-20 Tobias Gläßerforgot removing it
2004-07-20 Tobias Gläßermisc stuff goes here. It is at least temporarly needed...
2004-07-20 Tobias Gläßerremoved them in favour of their new live in the SuperTu...
2004-07-20 Tobias Gläßerremoved in favor of the new library
2004-07-17 Ricardo CruzJust changed the name of a worldmap flag.
2004-07-17 Ricardo CruzOptmized code for reading level's name. Instead of...
2004-07-16 Ricardo CruzImplemented a new special-tile field that should replac...
2004-07-16 Ricardo CruzRead the first 5 chars, not the all string of LANG.
2004-07-14 Ricardo CruzMerged the two worldmap and level subset contrib menu.
2004-07-13 Tobias GläßerFixed gcc3.4.x compilation.
2004-07-12 Ricardo CruzOoops, forgot to change something after testing.
2004-07-12 Ricardo CruzDamn strlen() crashes when NULL is passed. Fixed.
2004-07-10 Ricardo CruzReplaced USE_ALPHA/IGNORE_ALPHA by booleans.
2004-07-10 Ricardo Cruzdisplay_text_file() now reads the background image...
2004-07-10 Marek MoeckelMade Tux' starting position on the world map settable...
2004-07-09 Ricardo CruzFixed crash when LANG system's variable is not defined.
2004-07-09 Ricardo CruzShows map's title, not filename, in menu.
2004-07-09 Ricardo CruzAdded worldmap choosing from command-line and menu.
2004-07-09 Ricardo CruzOoops, looks like I removed a line.
2004-07-09 Ricardo CruzFixed aborting behavior.
2004-07-08 Ricardo CruzLet title and description of subsets to be translatable.
2004-07-08 Ricardo CruzI18N:
2004-07-07 Ricardo CruzFixed the translating of the shown text files.
2004-07-07 Ricardo CruzAdded support for data files internationalization by...
2004-07-07 Ricardo CruzChanged --debug-mode for --debug.
2004-07-07 Ricardo CruzInstead of setting the level to be flipped from the...
2004-07-07 Ricardo CruzAdded vertical flipping to levels!
2004-07-02 Ricardo CruzAllow creation of Tilemap and Door objects by feeding...
2004-07-02 Matthias Braunsave spawnpoints
2004-07-01 Ricardo CruzFound the evil bug that was causing the tilemap to...
2004-07-01 Ricardo CruzChanges:
2004-06-29 Ricardo CruzAdded hidden state to mouse cursor.
2004-06-29 Ricardo CruzChanges:
2004-06-29 Matthias Braunuse a more efficient datastructure in lisp_free
2004-06-28 Matthias Braunchanged lisp_free to an iterative algorithm
2004-06-28 Ricardo CruzWhen a menu is disabled, it now uses Benjamin's gray...
2004-06-28 Ricardo CruzA few changes to make the code ready for the new level...
2004-06-25 Ricardo CruzMoved drawing line code from drawing_context back to...
2004-06-23 Ricardo CruzMoved line drawing from screen to drawing_context.
2004-06-23 Ricardo CruzMissing include. Was only included, cause it was on...
2004-06-22 Ricardo CruzShould fix the joystick bug, when the user changes...
2004-06-22 Ricardo CruzAdded slope tiles.
2004-06-22 Ricardo CruzDon't show "by", in case the author name is blank.
2004-06-21 Ryan Flegel- 'typo' fix
2004-06-20 Ricardo CruzActivate key was not been saved.
2004-06-20 Ricardo CruzA couple of fixes on Door class:
2004-06-16 Ingo Ruhnke- moved level subsets into their own file
2004-06-15 Ingo Ruhnke- moved levelsubset into an own file
2004-06-15 Ingo Ruhnke- added option to start in window mode
2004-06-15 Ingo Ruhnke- quick&dirty fix for paralax scrolling tilemap layers
2004-06-15 Ingo Ruhnke- change subimage loading syntax to be more usefull...
2004-06-14 Ingo Ruhnke- moved gradient fix over into surface.h, removed texture.h
2004-06-14 Ingo Ruhnke- moved tilemanager into its own class
2004-06-14 Ryan Flegel- fixed gradient crash bug
2004-06-14 Ingo Ruhnke- fixed the bouncybrick artifact bug
2004-06-14 Ingo Ruhnke- fixed bounce code a bit, should now be useable, bounc...
2004-06-14 Ingo Ruhnke- added jumping from badguys (hold jump pressed while...
2004-06-14 Ingo Ruhnke- fixed indention and some variables that crossed switc...
2004-06-13 Ingo Ruhnke- fixed argument-shadowing issue 'this->w vs w'
2004-06-13 Ingo Ruhnkedummy makefile to ease compilation under emacs a bit
2004-06-13 Duong-Khang Nguyenadded CONFIG_HEADER and fixed minorest bugs :)
2004-06-13 Ingo Ruhnke- some code to figure out the internal format for openg...
2004-06-13 Ingo Ruhnke- read gravity has real, instead of int
next