Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-29 | (svn r17902) -Fix: make the plane speed setting unchangeable in network ↵ | rubidium | |
games because it can be read by NewGRFs on game load and thus if it changes cause desyncs | |||
2009-10-27 | (svn r17893) -Feature [FS#2633]: make it possible to disable background ↵ | rubidium | |
saving, only via the config file/in game console though | |||
2009-09-26 | (svn r17651) -Fix [FS#3238] (r17644): crashes when commands related to ↵ | rubidium | |
company settings where done | |||
2009-09-26 | (svn r17646) -Fix (r17644): GCC 4.4/4.5 compile failure | rubidium | |
2009-09-26 | (svn r17644) -Fix [FS#3219]: some inconsistencies with the difficulty ↵ | rubidium | |
settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor. | |||
2009-09-09 | (svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, ↵ | rubidium | |
not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'. | |||
2009-09-07 | (svn r17464) -Codechange: use C++0x mode when compiling with gcc >= 4.3 or ↵ | smatz | |
icc >= 11.0 | |||
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-08-12 | (svn r17157) -Add: localised decimal separator | smatz | |
2009-08-09 | (svn r17139) -Change: add the concept of sound sets | rubidium | |
2009-08-09 | (svn r17133) -Codechange: generalise the code that searches for base graphics | rubidium | |
2009-07-25 | (svn r16949) -Codechange: unify the way the DisplayOption enums are written | rubidium | |
2009-07-22 | (svn r16921) -Codechange: make it more clear what strings are related to ↵ | rubidium | |
road vehicles; only ROAD isn't always enough. Also unify the way of writing it. | |||
2009-06-25 | (svn r16654) -Codechange: cache industries in station's coverage area ↵ | smatz | |
instead of searching them everytime payment is made | |||
2009-06-21 | (svn r16614) -Codechange: Make the airport min/max available year a property ↵ | yexo | |
of the Airport class. -Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof | |||
2009-06-20 | (svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo) | smatz | |
2009-05-26 | (svn r16439) -Change: Make the default vehicle servicing settings ↵ | yexo | |
company-based settings, so in a multiplayer game everyone can change them. | |||
2009-05-26 | (svn r16433) -Codechange: Remove most of CmdSetAutoreplace and replace it ↵ | yexo | |
with calls to CmdChangeCompanySetting | |||
2009-05-26 | (svn r16429) -Change: Make the company settings behave like all others ↵ | yexo | |
settings: the default set in the main menu / config file is now really the default for a new company, and changing the value in game will no longer change the default for new companies. | |||
2009-05-15 | (svn r16315) -Codechange: move the autorenew settings to a new ↵ | yexo | |
CompanySettings struct | |||
2009-04-23 | (svn r16131) -Fix (r16129): some compile warnings on some compilers | rubidium | |
2009-04-23 | (svn r16129) -Feature-ish: configurable digit group separator per language ↵ | rubidium | |
with user override. | |||
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had ↵ | rubidium | |
this ID' from 'some' strings and replace the string name with something more sensible. | |||
2009-04-19 | (svn r16090) -Fix: s/Slovakish/Slovak/ (unimatrix) | frosch | |
2009-04-12 | (svn r16041) -Fix [FS#774]: the currency abbreviation for the Romanian Leu ↵ | rubidium | |
is now RON. | |||
2009-04-12 | (svn r16037) -Feature: allow (per order) to let a train stop at the near ↵ | rubidium | |
end, middle or far end of a platform from the point of view of the driver of the train that enters the station. | |||
2009-04-11 | (svn r16028) -Fix [FS#2826]: storing/loading some currencies failed due to ↵ | rubidium | |
inconsistent "tables". -Codechange: unduplicate settings "tables" that might be made inconsistent in the future (to prevent other cases like FS#2826). | |||
2009-04-10 | (svn r16014) -Feature(-ish): allow binding to several IPs; ↵ | rubidium | |
[network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses] | |||
2009-04-09 | (svn r16000) -Feature: IPv6 support | rubidium | |
2009-03-25 | (svn r15848) -Feature: Add autoclean_novehicles setting which will, when ↵ | peter1138 | |
autoclean_companies is true, remove any company with no vehicles and no active client after autoclean_novehciles-months. | |||
2009-03-21 | (svn r15798) -Fix (r15795): gcc doesn't like static functions that are not ↵ | yexo | |
declared static. | |||
2009-03-21 | (svn r15795) -Codechange: Move the settings table from settings.cpp to ↵ | yexo | |
table/settings.h. Patch breaking time :) |