With this file and doxygen you can generate a wonderful SuperTux library API document...
[supertux.git] / src /
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
2004-06-12 Marek MoeckelImproved (?) ice bullet physics
2004-06-12 Ricardo CruzOptimized gradient when top color is the same as the...
2004-06-12 Ricardo CruzFixed the scrolling issue. Forgot that the DrawingConte...
2004-06-12 Ricardo CruzPassed color mask from screen SDL_Surface to the gradie...
2004-06-10 Marek MoeckelDoor animation implemented - doors now open when activated
2004-06-10 Ricardo CruzIgnore the gradient Surface (cache) when in OpenGL...
2004-06-10 Ricardo CruzThis is an implementation that creates a gradient Surfa...
2004-06-10 Ricardo CruzTweaked pause level name text.
2004-06-09 Ryan Flegel- fixed memory leak
2004-06-09 Ryan Flegel- fixed memory leak
2004-06-09 Ricardo CruzAdded level's name when in pause.
2004-06-09 Ricardo CruzFixed aligment of Coins with Lives.
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-06-09 Ryan Flegel- just doing some C++ifying
2004-06-09 Ryan Flegel- removed SDL_Flip() line.. was causing a crash on...
2004-06-09 Ryan Flegel- fixed some memory leaks
2004-06-08 Ricardo CruzReplaced uint32_t by Uint32. Has to be done, since...
2004-06-08 Ryan Flegel- fixed powerup bumping
2004-06-08 Ryan Flegel- draw dead badguys/Tux above foreground tiles
2004-06-08 Marek MoeckelImproved ice bullet using Benjamin's images
2004-06-08 Ryan Flegel- oops, forgot to remove commented area
2004-06-08 Ryan Flegel- don't add new objects until end of Sector::action()
2004-06-08 Marek MoeckelFixed crashes at tiles that are not defined in supertux...
2004-06-08 Ricardo CruzSave worldmap filename to slot.
2004-06-08 Marek MoeckelIce bullets now bump off walls
2004-06-08 Marek MoeckelStomp sprite stays in place now (i.e. doesn't follow...
2004-06-07 Ricardo CruzGettext wasn't working for the bottom copyright text.
2004-06-07 Ryan Flegel- fixed type warning on OS X
2004-06-07 Ryan Flegel- fixed type warning on OS X
2004-06-07 Marek MoeckelDust clouds are now drawn around Tux' feet whenever...
next