Commit Graph

8360 Commits (48aaf134f15cade13ef170864b480a0b3109eb70)

Author SHA1 Message Date
rubidium 48aaf134f1 (svn r18901) -Change: make the default button work again for the world generation window; previously it worked due to the bug fixed in r18899. Do not add it again for the town custom number because there is no default for that one. 15 years ago
rubidium 2a0405ecc4 (svn r18900) -Document: that an empty string for OnQueryTextFinished means 'use default' 15 years ago
rubidium 257c076045 (svn r18899) -Fix: the default button was enabled even when the ENABLE_DEFAULT flag wasn't set 15 years ago
translators 1cc09dfec1 (svn r18898) -Update from WebTranslator v3.0:
italian - 2 changes by lorenzodv
japanese - 16 changes by PouncingAnt
korean - 1 changes by junho2813
lithuanian - 275 changes by BlinK_
norwegian_bokmal - 7 changes by Zhygometh
spanish - 4 changes by Terkhen
swedish - 91 changes by tobjork
15 years ago
frosch 62b4bb6ae6 (svn r18897) -Fix: Land area information read the stationspec also for non-rail-stationtiles, which is no longer valid since r18876. 15 years ago
rubidium 67143057c7 (svn r18896) -Fix [FS#3558]: pressing cancel for the query windows of the world generation window caused the default to be set instead of no changes to the value 15 years ago
peter1138 743e2c9eea (svn r18893) -Codechange: Replace grf_load_* with methods of ByteReader. 15 years ago
glx 0ccb10ead6 (svn r18892) -Fix: in some rare case a deadlock could happen when stopping sound driver (windows) 15 years ago
peter1138 1c2f27d9e6 (svn r18891) -Fix: Avoid duplicate path separator when searching for PNG files which prevented tar-lookups. 15 years ago
frosch 2f3b26ae32 (svn r18890) -Codechange: Unify drawing of foundations for MP_UNMOVABLE. 15 years ago
frosch 8b9e5140ab (svn r18889) -Codechange: Use (GroundSprite|SpriteLayout)PaletteTransform() also for drawing of default industries. They are compatible since the bubblegenerator is also randomly recoloured. 15 years ago
frosch 04090dc6ab (svn r18888) -Codechange: Rename PALETTE_59[EF] to something more meaningful. 15 years ago
translators 4ded5d48d7 (svn r18887) -Update from WebTranslator v3.0:
bulgarian - 120 changes by Tvel
catalan - 4 changes by arnau
finnish - 2 changes by jpx_
french - 2 changes by glx
german - 2 changes by planetmaker
korean - 1 changes by junho2813
serbian - 3 changes by etran
slovenian - 4 changes by ntadej
spanish - 1 changes by Terkhen
15 years ago
peter1138 d9ad199b55 (svn r18886) -Fix (r18884): Spurious casting 15 years ago
peter1138 1eb13f41f2 (svn r18885) -Fix (r18884): Industry tile layouts weren't completely freed on error. 15 years ago
peter1138 a99b800078 (svn r18884) -Fix: [NewGRF] Perform bounds checking for all NewGRF data reads. Explicit length checks (which were not always correct) are no longer needed so these are removed to simplify code. 15 years ago
rubidium aa29299d05 (svn r18883) -Codechange: warn in the difficulty and AI configuration window when setting the number of AIs to non-zero when you don't have AIs 15 years ago
rubidium e0ab8d7a9e (svn r18882) -Change: default to zero AIs 15 years ago
rubidium db8961ef5f (svn r18881) -Codechange: make the AI debug window look nicer when not at its minimum size 15 years ago
yexo 71ac04e685 (svn r18880) -Fix: aircraft can be send to an hangar when the target airport has one and when it can land, not only when it has a plane terminal 15 years ago
translators 5553fa7a13 (svn r18879) -Update from WebTranslator v3.0:
portuguese - 2 changes by SupSuper
slovenian - 6 changes by ntadej
spanish - 149 changes by Terkhen
15 years ago
yexo fcef0a491d (svn r18878) -Fix [NewGRF]: crash when a newgrf used var62 in an industry tile chain when the industry tile was part of an original industry 15 years ago
yexo e86b2dcf45 (svn r18877) -Change: make the default size of the AI debug window bigger so the 'no ai found' message can be read completely without resizing 15 years ago
yexo 077cdefc9b (svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station tiles 15 years ago
rubidium 149af66877 (svn r18875) -Codechange: remove some unneeded bits from the network protocol and improve the naming of some variables 15 years ago
rubidium ab46479d64 (svn r18874) -Codechange: Change enum Sprites { to static const StringID = for each SPR_ entry and similar for cursors and palettes. This avoids the need for a cast in some places and thus provides better type-safety. 15 years ago
rubidium 72ce1f4979 (svn r18873) -Codechange: use PaletteID also in the blitter 15 years ago
rubidium 7127338414 (svn r18872) -Codechange: introduce PaletteID and use it 15 years ago
translators 3afeb7cf32 (svn r18869) -Update from WebTranslator v3.0:
serbian - 2 changes by etran
slovenian - 49 changes by ntadej
15 years ago
frosch 7b21f03cf1 (svn r18868) -Fix [FS#3547](r18776): Wrong comparator. 15 years ago
translators 7de2a5aa27 (svn r18867) -Update from WebTranslator v3.0:
croatian - 36 changes by 
greek - 1 changes by fumantsu
spanish - 109 changes by Terkhen
15 years ago
rubidium f618acfb7d (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions 15 years ago
rubidium 30fd2ed3c1 (svn r18864) -Fix [FS#3532]: town noise population settings could not be changed in-game 15 years ago
translators a2c2e6ae8e (svn r18863) -Update from WebTranslator v3.0:
croatian - 36 changes by 
hebrew - 38 changes by dnd_man
polish - 1 changes by xaxa
spanish - 1 changes by Terkhen
ukrainian - 2 changes by Madvin
15 years ago
rubidium 0bf54aaedb (svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv 15 years ago
smatz 74c6096975 (svn r18861) -Doc: more doxygen documentation in genworld files 15 years ago
yexo 409266f847 (svn r18860) -Codechange: introduce a wrapper to get an hangar tile from a station 15 years ago
smatz c72c9f172d (svn r18859) -Codechange: rename glwp_modes to GenenerateLandscapeWindowMode 15 years ago
yexo 6042c132f1 (svn r18858) -Codechange: use IsAirportTile where possible 15 years ago
yexo 1486552f99 (svn r18857) -Codechange: don't rely on the fact that all airports are rectangular 15 years ago
smatz 4655855d46 (svn r18856) -Codechange: do not call GetSlopeZInCorner() when there's no fence to draw 15 years ago
smatz 91ace4d50f (svn r18855) -Codechange: record compiler name and version in the crash log 15 years ago
rubidium 89cc6d871e (svn r18854) -Codechange [FS#3539]: unconflict acceleration type as 'status' and rail property (Terhken) 15 years ago
smatz 1ecb257422 (svn r18853) -Codechange: apply coding style to GenWorld's enums, structs and typedefs 15 years ago
rubidium 9c6542bbe3 (svn r18852) -Update: tweak date formatting of Hebrew 15 years ago
smatz 665a1143a5 (svn r18851) -Codechange: enumify number of steps needed to generate landscape 15 years ago
smatz 1a4eb4e4a4 (svn r18850) -Fix [FS#3540]: don't allow screen redraw when the landscape contains broken slopes 15 years ago
translators e12659ce0c (svn r18849) -Update from WebTranslator v3.0:
croatian - 36 changes by 
finnish - 1 changes by jpx_
greek - 1 changes by fumantsu
norwegian_nynorsk - 1 changes by bjelleklang
slovenian - 96 changes by ntadej
15 years ago
rubidium 22042389b8 (svn r18848) -Fix (r18838): the original accelaration got broken 15 years ago
frosch eded89633c (svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq. 15 years ago