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
2021-02-06
Fix #8029: [SDL2] disable draw-thread on wayland SDL video driver (#8648)
Patric Stout
2021-02-05
Codechange: Apply coding style (#8640)
SamuXarick
2021-01-30
Codechange: [SDL2] Use MakeDirty() to force a redraw
Patric Stout
2021-01-30
Codechange: [SDL2] Rework how palette is updated
Patric Stout
2021-01-30
Fix: [SDL2] Display why SDL_CreateWindow() failed in case it does
Patric Stout
2021-01-30
Codechange: [SDL2] Split away CreateMainWindow from CreateMainSurface
Patric Stout
2021-01-30
Codechange: [SDL2] reworked the different surfaces to make it more readable
Patric Stout
2021-01-30
Codechange: [SDL2] Only prepare "caption" if you are going to us it
Patric Stout
2021-01-30
Codechange: [SDL2] Minor code cleanup to remove silly variable
Patric Stout
2021-01-30
Codechange: [SDL2] Only set _cur_palette, never _local_palette
Patric Stout
2021-01-30
Codechange: [SDL2] Move FindStartupDisplay to its own function
Patric Stout
2021-01-30
Codechange: [SDL2] reworked FindResolutions to be more like the rest
Patric Stout
2021-01-30
Codechange: [SDL2] remove include-protection
Patric Stout
2021-01-17
Codechange: [SDL2/Win32] Be consistent how 0bpp blitters are not allowed
Patric Stout
2021-01-17
Codechange: [Win32] Use _local_palette for most operations
Patric Stout
2021-01-17
Codechange: [Win32] use CSleep() instead of Sleep() like everywhere else
Patric Stout
2021-01-17
Codechange: [Win32] Use return-early in RegisterWndClass()
Patric Stout
2021-01-17
Codechange: [Win32] Remove Windows 95 specific mouse tracking work-around.
Michael Lutz
2021-01-16
Fix 0e62a398c7f: Only center the window, when it is smaller than the screen. ...
frosch
2021-01-14
Add: [SDL2] video driver parameter to put OpenTTD on a particular display on ...
frosch
2021-01-14
Feature: Choose a sensible window size on a fresh OTTD config file. (#8536)
Michael Lutz
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2021-01-03
Revert 4ce53cb8: [OSX] Delayed fullscreen switch is not needed anymore.
Michael Lutz
2021-01-03
Fix #8067: [OSX] Calculate title bar height instead of assuming a fixed value.
Michael Lutz
2021-01-03
Fix: [OSX] Quitting in fullscreen mode would loose the original window size.
Michael Lutz
2021-01-03
Change: [OSX] Hide Dock and menu during fullscreen mode.
Michael Lutz
2021-01-03
Codechange: [OSX] Silence some annoying warnings.
Michael Lutz
2021-01-03
Cleanup: [OSX] Remove cargo cult back-buffer alpha setting on show/hide and i...
Michael Lutz
2021-01-03
Change: [OSX] Compiling the Cocoa/Quartz video driver cannot be disabled anym...
Michael Lutz
2021-01-03
Codechange: [OSX] Re-arrange the OSX video driver code by combining all drawi...
Michael Lutz
2020-12-27
Codechange: Convert some more FIO functions to take std::string.
Michael Lutz
2020-12-27
Codechange: Use std::string in FIO search path handling.
Michael Lutz
2020-12-27
Codechange: Store file search paths as std::string.
Michael Lutz
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-12-21
Doc: some comments for the win32 video driver (#8409)
Patric Stout
2020-12-19
Fix: [OSX] Warning about ambiguous method (-Wobjc-multiple-method-names). (#8...
Michael Lutz
2020-12-15
Add: [Emscripten] use "relative mouse mode" with SDL2
Patric Stout
2020-12-15
Add: support for emscripten (play-OpenTTD-in-the-browser)
Patric Stout
2020-12-15
Codechange: unroll the SDL2 main loop
Patric Stout
2020-09-25
Codechange: Make codestyle for CMake files consistent for 'control' statements
Charles Pigott
2020-06-18
Fix #8104: Always add WINDOW_RESIZABLE flag to SDL2 (#8211)
nikolas
2020-06-07
Cleanup: Correct typographic errors in code comments.
TechGeekNZ
2020-06-05
Add: introduce CMake for project management
Patric Stout
2020-06-04
Codechange: Realign SDL driver with SDL2 driver to ease maintenance and empha...
TechGeekNZ
2020-06-01
Fix #8066: Try another fallback colourspace if first one fails
Niels Martin Hansen
2020-05-21
Codechange: Use std::string in the driver and blitter selection code.
Michael Lutz
2020-04-12
Remove: [OSX] Stuff that is pre-10.7 from the Cocoa/Quartz video driver.
Michael Lutz
2020-04-12
Remove: [OSX] Old fullscreen subdriver for pre 10.7 systems.
Michael Lutz
2020-04-12
Remove: [OSX] QuickDraw video subdriver used for OSX versions up to 10.4.
Michael Lutz
2020-03-30
Fix #7644: [Cocoa] Manually set colorspace to sRGB
Sebastian Pauka
[next]