summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-25(svn r18915) -Fix (r18912): use a macro for empty DrawTileSprites elements ↵glx
(and solve missing braces/initializer warnings)
2010-01-25(svn r18913) -Fix (r18892): the deadlock was still possibleglx
2010-01-24(svn r18912) -Codechange: free up a bunch of airporttile ids by using the ↵yexo
tile animation frame
2010-01-24(svn r18911) -Fix (r18910): forgot to svn add the new fileyexo
2010-01-24(svn r18910) -Codechange: move the enum with airporttile names to ↵yexo
table/airporttile_ids.h
2010-01-24(svn r18909) -Update from WebTranslator v3.0:translators
hebrew - 5 changes by dnd_man norwegian_bokmal - 284 changes by mantaray norwegian_nynorsk - 1 changes by mantaray portuguese - 1 changes by JayCity romanian - 2 changes by tonny russian - 2 changes by Lone_Wolf slovenian - 89 changes by ntadej welsh - 2 changes by welshdragon
2010-01-24(svn r18908) -Fix [FS#3561]: on bankruptcy the company value did include the ↵rubidium
loan and as such the value at which you bought the company was too low
2010-01-23(svn r18907) -Cleanup: Smallmap was the last user of SetPixelIfEmpty().alberth
2010-01-23(svn r18906) -Codechange: Use start and end column position instead of a ↵alberth
mask for drawing a column in the smallmap.
2010-01-23(svn r18905) -Fix (r18902): Compile error on 64-bit with gccpeter1138
2010-01-23(svn r18904) -Fix: Writing LZO-compressed savegames would produce invalid ↵michi_cc
files and potentially overwrite memory.
2010-01-23(svn r18903) -Fix [FS#3562]: file locations for Windows weren't correct for ↵rubidium
all versions of Windows
2010-01-23(svn r18902) -Fix [FS#3559]: the default button for the advanced settings ↵rubidium
didn't work
2010-01-23(svn r18901) -Change: make the default button work again for the world ↵rubidium
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.
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