Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Made pinch out zoom in and pinch in zoom out, as virtually all macOS
applications do.
|
|
|
|
|
|
scrolled/jumped way to far, when OpenTTD lagged during mouse event processing.
|
|
console hotkeys.
|
|
prevent crashes and improve IME support.
|
|
|
|
|
|
|
|
triggered during text input.
|
|
presses to toggle the console, allowing input of accented characters.
|
|
hotkeys.
|
|
handling.
|
|
keyboard handler.
|
|
(Based on patch by leecbaker)
|
|
during dragging. (Matthieu)
|
|
blitter so changes of the palette data during the game don't influence drawing (with SDL)
|
|
dirty variables into a single structure
|
|
certain circumstances (based on patch by matheweis)
|
|
milliseconds per game tick and use it
|
|
blitter during start-up
|
|
patches lately... they either fail to compile or spew warnings
|
|
|
|
missed :)
|
|
consisted of unrelated values use static const (u)int
|
|
allocated.
|
|
video driver was used.
|
|
cleaning.
|
|
|
|
the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes.
|
|
-Fix [FS#2864]: autopause and manual pausing conflict with eachother
-Fix: new game + pause on new game + autopause make the game not unpause on the first join
|
|
|
|
0-9 keys so people don't get confused that the keypad doesn't work as expected.
|
|
as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
|
|
when Ctrl is pressed
|
|
|
|
|
|
|
|
cleaner way.
|
|
the window when using rmb scrolling. Thanks ln- for pointing this out and providing a fix.
|
|
|
|
files. The reason for this is that the fullscreen and windowed mode api are separate from each other in OS X and thus the driver actual is two drivers in one. This split is to make the code more readable and to prepare for replacing the Quickdraw windowed mode code which uses apis deprecated as of OS X 10.5 (and maybe earlier).
|