Commit Graph

18077 Commits (0a4a0c4f6ee62bd571bcc13bbc2afd73428398d8)
 

Author SHA1 Message Date
translators 0a4a0c4f6e (svn r22907) -Update from WebTranslator v3.0:
spanish - 1 changes by Terkhen
13 years ago
rubidium afc782e22c (svn r22906) -Fix (r22905): variable not properly cleared before use 13 years ago
rubidium b878e5c72f (svn r22905) -Fix [FS#4753] (r22836): the name of the tar was removed from the AI filenames, so record it differently. Also removes some of the hackery to get the tar's filename 13 years ago
rubidium 661e5c6655 (svn r22904) -Codechange: add tar filename to file scanning 13 years ago
translators 86d94de76b (svn r22903) -Update from WebTranslator v3.0:
czech - 2 changes by TheLamer
english_US - 7 changes by Rubidium
13 years ago
frosch 42621b6c97 (svn r22902) -Fix: The name of the heightmap glitches in the 'play heightmap' window. 13 years ago
frosch 54738e01d9 (svn r22901) -Fix (r22767): The river density dropdown was missing in the 'play heightmap' window. 13 years ago
translators 62b66f3638 (svn r22900) -Update from WebTranslator v3.0:
dutch - 1 changes by Yexo
esperanto - 9 changes by Ailanto
german - 1 changes by planetmaker
romanian - 1 changes by kkmic
13 years ago
terkhen 3b4976dbb2 (svn r22899) -Add: Allow towns to build bridges over canals and rivers. 13 years ago
glx d4fc5bf88d (svn r22898) -Codechange: use MSVC compiler intrinsics for byte swapping 13 years ago
frosch 29cb88ffe7 (svn r22897) -Change: More suitable default news settings instead of everything on 'full'. 13 years ago
translators 79c8b0731f (svn r22896) -Update from WebTranslator v3.0:
german - 2 changes by planetmaker
korean - 1 changes by junho2813
polish - 3 changes by wojteks86
portuguese - 1 changes by JayCity
spanish - 1 changes by Terkhen
13 years ago
planetmaker 011a73f024 (svn r22895) -Add: [OSX] Alternative code for the API calls deprecated in OSX 10.6 in the quartz video driver 13 years ago
planetmaker 69eae55fb1 (svn r22894) -Doc: Some sprinkles of doxygen for the cocoa video driver 13 years ago
planetmaker 350812a90a (svn r22893) -Fix [FS#4744]: [OSX] Compilation on OSX 10.7 was broken (based on patch by leecbaker)
-Add: [OSX] Support for fullscreen mode when compiled against SDK 10.7. Otherwise fullscreen mode is disabled when OpenTTD is run on OSX Lion
13 years ago
translators b7a4baa20c (svn r22892) -Update from WebTranslator v3.0:
arabic_egypt - 41 changes by kasakg
belarusian - 3 changes by Wowanxm
czech - 7 changes by TheLamer
korean - 3 changes by junho2813
13 years ago
planetmaker d035658bfb (svn r22889) -Fix [FS#4751]: [OSX] MacOSX 10.7 knows already about strndup (leecbaker) 13 years ago
frosch 43b88046d0 (svn r22888) -Doc: Doxygenize Town struct. (adf88) 13 years ago
translators 05138adfa0 (svn r22883) -Update from WebTranslator v3.0:
simplified_chinese - 23 changes by Gavin
czech - 9 changes by TheLamer
finnish - 1 changes by jpx_
hungarian - 6 changes by IPG
italian - 1 changes by lorenzodv
persian - 76 changes by Peymanpn
russian - 1 changes by Lone_Wolf
serbian - 1 changes by etran
spanish - 1 changes by Terkhen
swedish - 1 changes by Zuu
vietnamese - 1 changes by nglekhoi
13 years ago
frosch fdf6b8daa6 (svn r22882) -Fix [FS#4758]: [NewGRF] DCxx text references via the textstack are not allowed, but caused crash. 13 years ago
frosch 398ed7ebb8 (svn r22881) -Fix (r22875): GCC warnings on 64bit systems. 13 years ago
frosch 7337332026 (svn r22880) -Cleanup: SIZE_MAX is now defined in stdafx.h 13 years ago
terkhen bdc2765a4a (svn r22879) -Fix: Miscalculation of train curve speed limits. (monoid) 13 years ago
frosch 64ac0cd696 (svn r22878) -Fix (r22873-ish): Check range before casting to uint16. 13 years ago
terkhen 82a5e4e35e (svn r22877) -Fix (r22874): Fix broken compilation on MinGW. 13 years ago
frosch d864aa2ce3 (svn r22876) -Fix [FS#4712]: Report an error in the news if autoreplace/renew fails due to the engine type being no longer available. 13 years ago
michi_cc dcef62040f (svn r22875) -Codechange: Add some asserts and checks to better prevent overflow of the argument to malloc. (monoid) 13 years ago
michi_cc 7c325fcb78 (svn r22874) -Fix [FS#4747]: Check size of various buffers before allocation. (monoid) 13 years ago
michi_cc 4b6c2259ed (svn r22873) -Fix [FS#4747]: Validate image dimensions before loading. (Based on patch by monoid) 13 years ago
michi_cc 7c8cf74bfa (svn r22872) -Fix [FS#4746]: Improve handling of slightly invalid BMP files using the under-specified RLE compression. Improve coding style while at it as well. (Based on patch by monoid) 13 years ago
michi_cc 789cf244db (svn r22871) -Fix [FS#4746]: Perform stricter checks on RLE compressed BMP images. (monoid) 13 years ago
translators d435fd99cd (svn r22870) -Update from WebTranslator v3.0:
greek - 5 changes by kyrm
persian - 36 changes by Peymanpn
portuguese - 1 changes by JayCity
13 years ago
planetmaker 32c7844a07 (svn r22869) -Codechange: Use the same constant to set the minimum height of all widgets in the windows title bar 13 years ago
planetmaker 83290ecdfd (svn r22868) -Change: Resize the company league window according to the company icon's size 13 years ago
frosch c35dd61e42 (svn r22867) -Fix (r12122): Variables 40 and 81 of callback 18 are not the same as 80. 13 years ago
frosch f842495960 (svn r22866) -Fix (r16396): Generic callbacks shall chain to the next GRF when the callback fails. 13 years ago
frosch 9d1f9036bd (svn r22865) -Fix (r13885): The GRFFile parameter for generic callbacks is a return parameter. 13 years ago
translators f18f505382 (svn r22864) -Update from WebTranslator v3.0:
catalan - 6 changes by arnau
dutch - 1 changes by habell
french - 1 changes by Snail_
italian - 3 changes by Snail_, lorenzodv
persian - 63 changes by Peymanpn
polish - 11 changes by wojteks86
portuguese - 24 changes by JayCity
brazilian_portuguese - 8 changes by Tucalipe
romanian - 3 changes by kkmic
serbian - 2 changes by etran
swedish - 13 changes by Zuu
turkish - 1 changes by niw3
vietnamese - 3 changes by nglekhoi
13 years ago
yexo 79582850b5 (svn r22863) -Fix (r22861): AIOrder::SetOrderCondition didn't accept the new condition 13 years ago
planetmaker d25c74112a (svn r22862) -Add: Allow the tree build gui to resize according to tree size 13 years ago
yexo 502d7884ae (svn r22861) -Add: [NoAI] support the new conditional order introduced in r22858 (Zuu) 13 years ago
translators 2618574811 (svn r22860) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
finnish - 4 changes by jpx_
german - 1 changes by planetmaker
russian - 1 changes by Lone_Wolf
serbian - 3 changes by etran
spanish - 2 changes by Terkhen
13 years ago
terkhen 3544971d88 (svn r22859) -Fix: Add missing : in slope steepness strings. (monoid) 13 years ago
frosch ed2cfbd321 (svn r22858) -Feature: Conditional order depending on remaining lifetime of a vehicle. (monoid) 13 years ago
frosch e228749a80 (svn r22857) -Fix: Spelling of lifetime. (monoid) 13 years ago
translators 26253eb65f (svn r22856) -Update from WebTranslator v3.0:
belarusian - 3 changes by KorneySan
french - 2 changes by Snail_
italian - 6 changes by Snail_, lorenzodv
turkish - 40 changes by niw3
13 years ago
translators 3b01644fd8 (svn r22855) -Update from WebTranslator v3.0:
dutch - 2 changes by habell
greek - 6 changes by kyrm
romanian - 2 changes by kkmic
russian - 3 changes by Lone_Wolf, perk11
13 years ago
frosch 2c78b156a8 (svn r22854) -Change: [NewGRF] Allow replacing depot sprites without having to provide rail overlays. (Hirundo) 13 years ago
frosch b7a13ba19c (svn r22853) -Doc: Add a missing bit of AI documentation. 13 years ago
translators c774348621 (svn r22852) -Update from WebTranslator v3.0:
finnish - 2 changes by USephiroth
persian - 3 changes by Peymanpn
vietnamese - 2 changes by nglekhoi
13 years ago