Commit Graph

9834 Commits (cc658392ebef76ca21efc7c3ab1aaaa93c50448e)

Author SHA1 Message Date
yexo e2d706cd21 (svn r20344) -Feature: add rescan_newgrf console command 14 years ago
rubidium 0664955db7 (svn r20343) -Fix (r20342): don't start svn commit too early... it won't see the later changes 14 years ago
rubidium 725c181445 (svn r20342) -Codechange: unify the construction of objects 14 years ago
rubidium 92ac2e485b (svn r20341) -Codechange: pass the tile of the HQ instead of the company to UpdateCompanyHQ 14 years ago
rubidium 1c86321d35 (svn r20340) -Codechange: introduce some flags for objects and use them in some places 14 years ago
rubidium d687b49a4e (svn r20339) -Codechange: reorder the HQ drawing data so it's in a slightly more logical order from the map array's point of view. 14 years ago
rubidium fbde46c028 (svn r20338) -Codechange: unify the unmovable tile drawing 14 years ago
rubidium 3bfe26c69d (svn r20337) -Codechange: unify the construction of objects on the map 14 years ago
rubidium f812e80002 (svn r20336) -Codechange: rework the HQ updating 14 years ago
rubidium ffedcc6533 (svn r20335) -Codechange: change the name of some unmovable map accessors 14 years ago
rubidium f44c51577b (svn r20334) -Codechange: reorder the unmovable bits a bit for futher extension 14 years ago
frosch 1a9d5ae076 (svn r20333) -Fix (r20332): Mask second operand to 5 bits to avoid differences between platforms. 14 years ago
frosch 0e5c562da4 (svn r20332) -Add: [NewGRF] AdvVarAct2 operators for SHL, SHR and SAR. 14 years ago
yexo 689d4bef04 (svn r20331) -Doc: some more airport-related code 14 years ago
rubidium aae7ef73bb (svn r20330) -Codechange: unify the removal of unmovables a bit 14 years ago
yexo d65a967027 (svn r20329) -Codechange: align the data of the original airports so it's better readable 14 years ago
rubidium 49cee72fa4 (svn r20328) -Codechange: unify the unmovable related commands and make building lighthouses/transmitters actually happen via a command 14 years ago
rubidium f2d71c1196 (svn r20327) -Change: don't let building e.g. road remove light houses and transmitters in the scenario editor 14 years ago
rubidium 55129f1fbb (svn r20326) -Codechange: move UnmovableType to its own file 14 years ago
yexo 5ae4e27446 (svn r20325) -Fix (r20322): surround variable declarations in a switch-block with {} 14 years ago
yexo c7516f230f (svn r20324) -Doc: add doxygen comments to the Airport struct belonging to a station 14 years ago
terkhen 7a6df202d0 (svn r20323) -Codechange: Move Delete town code to a command. 14 years ago
terkhen ca0751adb8 (svn r20322) -Codechange: Move Expand town code to a command. 14 years ago
rubidium f2edc728e6 (svn r20321) -Codechange: rename GetUnmovableSpec to UnmovableSpec::Get and add+use a ::GetByTile 14 years ago
alberth 0e900039f3 (svn r20320) -Doc: Small Doxygen and normal comment fixes, and an missed addition. 14 years ago
alberth 4781f1fa92 (svn r20319) -Codechange: Align comments, add indent to a function call. 14 years ago
alberth 5556955960 (svn r20318) -Doc: Doxygen additions. 14 years ago
alberth 73f45d16d1 (svn r20317) -Codechange: Move variable declaration to their first use. 14 years ago
rubidium 00dcb16760 (svn r20316) -Document: some members/structs and functions and rename some slightly to better catch their meaning 14 years ago
michi_cc 9f5e49eaad (svn r20315) -Codechange: Replace magic numbers by named constants. 14 years ago
michi_cc e34faa8e15 (svn r20314) -Fix (r20312): Too many parameters, missed one. 14 years ago
michi_cc 3c7b220d59 (svn r20312) -Doc: Add missing doxygen comments to road map accessors. 14 years ago
yexo dff871b40d (svn r20311) -Codechange: don't reserve extra space in the savegame that is never used 14 years ago
translators 9b9d8088b0 (svn r20310) -Update from WebTranslator v3.0:
basque - 8 changes by Thadah
belarusian - 354 changes by KorneySan, Wowanxm
simplified_chinese - 5 changes by pda1573
traditional_chinese - 1 changes by pda1573
chuvash - 17 changes by mefisteron
french - 4 changes by glx
greek - 18 changes by fumantsu
italian - 4 changes by lorenzodv
brazilian_portuguese - 15 changes by Tucalipe
russian - 28 changes by KorneySan
swedish - 14 changes by tool
thai - 23 changes by sf_alpha
ukrainian - 14 changes by Madvin
vietnamese - 9 changes by nglekhoi
14 years ago
yexo 6371e6c4db (svn r20307) -Fix (r20305): the palette for baseset extra grfs was never set so it defaulted to dos 14 years ago
rubidium dfb0a2c9a5 (svn r20305) -Change: reduce OpenTTD's install size by roughly 460 KiB by only providing the "extra" base graphics in one palette and doing the conversion upon loading; the conversion has existed for a while, but now the NewGRF can tell its palette using Action 14 thus it can enable the conversion for only that NewGRF. 14 years ago
terkhen cded122da5 (svn r20303) -Feature: [NewGRF] Air drag property support for trains and road vehicles. Air drag for vehicles with air drag not set or set to zero will use a default value depending on their max speed. 14 years ago
terkhen 7d0297f967 (svn r20302) -Add: Method for getting the air drag of a ground vehicle. 14 years ago
terkhen 8203749e68 (svn r20301) -Add: [NewGRF] Read air drag property from Action 0 for trains. 14 years ago
terkhen 5c633159ca (svn r20300) -Add: Air drag field to the rail engine information. 14 years ago
terkhen 1fd66d7cc4 (svn r20299) -Add: Make trains and road vehicles use a different area value to calculate air drag. 14 years ago
terkhen 14d58e9978 (svn r20298) -Fix: GetInitialMaxSpeed did not return the correct value for road vehicles. 14 years ago
terkhen 6dde1417d8 (svn r20297) -Doc: Explain the default tractive effort value used by standard road vehicles. 14 years ago
alberth f0ebe530ad (svn r20296) -Fix: Fallback font selection due to missing glyphs did not work as intended. 14 years ago
frosch edf9b36b81 (svn r20294) -Fix [FS#3996](r20281): 'break' got in wrong position. 14 years ago
yexo 9dbe84922b (svn r20293) -Doc: add more doxygen comments in ai_gui.cp 14 years ago
yexo 6bfe29308c (svn r20292) -Codechange: remove some unused variables from AIConfigWindow 14 years ago
alberth ee01ec9136 (svn r20291) -Codechange: Unify break coding style. 14 years ago
alberth c32e35c30d (svn r20290) -Codechange: Add missing 'break' statements. 14 years ago
terkhen 80c43f52e8 (svn r20289) -Codechange: Unify fall through coding style. 14 years ago
yexo 7b62e4dc8e (svn r20288) -Doc: add doxygen string to all GetClassName functions (part of all AI api classes) 14 years ago
rubidium d1787d884c (svn r20287) -Fix: GCC 4.1 warning 14 years ago
frosch 4bd32799f1 (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
yexo 613b273f36 (svn r20285) -Codechange: use ///< for single-line doxygen comments in the AI code 14 years ago
yexo 99cb47a382 (svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI code 14 years ago
frosch ed4f806f1d (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
rubidium 4871baf44d (svn r20282) -Codechange: add some spaces where they should've been 14 years ago
rubidium e356cb9405 (svn r20281) -Codechange: unify case scope closure + break coding style 14 years ago
rubidium 605f6d0ed3 (svn r20280) -Fix: indentation of some switch cases 14 years ago
alberth dc6ed2c2c0 (svn r20279) -Doc: Doxygen additions/improvements. 14 years ago
translators 2d25def2ff (svn r20278) -Update from WebTranslator v3.0:
afrikaans - 9 changes by burgerd
belarusian - 840 changes by KorneySan, Wowanxm
croatian - 4 changes by VoyagerOne
czech - 10 changes by ReisRyos
finnish - 1 changes by jpx_
hungarian - 4 changes by IPG
irish - 4 changes by tem
korean - 1 changes by junho2813
polish - 4 changes by lion
portuguese - 5 changes by SupSuper
romanian - 4 changes by tonny
russian - 13 changes by KorneySan
serbian - 4 changes by etran
thai - 176 changes by sf_alpha
ukrainian - 4 changes by Fixer
14 years ago
alberth 9f8d730cc4 (svn r20277) -Codechange: Move CmdSetAutoReplace() from company_cmd.cpp to autoreplace_cmd.cpp. 14 years ago
rubidium aa8ac7885a (svn r20276) -Update: add some genders/cases to Belarusian 14 years ago
yexo 09bfbee90e (svn r20275) -Fix (r20274): some compilers are complaining about signed/unsigned comparison 14 years ago
yexo dc3271b705 (svn r20274) -Fix: special keycodes were matched if a code matched the start of the string (ie 'C' matched 'CTRL') 14 years ago
yexo b0b0a21617 (svn r20273) -Fix [FS#3930]: '-' and '=' were not correctly read from hotkeys.cfg 14 years ago
yexo 33ccd9ada8 (svn r20272) -Doc: [NoAI] document return value of AIGroup::SetAutoReplace 14 years ago
yexo 6d4900ed7c (svn r20271) -Doc: add doxygen comments to several items under src/ai/ 14 years ago
alberth 7aabb887d4 (svn r20269) -Codechange: Use IsLocalCompany() everywhere, document the function and two company globals. 14 years ago
yexo b65a9eb856 (svn r20268) -Add: append 'On'/'Off' after the name for boolean NewGRF settings 14 years ago
alberth a825b4fa5f (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. 14 years ago
yexo adf94b8529 (svn r20264) -Fix (r20258): saving a new preset was broken 14 years ago
rubidium 5f8cfba77a (svn r20263) -Change: only show the NewGRF version when newgrf_developer_tools are enabled 14 years ago
alberth 3f62ee6355 (svn r20262) -Codechange: Remove unused ScoreInfo::id field, and doxyment the data structures. 14 years ago
translators ea05f284a9 (svn r20260) -Update from WebTranslator v3.0:
basque - 13 changes by Thadah
belarusian - 313 changes by KorneySan
dutch - 4 changes by Yexo
finnish - 3 changes by jpx_
korean - 5 changes by telk5093
russian - 10 changes by KorneySan
thai - 60 changes by sf_alpha
14 years ago
rubidium ac280af8bc (svn r20259) -Add: allow NewGRFs to specify their version and use that to hide old NewGRFs / to choose the newest when loading compatible NewGRFs 14 years ago
yexo 5a2862814a (svn r20258) -Feature: more user-friendly gui to change NewGRF parameters 14 years ago
rubidium 9c241135f2 (svn r20257) -Codechange: unify some node handling code and don't require a single root node 14 years ago
yexo d9bc65cdd8 (svn r20256) -Codechange: add a DrawStringMultiline variant that accepts const char* instead of StringID 14 years ago
yexo d6eab96a22 (svn r20255) -Add: allow NewGRFs to specify static info about their user-changeable parameters 14 years ago
rubidium 4a4f02dc81 (svn r20254) -Add: allow NewGRFs to specify their palette 14 years ago
rubidium e469a94a2d (svn r20253) -Codechange: change GRFConfig::windows_paletted into a bitmask/bitset 14 years ago
rubidium f7794e313f (svn r20252) -Codechange: deduplicate logic for setting a suitable (initial) palette for NewGRFs 14 years ago
yexo 75c4a2d2fb (svn r20251) -Add: [NewGRF] allow grfs to specify the number of valid parameters 14 years ago
yexo 897818c198 (svn r20250) -Feature: [NewGRF] add support for action14 (static grf info) 14 years ago
yexo d3c1be9abd (svn r20249) -Codechange: change the newgrf name/description from a char* to a GRFText* to make translations possible 14 years ago
yexo 1ca16aa979 (svn r20248) -Codechange: use a copy-constructor instead of a separate function co clone GRFConfig/GRFError 14 years ago
rubidium 24df43633c (svn r20247) -Fix: when it is known the loading an old savegame is going to fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read 14 years ago
translators 3aaeb311df (svn r20246) -Update from WebTranslator v3.0:
basque - 20 changes by Thadah
belarusian - 276 changes by KorneySan
chuvash - 2 changes by mefisteron
finnish - 1 changes by jpx_
french - 1 changes by ElNounch
polish - 12 changes by lion
romanian - 1 changes by eliberatorM
serbian - 6 changes by etran
thai - 64 changes by sf_alpha
14 years ago
rubidium 5e270e694a (svn r20245) -Update: the other languages in accordance with r20244 14 years ago
rubidium 0c54c242e2 (svn r20244) -Fix: the caption of the "Available vehicle" lists was black, whereas for building those vehicles, which uses the exact same window, it was white. 14 years ago
rubidium 4a6c317d42 (svn r20243) -Update: the strings; they don't need the {WHITE} colour code anymore either 14 years ago
rubidium ab47c9dea7 (svn r20242) -Change: remove the need for "{WHITE}" control codes in some of the railtype NewGRF strings
-Fix: make it possible to properly assess the length of the rail toolbar caption
14 years ago
alberth 2dd77d0ef9 (svn r20241) -Codechange: Move variable declarations to their first use. 14 years ago
translators f602e43107 (svn r20240) -Update from WebTranslator v3.0:
belarusian - 3 changes by Wowanxm
chuvash - 50 changes by mefisteron
irish - 9 changes by tem
vietnamese - 17 changes by myquartz
14 years ago
terkhen 88ca183191 (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). 14 years ago
yexo 04242e19cf (svn r20238) -Doc: [NoAI] clarify the documentation for AIBaseStation::GetLocation 14 years ago
michi_cc e8cabbdc56 (svn r20237) -Fix (r20049): Check for disallowed level crossings also when converting rail. 14 years ago
rubidium 90c4066397 (svn r20236) -Add: stub for Belarusian translation 14 years ago
translators 8ed3b40741 (svn r20235) -Update from WebTranslator v3.0:
basque - 8 changes by Thadah
chuvash - 7 changes by mefisteron
croatian - 5 changes by VoyagerOne
dutch - 1 changes by habell
german - 8 changes by planetmaker
hungarian - 6 changes by IPG
indonesian - 4 changes by prof
italian - 12 changes by lorenzodv
korean - 1 changes by junho2813
russian - 1 changes by Lone_Wolf
ukrainian - 1 changes by Fixer
14 years ago
yexo dd7800ea18 (svn r20234) -Fix [FS#3988]: refit costs from refit orders are subtracted from the vehicle yearly income 14 years ago
rubidium fc6f336fee (svn r20233) -Codechange: fix/unify coding and comment style a bit 14 years ago
rubidium d72ee2bc57 (svn r20232) -Codechange: shuffle a few functions around so they don't need to be declared in advance 14 years ago
rubidium 70ff0d7513 (svn r20231) -Document: which version had which savegame version 14 years ago
rubidium cfdcb6cbee (svn r20230) -Fix [FS#3961]: road vehicles could be dead locked with one way roads. This allows one wayness to be removed if there are vehicles on a tile; it does not allow you to add one wayness to roads that have vehicles on them as it makes turning vehicles jump 14 years ago
rubidium 8df78e7a7b (svn r20229) -Fix [FS#3986]: "Service at nearest depot" behaved the same as "Go to nearest depot" 14 years ago
translators 814be3ae66 (svn r20228) -Update from WebTranslator v3.0:
basque - 10 changes by Thadah
dutch - 9 changes by habell
finnish - 5 changes by jpx_
french - 5 changes by glx
german - 3 changes by planetmaker
italian - 9 changes by lorenzodv
portuguese - 8 changes by SupSuper
spanish - 9 changes by Terkhen
ukrainian - 9 changes by Fixer
14 years ago
terkhen 4f9b49653b (svn r20227) -Fix [FS#3985]: Don't spend cash when building a statue fails. 14 years ago
rubidium 5ed982bbff (svn r20226) -Fix: make "space after ..." usage uniform in English (UK) again 14 years ago
translators 1d95065f66 (svn r20225) -Update from WebTranslator v3.0:
portuguese - 11 changes by SupSuper
romanian - 16 changes by tonny
russian - 37 changes by 
slovak - 11 changes by keso53
14 years ago
frosch 3767ae5196 (svn r20224) -Fix [FS#3976]: Depot did not become unsnowy, when snowline rises. 14 years ago
alberth 4203e641f8 (svn r20223) -Codechange: Replace scrolled row calculations by a call to GetScrolledRowFromWidget(). 14 years ago
alberth 97f85f7bfb (svn r20222) -Add: Add functions to compute the row in a scrolled widget. 14 years ago
alberth 3a1451644a (svn r20221) -Codechange: Move unscrolled row calculation into a function. 14 years ago
rubidium 80cc566553 (svn r20220) -Fix [FS#3974]: strip non-printable characters before showing it in an edit box, so when renaming a vehicle type you won't get the "SETX stuff" that some NewGRFs use 14 years ago
translators f06dcd1601 (svn r20218) -Update from WebTranslator v3.0:
traditional_chinese - 9 changes by josesun
hungarian - 9 changes by IPG
irish - 4 changes by tem
korean - 38 changes by junho2813
russian - 46 changes by Lone_Wolf
14 years ago
frosch b71aabdfb7 (svn r20217) -Fix [FS#3969]: Invalidate saveload GUI after rescanning NewGRFs. 14 years ago
alberth b59a6a53de (svn r20216) -Fix: Increase scrolling speed of industry cargoes window, enlarge height slightly so small chains fit by default. 14 years ago
alberth 43b4d23b07 (svn r20215) -Fix [FS#3971]: Remove all road pieces rather than aborting at the first ownership error (Krille). 14 years ago
translators 177358f552 (svn r20214) -Update from WebTranslator v3.0:
croatian - 9 changes by VoyagerOne
finnish - 9 changes by jpx_
french - 9 changes by glx
german - 9 changes by planetmaker
indonesian - 9 changes by prof
serbian - 9 changes by etran
spanish - 9 changes by Terkhen
14 years ago
alberth be6c058424 (svn r20211) -Codechange: Indented code should have curly braces around it. 14 years ago
alberth 645b6ce773 (svn r20210) -Fix (r20206): Allow other compilers to enjoy the new window too. 14 years ago
alberth a9b492c050 (svn r20209) -Add: Allow access to the industry cargoes window from the fund industry window. 14 years ago
alberth 27dba2b3b2 (svn r20208) -Add: Allow access of the industry cargoes window from the industry view window. 14 years ago
alberth f601259f46 (svn r20207) -Codechange: Move variable declaration to first use. 14 years ago
alberth 85c775e7f3 (svn r20206) -Feature: Display suppliers and customers of an industry or cargo. 14 years ago
translators a8032ab75f (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 8cc2bf6cd5 (svn r20204) -Update from WebTranslator v3.0:
czech - 1 changes by ReisRyos
14 years ago
rubidium 6bb0d06668 (svn r20203) -Fix: some file "headers" were incorrect, including doxygen @file so they wouldn't be picked up by doxygen. 14 years ago
translators 93dbd5e356 (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 1ec328f725 (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 2828f36aa4 (svn r20200) -Fix [FS#3930]: terraform and extra viewport hotkeys didn't work in the scenario editor (jawsper) 14 years ago
yexo 5ac645ac1f (svn r20199) -Fix [FS#3964]: NewGRFs that defined a vehicle without either loaded or loading groups could crash OpenTTD 14 years ago
translators 3e44b5e2e3 (svn r20198) -Update from WebTranslator v3.0:
chuvash - 39 changes by mefisteron
portuguese - 31 changes by ABCRic, SupSuper
14 years ago
rubidium 93a60d8157 (svn r20197) -Fix [FS#3963]: GetNearbyTileInformation can be used to get the terrain type of a MP_VOID tile. 14 years ago
terkhen 264bbc3076 (svn r20196) -Fix: Remove autofocus of the edit box in the world generation window. 14 years ago
terkhen 5685e061c0 (svn r20195) -Fix [FS#3891]: Remove autofocus of the edit box in the found town window (Zuu). 14 years ago
rubidium 5b1fc7304a (svn r20194) -Fix: compilation with network disabled failed 14 years ago
translators db94e06094 (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 b8487afe54 (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) 14 years ago
rubidium 644deff9d2 (svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location 14 years ago
rubidium 73527b7b45 (svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld 14 years ago
rubidium 51ca546a9d (svn r20189) -Codechange: unVARDEF _display_opt and move it to a more logical location 14 years ago
rubidium eb30ebe1a4 (svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location 14 years ago
rubidium 5a836cdec7 (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 34764feac2 (svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_emulate 14 years ago
rubidium e38f503ec0 (svn r20185) -Codechange: reduce the scope of _palette_animation_counter 14 years ago
rubidium 3bb544e54d (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 45213e5708 (svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARDEF and put them in a more logical location 14 years ago
translators 523d935882 (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 8d8c5166f9 (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 f87e9c21f2 (svn r20175) -Change: [NewGRF] Adapt vehicle var FE bit 6 to new railtypes. 14 years ago
frosch ec4fa160e9 (svn r20174) -Codechange [FS#3955]: Allow horizontal resizing for all vehicle lists. 14 years ago
frosch be7a5588fa (svn r20173) -Codechange: Make the normal vehiclelist fit the longest action dropdown text. 14 years ago
frosch f06560ad45 (svn r20172) -Codechange: Use BaseVehicleListWindow::BuildActionDropdownList() also for the normal vehicle list. 14 years ago
frosch 240e8df052 (svn r20171) -Fix: Make the group list action dropdown also use vehicletype-specific texts like the normal vehicle list. 14 years ago
frosch ce480fb4b5 (svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize(). 14 years ago
frosch c79d4f46a3 (svn r20169) -Codechange: Replace ShowGroupActionDropdown() with BaseVehicleListWindow::BuildActionDropdownList(). 14 years ago
michi_cc c5665202e1 (svn r20167) -Add: Vehicle var 4A to the NewGRF debug window. 14 years ago
rubidium 6863b7539c (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 2a3ec78d9f (svn r20165) -Feature: [NewGRF] Information (var 4A) about the current railtype a train is on. 14 years ago
rubidium e809c05099 (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 615e7ce38b (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 92da292fbc (svn r20162) -Fix [FS#3954]: integer comparison failed in case the difference was more than "MAX_UINT"/2 14 years ago
rubidium 50c7f60eca (svn r20160) -Merge: changelog updates from the 1.0 branch 14 years ago
rubidium 816222cd48 (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 e80b51168e (svn r20158) -Fix (r20155): error in Russian language file 14 years ago
rubidium 6f7086b4b3 (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 9e93ee3a45 (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 3ea53ff2fe (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
frosch 88dd0ac3af (svn r20153) -Fix (r20125): Make the snowchecks for clear land and trees consistent with the other tiletypes. 14 years ago
frosch 8439cf2f4c (svn r20152) -Fix: Silence a gcc warning. 14 years ago
terkhen c960e1a5eb (svn r20150) -Cleanup: Remove an unused function header. 14 years ago
rubidium 13f764c113 (svn r20147) -Change: make some of the english strings more consistent with eachother and OpenTTD's behaviour 14 years ago
translators c0a0972011 (svn r20146) -Update from WebTranslator v3.0:
simplified_chinese - 110 changes by pda1573
traditional_chinese - 2 changes by pda1573
chuvash - 25 changes by mefisteron
czech - 1 changes by Hadez
finnish - 2 changes by jpx_
french - 2 changes by glx
german - 2 changes by planetmaker
hungarian - 3 changes by IPG
irish - 38 changes by tem
russian - 1 changes by Lone_Wolf
slovak - 20 changes by keso53
spanish - 2 changes by Terkhen
14 years ago
rubidium 0e078670b7 (svn r20145) -Codechange: keep original RMB->tooltip behaviour when hovering is disabled and there is no handled right click event for the widget, i.e. if a widget would handle the right click you won't see the tooltip anymore by right clicking; by enabling hovering you would get access to that tooltip again. 14 years ago
terkhen fa3d9d04d3 (svn r20144) -Feature: Allow to configure the delay of hover events, or to disable them completely. 14 years ago
terkhen 0753669fa7 (svn r20143) -Codechange: Remove RecalcShipStuff function. 14 years ago
terkhen 8858729ae7 (svn r20142) -Fix [FS#3880]: Ships were not marked as dirty when stopping inside a depot. 14 years ago
terkhen 88830a24ec (svn r20141) -Fix: Initialize the state of OnKeyPress at the AI debug window (Zuu). 14 years ago
terkhen 4d7c861947 (svn r20140) -Fix: Initialize the state of OnKeyPress at the world generation window (Zuu). 14 years ago
terkhen e9793b3427 (svn r20139) -Fix [FS#3902]: Found town window ignored all hotkeys (Zuu). 14 years ago
rubidium 0dde0a7585 (svn r20138) -Change: also put the base set version number in the crash log 14 years ago
rubidium 01e0792b91 (svn r20137) -Fix [FS#3945]: desync due to (temporary) wrong railtype; when loading a savegame the railtype of some (high ID) trains could be wrong.
After loading the vehicle data in the trains are updated, but after that the "electrification" checks are done which can change the "global" vehicle data. However, this update is not propagated to the vehicles until the consist is updated, e.g. turning around and going to a depot.
This makes some of the trains of a just joined client run as non-electrified trains which can cause it to take a wrong path or to not (randomly) show the electric sparks.
14 years ago
rubidium 4975f5a94c (svn r20136) -Codechange: check more of the vehicle caches (when desync debug is turned on) 14 years ago
translators 25947a9bbe (svn r20135) -Update from WebTranslator v3.0:
simplified_chinese - 26 changes by pda1573
traditional_chinese - 6 changes by josesun
dutch - 10 changes by habell
romanian - 10 changes by kkmic
serbian - 5 changes by etran
14 years ago
truebrain 9fbf16356e (svn r20134) -Revert (r20131): OOM is a nasty person 14 years ago
frosch dcd605a9a9 (svn r20133) -Revert (r20130): Vehicles could deadlock themself in roadstops. 14 years ago
frosch 0a026ff41f (svn r20132) -Fix [FS#3944](r20126): There can also be halftile foundations on slopes with opposite corners raised. 14 years ago
translators 6e7a8dfd86 (svn r20131) -Update from WebTranslator v3.0:
bulgarian - 6 changes by kokobongo
korean - 5 changes by junho2813
portuguese - 9 changes by ABCRic
russian - 9 changes by Lone_Wolf
14 years ago
frosch f717248990 (svn r20130) -Fix [FS#3935]: Standard roadstops can also be left via manual depot orders. 14 years ago
translators 9c97a65b44 (svn r20128) -Update from WebTranslator v3.0:
bulgarian - 57 changes by kokobongo
croatian - 5 changes by VoyagerOne
finnish - 9 changes by jpx_
french - 9 changes by glx
german - 9 changes by planetmaker
hungarian - 24 changes by IPG
irish - 7 changes by tem
serbian - 5 changes by etran
spanish - 10 changes by Terkhen
swedish - 5 changes by Zuu
tamil - 142 changes by vv
14 years ago
frosch 5cc2591716 (svn r20127) -Fix [FS#3929]: Replace 'invalid engine' with 'vehicle model'. 14 years ago
frosch 72ee11a7c6 (svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAIL_GROUND_HALF_SNOW. That is, resolve the sprites for upper and lower part of the foundation independently. 14 years ago
frosch 19fb8ba6f8 (svn r20125) -Change: [NewGRF] If a tile has a snow-flag in the map array, use that for Terrain Type variables, instead of always only using the tile Z position. Also use the maximum Z of a tile for tiles which usually have levelling foundations (stations, houses, industries, unmovables). 14 years ago
frosch 987417e665 (svn r20124) -Fix (r20118): Don't bring windows to front by hovering over them. 14 years ago
terkhen 0a689a67f5 (svn r20123) -Add [FS#3721]: Use all available space when drawing articulated road vehicles. 14 years ago
terkhen 175547b3a5 (svn r20122) -Fix: Correct vehicle list tooltips at the depot window. 14 years ago
terkhen 9cf9bb9b92 (svn r20121) -Add: OnHover method for windows. 14 years ago
terkhen 10fbb87823 (svn r20120) -Feature [FS#3913]: Tooltips are shown by hovering the mouse over a widget instead of by right clicking on it. 14 years ago
terkhen 51e6cb0a70 (svn r20119) -Add: Tooltips can be removed if the user stops hovering the mouse. 14 years ago
terkhen 9aef7b8c3d (svn r20118) -Add: Detect if the mouse has been hovering over the same point. 14 years ago
terkhen dd5bf70f20 (svn r20117) -Codechange: Use a Point struct to store double click position. 14 years ago
terkhen 066aa61a45 (svn r20116) -Add: Show an specific error message when trying to convert/remove nonexistant signals. 14 years ago
terkhen bb24713218 (svn r20115) -Add: Show an specific error message when trying to remove nonexistant stations. 14 years ago
terkhen 191389fa8d (svn r20114) -Add: Show an specific error message when trying to remove rail or build/convert/remove signals over nonexistant railways. 14 years ago
terkhen 40e58f78ba (svn r20113) -Add [FS#3895]: Show an specific error message when trying to remove nonexistant roads (Krille). 14 years ago
terkhen 5eb5ddbf31 (svn r20112) -Codechange: Prevent implicit use of CommandCost constructors. 14 years ago
translators 08d4fb21f5 (svn r20111) -Update from WebTranslator v3.0:
bulgarian - 74 changes by kokobongo
portuguese - 3 changes by ABCRic
ukrainian - 1 changes by Fixer
14 years ago
alberth b06d18b19a (svn r20110) -Fix [FS#3695]: Do not allow building a rail track to the water using a tree-tile. 14 years ago
alberth 7e0e7fb0e5 (svn r20109) -Codechange: Make GetFloodingBehaviour() globally usable. 14 years ago
frosch 9060a7ac00 (svn r20108) -Change: [NewGRF] Report substitute industry type in AI railstation selection callback. 14 years ago
frosch 969c059fea (svn r20107) -Add: [NoAI] AIIndustryType::INDUSTRYTYPE_TOWN and AIIndustryType::INDUSTRYTYPE_UNKNOWN for AIRail::BuildNewGRFRailStation(). Note that BuildNewGRFRailStation() now checks the passed industry type for validity. 14 years ago
frosch 1055c2b0fd (svn r20106) -Fix (r5999): Engine and vehicle age were clamped at 0xFFFF, though there are 32bit available. 14 years ago
rubidium d4da257ff9 (svn r20105) -Revert (r20102) [FS#3938]: resetting DirectMusic completely, although working, causes a temporary freeze of OpenTTD. As MCI behaves better than DirectMusic that has become the default music driver; small delay between songs beats wrongly pitched/bad sounding songs 14 years ago
michi_cc 58f1470129 (svn r20104) -Fix: [Win32] The win32 MIDI driver might clip the start of a song. 14 years ago
frosch cddd6df252 (svn r20103) -Fix [FS#3934]: AITown::GetRating() returned wrong values. (Morloth) 14 years ago
rubidium 24fe1f41a5 (svn r20102) -Fix: OpenMSX music sounds odd after certain songs are played. Likely because the instruments weren't reset properly 14 years ago
translators 03b079f856 (svn r20101) -Update from WebTranslator v3.0:
estonian - 16 changes by Jaanus
polish - 3 changes by xine
portuguese - 6 changes by ABCRic, JayCity
romanian - 2 changes by kkmic
14 years ago
terkhen 5ea472650c (svn r20100) -Fix: Give priority to ownership errors while removing rails. 14 years ago
terkhen f363f64c51 (svn r20099) -Fix [FS#3882]: Give priority to ownership errors while removing roads. 14 years ago
michi_cc 811f0db597 (svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes fail to release its reserved path. 14 years ago
alberth 82fc340a0a (svn r20097) -Codechange: Share constant bitset of safe level crossing slopes. 14 years ago
rubidium 72bfda4634 (svn r20090) -Fix: savegames would (very likely) end with 128 KiB worth of useless zeros 14 years ago
frosch 4ce5c6d93d (svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidden destructor call from Swap(). 14 years ago
translators 02e4371ecb (svn r20088) -Update from WebTranslator v3.0:
simplified_chinese - 29 changes by ww9980
irish - 18 changes by tem
14 years ago
rubidium b7fe013793 (svn r20087) -Fix [FS#3876, FS#3887, FS#3920, FS#3923]: if after loading a savegame (including intro game) one tried to save a game (including autosave) and that failed (very) early on because it couldn't open the file for writing all pointers would be converted to NULLs which then causes corrupted game states 14 years ago
frosch edcc7f3cbc (svn r20086) -Add: Textstack support for CB 38. 14 years ago
translators 0bae69b12b (svn r20085) -Update from WebTranslator v3.0:
irish - 9 changes by tem
korean - 5 changes by junho2813
lithuanian - 15 changes by BlinK_
ukrainian - 7 changes by Fixer
vietnamese - 2 changes by myquartz
14 years ago
glx 4796be85a5 (svn r20084) -Fix [FS#3919] (r7157): don't try to handle mouse events when the cursor ha left the window 14 years ago
translators 0ffbb12941 (svn r20083) -Update from WebTranslator v3.0:
swedish - 2 changes by tool
14 years ago
rubidium 5ca4098443 (svn r20082) -Fix [FS#3899]: reading deleted memory when selecting a NewGRF in the content download window of which the data has not been acquired from the content server. The crash would occur after the content server's reply was processed and the ContentInfo object was replaced with another. 14 years ago
translators 26404de5e6 (svn r20081) -Update from WebTranslator v3.0:
dutch - 2 changes by Nelis
english_US - 1 changes by Xanland
greek - 2 changes by fumantsu
hungarian - 2 changes by IPG
ukrainian - 73 changes by Fixer
14 years ago
translators 37f6453be3 (svn r20080) -Update from WebTranslator v3.0:
german - 2 changes by planetmaker
hungarian - 2 changes by alyr
irish - 14 changes by tem
brazilian_portuguese - 2 changes by Tucalipe
serbian - 1 changes by etran
slovenian - 2 changes by ntadej
tamil - 82 changes by vv
turkish - 2 changes by niw3
ukrainian - 7 changes by Fixer
14 years ago
frosch a7d168b2e5 (svn r20079) -Codechange [FS#3922]: Add helper functions to deal with the 192-256-magic of vehicle movement. 14 years ago
yexo 902cefaa41 (svn r20077) -Codechange: remove the space between "open" and "ttd" in the title screen 14 years ago
yexo 17ef1a2336 (svn r20076) -Fix (r20073): hotkeys for the road toolbar were not stored in hotkeys.cfg 14 years ago
yexo 6997637208 (svn r20075) -Feature: customizable hotkeys for the main toolbar in the scenario editor 14 years ago
yexo 063909962a (svn r20074) -Fix (r20065): highscore window should use the same hotkey for quit as the toolbar 14 years ago
yexo 19f86951d9 (svn r20073) -Feature: customizable hotkeys for the road toolbar 14 years ago
frosch 6c6d1e3792 (svn r20072) -Fix (r20065): NUM_MINUS was stored as NUM_PLUS in config file. 14 years ago
frosch 397d1186d7 (svn r20071) -Codechange: Consistently return the toolbar window for ShowBuildXxxToolbar(). 14 years ago
yexo 26be68ae98 (svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys
Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default
14 years ago
frosch 9be9302cdb (svn r20069) -Fix (r20055): Make valgrind happy. 14 years ago
yexo 9b66684b81 (svn r20068) -Feature: customizable hotkeys for the rail toolbar 14 years ago
yexo 4012f85eec (svn r20067) -Add: special modifier (GLOBAL) to mark hotkeys as global hotkeys 14 years ago
frosch 4f51623d12 (svn r20066) -Fix: When rescanning NewGRFs resp. after content download also check whether compatible grfs are available now. 14 years ago
yexo ddf11b7d3f (svn r20065) -Feature: customizable hotkeys for the main toolbar 14 years ago
alberth ed4fdd4a7b (svn r20064) -Doc: Document water tile query and helper functions. 14 years ago
yexo 243075a096 (svn r20063) -Feature: customizable hotkeys for the dock toolbar 14 years ago