Age | Commit message (Collapse) | Author |
|
typo-ish fixes.
|
|
OTTD's traditional assert_compile() does not work inside templates for gcc compilers, static_assert() does though.
The new assert_tcompile() resolves into static_assert() if present, or into a runtime assert() else.
|
|
|
|
|
|
amount of space between text.
|
|
constants for hardcoded numbers.
|
|
|
|
wrong 'size') upon reiniting windows
|
|
|
|
|
|
nested widgets through the nested_array.
|
|
|
|
for more consistency and distinguishability.
|
|
industry list window
|
|
list, and use that text in the size computation as well.
|
|
actually useful when building industries
|
|
scrollbar wrappers
|
|
|
|
dparams of industries in the industry directory out of OnPaint
|
|
locations/sizes with the appropriate variables in the industry directory
|
|
industry directory
|
|
numbers to percents
|
|
|
|
scenario editor.
|
|
|
|
|
|
relatives
|
|
|
|
codes and group them logically
|
|
|
|
in a WWT_MATRIX data field.
|
|
const is (accidentally?) removed using C-style casts.
|
|
GetActiveCompanyCount(), use PoolItem::GetNumItems() instead
|
|
PoolItem::IsValidID(index)
|
|
|
|
-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
|
|
DrawString.
|
|
this ID' from 'some' strings and replace the string name with something more sensible.
|
|
they are basically the same thing
|
|
industry window when there are more lines of information
|
|
callback
|
|
|
|
new one.
|
|
API.
|
|
|
|
expanding them much easier (Alberth)
|
|
sources too
|
|
except where it's used for backward compatability.
|
|
changing company.
|
|
guarantees that _current_company is the same as _local_company.
|