summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-23(svn r18900) -Document: that an empty string for OnQueryTextFinished means ↵rubidium
'use default'
2010-01-23(svn r18899) -Fix: the default button was enabled even when the ↵rubidium
ENABLE_DEFAULT flag wasn't set
2010-01-23(svn r18898) -Update from WebTranslator v3.0:translators
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
2010-01-23(svn r18897) -Fix: Land area information read the stationspec also for ↵frosch
non-rail-stationtiles, which is no longer valid since r18876.
2010-01-23(svn r18896) -Fix [FS#3558]: pressing cancel for the query windows of the ↵rubidium
world generation window caused the default to be set instead of no changes to the value
2010-01-23(svn r18893) -Codechange: Replace grf_load_* with methods of ByteReader.peter1138
2010-01-23(svn r18892) -Fix: in some rare case a deadlock could happen when stopping ↵glx
sound driver (windows)
2010-01-22(svn r18891) -Fix: Avoid duplicate path separator when searching for PNG ↵peter1138
files which prevented tar-lookups.
2010-01-22(svn r18890) -Codechange: Unify drawing of foundations for MP_UNMOVABLE.frosch
2010-01-22(svn r18889) -Codechange: Use (GroundSprite|SpriteLayout)PaletteTransform() ↵frosch
also for drawing of default industries. They are compatible since the bubblegenerator is also randomly recoloured.
2010-01-22(svn r18888) -Codechange: Rename PALETTE_59[EF] to something more meaningful.frosch
2010-01-22(svn r18887) -Update from WebTranslator v3.0:translators
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
2010-01-22(svn r18886) -Fix (r18884): Spurious castingpeter1138
2010-01-22(svn r18885) -Fix (r18884): Industry tile layouts weren't completely freed ↵peter1138
on error.
2010-01-22(svn r18884) -Fix: [NewGRF] Perform bounds checking for all NewGRF data ↵peter1138
reads. Explicit length checks (which were not always correct) are no longer needed so these are removed to simplify code.
2010-01-21(svn r18883) -Codechange: warn in the difficulty and AI configuration window ↵rubidium
when setting the number of AIs to non-zero when you don't have AIs
2010-01-21(svn r18882) -Change: default to zero AIsrubidium
2010-01-21(svn r18881) -Codechange: make the AI debug window look nicer when not at ↵rubidium
its minimum size
2010-01-21(svn r18880) -Fix: aircraft can be send to an hangar when the target airport ↵yexo
has one and when it can land, not only when it has a plane terminal
2010-01-21(svn r18879) -Update from WebTranslator v3.0:translators
portuguese - 2 changes by SupSuper slovenian - 6 changes by ntadej spanish - 149 changes by Terkhen
2010-01-21(svn r18878) -Fix [NewGRF]: crash when a newgrf used var62 in an industry ↵yexo
tile chain when the industry tile was part of an original industry
2010-01-21(svn r18877) -Change: make the default size of the AI debug window bigger so ↵yexo
the 'no ai found' message can be read completely without resizing
2010-01-21(svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station ↵yexo
tiles
2010-01-21(svn r18875) -Codechange: remove some unneeded bits from the network ↵rubidium
protocol and improve the naming of some variables
2010-01-21(svn r18874) -Codechange: Change enum Sprites { to static const StringID = ↵rubidium
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.
2010-01-21(svn r18873) -Codechange: use PaletteID also in the blitterrubidium
2010-01-21(svn r18872) -Codechange: introduce PaletteID and use itrubidium
2010-01-20(svn r18870) -Prepare: 1.0.0-beta3rubidium
2010-01-20(svn r18869) -Update from WebTranslator v3.0:translators
serbian - 2 changes by etran slovenian - 49 changes by ntadej
2010-01-20(svn r18868) -Fix [FS#3547](r18776): Wrong comparator.frosch
2010-01-19(svn r18867) -Update from WebTranslator v3.0:translators
croatian - 36 changes by greek - 1 changes by fumantsu spanish - 109 changes by Terkhen
2010-01-18(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) ↵rubidium
wrapper functions
2010-01-18(svn r18865) -Doc: update the manpagerubidium
2010-01-18(svn r18864) -Fix [FS#3532]: town noise population settings could not be ↵rubidium
changed in-game
2010-01-18(svn r18863) -Update from WebTranslator v3.0:translators
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
2010-01-18(svn r18862) -Fix [FS#3544]: don't pass AI strings through iconvrubidium
2010-01-18(svn r18861) -Doc: more doxygen documentation in genworld filessmatz
2010-01-18(svn r18860) -Codechange: introduce a wrapper to get an hangar tile from a ↵yexo
station
2010-01-18(svn r18859) -Codechange: rename glwp_modes to GenenerateLandscapeWindowModesmatz
2010-01-18(svn r18858) -Codechange: use IsAirportTile where possibleyexo
2010-01-18(svn r18857) -Codechange: don't rely on the fact that all airports are ↵yexo
rectangular
2010-01-18(svn r18856) -Codechange: do not call GetSlopeZInCorner() when there's no ↵smatz
fence to draw
2010-01-18(svn r18855) -Codechange: record compiler name and version in the crash logsmatz
2010-01-17(svn r18854) -Codechange [FS#3539]: unconflict acceleration type as 'status' ↵rubidium
and rail property (Terhken)
2010-01-17(svn r18853) -Codechange: apply coding style to GenWorld's enums, structs ↵smatz
and typedefs
2010-01-17(svn r18852) -Update: tweak date formatting of Hebrewrubidium
2010-01-17(svn r18851) -Codechange: enumify number of steps needed to generate landscapesmatz
2010-01-17(svn r18850) -Fix [FS#3540]: don't allow screen redraw when the landscape ↵smatz
contains broken slopes
2010-01-17(svn r18849) -Update from WebTranslator v3.0:translators
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
2010-01-17(svn r18848) -Fix (r18838): the original accelaration got brokenrubidium