summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-03-27(svn r12438) -Fix-ish: typo spotted by Biblo.rubidium
2008-03-26(svn r12436) -Cleanup: minor coding stylepeter1138
2008-03-26(svn r12435) -Fix: do not remove the case from the Brazilian Portuguese ↵rubidium
translation while it is still in use.
2008-03-26(svn r12428) -Fix [FS#1878]: loading from the config file could fail even ↵rubidium
when the data is correct. Patch by Dominik.
2008-03-26(svn r12426) -Cleanup: sprinkle some coding style over a few files.rubidium
2008-03-26(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so ↵rubidium
someone without a keyboard can enter text too. Patch by Dominik.
2008-03-25(svn r12421) -Feature: [autoreplace] the autoreplace button in train depots ↵bjarni
will now also replace wagons even if they aren't connected to a locomotive fixed estimated cost in CmdDepotMassAutoReplace() (will still not estimate wagon removal profits) Made it possible to command CmdDepotMassAutoReplace() to either replace everything or nothing (the button will still happily replace just some of the vehicles if cash premits)
2008-03-25(svn r12420) -Cleanup: Fix the indentation, improve a variable name, and add ↵maedhros
a NOT_REACHED to DeterminePluralForm.
2008-03-25(svn r12419) -Cleanup: of the internal road-piece building and removing.skidd13
2008-03-25(svn r12417) -Fix: Add a new plural rule for Icelandic.maedhros
2008-03-25(svn r12410) -Codechange: abstract out the test for catenary on electric railspeter1138
2008-03-25(svn r12408) -Update: WebTranslator2 update to 2008-03-25 09:44:24miham
brazilian_portuguese - 1 fixed by fukumori (1) bulgarian - 1 fixed by thetitan (1) catalan - 8 fixed by arnaullv (8) czech - 1 fixed by Hadez (1) french - 8 fixed by glx (8) hungarian - 10 fixed by miham (10) icelandic - 9 fixed, 1 changed by scrooge (10) italian - 8 fixed by lorenzodv (8) korean - 1 fixed by darkttd (1) russian - 8 fixed by Smoky555 (8) ukrainian - 1 fixed by mad (1)
2008-03-24(svn r12407) -Add [FS#1866]: more language flags for serversglx
2008-03-24(svn r12405) -Codechange: some coding style and 'untodoifying' some comments ↵rubidium
that were certainly not todos.
2008-03-24(svn r12404) -Codechange: rename the string buffer used for network GUIs to ↵rubidium
something more unique than what it is called now.
2008-03-24(svn r12403) -Codechange: unmisuse a variable in the chat window and make ↵rubidium
the code a little cleaner.
2008-03-24(svn r12402) -Fix: some toolbars didn't seem to show anymore.rubidium
2008-03-24(svn r12401) -Fix (r9754): when loading TTD savegame some data were lost ↵glx
(profits, ...) due to a 'reallocation' for vehicle type conversion. The conversion is now done before loading the vehicle chunk.
2008-03-23(svn r12399) -Fix: some old DOS savegame didn't load properly due to ↵rubidium
'garbage' that was sprinkled in some places.
2008-03-23(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own ↵rubidium
little neighbourhood. Based on a patch by Dominik.
2008-03-23(svn r12397) -Codechange [FS#1856]: enumify widget number for time tables. ↵rubidium
Patch by Phil Sophus.
2008-03-22(svn r12396) -Codechange: change a few things to reflect that we aren't ↵rubidium
aiming for 0.6 anymore in trunk.
2008-03-22(svn r12393) -Fix [FS#1872]: Vehicle lists related to stations not closed ↵rubidium
when the station is deleted.
2008-03-22(svn r12392) -Fix (r12391): Remove yapf/follow_track.cpp again.maedhros
2008-03-22(svn r12391) -Feature: Show whether a town is a "city" in the town ↵maedhros
description title bar.
2008-03-22(svn r12390) -Fix [FS#1851]: trams failing to turn on bridge heads/tunnel ↵rubidium
entrances.
2008-03-22(svn r12389) -Codechange: remove unneeded code from the Cheat window ↵rubidium
handling and bring it in line with the coding guidelines.
2008-03-21(svn r12388) -Fix (r12352): Callback 14 (station sprite layout) is a 15-bit ↵maedhros
callback.
2008-03-20(svn r12387) -Update: WebTranslator2 update to 2008-03-21 00:20:05miham
german - 1 fixed by moewe2 (1) icelandic - 346 fixed by scrooge (346) korean - 2 fixed by darkttd (2) portuguese - 6 fixed by nars (6) russian - 15 fixed by Smoky555 (15) slovenian - 6 fixed by Necrolyte (6)
2008-03-19(svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed ↵smatz
while partially in a depot
2008-03-19(svn r12385) -Fix [FS#ln]: Non-breaking spaces should not be broken.peter1138
2008-03-19(svn r12384) -Fix (r2428): do not disconnect train when reversing, it may ↵smatz
'think' it is whole in a depot
2008-03-18(svn r12383) -Fix [FS#1860]: Check return of AfterLoadGame for success or ↵peter1138
failure when loading TTD games.
2008-03-18(svn r12382) -Fix [FS#1864]: use 'items' unit for batteries, fizzy drinks, ↵glx
toys and bubbles in total cargo tab
2008-03-18(svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't ↵skidd13
computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo)
2008-03-17(svn r12380) -Fix: update train acceleration and max speed after setting ↵glx
cached value to ensure the correct max speed is used with disabled real acceleration
2008-03-17(svn r12379) -Codechange: removed now redondant InvalidateWindow() callsglx
2008-03-17(svn r12378) -Fix: refresh vehicle details window when cached values are updatedglx
2008-03-17(svn r12377) -Fix [FS#1854]: set cached value for vehicle property 25 before ↵glx
other cached values
2008-03-15(svn r12374) -Fix (r11892): Don't close a dropmenu when clicking on a ↵peter1138
dropdown widget
2008-03-15(svn r12373) -Fix [FS#1849]: win32 music driver fails if path is too long ↵glx
(128 chars is too much for mci it seems), so retry using the short path name (8.3 style) if available
2008-03-15(svn r12372) -Fix: win32 music driver fails if path contains non-latin charsglx
2008-03-15(svn r12371) -Fix [FS#1823]: do not let window hide behind the main toolbar ↵smatz
after resizing the screen
2008-03-15(svn r12370) -Fix [FS#1853]: Close language drop down when parent window is ↵peter1138
clicked/closed.
2008-03-15(svn r12369) -Fix (r1681): reset train speed limits when ↵smatz
_patches.realistic_acceleration changes
2008-03-15(svn r12368) -Codechange: use explicit body for loops and conditions and ↵smatz
remove -Wno-empty-body from the configure script
2008-03-15(svn r12367) -Fix [FS#1650](r707): commands were sent to clients waiting for ↵smatz
map download causing 'executing command from the past' error
2008-03-14(svn r12366) -Codechange: use MAX_PATH instead hardcoded valueglx
2008-03-13(svn r12365) -Fix: missing redraw call in the road guiskidd13
2008-03-12(svn r12364) -Fix (r12361): Case attribute for brazilian_portuguese got lost.peter1138