Commit Graph

10084 Commits (a35c2826e74cb0599e92eba40a58e7f04b0ba57f)

Author SHA1 Message Date
translators a35c2826e7 (svn r20852) -Update from WebTranslator v3.0:
czech - 38 changes by marek995
hebrew - 8 changes by Metheny
marathi - 6 changes by amitst
14 years ago
alberth c57653e8e3 (svn r20851) -Fix: Smallmap legend buttons must all be equal in size, even if their contents is not. 14 years ago
frosch b65f463e33 (svn r20850) -Codechange: Add IndustrySpec::UsesSmoothEconomy() to deduplicate code. 14 years ago
frosch 717fcd09c6 (svn r20849) -Change: Only display liveries in the liverywindow if they are used by some vehicle somewhen (not considering date or such). 14 years ago
frosch a54b711dc1 (svn r20848) -Add: _loaded_newgrf_features.used_liveries to keep track which liveries are used by some vehicle resp. which are not used at all. 14 years ago
frosch 611e986226 (svn r20847) -Codechange: Split most of GetEngineLivery() into a separate GetEngineLiveryScheme() function. 14 years ago
frosch e0b3b1ffe7 (svn r20846) -Fix: some whitespace. 14 years ago
frosch aeaa8b3f72 (svn r20845) -Fix (r20835): Group GUI was no longer horizontally resizeable. 14 years ago
translators 0fe33e66f8 (svn r20844) -Update from WebTranslator v3.0:
catalan - 3 changes by arnau
marathi - 10 changes by jcravi
spanish - 8 changes by Terkhen
14 years ago
michi_cc 12133ffb31 (svn r20843) -Fix [FS#2534] (r20506): Make sure (gradual) loading is properly terminated for consists with multiple cargo types. Don't stop loading if the timetabled wait is not over yet. (Steve-N) 14 years ago
translators faf5c48533 (svn r20842) -Update from WebTranslator v3.0:
greek - 10 changes by fumantsu
ukrainian - 11 changes by Fixer
vietnamese - 58 changes by nglekhoi
14 years ago
rubidium 61eeb98b87 (svn r20841) -Fix: unbreak some translations' compilation 14 years ago
smatz ee3d635eb8 (svn r20840) -Fix: make write to NULL pointer volatile so it's not optimised away 14 years ago
translators fa5b26dced (svn r20839) -Update from WebTranslator v3.0:
spanish - 7 changes by Terkhen
swedish - 3 changes by Zuu
ukrainian - 46 changes by Fixer
14 years ago
alberth b3270caaf1 (svn r20838) -Fix [FS#4136]: Cast '1' in bitmath functions to width of result before shifting. 14 years ago
frosch ce83378e3d (svn r20837) -Fix [FS#4132]: Set height of industry directory to 5 lines like other lists. 14 years ago
translators 60e5ab0d87 (svn r20836) -Update from WebTranslator v3.0:
belarusian - 3 changes by KorneySan
traditional_chinese - 4 changes by josesun
chuvash - 8 changes by mefisteron
finnish - 3 changes by jpx_
hungarian - 3 changes by IPG
marathi - 15 changes by jcravi
norwegian_bokmal - 3 changes by mantaray
romanian - 3 changes by tonny
russian - 4 changes by KorneySan, Lone_Wolf
slovenian - 6 changes by ntadej
spanish - 10 changes by Terkhen
vietnamese - 8 changes by nglekhoi
14 years ago
yexo 2b4870324d (svn r20835) -Fix: the group gui had a small unused area with bigger gui buttons 14 years ago
translators 64f1c853e0 (svn r20834) -Update from WebTranslator v3.0:
croatian - 3 changes by VoyagerOne
dutch - 3 changes by habell
french - 3 changes by glx
german - 3 changes by planetmaker
italian - 3 changes by lorenzodv
marathi - 75 changes by jcravi
polish - 3 changes by voythas
portuguese - 3 changes by ABCRic
serbian - 3 changes by etran
spanish - 3 changes by Terkhen
vietnamese - 3 changes by nglekhoi
14 years ago
terkhen bce6328ed0 (svn r20833) -Fix (r20832): Remove a warning. 14 years ago
terkhen e90930e572 (svn r20832) -Feature: Allow to select a custom percentage of water in the map generation window (based on patch by CommanderZ). 14 years ago
terkhen b916c5d8c1 (svn r20831) -Add: Show selected number of towns in the map generation window when using a custom amount. 14 years ago
translators f186e7f333 (svn r20830) -Update from WebTranslator v3.0:
belarusian - 3 changes by Wowanxm
marathi - 186 changes by jcravi
spanish - 5 changes by Terkhen
urdu - 21 changes by thastig
14 years ago
terkhen 9a7dd40006 (svn r20829) -Fix [FS#4094]: Place less trees at once when planting random trees at the scenario editor. 14 years ago
terkhen ee8272bacc (svn r20828) -Add: Take into account tree group placement at the world generation progress bar. 14 years ago
terkhen 95e5e59f37 (svn r20827) -Codechange: Simplify code for placement of tree groups. 14 years ago
terkhen 9ecf69684e (svn r20826) -Codechange: Simplify code for generating more trees above the snowline. 14 years ago
terkhen 3607c33b4f (svn r20825) -Codechange: Replace a few magic numbers by constants. 14 years ago
translators 285d905488 (svn r20824) -Update from WebTranslator v3.0:
galician - 13 changes by Condex
marathi - 1 changes by jcravi
14 years ago
rubidium a15d179edf (svn r20823) -Codechange: enable/add some error/sanity checking in the pthread code 14 years ago
yexo 410d48cbb8 (svn r20822) -Fix [FS#3707]: deadlock when aborting map generation on windows 14 years ago
yexo 6b4d2f5ae6 (svn r20821) -Fix [FS#4129]: terraforming the land under objects could leave sloped or elevated sea tiles 14 years ago
yexo 6b35ad3f0b (svn r20820) -Codechange: remove two more contants related to the height of the main toolbar 14 years ago
rubidium 97dbb1f27d (svn r20819) -Fix [FS#3714]: be a bit more "lenient" w.r.t. invalid savegames; don't crash on saveload related NOT_REACHEDs, just show the user an error that the savegame is corrupted 14 years ago
rubidium 5b733f88a8 (svn r20818) -Fix [FS#3791]: make the crash-on-saveload message clearer and more correct 14 years ago
translators 68f9bc5726 (svn r20817) -Update from WebTranslator v3.0:
traditional_chinese - 3 changes by josesun
slovenian - 1 changes by ntadej
14 years ago
rubidium af18c30f30 (svn r20816) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille) 14 years ago
rubidium b01c63cd23 (svn r20815) -Revert (r20814): wrong patch at wrong time... 14 years ago
rubidium 9a0a753d96 (svn r20814) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille) 14 years ago
rubidium 7a88433228 (svn r20813) -Fix: make the waypoint viewport keep centered around the waypoint when resizing the window (Krille) 14 years ago
yexo 15212cf948 (svn r20812) -Fix [FS#4125]: crash when confirming newgrf changes with the newgrf parameter window open 14 years ago
rubidium 8fceb3f851 (svn r20810) -Merge: documentation updates from 1.0 14 years ago
rubidium 4173ba76fa (svn r20809) -Fix (r20809): as usual with these user provided Mac OS X patches lately... they either fail to compile or spew warnings 14 years ago
rubidium 4915f47264 (svn r20808) -Add [FS#4110]: [OSX] support for input using dead keys (Zydeco) 14 years ago
yexo 532003504e (svn r20807) -Codechange: don't clamp the width of the main toolbar to 640 pixels 14 years ago
translators 7bb0cf9af6 (svn r20806) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
thai - 12 changes by kenny
14 years ago
frosch 3fb7f5aa87 (svn r20802) -Fix: Building bridges on water/watery objects behaved inconsistently for towns and the bridge selection GUI. 14 years ago
translators cb4261d6c3 (svn r20801) -Update from WebTranslator v3.0:
belarusian - 1 changes by KorneySan
hungarian - 1 changes by IPG
slovenian - 3 changes by ntadej
14 years ago
yexo aaf370dce2 (svn r20800) -Fix: [NewGRF] clamp some more vehicle variables 14 years ago
yexo ce649b0a73 (svn r20799) -Fix: [NewGRF] clamp vehicle var 0xC2 (max age) to uint16 (Hirundo) 14 years ago