index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video
Age
Commit message (
Expand
)
Author
2013-08-05
(svn r25675) -Fix: [Win32] Handle DBCS characters correctly in the non-Unicod...
michi_cc
2013-08-05
(svn r25673) -Fix: [Win32] Use the right code page for converting ANSI string...
michi_cc
2013-08-05
(svn r25672) -Fix: [Win32] Handle Unicode characters from outside the BMP cor...
michi_cc
2013-08-05
(svn r25671) -Codechange: Pass character and key code separately to the keybo...
michi_cc
2013-08-05
(svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an e...
michi_cc
2013-08-05
(svn r25666) -Feature [FS#4760]: [OSX] Pinch gesture support for zooming. (Ba...
michi_cc
2013-08-05
(svn r25665) -Fix [FS#4689]: [OSX] Crash when unhiding the main window.
michi_cc
2013-08-05
(svn r25664) -Add [FS#4847]: [OSX] Bootstrap downloading of a baseset. (Matth...
michi_cc
2013-08-05
(svn r25660) -Fix: [OSX] The name's OpenTTD, not OTTD.
michi_cc
2013-08-05
(svn r25659) -Fix [FS#4420]: [OSX] System mouse cursor could become visible d...
michi_cc
2013-08-05
(svn r25658) -Fix [FS#4392]: [OSX] The mouse cursor would sometimes jump near...
michi_cc
2013-08-05
(svn r25657) -Fix [FS#4744]: [OSX] The new 10.7 fullscreen code can now also ...
michi_cc
2013-08-05
(svn r25656) -Cleanup: Coding style.
michi_cc
2013-08-05
(svn r25655) -Fix: [OSX] Mouse cursor wasn't displayed properly after switchi...
michi_cc
2013-07-01
(svn r25550) -Fix [FS#5571]: [Windows] Race condition between two drawing thr...
rubidium
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
2013-01-01
(svn r24877) -Fix: some whitespace "errors"
rubidium
2012-12-03
(svn r24781) -Fix (r24762): [Win32] MinGW compiler warning.
michi_cc
2012-11-25
(svn r24762) -Fix [FS#5359]: [Win32] Don't crash when switching to an unsuppo...
michi_cc
2012-09-13
(svn r24524) -Fix [FS#5296]: fix some compile problems in mac-only code (__ln__)
yexo
2012-07-10
(svn r24394) -Fix (r24188): changing resolution didn't resize the window
glx
2012-04-30
(svn r24189) -Fix: when going to fullscreen and back, restore to the resoluti...
truebrain
2012-04-30
(svn r24188) -Fix-ish [FS#5151] (r1): when changing the basics of a window (f...
truebrain
2012-02-23
(svn r23980) -Fix (r23977): crash when starting with the 32bpp anim blitter
rubidium
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.3
rubidium
2012-01-04
(svn r23749) -Fix: [Win32] Work around a possible deadlock when initialising ...
michi_cc
2011-12-15
(svn r23527) -Codechange: unify colo(u)r as far as it goes
rubidium
2011-12-11
(svn r23488) -Fix [FS#4879] (r23241): artefacts when right click mouse moving...
rubidium
2011-12-10
(svn r23482) -Change: [Win32] Move re-painting the window and doing palette a...
michi_cc
2011-12-10
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instea...
rubidium
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-11-04
(svn r23119) -Fix: [Win32] Don't show a crash/assertion message box for a GUI...
michi_cc
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-19
(svn r22943) -Fix: [OSX] Typo broke debug compilation
planetmaker
2011-09-11
(svn r22921) -Fix: [OSX] Don't allow the old fullscreen mode also not as fall...
planetmaker
2011-09-09
(svn r22910) -Fix [FS#4617]: icon would (almost) never be shown for SDL builds
rubidium
[next]