Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-09 | (svn r14284) -Fix (r13958): Trains would not look ahead and extend their ↵ | michi_cc | |
reservation on a waypoint tile in all cases. | |||
2008-09-09 | (svn r14283) -Fix [FS#2281](r14175): beep only after clicking on the main ↵ | smatz | |
toolbar, not after finishing the selection | |||
2008-09-09 | (svn r14282) -Update: WebTranslator2 update to 2008-09-09 17:38:39 | translators | |
czech - 1 fixed, 7 changed by Hadez (7), joeprusa (1) danish - 61 fixed, 6 changed by ThomasA (28), MiR (39) dutch - 6 fixed by habell (5), webfreakz (1) estonian - 1 fixed by kristjans (1) finnish - 66 fixed by habazi (66) french - 2 fixed, 2 changed by glx (4) galician - 14 fixed by Condex (14) german - 63 fixed, 16 changed by sulai (41), dih (38) italian - 1 fixed, 1 changed by lorenzodv (2) piglatin - 27 fixed by adammw (27) romanian - 57 fixed by kneekoo (57) russian - 13 fixed by Smoky555 (13) slovenian - 6 fixed by Necrolyte (6) spanish - 9 fixed by eusebio (9) ukrainian - 6 fixed by mad (6) | |||
2008-09-09 | (svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() ↵ | smatz | |
and IsRailWaypoint() checks at several places | |||
2008-09-08 | (svn r14276) -Fix: Rename one of the advanced settings, as 'TTDPatch ↵ | frosch | |
compatible nonstop handling' wasn't a correct description anymore. | |||
2008-09-08 | (svn r14275) -Change: Rename 'Configure patches' to 'Advanced settings'. | frosch | |
2008-09-08 | (svn r14274) -Fix (r10237): nonexistant order could be selected in the ↵ | smatz | |
timetable window (causing SIGFPE) | |||
2008-09-07 | (svn r14270) -Fix: make small UFO aware of articulated RVs | smatz | |
2008-09-07 | (svn r14265) -Fix (r10750): desyncs after deleting a waypoint because of ↵ | smatz | |
explicit destructor call instead of using operator delete | |||
2008-09-07 | (svn r14263) -Codechange: give a better error message when removing a sign fails | smatz | |
2008-09-07 | (svn r14260) -Fix [FS#2277]: merge keycode for "normal" 0-9 keys and keypad ↵ | rubidium | |
0-9 keys so people don't get confused that the keypad doesn't work as expected. | |||
2008-09-07 | (svn r14258) -Codechange: rework the way to query the vehicle hash to make ↵ | rubidium | |
sure it always results in the same irregardless of the order of the hash-linked-list. -Fix: desync in PBS reservation following, vehicle flooding and road vehicle overtake/follow code. | |||
2008-09-07 | (svn r14257) -Fix (r14153): incorrect update of ini-file group tail pointer ↵ | rubidium | |
causing memory corruption. | |||
2008-09-06 | (svn r14254) -Codechange: Code style and breathing room | belugas | |
2008-09-05 | (svn r14250) -Update: WebTranslator2 update to 2008-09-05 15:13:08 | translators | |
afrikaans - 9 fixed by TrueTenacity (9) croatian - 19 fixed by tperic (19) czech - 5 fixed, 50 changed by Hadez (55) dutch - 5 fixed by habell (5) estonian - 9 fixed by kristjans (9) french - 5 fixed by glx (5) german - 85 fixed by dih (45), MaSch (40) italian - 5 fixed, 4 changed by lorenzodv (9) polish - 25 fixed, 4 changed by heimat (29) spanish - 7 fixed by eusebio (7) ukrainian - 5 fixed by mad (5) | |||
2008-09-04 | (svn r14245) -Fix: NewGRF configs loaded from the config file would always ↵ | rubidium | |
default to the DOS palette instead of the "default" palette. | |||
2008-09-04 | (svn r14243) -Fix [FS#2269]: clicking on the smallmap didn't break the ↵ | rubidium | |
"follow vehicle in main viewport". | |||
2008-09-03 | (svn r14239) -Fix [FS#2267]: The engine-purchase-list-sorter doubled ↵ | frosch | |
running-cost and halfed capacity of double-headed engines. | |||
2008-09-03 | (svn r14235) -Fix (r14234): compilation with MSVC was broken | glx | |
2008-09-03 | (svn r14234) -Fix: feeder share was computed wrong when splitting cargo packet | smatz | |
2008-09-03 | (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs ↵ | rubidium | |
in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. | |||
2008-09-02 | (svn r14232) -Codechange: use builtin for byte swapping for gcc >= 4.3 | smatz | |
2008-09-02 | (svn r14231) -Fix: Windows binaries not able to read non-windows newlines ↵ | rubidium | |
ini files. For more detail read the 'attached' diff. | |||
2008-09-02 | (svn r14230) -Codechange: Simplify MapDOSColour() using the new stuff. | frosch | |
2008-09-02 | (svn r14229) -Feature: allow overriding the palette of the base GRFs. This ↵ | rubidium | |
way you can play with NewGRFs made for the Windows palette with the DOS palettes base GRFs (and vice versa). Note that for this to work correctly ALL NewGRFs must use the same palette; mix and match is not yet supported. | |||
2008-09-02 | (svn r14228) -Fix (r14209): double click on the 'last joined' server didn't work | smatz | |
2008-09-02 | (svn r14223) -Codechange: make GetSprite aware of the 4 different types of ↵ | rubidium | |
sprites: fonts, recolour, mapgen and normal sprites. | |||
2008-09-02 | (svn r14221) -Fix: signs (town name, station name, ...) could be too long ↵ | smatz | |
for 8bit width in pixels | |||
2008-09-02 | (svn r14219) -Fix (rthebeginning): 10 days != 6*2.5 days, effectively ↵ | rubidium | |
causing the payment graph to show the wrong data. | |||
2008-09-01 | (svn r14215) -Cleanup (r13866): Strange line wrapping... | peter1138 | |
2008-08-31 | (svn r14214) -Codechange: move another TTD graphics bug into the GRF; height ↵ | rubidium | |
problem of sprite #142. | |||
2008-08-31 | (svn r14210) -Codechange: remove a useless check when creating new waypoint | smatz | |
2008-08-31 | (svn r14209) -Feature(tte): doubleclick to join selected server/company | smatz | |
2008-08-31 | (svn r14208) -Fix (r14197): Crash if no .obg files are found. | peter1138 | |
2008-08-31 | (svn r14207) -Fix [FS#2262] (r14191): warning about non-virtual destructor ↵ | rubidium | |
in class with virtual functions. | |||
2008-08-31 | (svn r14205) -Update: WebTranslator2 update to 2008-08-31 19:47:56 | translators | |
bulgarian - 12 fixed by thetitan (12) catalan - 49 fixed by arnaullv (49) czech - 4 fixed, 15 changed by Hadez (19) dutch - 2 fixed, 5 changed by habell (7) french - 2 fixed, 1 changed by belugas (1), glx (2) galician - 75 fixed, 54 changed by Condex (129) german - 10 fixed, 1 changed by dih (11) italian - 5 fixed, 5 changed by lorenzodv (10) korean - 14 fixed by leejaeuk5 (14) slovenian - 6 fixed by Necrolyte (6) turkish - 18 fixed by jnmbk (18) ukrainian - 2 fixed by mad (2) | |||
2008-08-31 | (svn r14204) -Fix (r7475): when determining length of a string with limited ↵ | smatz | |
size, first check if we are not out of bounds already | |||
2008-08-31 | (svn r14203) -Codechange: [NewGRF] Disable a GRF if it contains an unknown ↵ | peter1138 | |
property, or tries to assign an invalid ID. | |||
2008-08-31 | (svn r14202) -Codechange: [NewGRF] Give more meaningful output if a ↵ | peter1138 | |
house/industry/industrytile is undefined in action 3, and continue processing remaining IDs. | |||
2008-08-31 | (svn r14201) -Codechange: [NewGRF] Don't continue processing an Action 0 if ↵ | peter1138 | |
we didn't read the data for a property -- the data will be wrong for subsequent reads. -Codechange: [NewGRF] *Do* continue processing if the value of a property is invalid, however. | |||
2008-08-31 | (svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate ↵ | rubidium | |
wrong comments! | |||
2008-08-31 | (svn r14199) -Codechange: split fileio.h into fileio_type.h and ↵ | rubidium | |
fileio_func.h so not everything that includes saveload.h needs to include everything else too. | |||
2008-08-31 | (svn r14198) -Codechange: [NewGRF] Simplify handling of common vehicle ↵ | peter1138 | |
properties. | |||
2008-08-31 | (svn r14197) -Codechange: rework (original) base graphics determination ↵ | rubidium | |
methods. This yields in the following: -Feature: make configuring the to-be-used base graphics via openttd.cfg and the command line possible. -Feature: allow both the German as well as non-German toyland graphics as "correct" and official graphics. -Feature: allow people to create their own base graphics easily and without requiring code changes. | |||
2008-08-31 | (svn r14196) -Codechange: make the searching for files with a specific ↵ | rubidium | |
extension extendable. | |||
2008-08-30 | (svn r14193) -Fix (r14191): don't put an unsigned 0x80 in a signed int8 as ↵ | rubidium | |
that's not what you want. | |||
2008-08-30 | (svn r14192) -Fix [FS#2236]: properly update the current timetable's ↵ | rubidium | |
travel/wait times instead of only doing it for one vehicle in the shared order chain and only when some bit has not been set (PhilSophus) | |||
2008-08-30 | (svn r14191) -Codechange: unify the code to skip sprite payload (i.e. not ↵ | rubidium | |
the header). -Fix: sprite payload skipping wouldn't skip enough bytes in a very small subset of compressed sprites. | |||
2008-08-30 | (svn r14190) -Codechange: use alloc instead of malloc+free when the ↵ | rubidium | |
allocated memory shouldn't be used after the function ended. | |||
2008-08-30 | (svn r14189) -Fix (r14188): Accidental line removal | peter1138 | |