Age | Commit message (Collapse) | Author |
|
expanding them much easier (Alberth)
|
|
|
|
|
|
color and colour.
|
|
add a bit of type strictness.
|
|
|
|
|
|
(without changing the map array) and make the CompanyIDs contiguous.
-Note: 15 should be enough for now... making it any more means adding more bytes to the map array and thus wasting more bits instead of reducing the bit waste.
|
|
constants and use the proper type for a few variables.
|
|
|
|
client so it is immediatelly clear which one you are working with.
|
|
causing the payment graph to show the wrong data.
|
|
representation of another.
If you want to customize it more easily, why not a simple const of said enum value?
|
|
enum values
|
|
|
|
|
|
|
|
CompanyLeagueWindow
|
|
from lots
of windows causing 'two stage' opening effect.
|
|
|
|
|
|
graph legenda windows.
|
|
the Window class and remove Window from their naming.
|
|
|
|
Window.
|
|
when it's certain that w != NULL.
|
|
something more than whitespace as description of files that don't have a description.
|
|
in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
|
|
unneeded include from openttd.h.
|
|
|
|
|
|
that news pop-ups and the about window still progress. For other windows the events are ignored when paused.
|
|
|
|
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.
|
|
their respective places.
|
|
|
|
and making it more logic where function definitions can be found.
|
|
'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
|
company values.
|
|
|
|
fitting to the naming style
|
|
the remaining to fit with the naming style
|
|
remaining to fit with the naming style
|
|
style
|
|
unneeded define
|
|
with the coding style
|
|
the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
|
money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|