Age | Commit message (Collapse) | Author |
|
that was not a printable ASCII character instead. Now it allows UTF8 formated strings too.
|
|
|
|
Dimension instead of uint16[2] for resolutions
|
|
related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
|
|
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.
|
|
|
|
|
|
declarations.
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
blitter did.
|
|
|
|
|
|
monitor the system colour space could not be retrieved. Show an error when this happens instead of just trying an assertion.
|
|
operators.
|
|
when Ctrl is pressed
|
|
|
|
|
|
places.
|
|
|
|
to be included when wanting to know whether we are a server.
|
|
logical location.
|
|
|
|
|
|
move the debugdumpcommand stuff out of the network 'area').
|
|
the dedicated video driver by default.
|
|
operation' attempt. Previously, only visual clues were available.
-Fix[FS#1519]: When you can not use this resolution at full screen, now you'll know that it failed.
As for the reason it did not work, each computer/OS has its reason.
|
|
cocoa driver in windowed mode too.
|
|
logical disposition
|
|
longer needed and caused compilation to fail.
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
it is really needed.
|
|
|
|
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
|
|
logical locations.
|
|
'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
|
at compile time.
|
|
instead of quartz
The reason is that quickdraw is way faster (try fast forward)
10.5 will still use quartz as it can't handle quickdraw.
|
|
(Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
|
|
10.3. It will fail
|
|
cleaner way.
|
|
the window when using rmb scrolling. Thanks ln- for pointing this out and providing a fix.
|
|
fitting to the naming style
|
|
|
|
that was introduced in r11492.
|
|
Quickdraw in windowed mode on OS X 10.4 and higher. Based on a patch by blackis.
|
|
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).
|