------------------------------------------------------------------------ r14172 | belugas | 2008-08-25 17:16:27 +0000 (Mon, 25 Aug 2008) | 2 lines -Feature[newGRF]: Add support for property 0x13 for Bridges. In other words, one can now specifies a 16 bits cost multiplier. ------------------------------------------------------------------------ r14171 | belugas | 2008-08-25 16:41:00 +0000 (Mon, 25 Aug 2008) | 3 lines -Codechange: Make the test for HQ a bit lighter. The presence of a HQ is only dictated by the 7th bit been set. The rest of the data is related to the size and the type. ------------------------------------------------------------------------ r14170 | peter1138 | 2008-08-25 16:20:26 +0000 (Mon, 25 Aug 2008) | 2 lines -Codechange: Missing enum for road type iteration. ------------------------------------------------------------------------ r14169 | belugas | 2008-08-25 16:10:34 +0000 (Mon, 25 Aug 2008) | 1 line -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation ------------------------------------------------------------------------ r14168 | peter1138 | 2008-08-25 16:07:10 +0000 (Mon, 25 Aug 2008) | 2 lines -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified. ------------------------------------------------------------------------ r14167 | rubidium | 2008-08-25 15:15:41 +0000 (Mon, 25 Aug 2008) | 2 lines -Fix: items in some ini-groups got duplicated on save. ------------------------------------------------------------------------ r14166 | matthijs | 2008-08-25 12:47:17 +0000 (Mon, 25 Aug 2008) | 2 lines -Doc: Change "forbid 90 degree turn" patch option description to say "not with NTP" instead of "requires NPF" (which has been untrue since the introduction of YAPF). Thanks to FauxFaux for pointing this out. ------------------------------------------------------------------------ r14165 | peter1138 | 2008-08-25 10:58:24 +0000 (Mon, 25 Aug 2008) | 2 lines -Codechange: When over-building rail with a different type, don't convert the rail if the engines of the new type are powered on the existing type. ------------------------------------------------------------------------ r14164 | rubidium | 2008-08-25 06:35:28 +0000 (Mon, 25 Aug 2008) | 3 lines -Codechange: simplify and unify the addition of ini items with value when not loading an ini file. -Fix: wrong insertion management causing leaks. ------------------------------------------------------------------------ r14162 | peter1138 | 2008-08-24 23:29:58 +0000 (Sun, 24 Aug 2008) | 2 lines -Fix: Allow rail type conversion if the rail type cost multipliers are the same. ------------------------------------------------------------------------ r14161 | rubidium | 2008-08-24 23:12:10 +0000 (Sun, 24 Aug 2008) | 2 lines -Codechange: allow inis to be loaded from tars. ------------------------------------------------------------------------ r14160 | peter1138 | 2008-08-24 23:10:23 +0000 (Sun, 24 Aug 2008) | 2 lines -Codechange: Move _railtype_cost_multipliers into the rail type information struct. ------------------------------------------------------------------------ r14158 | peter1138 | 2008-08-24 23:00:11 +0000 (Sun, 24 Aug 2008) | 2 lines -Codechange: Initialization of rail type data from static source, so data can be changed. ------------------------------------------------------------------------ r14157 | peter1138 | 2008-08-24 21:31:24 +0000 (Sun, 24 Aug 2008) | 2 lines -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs. ------------------------------------------------------------------------ r14156 | smatz | 2008-08-24 17:29:57 +0000 (Sun, 24 Aug 2008) | 1 line -Fix (r14153): missing/wrong comments ------------------------------------------------------------------------ r14155 | glx | 2008-08-24 17:18:05 +0000 (Sun, 24 Aug 2008) | 1 line -Fix (r14154): wrong comments ------------------------------------------------------------------------ r14154 | glx | 2008-08-24 17:02:21 +0000 (Sun, 24 Aug 2008) | 1 line -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms ------------------------------------------------------------------------ r14153 | rubidium | 2008-08-24 13:50:31 +0000 (Sun, 24 Aug 2008) | 2 lines -Codechange: split ini file reading/saving from settings.cpp. ------------------------------------------------------------------------ r14152 | rubidium | 2008-08-24 09:48:21 +0000 (Sun, 24 Aug 2008) | 2 lines -Fix (r14146): Apple decided to use a name I wanted to use... thus making compilation fail on OSX (planetmaker) ------------------------------------------------------------------------ r14151 | rubidium | 2008-08-24 08:41:38 +0000 (Sun, 24 Aug 2008) | 2 lines -Codechange: make it possible to choose between the DOS and Windows graphics packs while retaining the possibility to override the palette. ------------------------------------------------------------------------ r14150 | belugas | 2008-08-24 01:39:56 +0000 (Sun, 24 Aug 2008) | 1 line -Add: Add the count of trains using the current waypoint in the vehicle list window's caption ------------------------------------------------------------------------ r14149 | frosch | 2008-08-23 23:31:27 +0000 (Sat, 23 Aug 2008) | 1 line -Fix: When selling the front engine of a train consist with another engine at the second position, not all 'important' data was copied to the new head. ------------------------------------------------------------------------ r14148 | frosch | 2008-08-23 23:15:04 +0000 (Sat, 23 Aug 2008) | 1 line -Fix (r14096) [FS#2239]: Orders were freed while they were still shared by other vehicles. ------------------------------------------------------------------------ r14147 | frosch | 2008-08-23 22:31:36 +0000 (Sat, 23 Aug 2008) | 1 line -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() and GetPrevUnit(). ------------------------------------------------------------------------ r14146 | rubidium | 2008-08-23 20:16:54 +0000 (Sat, 23 Aug 2008) | 2 lines -Codechange: allow palette override in both ways and remove some unneeded '(x == 0) ? 0 : 1' constructs. ------------------------------------------------------------------------ r14145 | frosch | 2008-08-23 19:14:27 +0000 (Sat, 23 Aug 2008) | 1 line -Fix (r14135, r14141): When savegame conversion cannot determine a owner of a greyed waypoint, ensure that the owner is assigned when the waypoint is rebuild. ------------------------------------------------------------------------ r14144 | peter1138 | 2008-08-23 18:05:52 +0000 (Sat, 23 Aug 2008) | 2 lines -Fix (r8826): Incorrect cargo weights ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------