Commit Graph

12081 Commits (ba1ee9304d1313896c4fa603e3ac161c5ff9d7c8)

Author SHA1 Message Date
planetmaker ac5adda8df (svn r23032) -Fix (r14224, r22419): Palette conversion windows to DOS for light house / stadium animated colour was mixed up 13 years ago
rubidium 7005bb694c (svn r23031) -Fix [FS#4804]: for the admin "bots" there was no distinction between bankruptcy and manual removal of companies even though the API suggested that 13 years ago
rubidium 91e2f44c22 (svn r23030) -Fix [FS#4796]: always show a chat message and send an admin packet when a new company is made 13 years ago
yexo 49c9f656db (svn r23029) -Fix: [NewGRF] support for cases in strings was broken 13 years ago
yexo 0de30adb9f (svn r23028) -Fix: when using a gender choice list there was still a value popped twice from the newgrf textstack 13 years ago
yexo e6a2682b93 (svn r23027) -Fix: in some cases NewGRF string arguments were popped twice from the newgrf textstack 13 years ago
translators e0b530ca58 (svn r23026) -Update from WebTranslator v3.0:
esperanto - 4 changes by Ailanto
latvian - 53 changes by Parastais
13 years ago
peter1138 894d32eccf (svn r23025) -Codechange: Support resized company colour icon in company key window. 13 years ago
peter1138 4086b710b1 (svn r23024) -Codechange: Vertically centre text within a dropdown control. 13 years ago
translators 044d3fc9af (svn r23023) -Update from WebTranslator v3.0:
maltese - 42 changes by rkaptu
welsh - 8 changes by kazzie
13 years ago
peter1138 d85e57c8df (svn r23022) -Codechange: Support resized checkbox and square icons in company colour selection window. 13 years ago
peter1138 ae046aad98 (svn r23021) -Codechange: Support resized square and warning icons in NewGRF selection window. 13 years ago
peter1138 4a0fd61b0c (svn r23020) -Codechange: Vertically centre caption text if the caption height is taller than the text. 13 years ago
peter1138 c44b47c186 (svn r23019) -Codechange: Support resized company colour icon in dropdown lists that use it. 13 years ago
peter1138 927ef7d19c (svn r23018) -Fix (r14004): Pass bottom of dropdown item rather than bottom of dropdown window. 13 years ago
peter1138 cacf7ecf2b (svn r23017) -Codechange: Add support for resized scrollbars. 13 years ago
peter1138 504c018c2e (svn r23016) -Change: Disable palette animation for pixels with alpha, as the alpha and previous colour information will be lost when the palette is animated. 13 years ago
translators 7727a96195 (svn r23015) -Update from WebTranslator v3.0:
persian - 2 changes by Peymanpn
brazilian_portuguese - 3 changes by Rubidium
slovak - 29 changes by klingacik
welsh - 25 changes by kazzie
13 years ago
translators b949ee2e4c (svn r23014) -Update from WebTranslator v3.0:
welsh - 3 changes by kazzie
13 years ago
frosch 5c854f2643 (svn r23013) -Doc: Add a note about the savegame version used in the 1.1 branch. 13 years ago
planetmaker 01a36b36d6 (svn r23012) -Fix [FS#4798]: AI backlog was to short to fully display the backtrace of some AI crashes (Kogut) 13 years ago
planetmaker 4a87470323 (svn r23011) -Fix [FS#4791]: When the last used server is deleted from the list also clear the last used server if it is the same (monoid) 13 years ago
planetmaker 36193ad129 (svn r23010) -Add [FS#4797]: Support company colour for the airports' jetways (zeroeight) 13 years ago
peter1138 9024c77635 (svn r23009) -Change: Improve appearance of antialiased text with shadow. 13 years ago
frosch d30b5d4ebe (svn r23008) -Add: Palette detection and conversion for the M part of 32bpp sprites. 13 years ago
translators 5b6bb1fd97 (svn r23007) -Update from WebTranslator v3.0:
welsh - 52 changes by kazzie
13 years ago
translators eb290c6b9e (svn r23006) -Update from WebTranslator v3.0:
latvian - 4 changes by Parastais
persian - 20 changes by Peymanpn
portuguese - 1 changes by JayCity
13 years ago
planetmaker 8e5d6c34cd (svn r23005) -Fix (r23004): Of course there's still the 16-sprite version for shore tiles... we should continue to handle it. 13 years ago
planetmaker 03ed9dc97b (svn r23004) -Feature [FS#4795]: Allow to use offsets for all types of action5 except sea shores 13 years ago
michi_cc aa8587b335 (svn r23003) -Fix (r22999): Missing semicolon. 13 years ago
michi_cc 3f7a9ced17 (svn r23002) -Add: Extend palette information in the NewGRF GUI with the 32 bpp state. 13 years ago
michi_cc e07c107eb1 (svn r23001) -Feature: [NewGRF] Automatically switch to a 32 bpp blitter on NewGRF indication. 13 years ago
michi_cc 7b35dd4f54 (svn r23000) -Feature: Base graphics sets can now specify a preferred blitter which OpenTTD uses to decide which blitter to load. 13 years ago
michi_cc d3e32121c9 (svn r22999) -Codechange: Allow changing the blitter during the running game. 13 years ago
michi_cc f6340254ae (svn r22998) -Add [FS#2521]: [NewGRF] Act2 var 0x62 to get curvature/position difference to the n-th vehicle in vehicle chain. 13 years ago
michi_cc 1dcf0c5233 (svn r22997) -Feature: [NewGRF] Allow access to other vehicles in the vehicle chain in VarAction 2. 13 years ago
yexo 77e9a482be (svn r22996) -Fix: make sure temporary storage is cleared before test and exec runs for DoCommands so NewGRF callbacks can't change the result between the runs 13 years ago
yexo a1c1d32405 (svn r22994) -Fix [FS#4775]: tile was cleared before the object-placement callback was run, resulting in possible differences in test and exec run 13 years ago
translators a3364544bd (svn r22990) -Update from WebTranslator v3.0:
latvian - 38 changes by Parastais
malay - 32 changes by rionix88
13 years ago
truebrain 65e2865ac1 (svn r22989) -Fix: AIController uses protected members of AIObject, so make them friends (instead of doing it implicit via AIInstance). This fixes all compile errors with clang-2.9 13 years ago
rubidium 2ac7cbada3 (svn r22988) -Fix: don't return ERR_UNKNOWN when the vehicle would become too long 13 years ago
translators d00339ea0f (svn r22987) -Update from WebTranslator v3.0:
latvian - 54 changes by Parastais
welsh - 122 changes by kazzie
13 years ago
frosch 37301ea23d (svn r22985) -Feature: Display autoreplace status in group GUI. 13 years ago
frosch f9f257ce4a (svn r22984) -Feature: Display profit icons for groups in the group GUI. 13 years ago
frosch e1ce16db1c (svn r22983) -Feature: Display the number of vehicles in the group GUI also for the ALL and DEFAULT groups. 13 years ago
frosch a80d20fdb1 (svn r22982) -Cleanup: Remove CountCompanyVehicles() and use ALL_GROUP statistics instead. 13 years ago
frosch f406385319 (svn r22981) -Add: GroupStatistics for the ALL_GROUP. 13 years ago
frosch f43290d6af (svn r22980) -Add: GroupStatistics for DEFAULT_GROUP. 13 years ago
frosch 3ecf9d424a (svn r22979) -Codechange: Add GroupStatistics::CountEngine(). 13 years ago
frosch 3665b85c24 (svn r22978) -Codechange: Replace IncreaseGroupNumVehicle() and DecreaseGroupNumVehicle() with GroupStatistics::CountVehicle(). 13 years ago
frosch 4961cd06a9 (svn r22977) -Codechange: Rename SetCachedEngineCounts() to GroupStatistics::UpdateAfterLoad(). 13 years ago
frosch c531453320 (svn r22976) -Codechange: Split group statistics into separate struct. 13 years ago
frosch 7d1755403b (svn r22975) -Codechange: Do not store Group::num_vehicle in the savegame, but compute it like num_engines on load. 13 years ago
rubidium b4bd469347 (svn r22973) -Add: support for replacing the buoy via action123 13 years ago
translators 0f8de88586 (svn r22972) -Update from WebTranslator v3.0:
latvian - 6 changes by Parastais
welsh - 74 changes by kazzie
13 years ago
rubidium 27644093c2 (svn r22970) -Fix [FS#4769]: strip newlines from NewGRF strings that should not have newlines, e.g. the NewGRF's name 13 years ago
translators 0bb2dd297a (svn r22969) -Update from WebTranslator v3.0:
simplified_chinese - 3 changes by sebastian_my
traditional_chinese - 4 changes by sebastian_my
danish - 2 changes by beruic
latvian - 25 changes by Parastais
13 years ago
frosch a1c155e0f9 (svn r22968) -Feature: Allow road corners on steep slopes. 13 years ago
translators 95ccb747ab (svn r22967) -Update from WebTranslator v3.0:
latvian - 56 changes by Parastais
13 years ago
translators 44c390f527 (svn r22966) -Update from WebTranslator v3.0:
welsh - 86 changes by kazzie
13 years ago
translators 873d16828e (svn r22965) -Update from WebTranslator v3.0:
belarusian - 16 changes by Wowanxm
korean - 17 changes by telk5093
latvian - 19 changes by Parastais
lithuanian - 35 changes by vytulis7
thai - 57 changes by zetathix
welsh - 1 changes by kazzie
13 years ago
translators 2c57514713 (svn r22964) -Update from WebTranslator v3.0:
latvian - 59 changes by Parastais
13 years ago
translators 27c2fd0b6d (svn r22963) -Update from WebTranslator v3.0:
basque - 60 changes by HerrBasque, Thadah
belarusian - 42 changes by Wowanxm
latvian - 48 changes by Parastais
thai - 19 changes by originalBlueSin
13 years ago
translators 9f711a33cc (svn r22961) -Update from WebTranslator v3.0:
latvian - 3 changes by Parastais
welsh - 73 changes by kazzie
13 years ago
frosch 1df095f114 (svn r22960) -Feature: Allow depots, standard roadstops and airports on steep slopes. 13 years ago
translators 035420f318 (svn r22959) -Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
13 years ago
rubidium e11b817281 (svn r22958) -Fix [FS#4778]: the savegame description and loading of savegames would crash with savegames from a patched stable (which didn't bump the savegame version) 13 years ago
rubidium 3722a0bf98 (svn r22957) -Codechange: SPECSTR_PLAYERNAME is actually the company name, which is derived from the town name + ' Transport'. So make sure the last constant is in sync with the town name table 13 years ago
frosch a44a7e02c6 (svn r22956) -Codechange: Enhance TEXTID_TO_STRINGID() with an assert_compile(). 13 years ago
rubidium 9a2dd7c3a1 (svn r22955) -Fix: guard from reading outside the silly name list 13 years ago
frosch e7387f21af (svn r22954) -Feature: [NewGRF] Allow Action4 to change text IDs 0x00D1 to 0x00E0 for feature 48. 13 years ago
translators 8a113ac880 (svn r22953) -Update from WebTranslator v3.0:
italian - 2 changes by lorenzodv
latvian - 13 changes by Parastais
13 years ago
yexo 04013f7540 (svn r22952) -Fix: properly limit the length of strings in a choice list 13 years ago
translators be1c2dbe35 (svn r22951) -Update from WebTranslator v3.0:
basque - 25 changes by HerrBasque
italian - 2 changes by Snail_
latvian - 104 changes by Parastais
welsh - 187 changes by kazzie
13 years ago
translators 4afacf867d (svn r22950) -Update from WebTranslator v3.0:
latvian - 119 changes by Parastais
russian - 19 changes by akasoft, perk11
welsh - 2 changes by kazzie
13 years ago
frosch 106fc582fa (svn r22949) -Fix [FS#4784]: Locale categories LC_NUMERIC and LC_MONETARY of cy_GB are identical to en_GB. 13 years ago
translators d6051cdf4b (svn r22948) -Update from WebTranslator v3.0:
icelandic - 3 changes by baldur
latvian - 80 changes by Parastais
welsh - 94 changes by kazzie
13 years ago
frosch 43053b59a2 (svn r22947) -Fix: [NewGRF] Do not call CB 32 for disaster, effect vehicles or aircraft shadows/rotors. 13 years ago
frosch 91f0eedbff (svn r22946) -Fix [FS#4781]: [NewGRF] Crash when accessing vehicle var 44 for a non-front aircraft. 13 years ago
rubidium aba8781c91 (svn r22945) -Fix-ish: remove bogus plural bits from Persian 13 years ago
translators d4ebf7684c (svn r22944) -Update from WebTranslator v3.0:
latvian - 65 changes by Parastais
persian - 33 changes by Peymanpn
welsh - 16 changes by kazzie
13 years ago
planetmaker b7545e9e9e (svn r22943) -Fix: [OSX] Typo broke debug compilation 13 years ago
translators 50f8b70ec0 (svn r22942) -Update from WebTranslator v3.0:
persian - 26 changes by Peymanpn
slovak - 73 changes by klingacik
spanish - 3 changes by Terkhen
13 years ago
terkhen bc1fc20e9c (svn r22941) -Fix: Calculate the size of the start/stop vehicle button correctly. 13 years ago
translators d9c176cd6e (svn r22940) -Update from WebTranslator v3.0:
latvian - 29 changes by Parastais
slovak - 160 changes by klingacik
13 years ago
rubidium fc5af08ef8 (svn r22934) -Fix [FS#4771]: prevent authentication bypass for the admin port when a new game is started 13 years ago
translators f920607c21 (svn r22933) -Update from WebTranslator v3.0:
hungarian - 4 changes by 
slovenian - 10 changes by Necrolyte
13 years ago
yexo 7196157d2d (svn r22932) -Fix [FS#4766]: disable the white border on window creation for several windows (based on patch by monoid) 13 years ago
translators 6168dc04ad (svn r22931) -Update from WebTranslator v3.0:
hungarian - 4 changes by 
persian - 16 changes by Peymanpn
slovak - 28 changes by klingacik
13 years ago
translators 99f5df230a (svn r22930) -Update from WebTranslator v3.0:
estonian - 32 changes by notAbot
hungarian - 6 changes by IPG
luxembourgish - 17 changes by Phreeze
slovak - 67 changes by klingacik
turkish - 4 changes by niw3
welsh - 142 changes by kazzie
13 years ago
rubidium d4bc75cb80 (svn r22929) -Fix (r22929): WT3 validation failure 13 years ago
translators e4f66bd098 (svn r22928) -Update from WebTranslator v3.0:
hungarian - 8 changes by IPG
slovak - 110 changes by klingacik
slovenian - 26 changes by Necrolyte
13 years ago
translators e2cf68f3ea (svn r22927) -Update from WebTranslator v3.0:
slovak - 126 changes by klingacik
13 years ago
frosch b3f7f5124b (svn r22926) -Feature: [NewGRF] Extended Action1 format to define arbitrary spriteset IDs. 13 years ago
frosch 4cc46d5d6b (svn r22925) -Feature: [NewGRF] Allow referencing spritesets from different Action1 in a single Action2. 13 years ago
frosch bf664cd68d (svn r22924) -Codechange: Enhance NewGRFSpriteLayout for drawing construction stages in spritelayouts with inconsistent number of sprites per spriteset. 13 years ago
frosch bd696a6288 (svn r22923) -Codechange: Move application of the construction stage into TileLayoutSpriteGroup::ProcessRegisters(). 13 years ago
frosch 64e03ee136 (svn r22922) -Codechange: Use wrapper methods to access and register spritesets. 13 years ago
planetmaker 40d7b3c861 (svn r22921) -Fix: [OSX] Don't allow the old fullscreen mode also not as fallback on OSX 10.7. Also add a few sprinkles of coding style accross cocoa display drivers 13 years ago
yexo 72500ddedf (svn r22920) -Cleanup: replace two very old town variables taht were rarely used by small functions that compute there value on-the-fly when necessary 13 years ago