Age | Commit message (Collapse) | Author |
|
same thing.
|
|
store a second tile to skip to (in news messages). Patch by cirdan.
|
|
a Window constructor.
|
|
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.
|
|
|
|
|
|
states. Patch by cirdan.
|
|
InitializeWindowViewport because the viewport is now part of the window struct. Patch by Alberth.
|
|
array. Patch by cirdan.
|
|
okay (or lines starting with a space and then tabs).
|
|
properly.
|
|
|
|
|
|
|
|
lobby/setup and news settings windows
|
|
Lists are now dynamically generated, and can include parameters, or be extended however needed.
|
|
|
|
|
|
unneeded include from openttd.h.
|
|
|
|
when it's not necessary.
|
|
functions.
|
|
useless includes.
|
|
|
|
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.
|
|
|
|
|
|
|
|
(production) changes better configurable; you can now disable news messages popping up for industries you are not servicing. Patch by Alberth.
|
|
|
|
remembered.
-Codechange: Wrap all transparency settings in accessors, hiding the implementation
-Change: Clicking "transparent building" menu will toggle Houses And Trees only. The other options can be used in the transparency gui.
Initial patch by Smatz (FS#1349), with some rework by BigBB and your humble servant.
|
|
the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
|
a patch by Progman.
|
|
windows that are smaller than the default window size.
|
|
variables.h to strings.h
|
|
-Codechange: use predefined enums for viewport zoomlevels
|
|
spaces, making it look ugly from time to time
|
|
|
|
including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01.
|
|
|
|
ALL-button show 'full' too
|
|
setting, so you can hide economy changes, but do show open/close of industries
-Change: store news_display_opt in his own section, so it is no longer stored as uint in openttd.cfg (allows adding news-types easier)
|
|
-Codechange: Use the newly created WWT_TEXT widget.
-Cleanup: remove a lot of magic numbers, make the whole window more flexible, with now the possibility to easily add new type of news events.
Thanks glx for ideas from an old patch
|