summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-19sloped stations appliedsloped-stations-originalErich Eckner
2009-03-21(svn r15778) -Fix [FS#2749] (r15666): when sorting on cost don't sort on the ↵rubidium
running cost (sbr)
2009-03-21(svn r15777) -Add: helper functions to get the least common multiple and the ↵rubidium
greatest common divisor (Alberth)
2009-03-20(svn r15776) -Fix [DoxyGen]: Our project is called OpenTTD, not openttd ↵truebrain
(which looks very ugly)
2009-03-19(svn r15774) -Fix (r15708): Don't show the message about reporting an AI ↵yexo
crash for the dummy AI.
2009-03-19(svn r15773) -Fix [FS#2475]: number of active clients wasn't always properlyrubidium
2009-03-19(svn r15772) -Fix (r15767): MSVC can't find the right function anymore ↵yexo
because the return value in the header was not updated.
2009-03-19(svn r15771) -Fix (r13256): Settings from the [gameopt] section (from 0.6 ↵yexo
config files) were overwritten with default values.
2009-03-19(svn r15770) -Update: WebTranslator2 update to 2009-03-19 18:49:29translators
danish - 33 fixed by ThomasA (33)
2009-03-19(svn r15769) -Update: WebTranslator2 update to 2009-03-19 18:46:01translators
arabic_egypt - 4 fixed, 1 changed by khaloofah (5) brazilian_portuguese - 5 fixed by tucalipe (5) esperanto - 9 fixed by maristo (9) polish - 7 fixed by Simek (7) slovak - 3 fixed by James (3) swedish - 6 fixed by Wiggelicous (6)
2009-03-19(svn r15768) -Change: remove an "experimental" marker for something that has ↵rubidium
been working fine for a long time and remove the ununderstandable part of the description.
2009-03-19(svn r15767) -Fix: infinite loop when skipping sprites when a GRF is invalid ↵rubidium
(or truncated).
2009-03-19(svn r15766) -Fix [FS#2744]: Crash when opening the content list window ↵rubidium
twice; inconsistencies when clicking download twice.
2009-03-18(svn r15763) -Codechange/Fix: Add Engine::GetDisplayDefaultCapacity() and ↵frosch
use it everywhere, so CB 36 is also used everywhere.
2009-03-18(svn r15762) -Codechange: inlined utf8 chars are not handled properly on ↵glx
eastern version of windows so escape them
2009-03-18(svn r15761) -Update: WebTranslator2 update to 2009-03-18 17:44:55translators
croatian - 10 fixed by tifached (10) indonesian - 4 fixed by adjayanto (4) japanese - 60 fixed by ickoonite (60) latvian - 5 fixed by silentKnight (5) russian - 4 fixed by Smoky555 (4)
2009-03-18(svn r15760) -Codechange [FS#2704]: support that the resize box is at the ↵rubidium
left side of the window too (based on work by Alberth)
2009-03-18(svn r15758) -Fix (r15757): win9x compilationglx
2009-03-18(svn r15757) -Fix/hackaround (r15314): of course on some system searching a ↵glx
font using its english name fails. So now we search the font using the localised name and use the english name for the final 'validation' only.
2009-03-17(svn r15756) -Codechange: remove the assumption that the second windget is ↵rubidium
always the title bar. Also replace a few magic numbers with a const.
2009-03-17(svn r15755) -Fix: Number of houses in house variables 0x44, 0x60 and 0x61 ↵frosch
were incorrect after 0xFF had been reached and could desync clients joining afterwards.
2009-03-17(svn r15754) -Update: WebTranslator2 update to 2009-03-17 18:42:46translators
bulgarian - 63 fixed by thetitan (63) dutch - 4 fixed by habell (4) romanian - 3 fixed by kkmic (3) spanish - 3 fixed by eusebio (3) turkish - 3 fixed by Emin (3) ukrainian - 4 fixed by mad (4)
2009-03-17(svn r15753) -Fix (r15702)[FS#2742]: Crash when clicking the small area ↵yexo
between the savegame list and the save button in the save game window.
2009-03-17(svn r15752) -Fix: don't try to (un)draw the cursor when the screen is not readyglx
2009-03-17(svn r15750) -Fix: The big ufo sometimes landed just outside the map. ↵yexo
Instead of landing, just disappear (fly away) in those cases.
2009-03-17(svn r15749) -Codechange: apply coding style to disaster_cmd.cppyexo
2009-03-16(svn r15748) -Fix (r1722): the assumption that the number of tiles on the X ↵rubidium
side equals the number of tiles on the Y side does not hold anymore. As a result of this submarines could be created far outside of the map. Later in r15733 we would test whether that tile would be a water tile and we'd find out the tile isn't within the map.
2009-03-16(svn r15747) -Fix [FS#2736]: road ownership getting lost when removing a ↵rubidium
road stop.
2009-03-16(svn r15746) -Fix: Update threading code for OS/2, add mutex supportorudge
2009-03-16(svn r15745) -Fix: Resolve compile error in fileio.cpp on OS/2 - base paths ↵orudge
on OS/2 behave much like DOS
2009-03-16(svn r15744) -Fix (r9667): when town generator failed to create requested ↵smatz
number of towns, there were too many cities
2009-03-16(svn r15743) -Codechange: move the definitions of some fake squirrel types ↵yexo
to their own file.
2009-03-16(svn r15742) -Fix (r15736): AIs with an invalid info.nut weren't ignored ↵yexo
anymore.
2009-03-16(svn r15741) -Fix (r15740): czech town name generator needs very long ↵smatz
buffer, use different min size for each generator
2009-03-16(svn r15740) -Codechange: make code in namegen.cpp ~50% faster, apply coding ↵smatz
style and add comments
2009-03-16(svn r15739) -Codechange: Expose GRF ID of engines in var action property 0x25.peter1138
2009-03-15(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic ↵yexo
classes ScriptScanner/ScriptFileInfo.
2009-03-15(svn r15735) -Update: trunk ain't going to 0.7 anymore ;)rubidium
2009-03-15(svn r15733) -Fix: Enabling freeform edges could cause submarines to get ↵yexo
stuck on land tiles.
2009-03-15(svn r15732) -Fix: enumified constant name stylerubidium
2009-03-15(svn r15731) -Codechange: unify submarine creationrubidium
2009-03-15(svn r15730) -Fix (r15727): regression wasn't updated.rubidium
2009-03-15(svn r15729) -Fix: silence MSVC warningrubidium
2009-03-15(svn r15728) -Update: WebTranslator2 update to 2009-03-15 18:52:21translators
czech - 7 fixed, 6 changed by SmatZ (13) danish - 4 fixed by MiR (4) german - 3 fixed by planetmaker (3) hungarian - 2 fixed by alyr (2) indonesian - 2 fixed by fanioz (2) korean - 4 fixed by darkttd (4) lithuanian - 43 fixed, 1 changed by Enternald (8), geckonas (36) norwegian_nynorsk - 12 fixed by Thor (12)
2009-03-15(svn r15727) -Codechange: apply coding style to namegen arrayssmatz
-Fix (r1307): missing comma in _name_original_english_4
2009-03-15(svn r15726) -Codechange: unify coding style for const pointerssmatz
2009-03-15(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinatesmatz
2009-03-15(svn r15724) -Codechange: some widget documentation/fixing of enumified ↵rubidium
constant names (Alberth)
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes ↵rubidium
expanding them much easier (Alberth)
2009-03-15(svn r15722) -Change: add a bit more information to the readme.rubidium