2014-08-08 |
Ingo Ruhnke | Cleaned up some function names in MenuManager |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Ruhnke | Use std::unique_ptr<> in ContribMenu |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Ruhnke | Merge branch 'feature/menu-cleanup' |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Ruhnke | Fixed crash when exiting menu and recalc_pos/all_menus |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Ruhnke | Minor code cleanup |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Ruhnke | Use std::unique_ptr<> in ScreenManager |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Ruhnke | Moved menu code frome GameSession and Worldmap into... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Ruhnke | Turned MenuStorage into a proper class |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Ruhnke | Turned MenuManager into a proper class instead of just... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Ruhnke | Removed some unused code from Console |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Ingo Ruhnke | Merge button and stick input gracefully in GameControll... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Ingo Ruhnke | Fixed missing SDL_WINDOW_RESIZABLE flag in GLRenderer |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Merge branch 'feature/gamecontroller' |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Added option to disable gamecontroller use and fall... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Renamed JoystickKeyboardController to InputManager |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Keycode values changed between SDL1 and SDL2, so reset... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Tobias Markus | Better fix. Keeping values intact |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Tobias Markus | Fix for wrong lightmap size in fullscreen |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Moved keyboard code into KeyboardManager class |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Added MENU_BACK button (i.e. B on Xbox360 controller) |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Removed obsolete keycode range check |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Implemented basic support for SDL GameController |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Removed some old event eating code, as randomly discard... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Init game controller on startup |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Ruhnke | Moved joystick specific code from JoystickKeyboardContr... |
commit | commitdiff | tree | snapshot |
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 |
next |