2014-08-06 |
Ingo Ruhnke | Minor CODINGSTYLE update: auto_ptr -> unique_ptr |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Added missing <vector> include |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Ruhnke | Minor cleanup |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Ruhnke | Splitted the mouse cursor into three separate images... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Ingo Ruhnke | Added 1px transparent border to most fonts, left a... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Ingo Ruhnke | Added 1-pixel transparent border around glyphs to avoid... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Ingo Ruhnke | Added support for desktop-fullscreen mode |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Mathnerd314 | Fix C++0x flags for clang |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Ingo Ruhnke | Merge branch 'feature/c++11' |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Mathnerd314 | Move Mtn_Pass to world2 since it uses moving platforms |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Mathnerd314 | Make the coins secret again and also make it easier... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Mathnerd314 | More cave level tweaks |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Mathnerd314 | Turn the ledge in Entrance to the Cave into a secret... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Mathnerd314 | Fix tile in the wrong layer |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Mathnerd314 | Move the invisible block in Via Nostalgica. Its current... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Mathnerd314 | Fix egg sprite |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Fixed some std::unique_ptr<> issues |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Updated source and include directories for tinygettext... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Updated to version 79b7bde of tinygettext |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Replaced std::auto_ptr<> with std::unique_ptr<> |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Enabled C++11 support |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Use TARGET_INCLUDE_DIRECTORIES instead of INCLUDE_DIREC... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Mathnerd314 | Merge branch 'master' of https://code.google.com/p... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Mathnerd314 | Merge branch 'master' of https://code.google.com/p... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Removed accidental supertux2 from LINK_LIBRARIES() |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Changed deprecated -%pure_parser to +%pure-parser in... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Mathnerd314 | Flesh out the intro scene some more. |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Merge branch 'master' of https://code.google.com/p... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Exit loop when font definition contains more characters... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Rolled file back to version from master, due to imprope... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Fixed compiler warnings |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Replaced old SDL1 surface flags with 0 |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Merge branch 'feature/sdl2' |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Ingo Ruhnke | Moved some aspect ratio calculations into video/util.cpp |
commit | commitdiff | tree | snapshot |
2014-08-02 |
Ingo Ruhnke | Reimplemented magnification and aspect ratio handling |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Tobias Markus | Only rotate egg when its actually moving (velocity... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Ruhnke | Fixed surfaces not getting properly converted to textur... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Ruhnke | Reverted 91c1517 and reinserted the old mouse cursor... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Ruhnke | Replaced SDL_RenderSetLogicalSize(), removed PHYSICAL_S... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Ruhnke | Removed foobar from Renderer::to_logical(), it's no... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Ruhnke | Removed platform specific path magic and use SDL_GetBas... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Ruhnke | Added fullscreen switching to SDLRenderer |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Ruhnke | Minor cleanup |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Ruhnke | Use better filtering for scaling in SDL |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Ruhnke | Clear the screen to avoid garbage in unreachable areas... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Ruhnke | Pass mouse coordinates to mouse pointer manually instea... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Cleaned up coordinate translation a little, SDL mouse... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Implemented window scaling in SDLRenderer, mouse input... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Use SCREEN_WIDTH/HEIGHT instead of SDL_RendererGetViewp... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Implemented support for different blend modes in SDL |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Implemented sprite rotations for SDLRenderer |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Merged drawing code from SDLLightmap and SDLRenderer... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Removed pointless check for screen mode change, as... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Implemented desktop_size discovery in GLRenderer |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Fixed typo that made mouse clicks not function properly |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Implemented fullscreen mode selection, OpenGL only... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Reenabled vsync and some other OpenGL attributes |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Fixed window resize in OpenGL and added window resize... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Fixed window title and icon, removed Renderer and Light... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Implemented Texture color modification |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Implemented SDLLightmap::get_light(), haven't tested it |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Added PHYSICAL_SCREEN_WIDTH global variable, little... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Ruhnke | Implemented basic lightmap rendering, still a bit of... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Print some debug info for the created SDL_Renderer |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Removed unused GUI classes Button and ButtonGroup |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Fixed text input in console, console itself doesn't... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Fixed crash when enabling console |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Hooked up window resize event (not yet implemented... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Implemented set_gamma() |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Use fullscreen and resolution config in SDLRenderer |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Removed OLD_SDL1 software rendering code from SDL_Renderer |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Removed lots of OLD_SDL1 software rendering code from... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Removed some OLD_SDL1 code |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Fixed black borders in GL renderer |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Removed unused SDL_Surface* screen; from GLLightmap |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Fixed radius calculation for rounded rectangles |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Fixed OpenGL renderer, starts now up and game seems... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Implemented support for rounded rectangles |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Implemented SDLRenderer::do_take_screenshot() |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Implemented horizontal flipping in SDLRenderer |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Implemented SDLRenderer::draw_inverse_ellipse() |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | More .gitignore |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Implemented basic rendering operations, game is now... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Removed unused "void Renderer::draw_text(const DrawingR... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Added -Wno-unused-parameter to disable annoying compile... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Disabled some more code, game now starts up and plays... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Made code compile, not work, with SDL2, old code that... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | AdAdded check for SDL2 to CMake |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Fixed SDL2 include, should just be SDL.h |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Ruhnke | Purged SDL2 source code from the sourcetree, it's not... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
LMH | Invincibility stars sparkle when close to Tux |
commit | commitdiff | tree | snapshot |
2014-07-18 |
LMH | Added Bonus Island III |
commit | commitdiff | tree | snapshot |
2014-07-18 |
LMH | Reduced the value of SWITCH_DELAY for magic blocks... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
LMH | Fixed a counting bug when using butt-jump on a multi... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
LMH | Frozen badguys can be killed with butt-jump |
commit | commitdiff | tree | snapshot |
2014-06-25 |
LMH | Auto-run levels are automatically marked as solved. |
commit | commitdiff | tree | snapshot |
2014-06-14 |
LMH | Powerup: Iceflower improvements |
commit | commitdiff | tree | snapshot |
2014-06-14 |
165your4 | Rope tiles; bug#1050 |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Tobias Markus | More fixes, down to 4 errors |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Tobias Markus | More fixes, SetAlpha problems remaining |
commit | commitdiff | tree | snapshot |
next |