Commit Graph

20159 Commits (ea035f480406b3a53d0a088546f69951aa77bfe7)
 

Author SHA1 Message Date
rubidium ea035f4804 (svn r25132) -Fix [FS#5510, FS#5516]: station rebuilding could leave reserved tiles which caused crashes later on 11 years ago
translators fd0171b444 (svn r25131) -Update from WebTranslator v3.0:
faroese - 73 changes by FastNinja
french - 5 changes by glx
welsh - 5 changes by kazzie
11 years ago
translators 978a22a30e (svn r25130) -Update from WebTranslator v3.0:
galician - 21 changes by Michi
korean - 16 changes by telk5093
welsh - 34 changes by kazzie
11 years ago
michi_cc 49988bc599 (svn r25128) -Codechange: [Win32] MSVC 2010 comes with stdint.h. 11 years ago
translators d56094f2ff (svn r25127) -Update from WebTranslator v3.0:
galician - 294 changes by Michi
greek - 8 changes by Evropi
welsh - 65 changes by kazzie
11 years ago
translators ab8294322e (svn r25126) -Update from WebTranslator v3.0:
galician - 274 changes by Michi
welsh - 30 changes by kazzie
11 years ago
translators 8c9c522de8 (svn r25125) -Update from WebTranslator v3.0:
lithuanian - 9 changes by Devastator, Stabilitronas
gaelic - 1 changes by GunChleoc
welsh - 31 changes by kazzie
11 years ago
translators c321226866 (svn r25124) -Update from WebTranslator v3.0:
simplified_chinese - 16 changes by chenwt0315
japanese - 13 changes by Aknuth
korean - 3 changes by telk5093
latvian - 4 changes by Parastais
welsh - 159 changes by kazzie
11 years ago
rubidium 35b4e7adda (svn r25123) -Fix: when the count for a scrollbar was 0, the inter distance was subtracted too much causing a scrollbar with a negative size 11 years ago
translators 85ad0f73b6 (svn r25122) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
11 years ago
frosch 0857bc2b9a (svn r25121) -Fix: Editboxes could become too small when resizing windows. 11 years ago
translators 7054ad4acc (svn r25120) -Update from WebTranslator v3.0:
macedonian - 1 changes by Ristovski
vietnamese - 2 changes by nglekhoi
11 years ago
frosch b4ff06c096 (svn r25119) -Codechange [FS#5512]: Improve the clipping/visiblity check before sending lines to blitter for drawing. (fonsinchen) 11 years ago
frosch 9825f1ac2e (svn r25118) -Codechange: Deduplicate basic line clipping code. (fonsinchen) 11 years ago
frosch 691a9def81 (svn r25117) -Fix [FS#5511]: Silence warning. 11 years ago
translators 5337beb217 (svn r25116) -Update from WebTranslator v3.0:
greek - 2 changes by Evropi
korean - 1 changes by telk5093
swedish - 2 changes by Joel_A
11 years ago
frosch 789e4a8998 (svn r25115) -Fix (r8973) [FS#5492-ish]: [NewGRF] Acceleration of NewGRF aircraft was too fast, while acceleration of default aircraft was way too slow. I.e. choose wisely who to let write the software for your orbiter. 11 years ago
frosch 3e7f180298 (svn r25114) -Fix [FS#5509]: GS lang files did not work, when inside a tar. 11 years ago
translators baa0e51a87 (svn r25113) -Update from WebTranslator v3.0:
serbian - 18 changes by ivan_mile
11 years ago
translators cabfa5578e (svn r25112) -Update from WebTranslator v3.0:
english_AU - 1 changes by mrtux
serbian - 17 changes by ivan_mile
11 years ago
translators df02a6b110 (svn r25111) -Update from WebTranslator v3.0:
belarusian - 3 changes by KorneySan
greek - 22 changes by Evropi
icelandic - 11 changes by Stimrol
11 years ago
translators ae996a0399 (svn r25110) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
czech - 1 changes by micropro_cz
dutch - 1 changes by habell
icelandic - 20 changes by Stimrol
macedonian - 17 changes by Ristovski
slovak - 1 changes by micropro_cz
11 years ago
translators f8765ef542 (svn r25109) -Update from WebTranslator v3.0:
german - 1 changes by planetmaker
italian - 1 changes by lorenzodv
polish - 1 changes by xaxa
swedish - 3 changes by Joel_A
11 years ago
matthijs 5a5304fa6b (svn r25108) -Fix: Pass $LDFLAGS_BUILD to all endian_check compilations.
- In Makefile.{lang,setting}.in the flags were already passed since r24365.
11 years ago
rubidium a9af895fbb (svn r25107) -Change: be slightly more lenient with trying to detect a subversion repository in case someone has a sparse tags checkout. In that case the .svn folder misses from the $ROOT_DIR because it is in the $ROOT_DIR/.. (i.e. tags) folder 11 years ago
zuu ea34cc631a (svn r25104) -Fix [FS#5507]: Allow changing GS settings in-game via the AI/GS config window. 11 years ago
translators 3991eee234 (svn r25100) -Update from WebTranslator v3.0:
english_US - 1 changes by Rubidium
finnish - 1 changes by jpx_
russian - 1 changes by Lone_Wolf
spanish - 1 changes by Terkhen
11 years ago
frosch 2ae1b438ec (svn r25099) -Fix [FS#5492]: Limit aircraft property 0D to 19, since the conversion result to km-ish/h needs to fit into a byte. 11 years ago
alberth 3e07957338 (svn r25098) -Change(r25094): Change the population string for other languages as well. 11 years ago
alberth b803d0c1dd (svn r25097) -Feature[FS#5288]: Add sorting on rating for the town directory window (based on work by sbr). 11 years ago
alberth b84f833b94 (svn r25096) -Feature: Do descending sort order on population by default, and stabilize sort of equally populated towns. 11 years ago
alberth 2fa9083d8b (svn r25095) -Codechange: Immediately save the sort order of the town directory instead of when closing the window. 11 years ago
alberth bf86262534 (svn r25094) -Feature: Introduce dropdown for selecting the sort criterion in the town directory window (sbr) 11 years ago
frosch 54ca9effcc (svn r25093) -Fix [FS#5486]: Clicking the statusbar crashed, when news were pending but no news were shown yet. (3298) 11 years ago
frosch 337460249d (svn r25092) -Codechange: Deduplicate keyboard handling between console and editboxes. 11 years ago
frosch b83cadfc49 (svn r25091) -Codechange: Call keycodes by their name. 11 years ago
frosch c8e56b4d03 (svn r25090) -Fix: Make editbox character filters also apply to pasted content from clipboard. 11 years ago
frosch 9c23446b2b (svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf. 11 years ago
translators 3573c8e994 (svn r25088) -Update from WebTranslator v3.0:
english_AU - 8 changes by mrtux
finnish - 2 changes by jpx_
serbian - 27 changes by ivan_mile
11 years ago
translators 00816b4b6f (svn r25087) -Update from WebTranslator v3.0:
danish - 3 changes by beruic
11 years ago
translators 52188e36ba (svn r25086) -Update from WebTranslator v3.0:
swedish - 34 changes by Joel_A
11 years ago
translators 69657b5745 (svn r25085) -Update from WebTranslator v3.0:
czech - 7 changes by Eskymak
english_US - 2 changes by Rubidium
polish - 2 changes by wojteks86
11 years ago
translators 751c8851ef (svn r25084) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
korean - 2 changes by telk5093
gaelic - 2 changes by GunChleoc
11 years ago
translators 23417de3fc (svn r25083) -Update from WebTranslator v3.0:
dutch - 3 changes by habell
greek - 3 changes by Evropi
hungarian - 2 changes by oklmernok
russian - 2 changes by Lone_Wolf
slovak - 11 changes by pedrofuture
spanish - 2 changes by Terkhen
11 years ago
frosch 09ac5c639c (svn r25082) -Codechange [FS#5501]: Simplify some code. (adf88) 11 years ago
frosch d640903eb7 (svn r25081) -Fix [FS#5500]: Catch exception anonymously, if the exception content is not of interest. 11 years ago
translators 11dda134f9 (svn r25080) -Update from WebTranslator v3.0:
croatian - 4 changes by VoyagerOne
german - 3 changes by planetmaker
italian - 2 changes by lorenzodv
romanian - 9 changes by mariush
gaelic - 1 changes by planetmaker
welsh - 28 changes by kazzie
11 years ago
planetmaker 87c141a54b (svn r25079) -Feature-ish: Use the new, correct plural form in the Scottish Gaelic translation, now that WT3 is updated with that knowledge 11 years ago
planetmaker 3a6db3e216 (svn r25078) -Add: New plural form to be used by Scottish Gaelic (1,11; 2,12; 3..10, 13..19; other) 11 years ago
translators d1e5492708 (svn r25077) -Update from WebTranslator v3.0:
belarusian - 8 changes by Wowanxm
korean - 7 changes by telk5093
latvian - 3 changes by Parastais
polish - 2 changes by wojteks86
11 years ago