Commit Graph

17910 Commits (5e11550e8fdbf3cbd975c54af56c555adb3f68e9)
 

Author SHA1 Message Date
frosch 4ea00f2390 (svn r22553) -Fix (r22499): NewGRF parameter window was not set dirty, when changing row selection. 13 years ago
frosch a0eb879310 (svn r22552) -Fix: Clear airport persistent storage on construction/removal of airports. 13 years ago
frosch e8a381659c (svn r22551) -Fix: Remove BaseStorageArrays from _changed_storage_arrays on destruction. 13 years ago
translators b306a3e4a9 (svn r22550) -Update from WebTranslator v3.0:
spanish - 1 changes by Terkhen
13 years ago
translators 65d6a5456f (svn r22549) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by Gavin
dutch - 2 changes by Parody
norwegian_bokmal - 16 changes by kristoffer_hh
swedish - 7 changes by Ingerfara
13 years ago
planetmaker 122c4622f5 (svn r22548) -Codechange: Name also the magic number for the lumber mill's tree cutting action (FeyFre) 13 years ago
translators d390a57768 (svn r22547) -Update from WebTranslator v3.0:
spanish - 1 changes by Terkhen
13 years ago
frosch 5449c8ece2 (svn r22546) -Doc [FS#4635]: Add 'trains do not crash with their own wagons' to known_bugs. 13 years ago
translators 247414ec94 (svn r22545) -Update from WebTranslator v3.0:
dutch - 37 changes by Parody
brazilian_portuguese - 11 changes by Tucalipe
13 years ago
translators b224f4bdbc (svn r22544) -Update from WebTranslator v3.0:
romanian - 5 changes by tonny
vietnamese - 3 changes by myquartz
13 years ago
terkhen 387ff1ddf5 (svn r22543) -Feature: [NewGRF] Support for station variable 0x69. 13 years ago
terkhen 43de2fa2e8 (svn r22542) -Add: Store cargo acceptance stats for stations. 13 years ago
terkhen f8400b86b2 (svn r22541) -Document: GoodsEntry struct. 13 years ago
terkhen 55695277c8 (svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus. 13 years ago
translators 69a6e17837 (svn r22539) -Update from WebTranslator v3.0:
portuguese - 2 changes by JayCity
13 years ago
rubidium 92a83a394f (svn r22538) -Fix [FS#4619]: possible crash when opening the airport build window for the first time 13 years ago
rubidium 6d37d67d80 (svn r22537) -Change [FS#3494]: replace the half small airport structure on the intercontinental airport with some grass 13 years ago
rubidium 82251f0e4c (svn r22536) -Fix [FS#4632]: documentation omission regarding admin protocol 13 years ago
planetmaker a82acadba1 (svn r22535) -Cleanup: Remove uneeded constants, update and unify some comments relating to sprite numbers 13 years ago
yexo 72caaebd75 (svn r22534) -Fix [FS#4631] (r21250): doing rescan_ai in a game with running AIs caused a crash 13 years ago
translators f93ac6c588 (svn r22533) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
czech - 3 changes by rala
13 years ago
michi_cc 5970854fa8 (svn r22532) -Fix: Do not create an implicit order if the current order is the first order in the order list and we visit the station of the last entry of the order list. 13 years ago
translators 9b06a6a832 (svn r22531) -Update from WebTranslator v3.0:
simplified_chinese - 5 changes by Gavin
13 years ago
translators 66e3e4e4d1 (svn r22530) -Update from WebTranslator v3.0:
frisian - 6 changes by Fopper
polish - 5 changes by nouwak
13 years ago
frosch f385764b7d (svn r22529) -Doc (r22419): Reflect removal of '-i' option in documentation. 13 years ago
translators d9cf72eeb7 (svn r22526) -Update from WebTranslator v3.0:
serbian - 4 changes by etran
13 years ago
translators 7538e19aac (svn r22525) -Update from WebTranslator v3.0:
belarusian - 3 changes by KorneySan
croatian - 3 changes by VoyagerOne
dutch - 3 changes by Yexo
finnish - 1 changes by jpx_
italian - 3 changes by lorenzodv
russian - 1 changes by KorneySan
13 years ago
rubidium 501facad25 (svn r22523) -Doc: how OpenTTD finds a font, and what to do when that "fails" 13 years ago
frosch ea311e7904 (svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1 13 years ago
rubidium eaec8881cc (svn r22521) -Fix: tiny typo in translation 13 years ago
translators 92cf413460 (svn r22519) -Update from WebTranslator v3.0:
dutch - 1 changes by Rubidium
english_US - 3 changes by Rubidium
french - 3 changes by glx
german - 3 changes by frosch
spanish - 4 changes by Terkhen
13 years ago
frosch becf6c823f (svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers. 13 years ago
frosch 2d24e00b27 (svn r22517) -Fix (r22472): If a NewGRF sprite ran out of bytes at a very specific point, data might be freed twice. 13 years ago
frosch a2dcfce59d (svn r22516) -Codechange: Replace some magic numbers with the appropiate enum values. (Eddi) 13 years ago
translators a707fbebc5 (svn r22515) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
finnish - 2 changes by jpx_
norwegian_bokmal - 9 changes by kristoffer_hh
russian - 2 changes by Lone_Wolf
slovenian - 1 changes by ntadej
13 years ago
alberth 0a5f690be2 (svn r22514) -Feature: Save heightmap in scenario editor. 13 years ago
alberth c8a1de957b (svn r22513) -Add: Allow for saving a heightmap from the file dialogue window. 13 years ago
alberth cae2d84af3 (svn r22512) -Add: Save heightmap. 13 years ago
alberth 4b295664ad (svn r22511) -Add: Function to make heightmap file paths. 13 years ago
alberth b04d69df7a (svn r22510) -Codechange: Extract filepath creation to its own function. 13 years ago
alberth d042417821 (svn r22509) -Add: Save heightmap. 13 years ago
alberth 8eb1fba763 (svn r22508) -Codechange: Lift default screenshot filename out of MakeScreenshotName. 13 years ago
alberth b833c08459 (svn r22507) -Doc: Document SwitchMode. 13 years ago
frosch bc3404f90c (svn r22506) -Feature [FS#4625]: Make the transparency options for industries also affect the effect vehicles created by industries. 13 years ago
frosch a3d8633e40 (svn r22505) -Add: Separate EffectVehicleTypes for broken aircraft and smoke at copper ore mine, to make them distinguishable from each other and from smoke due to disasters. (only affects newly spawned effects) 13 years ago
frosch 56216a4989 (svn r22504) -Codechange: Add EV_END and use it to check the lengths of _effect_init_procs and _effect_tick_procs. 13 years ago
frosch d91ba4741b (svn r22503) -Doc: EffectVehicleType. 13 years ago
glx 3e1bafdc0d (svn r22502) -Fix (r22501): WIN32 compilation 13 years ago
alberth 45f05f2419 (svn r22501) -Codechange: Move FileExists to a better place. 13 years ago
alberth 19a9fc4a40 (svn r22500) -Doc: Fix and add fios doxygen documentation. 13 years ago