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
/
cocoa_v.mm
Age
Commit message (
Expand
)
Author
2021-04-05
Fix #8935: [OSX] Crash when clicking 'Save' due to wrongly-threaded OS call. ...
Michael Lutz
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-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
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 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
Add: [OSX] Automatic zoom level suggestion for Cocoa video driver.
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
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
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] 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
2021-02-13
Codechange: [OSX] Inline some functions that are used in only one place.
Michael Lutz
2021-02-13
Codechange: [OSX] Replace #define with modern code.
Michael Lutz
2021-02-13
Codechange: [OSX] Fold remaining Cocoa video subdriver into the main driver.
Michael Lutz
2021-02-13
Change: [OSX] Replace screen resolution list with suggested window sizes.
Michael Lutz
2021-02-13
Codechange: [OSX] There is only one subdriver left, remove virtual dispatch.
Michael Lutz
2021-01-14
Feature: Choose a sensible window size on a fresh OTTD config file. (#8536)
Michael Lutz
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
[next]