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
Age
Commit message (
Expand
)
Author
2021-02-22
Codechange: [OpenGL] Use a pixel buffer object to store the video buffer.
Michael Lutz
2021-02-22
Codechange: [OpenGL] Use a vertex array object to store the vertex state for ...
Michael Lutz
2021-02-22
Codechange: [OpenGL] Use a vertex buffer object to store the vertex data for ...
Michael Lutz
2021-02-22
Codechange: [Win32] Move remaing global _wnd variables into the video driver.
Michael Lutz
2021-02-22
Change: Lock the video buffer when drawing inside the game loop to properly a...
Michael Lutz
2021-02-22
Codechange: [Win32] Move the global video buffer pointer into the driver class.
Michael Lutz
2021-02-22
Codechange: [OpenGL] Only update the dirty parts of the video buffer texture.
Michael Lutz
2021-02-22
Codechange: [OpenGL] Enable driver debug messages if supported.
Michael Lutz
2021-02-22
Codechange: [OpenGL] Use new-style extension testing introduced with OpenGL 3.0.
Michael Lutz
2021-02-22
Add: [Win32] Video driver that uses OpenGL to transfer the video buffer to th...
Michael Lutz
2021-02-22
Codechange: [Win32] Move common initialization and finalization to the video ...
Michael Lutz
2021-02-22
Codechange: [Win32] Move GDI-specific variables and related functions into th...
Michael Lutz
2021-02-22
Codechange: [Win32] Move GDI specific drawing code into the GDI video driver ...
Michael Lutz
2021-02-22
Codechange: [Win32] Split the video driver into a base class and a GDI backen...
Michael Lutz
2021-02-22
Fix #6319: [Win32] don't use clipping; draw whole screen every frame (#8726)
Patric Stout
2021-02-22
Update: Translations from eints
translators
2021-02-22
Fix #8724: Got wrong DepotID/StationID for airports, causing crash
Charles Pigott
2021-02-22
Change: Make pathfinder account for maximum order speed, if set
Charles Pigott
2021-02-21
Fix: Allow building with Allegro and without SDL on Linux
milek7
2021-02-21
Update: Translations from eints
translators
2021-02-21
Fix #8276: Crash when a NewGRF object's size was not set
Charles Pigott
2021-02-21
Fix #8349: Close depot vehicle list windows when closing the depot window
Charles Pigott
2021-02-21
Codechange: [OSX] remove final bits of old debugging code (#8714)
Patric Stout
2021-02-21
Fix: [YAPF] Road pathfinder did not account for length of tunnel/bridge in pa...
Charles Pigott
2021-02-21
Fix #8594: [NRT] Road pathfinder did not account for roadtype speed limits
Charles Pigott
2021-02-20
Fix ec1dd0bf: missing override causing compiler warnings (#8708)
Patric Stout
2021-02-20
Codechange: Use C++-ism for zeroing.
Michael Lutz
2021-02-20
Fix: [OSX] Don't wait on the event loop for drawing.
Michael Lutz
2021-02-20
Codechange: [OSX] Only keep a total dirty rect for drawing.
Michael Lutz
2021-02-20
Update: Translations from eints
translators
2021-02-20
Codechange: rename sound ids to make more sense. (#8701)
frosch
2021-02-20
Codechange: Apply coding style
SamuXarick
2021-02-20
Remove: [SDL] SDL 1.3 never happened, so remove all the special code for it
Patric Stout
2021-02-20
Codechange: deduplicate tick-handlers of all video drivers
Patric Stout
2021-02-20
Change: [Win32] Remove force_full_redraw and display_hz settings
Patric Stout
2021-02-20
Codechange: [Win32] simplify when/where GdiFlush() is called
Patric Stout
2021-02-20
Codechange: be consistent in what CheckPaletteAnim() does and when it is called
Patric Stout
2021-02-20
Codechange: be consistent in naming the paint function Paint()
Patric Stout
2021-02-20
Codechange: use (Un)LockVideoBuffer() to manage video buffer
Patric Stout
2021-02-20
Codechange: move all input-handling of video-drivers into InputLoop
Patric Stout
2021-02-20
Codechange: [Win32] make fast-forward check the same as with other drivers
Patric Stout
2021-02-20
Fix: [Cygwin] Fix missing uint definition
Joe Stringer
2021-02-20
Fix: [Win32] run InteractiveRandom() once every tick, not once every message
Patric Stout
2021-02-20
Fix: [Win32] now we are drawing on a tick, no longer use WM_PAINT
Patric Stout
2021-02-19
Update: Translations from eints
translators
2021-02-19
Fix: [Actions] Also run CI against libsdl1.2 for every pull request
Patric Stout
2021-02-19
Fix d437445c: also use std::chrono for the GRFFileScanner modal window
Patric Stout
2021-02-19
Fix: [Actions] if SDL2 is installed, it is always picked over SDL1
Patric Stout
2021-02-19
Fix: [Actions] build our allegro driver too in our CI
Patric Stout
2021-02-19
Fix fa170b9: [SDL2] forgot to use GetGameInterval where needed
Patric Stout
[next]