2014-08-06 |
Ingo Ruhnke | Moved joystick specific code from JoystickKeyboardController...
|
commit | commitdiff | tree |
2014-08-06 |
Ingo Ruhnke | Minor CODINGSTYLE update: auto_ptr -> unique_ptr
|
commit | commitdiff | tree |
2014-08-06 |
Ingo Ruhnke | Added missing <vector> include
|
commit | commitdiff | tree |
2014-08-05 |
Ingo Ruhnke | Minor cleanup
|
commit | commitdiff | tree |
2014-08-05 |
Ingo Ruhnke | Splitted the mouse cursor into three separate images...
|
commit | commitdiff | tree |
2014-08-04 |
Ingo Ruhnke | Added 1px transparent border to most fonts, left a...
|
commit | commitdiff | tree |
2014-08-04 |
Ingo Ruhnke | Added 1-pixel transparent border around glyphs to avoid...
|
commit | commitdiff | tree |
2014-08-04 |
Ingo Ruhnke | Added support for desktop-fullscreen mode
|
commit | commitdiff | tree |
2014-08-04 |
Ingo Ruhnke | Merge branch 'feature/c++11'
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Fixed some std::unique_ptr<> issues
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Updated source and include directories for tinygettext...
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Updated to version 79b7bde of tinygettext
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Replaced std::auto_ptr<> with std::unique_ptr<>
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Enabled C++11 support
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Use TARGET_INCLUDE_DIRECTORIES instead of INCLUDE_DIRECTORIE...
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Removed accidental supertux2 from LINK_LIBRARIES()
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Changed deprecated -%pure_parser to +%pure-parser in...
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Merge branch 'master' of https://code.google.com/p...
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Exit loop when font definition contains more characters...
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Rolled file back to version from master, due to improper...
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Fixed compiler warnings
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Replaced old SDL1 surface flags with 0
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Merge branch 'feature/sdl2'
|
commit | commitdiff | tree |
2014-08-03 |
Ingo Ruhnke | Moved some aspect ratio calculations into video/util.cpp
|
commit | commitdiff | tree |
2014-08-02 |
Ingo Ruhnke | Reimplemented magnification and aspect ratio handling
|
commit | commitdiff | tree |
2014-08-01 |
Ingo Ruhnke | Fixed surfaces not getting properly converted to textures...
|
commit | commitdiff | tree |
2014-08-01 |
Ingo Ruhnke | Reverted 91c1517 and reinserted the old mouse cursor...
|
commit | commitdiff | tree |
2014-08-01 |
Ingo Ruhnke | Replaced SDL_RenderSetLogicalSize(), removed PHYSICAL_SCREEN...
|
commit | commitdiff | tree |
2014-08-01 |
Ingo Ruhnke | Removed foobar from Renderer::to_logical(), it's no...
|
commit | commitdiff | tree |
2014-08-01 |
Ingo Ruhnke | Removed platform specific path magic and use SDL_GetBasePath...
|
commit | commitdiff | tree |
2014-08-01 |
Ingo Ruhnke | Added fullscreen switching to SDLRenderer
|
commit | commitdiff | tree |
2014-08-01 |
Ingo Ruhnke | Minor cleanup
|
commit | commitdiff | tree |
2014-08-01 |
Ingo Ruhnke | Use better filtering for scaling in SDL
|
commit | commitdiff | tree |
2014-08-01 |
Ingo Ruhnke | Clear the screen to avoid garbage in unreachable areas...
|
commit | commitdiff | tree |
2014-08-01 |
Ingo Ruhnke | Pass mouse coordinates to mouse pointer manually instead...
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Cleaned up coordinate translation a little, SDL mouse...
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Implemented window scaling in SDLRenderer, mouse input...
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Use SCREEN_WIDTH/HEIGHT instead of SDL_RendererGetViewport...
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Implemented support for different blend modes in SDL
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Implemented sprite rotations for SDLRenderer
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Merged drawing code from SDLLightmap and SDLRenderer...
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Removed pointless check for screen mode change, as...
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Implemented desktop_size discovery in GLRenderer
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Fixed typo that made mouse clicks not function properly
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Implemented fullscreen mode selection, OpenGL only...
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Reenabled vsync and some other OpenGL attributes
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Fixed window resize in OpenGL and added window resize...
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Fixed window title and icon, removed Renderer and Lightmap...
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Implemented Texture color modification
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Implemented SDLLightmap::get_light(), haven't tested it
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Added PHYSICAL_SCREEN_WIDTH global variable, little...
|
commit | commitdiff | tree |
2014-07-31 |
Ingo Ruhnke | Implemented basic lightmap rendering, still a bit of...
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Print some debug info for the created SDL_Renderer
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Removed unused GUI classes Button and ButtonGroup
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Fixed text input in console, console itself doesn't...
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Fixed crash when enabling console
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Hooked up window resize event (not yet implemented...
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Implemented set_gamma()
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Use fullscreen and resolution config in SDLRenderer
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Removed OLD_SDL1 software rendering code from SDL_Renderer
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Removed lots of OLD_SDL1 software rendering code from...
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Removed some OLD_SDL1 code
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Fixed black borders in GL renderer
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Removed unused SDL_Surface* screen; from GLLightmap
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Fixed radius calculation for rounded rectangles
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Fixed OpenGL renderer, starts now up and game seems...
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Implemented support for rounded rectangles
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Implemented SDLRenderer::do_take_screenshot()
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Implemented horizontal flipping in SDLRenderer
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Implemented SDLRenderer::draw_inverse_ellipse()
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | More .gitignore
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Implemented basic rendering operations, game is now...
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Removed unused "void Renderer::draw_text(const DrawingReques...
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Added -Wno-unused-parameter to disable annoying compiler...
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Disabled some more code, game now starts up and plays...
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Made code compile, not work, with SDL2, old code that...
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | AdAdded check for SDL2 to CMake
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Fixed SDL2 include, should just be SDL.h
|
commit | commitdiff | tree |
2014-07-30 |
Ingo Ruhnke | Purged SDL2 source code from the sourcetree, it's not...
|
commit | commitdiff | tree |
2011-09-02 |
Ingo Ruhnke | Disabled the frame around the title screen
|
commit | commitdiff | tree |
2011-04-17 |
Ingo Ruhnke | Some more files set to 'GPL 3+ / CC-by-sa 3.0' license
|
commit | commitdiff | tree |
2011-04-12 |
Ingo Ruhnke | Set some svn license properties
|
commit | commitdiff | tree |
2010-04-18 |
Ingo Ruhnke | Added script to lower volume of sounds by 6db as requested...
|
commit | commitdiff | tree |
2010-03-20 |
Ingo Ruhnke | -Weffc++ fix
|
commit | commitdiff | tree |
2010-03-10 |
Ingo Ruhnke | Reduced spawn distance for enemies to screen size ...
|
commit | commitdiff | tree |
2010-03-08 |
Ingo Ruhnke | Patch for multiple joysticks from const86 <const@mimas.ru>
|
commit | commitdiff | tree |
2010-03-08 |
Ingo Ruhnke | Added missing '('
|
commit | commitdiff | tree |
2010-03-08 |
Ingo Ruhnke | Reverted r6576, Menus don't belong into JoystickKeyboardCont...
|
commit | commitdiff | tree |
2010-03-06 |
Ingo Ruhnke | Switched to bluish owl
|
commit | commitdiff | tree |
2010-03-06 |
Ingo Ruhnke | Compiler warning fix
|
commit | commitdiff | tree |
2010-03-06 |
Ingo Ruhnke | Removed some tile abuse
|
commit | commitdiff | tree |
2010-03-06 |
Ingo Ruhnke | Added owl graphics
|
commit | commitdiff | tree |
2010-03-06 |
Ingo Ruhnke | Removed coin-cost for reset points
|
commit | commitdiff | tree |
2010-03-04 |
Ingo Ruhnke | Removed speed limit when grabbing normal objects
|
commit | commitdiff | tree |
2010-03-02 |
Ingo Ruhnke | Removed unused TileSet member variable from Tile
|
commit | commitdiff | tree |
2010-03-02 |
Ingo Ruhnke | Added background image, removed snow particles (visual...
|
commit | commitdiff | tree |
2010-03-02 |
Ingo Ruhnke | Some TODO updates
|
commit | commitdiff | tree |
2010-03-01 |
Ingo Ruhnke | Use proper background tiles for secret area
|
commit | commitdiff | tree |
2010-03-01 |
Ingo Ruhnke | Turned the run-blockade into a staircase, to allow...
|
commit | commitdiff | tree |
2010-03-01 |
Ingo Ruhnke | Fine tuned the enemy placement and removed lots of...
|
commit | commitdiff | tree |
next |