Age | Commit message (Collapse) | Author |
|
scrollbar wrappers
|
|
|
|
(like done for video, music, sound, etc)
|
|
when opening the game options menu and you were using the upgraded set
|
|
|
|
|
|
3rdparty directory.
|
|
unselect already installed content; it would not uninstall it though
|
|
|
|
|
|
|
|
|
|
relatives
|
|
|
|
|
|
|
|
|
|
|
|
codes and group them logically
|
|
nested widgets
|
|
in a WWT_MATRIX data field.
|
|
|
|
nothing to canel in the content downloading window.
|
|
|
|
|
|
undrawn when drawing the first chat line causing two mouse pointers to be visible.
|
|
client was 'leaving'.
|
|
waste less bytes aligning stuff and fix the comment of the structs.
|
|
you're currently playing instead the starting date from the config file.
|
|
Company::IsValidHumanID(), don't use IsHumanCompany() where possible
|
|
via command line when joining a server (based on patch by Progman, Ammler and planetmaker)
|
|
download) when checking min_active_clients limit
|
|
|
|
code style.
|
|
company was changed from spectator to company 0 in the network code.
|
|
const is (accidentally?) removed using C-style casts.
|
|
|
|
GetActiveCompanyCount(), use PoolItem::GetNumItems() instead
|
|
time, binary size and run time (with asserts disabled) should be improved
|
|
variable instead of var->index
|
|
|
|
_local_company, but only as a storage location for the company you want to join in MP.
|
|
PoolItem::IsValidID() and PoolItem::Get()
|
|
with < .. - 1 (both caused due to wrapper functions)
|
|
PoolItem::IsValidID(index)
|
|
PoolItem::GetPoolSize()
|
|
|
|
debugging is enable and give the calling location of Chance16(R) instead of the Random call within those functions.
|
|
|
|
printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|