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
/
cocoa
Age
Commit message (
Expand
)
Author
2021-03-09
Add: Display refresh rate game option (#8813)
sean
2021-03-08
Add: [Video] move GameLoop into its own thread
Patric Stout
2021-03-08
Remove: [Video] no longer draw in a thread
Patric Stout
2021-03-08
Fix #8784: using alt+enter didn't update the fullscreen toggle visibly (#8820)
Patric Stout
2021-03-08
Fix #8808: [OSX, OpenGL] Crash on switching blitters due to double-mapping th...
Michael Lutz
2021-03-08
Add: Option to (dis-)allow accelerated video drivers. (#8819)
Patric Stout
2021-03-01
Fix: [OSX] Hide dock when entering fullscreen
Owen Rudge
2021-02-28
Add: settings to limit your fast-forward game speed
Patric Stout
2021-02-24
Codechange: [OSX] GameLoop is really more like MainLoop
Patric Stout
2021-02-24
Codechange: [Video] move InteractiveRandom() to the VideoDriver
Patric Stout
2021-02-24
Codechange: [Video] make the prototype of PollEvent() the same for all drivers
Patric Stout
2021-02-22
Add: [OSX] OpenGL video driver.
Michael Lutz
2021-02-22
Codechange: [OSX] Add support for (un)locking the video buffer.
Michael Lutz
2021-02-22
Codechange: [OSX] Separate video driver into a base and a Quartz implementation.
Michael Lutz
2021-02-21
Codechange: [OSX] remove final bits of old debugging code (#8714)
Patric Stout
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
Codechange: deduplicate tick-handlers of all video drivers
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: move all input-handling of video-drivers into InputLoop
Patric Stout
2021-02-19
Fix: during switching of game-mode, drawing could show closed windows that sh...
Patric Stout
2021-02-19
Feature: configurable refresh-rate and change default to 60fps
Patric Stout
2021-02-19
Change: sleep till the next tick in the main loop
Patric Stout
2021-02-19
Change: allow video-drivers to miss deadlines slightly
Patric Stout
2021-02-19
Add: draw the screen at a steady pace, also during fast-forward
Patric Stout
2021-02-19
Codechange: track _realtime_tick more accurate
Patric Stout
2021-02-19
Codechange: switch all video drivers to std::chrono for keeping time
Patric Stout
2021-02-14
Fix: VkMapping declarations violated C++ ODR rule.
milek7
2021-02-14
Add: [OSX] Automatic zoom level suggestion for Cocoa video driver.
Michael Lutz
2021-02-14
Fix 9c872192: [OSX] Clear mouse button emulation flag.
Michael Lutz
2021-02-14
Add: [OSX] Setting to disable HiDPI graphics rendering.
Michael Lutz
2021-02-14
Change: [OSX] Render screen in full native resolution on HiDPI displays.
Michael Lutz
2021-02-14
Codechange: Consistently use screen size and not driver resolution for deter...
Michael Lutz
2021-02-13
Cleanup: [OSX] Improve some comments.
Michael Lutz
2021-02-13
Codechange: [OSX] Remove unused 'app active' flag.
Michael Lutz
2021-02-13
Fix: [OSX] An emulated right mouse down event has to be followed by right mou...
Michael Lutz
2021-02-13
Codechange: [OSX] Use relative mouse handling during scrolling.
Michael Lutz
2021-02-13
Change: [OSX] Use a layer-backed view to speed up drawing.
Michael Lutz
2021-02-13
Codechange: [OSX] Align backing buffer pitch for a tiny bit performance.
Michael Lutz
2021-02-13
Cleanup: [OSX] Move event loop into video driver file.
Michael Lutz
2021-02-13
Remove: [OSX] Startup splash screen.
Michael Lutz
2021-02-13
Codechange: [OSX] Move key event handling to our view.
Michael Lutz
2021-02-13
Codechange: [OSX] Move mouse event handling to our NSView.
Michael Lutz
2021-02-13
Codechange: [OSX] Move some things from video driver to our NSView.
Michael Lutz
2021-02-13
Codechange: [OSX] Use newer mouse tracking API.
Michael Lutz
2021-02-13
Codechange: [OSX] Split drawing into its own subview.
Michael Lutz
2021-02-13
Codechange: [OSX] Drain autoreleased objects in each game loop cycle.
Michael Lutz
2021-02-13
Codechange: [OSX] Split Window and back buffer creation in Cocoa video driver.
Michael Lutz
2021-02-13
Cleanup: [OSX] Doxygen comment style in video driver.
Michael Lutz
[next]