------------------------------------------------------------------------ r14143 | frosch | 2008-08-23 16:34:05 +0000 (Sat, 23 Aug 2008) | 1 line -Codechange: Recenter viewport of waypoint window when relocating the waypoint. ------------------------------------------------------------------------ r14142 | frosch | 2008-08-23 16:26:01 +0000 (Sat, 23 Aug 2008) | 1 line -Codechange: Disallow taking over greyed waypoints of other companies. ------------------------------------------------------------------------ r14141 | frosch | 2008-08-23 16:16:37 +0000 (Sat, 23 Aug 2008) | 1 line -Fix (r14135): Savegame conversion could assign a recently removed waypoint (grey sign) to a wrong owner. ------------------------------------------------------------------------ r14140 | frosch | 2008-08-23 16:13:31 +0000 (Sat, 23 Aug 2008) | 1 line -Fix (r14135): Enum in saveload-table. ------------------------------------------------------------------------ r14139 | frosch | 2008-08-23 16:09:06 +0000 (Sat, 23 Aug 2008) | 1 line -Fix (r12044): GetSlopeZ() gets a virtual coordinate, not a tile. ------------------------------------------------------------------------ r14138 | smatz | 2008-08-23 12:29:41 +0000 (Sat, 23 Aug 2008) | 1 line -Fix (r12863): dark blue wasn't considered as similiar to blue ------------------------------------------------------------------------ r14137 | celestar | 2008-08-23 09:31:53 +0000 (Sat, 23 Aug 2008) | 1 line -Codechange: Remove a now unused member of CargoPacket ------------------------------------------------------------------------ r14136 | belugas | 2008-08-23 02:24:14 +0000 (Sat, 23 Aug 2008) | 1 line -Fix(r14135): MSVC project was not supposed to be on previous commit ------------------------------------------------------------------------ r14135 | belugas | 2008-08-23 02:15:46 +0000 (Sat, 23 Aug 2008) | 1 line -Codechange: Add owner to waypoints. Previously, it was guessed from rail underneath it. ------------------------------------------------------------------------ r14134 | frosch | 2008-08-23 00:32:01 +0000 (Sat, 23 Aug 2008) | 1 line -Fix (r12667, r13579) [FS#2245]: Update 'current_order' when changing 'cur_order_index'. ------------------------------------------------------------------------ r14133 | rubidium | 2008-08-22 22:54:38 +0000 (Fri, 22 Aug 2008) | 2 lines -Fix [FS#2249]: close the 'manage vehicles' dropdown once the number of vehicles in the list reaches 0. ------------------------------------------------------------------------ r14132 | frosch | 2008-08-22 22:48:12 +0000 (Fri, 22 Aug 2008) | 1 line -Fix (r14039): Only reserve a path on leaving a station if the current block really is a PBS block. (michi_cc) ------------------------------------------------------------------------ r14131 | frosch | 2008-08-22 22:42:21 +0000 (Fri, 22 Aug 2008) | 1 line -Fix (r13952) [FS#2250]: The reservation of adjacent stations was sometimes not freed correctly. (michi_cc) ------------------------------------------------------------------------ r14130 | frosch | 2008-08-22 22:28:26 +0000 (Fri, 22 Aug 2008) | 1 line -Fix (r13961) [FS#2248]: Clear the stuck state of a train that is reversing with the first vehicle inside a depot. (michi_cc) ------------------------------------------------------------------------ r14129 | frosch | 2008-08-22 22:19:23 +0000 (Fri, 22 Aug 2008) | 1 line -Fix (r13935) [FS#2247]: Signal state for PBS signals was not updated when cycling the signal side. Patch by michi_cc with a small addition from me. ------------------------------------------------------------------------ r14128 | glx | 2008-08-22 15:15:11 +0000 (Fri, 22 Aug 2008) | 1 line -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified ------------------------------------------------------------------------ r14127 | belugas | 2008-08-22 01:14:25 +0000 (Fri, 22 Aug 2008) | 1 line -Feature(ette): Give the the player's colour to the waypoint window been shown ------------------------------------------------------------------------ r14126 | frosch | 2008-08-21 20:45:52 +0000 (Thu, 21 Aug 2008) | 1 line -Codechange (r14125): Add some tabs. ------------------------------------------------------------------------ r14125 | frosch | 2008-08-21 20:42:45 +0000 (Thu, 21 Aug 2008) | 2 lines -Fix [FS#2237]: Segfault when autoreplace failed very early. Note: Proper indenting in next commit. ------------------------------------------------------------------------ r14123 | belugas | 2008-08-21 19:12:24 +0000 (Thu, 21 Aug 2008) | 1 line -Codechange: a few magical number to sprite name conversions ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------