summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-02-09(svn r15424) -Codechange: make it possible to have multiple windows with ↵rubidium
edit box open simultaniously (Zuu).
2009-02-09(svn r15423) -Codechange: split widget related types to their own header and ↵rubidium
add a bit of type strictness.
2009-02-08(svn r15422) -Fix [FS#2623] (r15383): loading NewGRFs before copying the ↵rubidium
settings.
2009-02-08(svn r15421) -Change: Replace the path signal sprites borrowed from TTDPatch ↵michi_cc
with our own custom sprites.
2009-02-08(svn r15418) -Codechange: Add action7/9 support to detect available rail ↵peter1138
type labels
2009-02-08(svn r15417) -Codechange: Add default rail type labels and support for ↵peter1138
per-GRF translation table.
2009-02-08(svn r15416) -Fix (r15412): revert the removal of the road side drop down ↵rubidium
box handling.
2009-02-08(svn r15415) -Change: close the (station) joiner window when pressing the ↵rubidium
bulldozer.
2009-02-08(svn r15414) -Codechange: s/delete FindWindowById/DeleteWindowById/rubidium
2009-02-08(svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge ↵rubidium
building w.r.t. tile selection and when the window should be closed.
2009-02-08(svn r15412) -Fix: Clearing custom engine names could cause desyncs due to ↵peter1138
be client-side only; GUI parts of save/load of custom engine names also removed as it was never implemented.
2009-02-08(svn r15411) -Feature(ttette): make 'set' a alias for the setting/patch ↵rubidium
console command
2009-02-08(svn r15410) -Cleanup: get rid of most of the references to the 'patches' ↵rubidium
except where it's used for backward compatability.
2009-02-08(svn r15409) -Update: Currenciesfrosch
Remove intermediate currency "New Turkish lira". Add Euro introduction date for Slovakia. Remove Euro introduction date for Hungary.
2009-02-08(svn r15408) -Fix (r15027): AIs could call AIController::Sleep() at times ↵Yexo
they're not allowed to sleep.
2009-02-08(svn r15407) -Codechange: When loading a save game with an invalid pool ↵peter1138
index, report the problem (invalid index) rather than an impossible symptom (too many items), and report it in game instead of causing a crash.
2009-02-08(svn r15406) -Fix: make Valuate actually cost a few opcodes to not make it a ↵rubidium
single opcode method of doing lots of the same thing. This should resolve most of the hiccups caused by AIs.
2009-02-08(svn r15404) -Cleanup [YAPF]: A tiny bit of const correctness.michi_cc
2009-02-07(svn r15403) -Update: WebTranslator2 update to 2009-02-07 18:48:00translators
arabic_egypt - 6 fixed by khaloofah (6) brazilian_portuguese - 15 fixed by tucalipe (15) catalan - 3 fixed by arnaullv (3) dutch - 2 fixed, 21 changed by Yexo (21), Excel20 (2) finnish - 3 fixed by jpx_ (3) french - 6 fixed by glx (6) german - 6 fixed by hellow (6) hungarian - 4 fixed by alyr (4) italian - 17 fixed by lorenzodv (17) korean - 6 fixed, 22 changed by darkttd (28) norwegian_bokmal - 27 fixed by khh (27) romanian - 3 fixed, 4 changed by kkmic (7) serbian - 176 fixed, 93 changed by syndrome (269) simplified_chinese - 16 fixed, 1 changed by ww9980 (17) spanish - 6 fixed by Dominus (6) turkish - 17 fixed, 1 changed by Emin (18)
2009-02-07(svn r15402) -Codechange: verify _current_company didn't change when ↵smatz
executing a command
2009-02-07(svn r15401) -Fix [FS#2619](r15027): AI::Stop changed _current_company, but ↵smatz
didn't restore its original value
2009-02-07(svn r15400) -Fix: Typos in comments.frosch
2009-02-07(svn r15399) -Fix [FS#2617]: For articulated parts v->cargo_type == ↵frosch
CT_INVALID is possible.
2009-02-07(svn r15398) -Fix (r14135): _current_company shouldn't be used in GUI code ↵smatz
(Swallow)
2009-02-07(svn r15397) -Fix [FS#2618]: a town could build a statue under a bridge.rubidium
2009-02-07(svn r15396) -Fix [FS#2601](r15027): since AIs can have vehicle groups now, ↵smatz
convert the groups correctly
2009-02-07(svn r15395) -Fix [FS#2611] (r15377): one couldn't reset companies anymore ↵rubidium
in a 'dedicated' server.
2009-02-07(svn r15394) -Fix (r15389): no new line at end of line warningglx
2009-02-07(svn r15393) -Fix: little typobelugas
2009-02-07(svn r15392) -Codechange: move the spec getter to a place where it's only ↵belugas
required, without the use of extern
2009-02-07(svn r15391) -Fix (r14997): loading font sprites should not trigger a ↵rubidium
palette conversion.
2009-02-07(svn r15390) -Cleanup: Remove old hack that wasn't used anymore.Yexo
2009-02-07(svn r15389) -Feature: Add ability to select which base graphics set is used ↵peter1138
from the Game Options window. The change takes effect when the window is closed. This option can only be used from the intro menu, as reloading graphics during a game may cause issues.
2009-02-07(svn r15388) -Change: unify the way Ctrl+Click is written.rubidium
2009-02-07(svn r15387) -Codechange: Add a drop down list item type for char* strings.peter1138
2009-02-07(svn r15386) -Codechange: During start up, store driver/blitter/graphicsset ↵peter1138
selection in local variable instead of in the global _ini_* variables. This means that specifying a driver/blitter/graphicsset on the command line does not clobber the configuration value, which can now be saved like other values.
2009-02-07(svn r15385) -Fix: Saving of char* to configuration file did not work due to ↵peter1138
incorrect parameter order and no handling of NULL.
2009-02-07(svn r15384) -Change: tweak some settings to make OpenTTD easier to use for ↵rubidium
first-time users (or upgraders)
2009-02-06(svn r15383) -Cleanup: Don't call MakeNewgameSettingsLive more often than ↵Yexo
necessary.
2009-02-06(svn r15382) -Fix [FS#2466]: multiple vehicles could be filling the ↵rubidium
timetable and only the data from one vehicle would be taken. Now only allow one to be filling at a time.
2009-02-06(svn r15381) -Fix (r11091): When testing for parallel road two tiles away, ↵frosch
do not move more than one tile along the road.
2009-02-06(svn r15380) -Fix (r15190)[FS#2603]: Do not use TileY() on negative ↵frosch
TileIndexDiffs. But the test was not needed anyway, as those tiles were already tested in previous iterations.
2009-02-06(svn r15379) -Update: WebTranslator2 update to 2009-02-06 18:45:59translators
arabic_egypt - 11 fixed by khaloofah (11) catalan - 11 fixed by arnaullv (11) dutch - 10 fixed, 2 changed by Yexo (10), Excel20 (2) finnish - 14 fixed by jpx_ (12), UltimateSephiroth (2) french - 11 fixed by glx (11) german - 11 fixed by ralph (5), hellow (6) hebrew - 5 fixed by 19izhar73 (5) hungarian - 11 fixed, 3 changed by alyr (3), IPG (4), oklmernok (7) korean - 11 fixed, 2 changed by darkttd (13) latvian - 25 fixed by waste (25) portuguese - 16 fixed by supra90 (10), SnowFlake (6) romanian - 11 fixed by kkmic (11) serbian - 5 fixed, 271 changed by syndrome (276) simplified_chinese - 2 fixed by ww9980 (2) spanish - 11 fixed by Dominus (11) traditional_chinese - 3 fixed, 5 changed by ww9980 (8) ukrainian - 14 fixed by mad (14)
2009-02-06(svn r15378) -Fix: The subcargo returned by vehicle variable 0x42 should be ↵frosch
the most-common-subcargo of the most-common-cargo. If nothing is transported 0x..FFFF00 should be returned.
2009-02-06(svn r15377) -Fix [FS#2607]: filter did resort when unneeded and didn't ↵rubidium
deselect properly in some cases (Roujin)
2009-02-06(svn r15376) -Fix [FS#2608] (r15371): OSX/BSD also seems to define ↵rubidium
strcasecmp under some circumstances.
2009-02-06(svn r15375) -Fix [FS#2605]: a tram circling around in a depot did never ↵rubidium
actually 'enter' the depot.
2009-02-06(svn r15374) -Codechange: remove a magic constant.rubidium
2009-02-06(svn r15373) -Fix [FS#2606]: Kenobi denied the server's client name to the ↵rubidium
tab-completed.