2004-07-01 |
Ricardo Cruz | Changes: |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Ricardo Cruz | Added hidden state to mouse cursor. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Ryan Flegel | - added specfile from Peter Astakhov |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Ricardo Cruz | Changes: |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Matthias Braun | use a more efficient datastructure in lisp_free |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Matthias Braun | changed lisp_free to an iterative algorithm |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Ricardo Cruz | When a menu is disabled, it now uses Benjamin's gray... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Benjamin P... | Added a gray font (for disabled menu entries). |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Ricardo Cruz | A few changes to make the code ready for the new level... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Ricardo Cruz | Moved drawing line code from drawing_context back to... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Ricardo Cruz | Moved line drawing from screen to drawing_context. |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Ricardo Cruz | Missing include. Was only included, cause it was on... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Ricardo Cruz | Should fix the joystick bug, when the user changes... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Ricardo Cruz | Added two slopes to test level 7. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Ricardo Cruz | Added slope graphics. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Ricardo Cruz | Added slope tiles. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Ricardo Cruz | Don't show "by", in case the author name is blank. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Ryan Flegel | - 'typo' fix |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Ricardo Cruz | Activate key was not been saved. |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Ricardo Cruz | A couple of fixes on Door class: |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Ingo Ruhnke | - moved level subsets into their own file |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Ingo Ruhnke | - moved levelsubset into an own file |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Ingo Ruhnke | - added option to start in window mode |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Ingo Ruhnke | - make use of new bgtiles |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Ingo Ruhnke | - added second paralax tiles |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Ingo Ruhnke | paralax scrolling test level |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Ingo Ruhnke | - fixed background tiles |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Ingo Ruhnke | - quick&dirty fix for paralax scrolling tilemap layers |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Marek Moeckel | Added Dutch translation file written by Frank van der Loo |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Ingo Ruhnke | - added background tiles for snow |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Ingo Ruhnke | - change subimage loading syntax to be more usefull... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Ingo Ruhnke | - moved gradient fix over into surface.h, removed texture.h |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Ingo Ruhnke | - moved tilemanager into its own class |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Ryan Flegel | - fixed gradient crash bug |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Ingo Ruhnke | - fixed the bouncybrick artifact bug |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Ingo Ruhnke | - fixed bounce code a bit, should now be useable, bounc... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Ingo Ruhnke | - added jumping from badguys (hold jump pressed while... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Ingo Ruhnke | - fixed indention and some variables that crossed switc... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Ingo Ruhnke | - fixed argument-shadowing issue 'this->w vs w' |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Duong-Khang... | removed obsolete AM_CONFIG_HEADER |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Ingo Ruhnke | - fixed configure.ac's AM_CONFIG_HEADER issue |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Ingo Ruhnke | dummy makefile to ease compilation under emacs a bit |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Duong-Khang... | added CONFIG_HEADER and fixed minorest bugs :) |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Ingo Ruhnke | - some code to figure out the internal format for openg... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Benjamin P... | - Ooops! After having b0rked supertux.stgt: fixed it... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Ingo Ruhnke | - read gravity has real, instead of int |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Benjamin P... | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Benjamin P... | - Added jungle12-{1..4}.png |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Benjamin P... | - Added a 2nd trampoline (to be used as a non carryable... |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Marek Moeckel | Improved (?) ice bullet physics |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Ricardo Cruz | Optimized gradient when top color is the same as the... |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Ricardo Cruz | Fixed the scrolling issue. Forgot that the DrawingConte... |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Ricardo Cruz | Passed color mask from screen SDL_Surface to the gradie... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Marek Moeckel | Added new music - a remix of the fortress tune we can... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Benjamin P... | - added 2 new "temporary jungle" tiles and changed... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Ricardo Cruz | Fixed translation. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Benjamin P... | - fixed the size of jungle2.png and jungle3.png (it... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Benjamin P... | - Added (temporary) jungle tiles |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Marek Moeckel | Door animation implemented - doors now open when activated |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Ricardo Cruz | Ignore the gradient Surface (cache) when in OpenGL... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Ricardo Cruz | This is an implementation that creates a gradient Surfa... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Ricardo Cruz | Tweaked pause level name text. |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Ryan Flegel | - updated es.po |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Ryan Flegel | - fixed memory leak |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Ryan Flegel | - fixed memory leak |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Ricardo Cruz | Added level's name when in pause. |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Marek Moeckel | Improved the door tile (see test/level11 for demo) |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Ricardo Cruz | Fixed aligment of Coins with Lives. |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Ingo Ruhnke | fixed underline |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Ryan Flegel | - did some C++ifying. let's try to follow suit :) |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Ryan Flegel | - just doing some C++ifying |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Ryan Flegel | - removed SDL_Flip() line.. was causing a crash on... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Ryan Flegel | - fixed some memory leaks |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ricardo Cruz | Replaced uint32_t by Uint32. Has to be done, since... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - removed background from gradients test level |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - updated TODO |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - fixed powerup bumping |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - updated TODO |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - draw dead badguys/Tux above foreground tiles |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Marek Moeckel | Improved ice bullet using Benjamin's images |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - updated es.po |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - updated TODO |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - updated TODO |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - oops, forgot to remove commented area |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - data/levels/default/ moved to data/levels/worldmap/ |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - added missing worldmap from Ricardo's change |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - don't add new objects until end of Sector::action() |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ryan Flegel | - updated TODO |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Marek Moeckel | Fixed crashes at tiles that are not defined in supertux... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ricardo Cruz | Changed map location. |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Ricardo Cruz | Save worldmap filename to slot. |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Marek Moeckel | Ice bullets now bump off walls |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Marek Moeckel | converted ocean background to jpg |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Marek Moeckel | Resized ocean background to 800x600 |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Marek Moeckel | Prepared more levels for 800x600, fixed some level... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Marek Moeckel | Stomp sprite stays in place now (i.e. doesn't follow... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Ricardo Cruz | Gettext wasn't working for the bottom copyright text. |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Ryan Flegel | - fixed type warning on OS X |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Ryan Flegel | - fixed type warning on OS X |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Ryan Flegel | - updated TODO |
commit | commitdiff | tree | snapshot |
next |