This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
synced
2026-01-29 23:24:31 +01:00
Code
Issues
Releases
Wiki
Activity
Files
2b39e239a60a812429d3506ee8fd9a16900e44b5
OpenTTD
/
src
/
video
History
rubidium
88a7e23897
(svn r18031) -Codechange: since basically r7157 adding up 'all' mouse movement isn't needed anymore because after each even that movement is handled and the counter is reset. As such simply assigning instead of adding works.
2009-11-09 16:07:03 +00:00
..
cocoa
(svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz video driver was used.
2009-10-17 22:36:39 +00:00
allegro_v.cpp
(svn r18031) -Codechange: since basically r7157 adding up 'all' mouse movement isn't needed anymore because after each even that movement is handled and the counter is reset. As such simply assigning instead of adding works.
2009-11-09 16:07:03 +00:00
allegro_v.h
(svn r17583) -Change: make SDL's video driver more likely to be loaded than Allegro's video driver; SDL seems to perform better.
2009-09-20 10:19:13 +00:00
dedicated_v.cpp
…
dedicated_v.h
…
null_v.cpp
…
null_v.h
…
sdl_v.cpp
(svn r18031) -Codechange: since basically r7157 adding up 'all' mouse movement isn't needed anymore because after each even that movement is handled and the counter is reset. As such simply assigning instead of adding works.
2009-11-09 16:07:03 +00:00
sdl_v.h
…
video_driver.hpp
…
win32_v.cpp
(svn r18031) -Codechange: since basically r7157 adding up 'all' mouse movement isn't needed anymore because after each even that movement is handled and the counter is reset. As such simply assigning instead of adding works.
2009-11-09 16:07:03 +00:00
win32_v.h
…