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-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 |
2014-05-12 |
Tobias Markus | More fixes |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Tobias Markus | More SDL2 fixes |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Tobias Markus | Fixing a few compiler errors, thanks to bluescreen_aven... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Update to SDL version 2.0.1 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Lower savebell sound for bigger bell |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Change email address in SuperTux.appdata.xml file |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | Add appdata |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | ZvNjGB4k |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Decreasing egg animation speed by 5 fps in order for... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
LMH | Revert "Speed improvement: Moving check online to diffe... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | Transation update |
commit | commitdiff | tree | snapshot |
2014-01-24 |
LMH | Added a dead_script to ghosttree so that issue #34... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
LMH | Renamed some variables for rusty_trampoline since the... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
SuperMAT | copyright update-2 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
SuperMAT | copyright update |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | credits update-2 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | credits update |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | WIP improvement: Egg powerup rotation |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | trouble in coding-UTF-8 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | trouble in coding-UTF-8 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | trouble in coding |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | Tinygettext little hack |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | =Languages upgrade |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Using filename instead of author and level name |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Showing git commit hash in title bar instead of svn... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Adding level author and name to level license warning |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Adding current level name and author to badguy warning |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Speed improvement: Moving check online to different... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Don't count angrystone in level stats |
commit | commitdiff | tree | snapshot |
2014-01-24 |
SuperMAT | Update OS X Info.plist to newer identifier and 0.3... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
SuperMAT | Allow OS X users to remove SuperTux using Launchpad |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | =Language and font update |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Fixing compiler errors on Mavericks (not sure if those... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | Traditional chiness pictograms addition |
commit | commitdiff | tree | snapshot |
2014-01-24 |
LMH | Some minor code cleanup resulting from a user running... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
LMH | Changes to gitignore to make working with translations... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Don't resurrect zeekling when colliding after squished |
commit | commitdiff | tree | snapshot |
2014-01-24 |
CT. da'Bomb | fixed forest slop tiling issues bug#73 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Do not resurrect squished bouncing snowball when collid... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Fixing SuperTux crashes when compiled on Mac OS X 10.9 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Fixing some more compiler errors in Maverick |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Tobias Markus | Fixing variable warnings in mrtree.cpp |
commit | commitdiff | tree | snapshot |
2014-01-24 |
LMH | Inform players of coin cost to use checkpoints, fixes... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
LMH | Tweak to allow MinGW to compile, issues #26 & 27 |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | Devanagari upgrade |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Benjamin Leduc | Devanagari upgrade |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Benjamin Leduc | Language update |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Tobias Markus | Move falling badguys to LAYER_FALLING (= 500), fixes... |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Tobias Markus | Nit: typo |
commit | commitdiff | tree | snapshot |
next |