summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.cpp
AgeCommit message (Expand)Author
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
2008-08-11(svn r14047) -Codechange: move chatmessage handling to the network directory ...rubidium
2008-06-16(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimensio...smatz
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...glx
2008-05-06(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-04(svn r12944) -Codechange: use rev.h instead of externs at many placessmatz
2008-04-18(svn r12779) -Codechange: remove a few constants from openttd.h.rubidium
2008-02-17(svn r12167) -Feature(tte): change colour of autorail and autoroad selection ...smatz
2008-01-29(svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple ...rubidium
2008-01-11(svn r11811) -Fix: make compilation without networking work again (and thus m...rubidium
2008-01-01(svn r11734) -Change: Allow ToggleFullScreen to return the result of the oper...belugas
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-08-19(svn r10932) -Codechange: replace "text" with "chat" for the chat related fun...rubidium
2007-07-23(svn r10663) -Fix r10662: bad me, didn't comply with coding style, as penalty...truelight
2007-07-23(svn r10662) -Add: added 'V' as new shortcut for new viewport (bilbo)truelight
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-06-22(svn r10278) -Fix r10276: make the _realtime_tick less demanding on the CPUtruelight
2007-06-22(svn r10276) -Codechange: made a counter based on milliseconds and independen...truelight