summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-23(svn r20210) -Fix (r20206): Allow other compilers to enjoy the new window too.alberth
2010-07-23(svn r20209) -Add: Allow access to the industry cargoes window from the fund ↵alberth
industry window.
2010-07-23(svn r20208) -Add: Allow access of the industry cargoes window from the ↵alberth
industry view window.
2010-07-23(svn r20207) -Codechange: Move variable declaration to first use.alberth
2010-07-23(svn r20206) -Feature: Display suppliers and customers of an industry or cargo.alberth
2010-07-23(svn r20205) -Update from WebTranslator v3.0:translators
czech - 15 changes by ReisRyos polish - 7 changes by xine ukrainian - 1 changes by Fixer
2010-07-22(svn r20204) -Update from WebTranslator v3.0:translators
czech - 1 changes by ReisRyos
2010-07-22(svn r20203) -Fix: some file "headers" were incorrect, including doxygen ↵rubidium
@file so they wouldn't be picked up by doxygen.
2010-07-21(svn r20202) -Update from WebTranslator v3.0:translators
chuvash - 93 changes by mefisteron irish - 5 changes by tem norwegian_nynorsk - 1 changes by 2rB
2010-07-21(svn r20201) -Feature [FS#3926]: add several new hotkeys to the global ↵yexo
hotkey list and to the order windows. None of them has a default keybinding.
2010-07-21(svn r20200) -Fix [FS#3930]: terraform and extra viewport hotkeys didn't ↵yexo
work in the scenario editor (jawsper)
2010-07-21(svn r20199) -Fix [FS#3964]: NewGRFs that defined a vehicle without either ↵yexo
loaded or loading groups could crash OpenTTD
2010-07-20(svn r20198) -Update from WebTranslator v3.0:translators
chuvash - 39 changes by mefisteron portuguese - 31 changes by ABCRic, SupSuper
2010-07-19(svn r20197) -Fix [FS#3963]: GetNearbyTileInformation can be used to get the ↵rubidium
terrain type of a MP_VOID tile.
2010-07-19(svn r20196) -Fix: Remove autofocus of the edit box in the world generation ↵terkhen
window.
2010-07-19(svn r20195) -Fix [FS#3891]: Remove autofocus of the edit box in the found ↵terkhen
town window (Zuu).
2010-07-19(svn r20194) -Fix: compilation with network disabled failedrubidium
2010-07-19(svn r20193) -Update from WebTranslator v3.0:translators
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
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be ↵rubidium
missed :)
2010-07-19(svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more ↵rubidium
logical location
2010-07-19(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworldrubidium
2010-07-19(svn r20189) -Codechange: unVARDEF _display_opt and move it to a more ↵rubidium
logical location
2010-07-19(svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file ↵rubidium
variables and move them to a more logical location
2010-07-19(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more ↵rubidium
logical place and with a more descriptive name
2010-07-19(svn r20186) -Codechange: remove VARDEF from _realtime_tick and ↵rubidium
_rightclick_emulate
2010-07-19(svn r20185) -Codechange: reduce the scope of _palette_animation_counterrubidium
2010-07-19(svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use ↵rubidium
VARDEF and put them in a more logical location
2010-07-19(svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use ↵rubidium
VARDEF and put them in a more logical location
2010-07-18(svn r20180) -Update from WebTranslator v3.0:translators
chuvash - 65 changes by mefisteron korean - 16 changes by junho2813 portuguese - 11 changes by SupSuper ukrainian - 3 changes by Madvin
2010-07-17(svn r20176) -Update from WebTranslator v3.0:translators
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
2010-07-17(svn r20175) -Change: [NewGRF] Adapt vehicle var FE bit 6 to new railtypes.frosch
2010-07-17(svn r20174) -Codechange [FS#3955]: Allow horizontal resizing for all ↵frosch
vehicle lists.
2010-07-17(svn r20173) -Codechange: Make the normal vehiclelist fit the longest action ↵frosch
dropdown text.
2010-07-17(svn r20172) -Codechange: Use ↵frosch
BaseVehicleListWindow::BuildActionDropdownList() also for the normal vehicle list.
2010-07-17(svn r20171) -Fix: Make the group list action dropdown also use ↵frosch
vehicletype-specific texts like the normal vehicle list.
2010-07-17(svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize().frosch
2010-07-17(svn r20169) -Codechange: Replace ShowGroupActionDropdown() with ↵frosch
BaseVehicleListWindow::BuildActionDropdownList().
2010-07-16(svn r20167) -Add: Vehicle var 4A to the NewGRF debug window.michi_cc
2010-07-16(svn r20166) -Fix [FS#3949]: do not scan /data and ~/data (if they happen to ↵rubidium
be your working directory). If it's the directory where your binary is located it will still scan them.
2010-07-16(svn r20165) -Feature: [NewGRF] Information (var 4A) about the current ↵michi_cc
railtype a train is on.
2010-07-16(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as ↵rubidium
"base" unit for aircraft speeds
2010-07-16(svn r20163) -Update from WebTranslator v3.0:translators
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
2010-07-16(svn r20162) -Fix [FS#3954]: integer comparison failed in case the ↵rubidium
difference was more than "MAX_UINT"/2
2010-07-16(svn r20160) -Merge: changelog updates from the 1.0 branchrubidium
2010-07-15(svn r20159) -Change: clarify use of OpenTTD directories and don't use the ↵rubidium
"TTD" abbreviation for Transport Tycoon Deluxe (parts by planetmaker)
2010-07-15(svn r20158) -Fix (r20155): error in Russian language filerubidium
2010-07-15(svn r20157) -Fix [FS#3950]: make it *very* clear that saveconfig doesn't ↵rubidium
save the configuration of a running savegame to openttd.cfg, but the one that would be used for new games
2010-07-15(svn r20156) -Fix [FS#3937]: [YAPP] Converting a one-way block to a path ↵michi_cc
signal with trains on both sides could lead to a train crash.
2010-07-15(svn r20155) -Update from WebTranslator v3.0:translators
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