summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-05-30(svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor ↵smatz
instead of constructor of each vehicle type
2009-05-30(svn r16470) -Fix (r14293): track reservation was drawn at bridge heads in ↵smatz
the menu
2009-05-30(svn r16469) -Update: WebTranslator2 update to 2009-05-30 17:31:31translators
afrikaans - 6 fixed by Chilli (6) luxembourgish - 290 fixed, 793 changed by *jigo* (1083)
2009-05-30(svn r16468) -Codechange: Use GetWidgetOfType() for finding an edit box.alberth
2009-05-30(svn r16467) -Codechange: Unduplicate setting of widget focus (with thanks ↵alberth
to Smatz).
2009-05-30(svn r16466) -Codechange: Improved wording in comments.alberth
2009-05-30(svn r16465) -Codechange: Eliminated GetGloballyFocusedWidget(), it was used ↵alberth
only once.
2009-05-30(svn r16464) -Codechange (r16422): Added a missing const_cast<>alberth
2009-05-30(svn r16463) -Cleanup: Code style fixes.alberth
2009-05-29(svn r16460) -Update: WebTranslator2 update to 2009-05-29 17:38:27translators
afrikaans - 18 fixed, 6 changed by Chilli (24) luxembourgish - 114 fixed, 252 changed by *jigo* (366)
2009-05-29(svn r16459) -Codechange: move definition of several cargopacket accessors ↵smatz
to header file
2009-05-28(svn r16458) -Codechange: use one enum instead of foursmatz
2009-05-28(svn r16457) -Fix [FS#2925]: skipping a 'nearest depot order' because none ↵rubidium
could be found could cause multiple orders to get skipped
2009-05-28(svn r16455) -Fix: don't crash when a newgrf has sounds in an unsupported ↵yexo
sound format
2009-05-27(svn r16454) -Fix (r16181, r16241): fix the try/catch bug fixed in r16181 ↵yexo
and reintroduced in r16241 again, this time without breaking the regression test.
2009-05-27(svn r16453) -Fix: Move some code around so a company is no longer used ↵yexo
after deleting it
2009-05-27(svn r16452) -Fix: don't trigger station animations when the station was ↵smatz
deleted in the same tick
2009-05-27(svn r16451) -Fix (r16449): crash when a spectator (or dedicated server) ↵smatz
received news about new engine
2009-05-27(svn r16450) -Update: WebTranslator2 update to 2009-05-27 17:39:46translators
arabic_egypt - 2 fixed by khaloofah (2) danish - 2 fixed by ThomasA (2) english_US - 2 fixed by WhiteRabbit (2) indonesian - 2 fixed, 8 changed by anansboga (10) romanian - 1 changed by CrystyB (1) serbian - 100 fixed by etran (100)
2009-05-27(svn r16449) -Fix [FS#2924]: vehicle recolouring wasn't done for engine ↵rubidium
preview/news
2009-05-27(svn r16448) -Fix [FS#2909]: road vehicles ending up on the pavement when ↵rubidium
they are in a drive through station that got removed due to bankruptcy
2009-05-27(svn r16447) -Fix [FS#2922] (r16444): compiling on x86-64 failedyexo
2009-05-26(svn r16446) -Fix (r16378): 'cast to pointer from integer of different size' ↵glx
warning
2009-05-26(svn r16445) -Codechange: update old comments (Yexo)smatz
2009-05-26(svn r16444) -Codechange: Set all company settings to their default value ↵yexo
for a new company instead of zeroing them.
2009-05-26(svn r16442) -Codechange: use new Vehicle accessors at more placessmatz
2009-05-26(svn r16441) -Codechange: new class SpecializedVehicle used as superclass ↵smatz
for all vehicle types
2009-05-26(svn r16440) -Fix [NoAI]: AIRail::GetRailStationDirection returned incorrect ↵yexo
information
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 r16438) -Fix (r16436): set 'old_company' after modifying '_current_company'smatz
2009-05-26(svn r16437) -Codechange: remove the hack that for CMD_COMPANY_CTRL the ↵rubidium
company was changed from spectator to company 0 in the network code.
2009-05-26(svn r16436) -Codechange: always execute 'spectator'/'server' commands as ↵rubidium
spectator. This to reduce the difference between dedicated and non-dedicated servers and normal clients.
2009-05-26(svn r16435) -Codechange: don't require the 'user company 0' hack for commands.rubidium
2009-05-26(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be ↵rubidium
reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
2009-05-26(svn r16433) -Codechange: Remove most of CmdSetAutoreplace and replace it ↵yexo
with calls to CmdChangeCompanySetting
2009-05-26(svn r16432) -Feature(tte): use 'scrollto x y' in console to scroll to tile ↵smatz
with given coordinates
2009-05-26(svn r16431) -Fix (16429): Company settings can also be changed in ↵yexo
multiplayer games
2009-05-26(svn r16430) -Fix: crash when a company is deleted while a dropdown with ↵smatz
company names is open
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-26(svn r16428) -Codechange: use the less bloated SimpleTinyEnumT instead of ↵rubidium
TinyEnumT if the stuff provided by TinyEnumT but not SimpleTinyEnumT is not used.
2009-05-26(svn r16427) -Codechange: replace a few magic numbers with an existing ↵rubidium
constant and unduplicate a few lines.
2009-05-26(svn r16426) -Fix [FS#2921] (r16390): articulated parts got the wrong image ↵rubidium
assigned
2009-05-25(svn r16425) -Change [FS#2869]: Stop an AI when it takes too long to ↵yexo
initialize or load
2009-05-24(svn r16422) -Codechange: use const_cast for removing const and warn when ↵rubidium
const is (accidentally?) removed using C-style casts.
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or ↵rubidium
unnecessarily add it.
2009-05-24(svn r16420) -Fix [FS#2919]: don't allow content download via the console ↵rubidium
when there's no zlib as it's done for the GUI already
2009-05-24(svn r16418) -Fix: Resolve the company name for 'subsidy awarded'-news when ↵frosch
the news are triggered, so it stays valid when the company bankrupts or is taken over.
2009-05-24(svn r16417) -Update: WebTranslator2 update to 2009-05-24 17:18:38translators
icelandic - 31 fixed, 14 changed by scrooge (45) indonesian - 17 fixed by adjayanto (17) serbian - 84 fixed by etran (84)
2009-05-24(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced ↵frosch
vehicles/stations/industries are deleted.
2009-05-24(svn r16415) -Fix (r13008): some 64bit architectures require size_t to be ↵smatz
aligned at 8-byte boundary, ensure it for MemBlock