------------------------------------------------------------------------ r14121 | rubidium | 2008-08-21 09:51:03 +0000 (Thu, 21 Aug 2008) | 3 lines -Fix: bundle_exe didn't make the output directory, so it failed if you didn't do bundle_zip first. -Fix: another inconsistency between the "output" of bundle_exe and bundle_[zip|gzip|bzip2|]. ------------------------------------------------------------------------ r14120 | translators | 2008-08-21 08:46:25 +0000 (Thu, 21 Aug 2008) | 13 lines -Update: WebTranslator2 update to 2008-08-21 10:46:06 brazilian_portuguese - 33 fixed by tucalipe (33) czech - 1 fixed, 11 changed by Hadez (12) dutch - 4 fixed by habell (4) estonian - 25 fixed, 111 changed by kristjans (135), vermon (1) french - 3 fixed, 8 changed by glx (9), belugas (2) galician - 78 fixed by Condex (78) german - 13 fixed by dih (13) korean - 20 fixed, 1 changed by leejaeuk5 (21) simplified_chinese - 51 fixed, 1 changed by ww9980 (52) slovenian - 54 fixed by Necrolyte (54) ukrainian - 3 fixed by mad (3) ------------------------------------------------------------------------ r14119 | belugas | 2008-08-21 02:19:31 +0000 (Thu, 21 Aug 2008) | 2 lines -Fix(r14104): Forgot to make the gui disappear when the waypoint is deleted. Smatz pointing ------------------------------------------------------------------------ r14118 | belugas | 2008-08-21 01:42:21 +0000 (Thu, 21 Aug 2008) | 1 line -Fix(r14104): typos creeping like bugs ------------------------------------------------------------------------ r14117 | rubidium | 2008-08-21 00:02:45 +0000 (Thu, 21 Aug 2008) | 2 lines -Fix: compile failing because the language files can't be copied to the right directory when piping the output because during configure a wrong path would be written in a variable when passing the output into a file under MinGW. You get it? well, I do not. ------------------------------------------------------------------------ r14116 | rubidium | 2008-08-20 22:43:19 +0000 (Wed, 20 Aug 2008) | 2 lines -Change [Doxygen]: making man-pages of the exports of the source isn't very useful as OpenTTD isn't a library. ------------------------------------------------------------------------ r14115 | rubidium | 2008-08-20 21:36:46 +0000 (Wed, 20 Aug 2008) | 2 lines -Codechange: add make bundle_exe which makes a windows installer and unify the files that go into the bundles (zip/gz/bz2 etc) and installer. ------------------------------------------------------------------------ r14114 | frosch | 2008-08-20 19:53:42 +0000 (Wed, 20 Aug 2008) | 1 line -Fix [FS#2242]: Sign list was not properly updated on removal of signs. ------------------------------------------------------------------------ r14113 | frosch | 2008-08-20 19:33:06 +0000 (Wed, 20 Aug 2008) | 1 line -Codechange: Language updates for r14112. ------------------------------------------------------------------------ r14112 | frosch | 2008-08-20 19:31:35 +0000 (Wed, 20 Aug 2008) | 1 line -Fix (r13715)[FS#2232]: Action B custom messages with parameteers were broken. ------------------------------------------------------------------------ r14111 | frosch | 2008-08-20 19:10:42 +0000 (Wed, 20 Aug 2008) | 1 line -Fix (r2572): [strgen] Changing order of parameters {X:...} did not work for strings including some {StringY}. ------------------------------------------------------------------------ r14110 | glx | 2008-08-20 16:51:08 +0000 (Wed, 20 Aug 2008) | 1 line -Fix: desyncs due to bubbles in toyland ------------------------------------------------------------------------ r14109 | smatz | 2008-08-20 16:06:27 +0000 (Wed, 20 Aug 2008) | 1 line -Fix (r14107): marking reserved tile dirty is needed for waypoints and stations even when patch option is disabled ------------------------------------------------------------------------ r14108 | belugas | 2008-08-20 15:27:22 +0000 (Wed, 20 Aug 2008) | 1 line -Fix(r14104): Give a more consistent naming of the new gui file ------------------------------------------------------------------------ r14107 | smatz | 2008-08-20 15:21:03 +0000 (Wed, 20 Aug 2008) | 1 line -Codechange: marking reserved tile dirty twice (and even when patch option is off) is not needed ------------------------------------------------------------------------ r14106 | belugas | 2008-08-20 13:32:57 +0000 (Wed, 20 Aug 2008) | 2 lines -Fix(r14104): A string too much been commited ------------------------------------------------------------------------ r14105 | belugas | 2008-08-20 01:38:12 +0000 (Wed, 20 Aug 2008) | 3 lines -Fix: Some typos that are more grammatical errors, as it seems. Provided by ln I've added a little fix on currency.cpp too, why not :) ------------------------------------------------------------------------ r14104 | belugas | 2008-08-20 01:29:05 +0000 (Wed, 20 Aug 2008) | 3 lines -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders. Changing its name is also supported from the same new window. Gui based on work done by Satyap, on FS#2025. ------------------------------------------------------------------------ r14103 | smatz | 2008-08-19 10:55:33 +0000 (Tue, 19 Aug 2008) | 1 line -Fix [YAPP]: flooded trains didn't free their reservation ------------------------------------------------------------------------ r14102 | rubidium | 2008-08-19 09:08:45 +0000 (Tue, 19 Aug 2008) | 2 lines -Fix [FS#1986]: make NewGRF action 0x06's changes persistent over the several loading stages. ------------------------------------------------------------------------ r14101 | rubidium | 2008-08-18 21:44:03 +0000 (Mon, 18 Aug 2008) | 2 lines -Cleanup (r14083): leftover friend. ------------------------------------------------------------------------ r14100 | belugas | 2008-08-18 17:11:13 +0000 (Mon, 18 Aug 2008) | 2 lines -Fix(r14099): Who reads readme.txt files anyway?. Same work as previous commit. ------------------------------------------------------------------------ r14099 | belugas | 2008-08-18 17:07:27 +0000 (Mon, 18 Aug 2008) | 2 lines -Codechange: Welcome back, Celestar. While at it, an alphabetic error been fixed ------------------------------------------------------------------------ r14098 | celestar | 2008-08-18 16:52:40 +0000 (Mon, 18 Aug 2008) | 1 line -Fix: Make the 'Transfer Credit' display aware of the entire consist, not only the first vehicle ------------------------------------------------------------------------ r14097 | rubidium | 2008-08-17 21:07:09 +0000 (Sun, 17 Aug 2008) | 2 lines -Fix [FS#2085]: one couldn't get a list of vehicles sharing an order when the number of orders was 0; you could see that the vehicles had a shared order though. ------------------------------------------------------------------------ r14096 | rubidium | 2008-08-17 19:56:17 +0000 (Sun, 17 Aug 2008) | 2 lines -Codechange: merge the shared order's vehicle list management to a single location. ------------------------------------------------------------------------ r14095 | frosch | 2008-08-17 18:48:18 +0000 (Sun, 17 Aug 2008) | 1 line -Fix (r14076): Trains shall not stop instantly. ------------------------------------------------------------------------ r14094 | glx | 2008-08-17 15:03:54 +0000 (Sun, 17 Aug 2008) | 1 line -Revert (r14071): caused more problems than it solved ------------------------------------------------------------------------ r14093 | rubidium | 2008-08-17 13:56:11 +0000 (Sun, 17 Aug 2008) | 2 lines -Fix [FS#2230]: don't flood a NewGRF industry when it implicitly tells that it wants to be build on water (land shape flags bit 5). ------------------------------------------------------------------------ r14092 | rubidium | 2008-08-17 11:52:06 +0000 (Sun, 17 Aug 2008) | 2 lines -Cleanup (r14083): dead code, i.e. unused function. ------------------------------------------------------------------------ r14091 | frosch | 2008-08-17 11:49:35 +0000 (Sun, 17 Aug 2008) | 1 line -Cleanup (r14083): Remove superfluous '#include's. ------------------------------------------------------------------------ r14090 | rubidium | 2008-08-17 11:12:56 +0000 (Sun, 17 Aug 2008) | 2 lines -Fix: the vehicle window of articulated road vehicles would show the clone/refit button when the vehicle was not completely stopped in the depot. ------------------------------------------------------------------------ r14089 | rubidium | 2008-08-17 11:04:37 +0000 (Sun, 17 Aug 2008) | 2 lines -Fix [FS#2219]: trains not being able to find a route to a depot when the front is already in the depot. ------------------------------------------------------------------------ r14088 | rubidium | 2008-08-17 09:47:02 +0000 (Sun, 17 Aug 2008) | 2 lines -Fix (r5994): librt isn't needed to be linked against explicitly as we don't use any functionality of it. ------------------------------------------------------------------------ r14087 | rubidium | 2008-08-16 21:48:28 +0000 (Sat, 16 Aug 2008) | 2 lines -Fix [FS#2228]: flawed parsing of words (as in 2 bytes) in GRF strings due to sign extension (minime) ------------------------------------------------------------------------ r14086 | smatz | 2008-08-16 18:01:23 +0000 (Sat, 16 Aug 2008) | 1 line -Fix (r13067): rail/road removing by CTRL didn't sometimes work when a depot window was opened ------------------------------------------------------------------------ r14085 | frosch | 2008-08-16 14:15:32 +0000 (Sat, 16 Aug 2008) | 1 line -Cleanup (r14083): Remove no longer used functions. ------------------------------------------------------------------------ r14084 | frosch | 2008-08-16 14:04:29 +0000 (Sat, 16 Aug 2008) | 1 line -Codechange: Language updates for r14083. ------------------------------------------------------------------------ r14083 | frosch | 2008-08-16 14:02:20 +0000 (Sat, 16 Aug 2008) | 1 line -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel. ------------------------------------------------------------------------ r14082 | frosch | 2008-08-16 13:52:44 +0000 (Sat, 16 Aug 2008) | 1 line -Codechange: Make 'GetNextUnit()' more fool-proof wrt. real dualheads. ------------------------------------------------------------------------ r14081 | rubidium | 2008-08-15 23:00:56 +0000 (Fri, 15 Aug 2008) | 2 lines -Fix (r14075): WoW64 spoiled the 64 bits Windows detection and the installer for the 64 bits binary installed in the wrong directory. Thanks to michi_cc and glx for testing. ------------------------------------------------------------------------ r14080 | glx | 2008-08-15 22:06:58 +0000 (Fri, 15 Aug 2008) | 1 line -Fix (r14052): assert triggered when drawing chat window with 32bpp-anim blitter (backup buffer was too small) ------------------------------------------------------------------------ r14079 | glx | 2008-08-15 19:18:55 +0000 (Fri, 15 Aug 2008) | 1 line -Fix: misleading help in configure ------------------------------------------------------------------------ r14078 | peter1138 | 2008-08-15 17:54:43 +0000 (Fri, 15 Aug 2008) | 2 lines -Codechange: Rename *VehicleInfo::base_cost to cost_factor, indicating what it actually is. ------------------------------------------------------------------------ r14077 | belugas | 2008-08-15 15:38:41 +0000 (Fri, 15 Aug 2008) | 1 line -Fix: MSVC projects re-ordering ------------------------------------------------------------------------ r14076 | frosch | 2008-08-15 13:57:43 +0000 (Fri, 15 Aug 2008) | 1 line -Codechange: Merge the four start/stop commands into a single CMD_START_STOP_VEHICLE. ------------------------------------------------------------------------ r14075 | rubidium | 2008-08-15 12:47:20 +0000 (Fri, 15 Aug 2008) | 2 lines -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all). ------------------------------------------------------------------------ r14074 | rubidium | 2008-08-15 11:58:15 +0000 (Fri, 15 Aug 2008) | 2 lines -Codechange: split the bundle generation out of the main makefile so it can be reused for making bundles from MSVC compiles. ------------------------------------------------------------------------