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
Age
Commit message (
Expand
)
Author
2021-02-22
Codechange: [SDL2] Allow several places to hook into the SDL driver
Patric Stout
2021-02-22
Codechange: [SDL2] Move functions and variables to class-scope
Patric Stout
2021-02-22
Codechange: [SDL2] Move SDLSurface code to its own function
Patric Stout
2021-02-22
Codechange: [SDL2] Split Start() in a few more functions
Patric Stout
2021-02-22
Codechange: [OpenGL] Let OpenGL clear the pixel buffer if possible.
Michael Lutz
2021-02-22
Add: A 32 bpp blitter that uses the animation buffer from the video backend t...
Michael Lutz
2021-02-22
Codechange: [OpenGL] Use persistently mapped pixel buffers when supported.
Michael Lutz
2021-02-22
Add: [OpenGL] Support for a separate animation buffer that stores the palette...
Michael Lutz
2021-02-22
Codechange: Allow blitter factories to decide at runtime if the blitter is us...
Michael Lutz
2021-02-22
Change: [Win32] Prioritize the OpenGL video driver over the GDI one.
Michael Lutz
2021-02-22
Add: [OpenGL] Accelerated mouse cursor drawing.
Michael Lutz
2021-02-22
Fix: Don't trash video buffer alpha in SSE3/4 blitters.
Michael Lutz
2021-02-22
Codechange: [OpenGL] Initialize backing store to opaque alpha to allow blendi...
Michael Lutz
2021-02-22
Add: A simple, templated cache map that uses a least recently used eviction s...
Michael Lutz
2021-02-22
Codechange: Allow video drivers to handle the cursor themselves.
Michael Lutz
2021-02-22
Codechange: Make the simple Malloc sprite allocator globally usable.
Michael Lutz
2021-02-22
Codechange: Give sprite encoders a hint which colour components of a sprite a...
Michael Lutz
2021-02-22
Add: Allow sprite encoders (blitters) to specify an alignment for sprite widt...
Michael Lutz
2021-02-22
Codechange: Allow for using a sprite encoder that is not the currently active...
Michael Lutz
2021-02-22
Codechange: [Win32] Use an OpenGL core context instead of a compatibility one.
Michael Lutz
2021-02-22
Add: [OpenGL] Support for 8bpp blitters.
Michael Lutz
2021-02-22
Codechange: [OpenGL] Explicitly assign which framebuffer target receives the ...
Michael Lutz
2021-02-22
Codechange: [OpenGL] Use GLSL version 1.50 if available.
Michael Lutz
2021-02-22
Codechange: [OpenGL] Use generic vertex attributes in the shader program.
Michael Lutz
2021-02-22
Codechange: [OpenGL] Use shaders to display the video buffer on screen.
Michael Lutz
2021-02-22
Change: [Win32] Disable VSync for OpenGL by default.
Michael Lutz
2021-02-22
Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible.
Michael Lutz
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
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
[prev]
[next]