Commit Graph

15588 Commits (c594a1692e9ce318bbe89d531c9a551d6e8dab86)
 

Author SHA1 Message Date
alberth b4358056ee (svn r20206) -Feature: Display suppliers and customers of an industry or cargo. 14 years ago
translators abe3983b60 (svn r20205) -Update from WebTranslator v3.0:
czech - 15 changes by ReisRyos
polish - 7 changes by xine
ukrainian - 1 changes by Fixer
14 years ago
translators 8ae9ec9a71 (svn r20204) -Update from WebTranslator v3.0:
czech - 1 changes by ReisRyos
14 years ago
rubidium ed20526231 (svn r20203) -Fix: some file "headers" were incorrect, including doxygen @file so they wouldn't be picked up by doxygen. 14 years ago
translators 14c45fa251 (svn r20202) -Update from WebTranslator v3.0:
chuvash - 93 changes by mefisteron
irish - 5 changes by tem
norwegian_nynorsk - 1 changes by 2rB
14 years ago
yexo f357bf9674 (svn r20201) -Feature [FS#3926]: add several new hotkeys to the global hotkey list and to the order windows. None of them has a default keybinding. 14 years ago
yexo cafe07dde8 (svn r20200) -Fix [FS#3930]: terraform and extra viewport hotkeys didn't work in the scenario editor (jawsper) 14 years ago
yexo c5f12c337d (svn r20199) -Fix [FS#3964]: NewGRFs that defined a vehicle without either loaded or loading groups could crash OpenTTD 14 years ago
translators 7484eba2db (svn r20198) -Update from WebTranslator v3.0:
chuvash - 39 changes by mefisteron
portuguese - 31 changes by ABCRic, SupSuper
14 years ago
rubidium d28515d16c (svn r20197) -Fix [FS#3963]: GetNearbyTileInformation can be used to get the terrain type of a MP_VOID tile. 14 years ago
terkhen 34c580ee96 (svn r20196) -Fix: Remove autofocus of the edit box in the world generation window. 14 years ago
terkhen 4b921170b8 (svn r20195) -Fix [FS#3891]: Remove autofocus of the edit box in the found town window (Zuu). 14 years ago
rubidium 1062330ba1 (svn r20194) -Fix: compilation with network disabled failed 14 years ago
translators 658dc6b931 (svn r20193) -Update from WebTranslator v3.0:
chuvash - 15 changes by mefisteron
indonesian - 9 changes by prof
korean - 6 changes by junho2813
norwegian_bokmal - 15 changes by CyberKenny
portuguese - 58 changes by SupSuper
brazilian_portuguese - 15 changes by Tucalipe
russian - 1 changes by Lone_Wolf
14 years ago
rubidium 9fd2afb147 (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) 14 years ago
rubidium 6ef7b78c8b (svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location 14 years ago
rubidium 60b93f5c69 (svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld 14 years ago
rubidium 3744fda3c1 (svn r20189) -Codechange: unVARDEF _display_opt and move it to a more logical location 14 years ago
rubidium 54ec48f7ce (svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location 14 years ago
rubidium 035d0ef16b (svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name 14 years ago
rubidium 2ab8035604 (svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_emulate 14 years ago
rubidium cd5bc729d4 (svn r20185) -Codechange: reduce the scope of _palette_animation_counter 14 years ago
rubidium 4a2901eea4 (svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use VARDEF and put them in a more logical location 14 years ago
rubidium 8894ae2ccb (svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARDEF and put them in a more logical location 14 years ago
translators 1441de3950 (svn r20180) -Update from WebTranslator v3.0:
chuvash - 65 changes by mefisteron
korean - 16 changes by junho2813
portuguese - 11 changes by SupSuper
ukrainian - 3 changes by Madvin
14 years ago
translators c4c6ccb1eb (svn r20176) -Update from WebTranslator v3.0:
chuvash - 19 changes by mefisteron
greek - 9 changes by fumantsu
indonesian - 7 changes by prof
italian - 13 changes by lorenzodv
swedish - 2 changes by tool
turkish - 7 changes by niw3
14 years ago
frosch fb0ac38f3d (svn r20175) -Change: [NewGRF] Adapt vehicle var FE bit 6 to new railtypes. 14 years ago
frosch de785d2875 (svn r20174) -Codechange [FS#3955]: Allow horizontal resizing for all vehicle lists. 14 years ago
frosch d8e9cbc77d (svn r20173) -Codechange: Make the normal vehiclelist fit the longest action dropdown text. 14 years ago
frosch ca5acaa616 (svn r20172) -Codechange: Use BaseVehicleListWindow::BuildActionDropdownList() also for the normal vehicle list. 14 years ago
frosch 598b0e6be6 (svn r20171) -Fix: Make the group list action dropdown also use vehicletype-specific texts like the normal vehicle list. 14 years ago
frosch ea4bb0bec0 (svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize(). 14 years ago
frosch d10c265d75 (svn r20169) -Codechange: Replace ShowGroupActionDropdown() with BaseVehicleListWindow::BuildActionDropdownList(). 14 years ago
michi_cc eeaa6995e6 (svn r20167) -Add: Vehicle var 4A to the NewGRF debug window. 14 years ago
rubidium 0ca6c03b1e (svn r20166) -Fix [FS#3949]: do not scan /data and ~/data (if they happen to be your working directory). If it's the directory where your binary is located it will still scan them. 14 years ago
michi_cc 3ad7f8b455 (svn r20165) -Feature: [NewGRF] Information (var 4A) about the current railtype a train is on. 14 years ago
rubidium 1b507dcf66 (svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds 14 years ago
translators ad1dde1bd9 (svn r20163) -Update from WebTranslator v3.0:
dutch - 3 changes by habell
hungarian - 2 changes by IPG
irish - 6 changes by tem
portuguese - 18 changes by ABCRic
russian - 73 changes by Lone_Wolf, perk11
ukrainian - 8 changes by Fixer
14 years ago
rubidium 489c169291 (svn r20162) -Fix [FS#3954]: integer comparison failed in case the difference was more than "MAX_UINT"/2 14 years ago
rubidium d63751f8e5 (svn r20160) -Merge: changelog updates from the 1.0 branch 14 years ago
rubidium b673d7cd3a (svn r20159) -Change: clarify use of OpenTTD directories and don't use the "TTD" abbreviation for Transport Tycoon Deluxe (parts by planetmaker) 14 years ago
rubidium 0acdea15ca (svn r20158) -Fix (r20155): error in Russian language file 14 years ago
rubidium 28a43a711d (svn r20157) -Fix [FS#3950]: make it *very* clear that saveconfig doesn't save the configuration of a running savegame to openttd.cfg, but the one that would be used for new games 14 years ago
michi_cc 8ac286f229 (svn r20156) -Fix [FS#3937]: [YAPP] Converting a one-way block to a path signal with trains on both sides could lead to a train crash. 14 years ago
translators 120312d999 (svn r20155) -Update from WebTranslator v3.0:
simplified_chinese - 4 changes by pda1573
traditional_chinese - 15 changes by josesun
chuvash - 10 changes by mefisteron
croatian - 8 changes by VoyagerOne
finnish - 65 changes by jpx_
french - 3 changes by glx
german - 3 changes by planetmaker
irish - 2 changes by tem
polish - 5 changes by amateja
russian - 110 changes by perk11
serbian - 5 changes by etran
slovak - 3 changes by keso53
spanish - 1 changes by Terkhen
14 years ago
michi_cc ed60430b80 (svn r20154) -Fix: A missing entry caused MSVC to modify generate_vs*.vcproj all the time. 14 years ago
frosch 6820cd1488 (svn r20153) -Fix (r20125): Make the snowchecks for clear land and trees consistent with the other tiletypes. 14 years ago
frosch ca8a953395 (svn r20152) -Fix: Silence a gcc warning. 14 years ago
terkhen 9f14507ec5 (svn r20150) -Cleanup: Remove an unused function header. 14 years ago
rubidium bb21d277ff (svn r20147) -Change: make some of the english strings more consistent with eachother and OpenTTD's behaviour 14 years ago