Age | Commit message (Collapse) | Author |
|
RoadOwner.
-Fix: Before evaluating RoadOwner, check if the roadtype is present.
-Fix: Some places assumed that MP_ROAD means normal street.
|
|
|
|
the Window class and remove Window from their naming.
|
|
pointer with the WE_CREATE message because nothing uses it anymore.
|
|
|
|
|
|
|
|
same thing.
|
|
rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
|
|
.cpp files where they are actually used.
|
|
Window.
|
|
declarations.
|
|
when it's certain that w != NULL.
|
|
something more than whitespace as description of files that don't have a description.
|
|
'Location' button, a town/station/industry list, or some news items.
|
|
uniform naming of the thing instead of using both names for the same thing.
|
|
InitializeWindowViewport because the viewport is now part of the window struct. Patch by Alberth.
|
|
by Alberth.
|
|
|
|
|
|
unneeded include from openttd.h.
|
|
|
|
|
|
functions.
|
|
useless includes.
|
|
map.h).
|
|
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
|
|
|
|
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.
|
|
r11642
|
|
bridge_map.h into tunnelbridge_map.h
|
|
|
|
|
|
fitting to the naming style
|
|
|
|
to show all the types industry available.
-Feature: Allow to enable/disable individually or all at once, the industries shown on small map.
This will permit to easily find those that are of some interest for the player.
Heavily based on gule's patch
|
|
numbers by enum(-a) values
|
|
used smallmap currently used type
|
|
the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
|
regained an old bug: buffer-overflow when moving window to far bottom-right.
-Note: we no longer cheat on not drawing the last line in smallmap, this time we created a more elegant fix
|
|
"road" everywhere except in the tile type.
|
|
|
|
in case of low resolutions; one could already make the window smaller, but the resize button was unreachable.
|
|
windows that are smaller than the default window size.
|
|
-Codechange: replace magic 13 with MAX_SNOWLINE_HEIGHT (bilbo)
-Codechange: assure _map_height_bits is always of correct size (Rubidium)
|