summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.cpp
AgeCommit message (Expand)Author
2013-06-29(svn r25523) -Fix [FS#5587]: SDL does not give an event when an application g...rubidium
2013-06-04(svn r25318) -Fix: [SDL, FS#5580] Keyboard input stopped working after fullsc...matthijs
2013-02-17(svn r25017) -Fix [FS#5466]: crash after bootstrap download of 32bits base se...rubidium
2013-02-15(svn r25003) -Fix (r24993): [SDL] Keep a flag to remember if a hardware palet...matthijs
2013-02-15(svn r25002) -Doc: [SDL] Fix typo in comment.matthijs
2013-02-14(svn r24993) -Fix: [SDL] Improve 8bpp hardware palette support. Instead of al...matthijs
2013-02-14(svn r24992) -Codechange: [SDL] Make CreateMainSurface and PollEvent private ...matthijs
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-02-23(svn r23980) -Fix (r23977): crash when starting with the 32bpp anim blitterrubidium
2012-02-23(svn r23978) -Fix: [SDL] Palette update was done too late making switching fr...rubidium
2012-02-07(svn r23910) -Fix: [SDL] Handle the SDL_VIDEOEXPOSE event.matthijs
2012-02-07(svn r23909) -Fix: [SDL] Fix keyboard-related segfault when compiling against...matthijs
2012-02-04(svn r23891) -Fix-ish: compile failures with SDL 1.3rubidium
2011-12-08(svn r23451) -Codechange: [SDL] Move 32bpp-anim palette animation to the draw...rubidium
2011-12-08(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated bli...rubidium
2011-12-08(svn r23446) -Codechange: move _cur_palette and it's related first/count dirt...rubidium
2011-11-17(svn r23241) -Codechange: make the decision when to go to the custom drawn cu...rubidium
2011-10-04(svn r23003) -Fix (r22999): Missing semicolon.michi_cc
2011-10-04(svn r22999) -Codechange: Allow changing the blitter during the running game.michi_cc
2011-09-09(svn r22910) -Fix [FS#4617]: icon would (almost) never be shown for SDL buildsrubidium
2011-08-21(svn r22788) -Codechange: move modal progress related functions and variables...rubidium
2011-08-21(svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgressrubidium
2011-02-07(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so i...rubidium
2010-11-19(svn r21252) -Codechange: introduce a constant for the number of milliseconds...rubidium
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-06-12(svn r19965) -Cleanup: Use size of buffer, not magic number.peter1138
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-13(svn r18796) -Fix [FS#3521]: [SDL] possible deadlock when killing OpenTTD whi...rubidium
2010-01-12(svn r18790) -Revert (r18001,r18177,FS#3515): Viewport could still jump under...peter1138
2010-01-04(svn r18709) -Fix (r10227,FS#3464): Animation buffer for 32bpp-anim blitter w...peter1138
2009-12-19(svn r18547) -Fix [FS#3388]: missing thread synchronisation when changing the...rubidium
2009-12-19(svn r18545) -Fix [FS#3292]: Assign '_screen.dst_ptr' as soon as it is alloca...frosch
2009-12-03(svn r18390) -Fix (r17776): [SDL] Reinstate pointer update on 'idle' loop.peter1138
2009-11-18(svn r18177) -Fix (r18001): [SDL] Viewport could jump when mouse moved and ri...peter1138
2009-11-09(svn r18031) -Codechange: since basically r7157 adding up 'all' mouse movemen...rubidium
2009-11-07(svn r18001) -Codechange: [SDL] When the mouse cursor is locked into position...peter1138
2009-11-02(svn r17950) -Fix (r17776): _draw_mutex was never destroyed, _draw_thread was...smatz
2009-11-02(svn r17949) -Fix (r17776): unlock mutex before deleting it when creating dra...smatz
2009-10-19(svn r17815) -Fix [SDL]: asynchronious drawing caused extra unresponsiveness ...rubidium
2009-10-15(svn r17776) -Codechange: [SDL] make "update the video card"-process asynchro...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-06-30(svn r16699) -Fix [FS#3001]: if SDL fails to allocate a surface due to it bei...rubidium
2009-06-27(svn r16677) -Codechange: Dimension width and height are unsigned.alberth
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15233) -Fix (r15231): compilation with SDL broken on win32glx
2009-01-23(svn r15232) -Codechange: sprinklin' of coding stylerubidium
2009-01-23(svn r15231) -Change: (sdl) check the full screen resolutions to determine wh...rubidium
2008-11-29(svn r14641) -Change [Allegro]: when making a debug build revert Allegro's ho...rubidium
2008-09-07(svn r14260) -Fix [FS#2277]: merge keycode for "normal" 0-9 keys and keypad 0...rubidium