Mon, 25 Aug 2008 20:10:45 +0000 smatz (svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
Mon, 25 Aug 2008 18:14:19 +0000 peter1138 (svn r14173) -Fix: Don't check for rail type and catenary on aqueducts.
Mon, 25 Aug 2008 17:16:27 +0000 belugas (svn r14172) -Feature[newGRF]: Add support for property 0x13 for Bridges.
Mon, 25 Aug 2008 16:41:00 +0000 belugas (svn r14171) -Codechange: Make the test for HQ a bit lighter.
Mon, 25 Aug 2008 16:20:26 +0000 peter1138 (svn r14170) -Codechange: Missing enum for road type iteration.
Mon, 25 Aug 2008 16:10:34 +0000 belugas (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation
Mon, 25 Aug 2008 16:07:10 +0000 peter1138 (svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified.
Mon, 25 Aug 2008 15:15:41 +0000 rubidium (svn r14167) -Fix: items in some ini-groups got duplicated on save.
Mon, 25 Aug 2008 12:47:17 +0000 matthijs (svn r14166) -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.
Mon, 25 Aug 2008 10:58:24 +0000 peter1138 (svn r14165) -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.
Mon, 25 Aug 2008 06:35:28 +0000 rubidium (svn r14164) -Codechange: simplify and unify the addition of ini items with value when not loading an ini file.
Sun, 24 Aug 2008 23:29:58 +0000 peter1138 (svn r14162) -Fix: Allow rail type conversion if the rail type cost multipliers are the same.
Sun, 24 Aug 2008 23:12:10 +0000 rubidium (svn r14161) -Codechange: allow inis to be loaded from tars.
Sun, 24 Aug 2008 23:10:23 +0000 peter1138 (svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type information struct.
Sun, 24 Aug 2008 23:00:11 +0000 peter1138 (svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed.
Sun, 24 Aug 2008 21:31:24 +0000 peter1138 (svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs.
Sun, 24 Aug 2008 17:29:57 +0000 smatz (svn r14156) -Fix (r14153): missing/wrong comments
Sun, 24 Aug 2008 17:18:05 +0000 glx (svn r14155) -Fix (r14154): wrong comments
Sun, 24 Aug 2008 17:02:21 +0000 glx (svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms
Sun, 24 Aug 2008 13:50:31 +0000 rubidium (svn r14153) -Codechange: split ini file reading/saving from settings.cpp.
Sun, 24 Aug 2008 09:48:21 +0000 rubidium (svn r14152) -Fix (r14146): Apple decided to use a name I wanted to use... thus making compilation fail on OSX (planetmaker)
Sun, 24 Aug 2008 08:41:38 +0000 rubidium (svn r14151) -Codechange: make it possible to choose between the DOS and Windows graphics packs while retaining the possibility to override the palette.
Sun, 24 Aug 2008 01:39:56 +0000 belugas (svn r14150) -Add: Add the count of trains using the current waypoint in the vehicle list window's caption
Sat, 23 Aug 2008 23:31:27 +0000 frosch (svn r14149) -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.
Sat, 23 Aug 2008 23:15:04 +0000 frosch (svn r14148) -Fix (r14096) [FS#2239]: Orders were freed while they were still shared by other vehicles.
Sat, 23 Aug 2008 22:31:36 +0000 frosch (svn r14147) -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() and GetPrevUnit().
Sat, 23 Aug 2008 20:16:54 +0000 rubidium (svn r14146) -Codechange: allow palette override in both ways and remove some unneeded '(x == 0) ? 0 : 1' constructs.
Sat, 23 Aug 2008 19:14:27 +0000 frosch (svn r14145) -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.
Sat, 23 Aug 2008 18:05:52 +0000 peter1138 (svn r14144) -Fix (r8826): Incorrect cargo weights
Sat, 23 Aug 2008 16:34:05 +0000 frosch (svn r14143) -Codechange: Recenter viewport of waypoint window when relocating the waypoint.
Sat, 23 Aug 2008 16:26:01 +0000 frosch (svn r14142) -Codechange: Disallow taking over greyed waypoints of other companies.
Sat, 23 Aug 2008 16:16:37 +0000 frosch (svn r14141) -Fix (r14135): Savegame conversion could assign a recently removed waypoint (grey sign) to a wrong owner.
Sat, 23 Aug 2008 16:13:31 +0000 frosch (svn r14140) -Fix (r14135): Enum in saveload-table.
Sat, 23 Aug 2008 16:09:06 +0000 frosch (svn r14139) -Fix (r12044): GetSlopeZ() gets a virtual coordinate, not a tile.
Sat, 23 Aug 2008 12:29:41 +0000 smatz (svn r14138) -Fix (r12863): dark blue wasn't considered as similiar to blue
Sat, 23 Aug 2008 09:31:53 +0000 celestar (svn r14137) -Codechange: Remove a now unused member of CargoPacket
Sat, 23 Aug 2008 02:24:14 +0000 belugas (svn r14136) -Fix(r14135): MSVC project was not supposed to be on previous commit
Sat, 23 Aug 2008 02:15:46 +0000 belugas (svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed from rail underneath it.
Sat, 23 Aug 2008 00:32:01 +0000 frosch (svn r14134) -Fix (r12667, r13579) [FS#2245]: Update 'current_order' when changing 'cur_order_index'.
Fri, 22 Aug 2008 22:54:38 +0000 rubidium (svn r14133) -Fix [FS#2249]: close the 'manage vehicles' dropdown once the number of vehicles in the list reaches 0.
Fri, 22 Aug 2008 22:48:12 +0000 frosch (svn r14132) -Fix (r14039): Only reserve a path on leaving a station if the current block really is a PBS block. (michi_cc)
Fri, 22 Aug 2008 22:42:21 +0000 frosch (svn r14131) -Fix (r13952) [FS#2250]: The reservation of adjacent stations was sometimes not freed correctly. (michi_cc)
Fri, 22 Aug 2008 22:28:26 +0000 frosch (svn r14130) -Fix (r13961) [FS#2248]: Clear the stuck state of a train that is reversing with the first vehicle inside a depot. (michi_cc)
Fri, 22 Aug 2008 22:19:23 +0000 frosch (svn r14129) -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.
Fri, 22 Aug 2008 15:15:11 +0000 glx (svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified
Fri, 22 Aug 2008 01:14:25 +0000 belugas (svn r14127) -Feature(ette): Give the the player's colour to the waypoint window been shown
Thu, 21 Aug 2008 20:45:52 +0000 frosch (svn r14126) -Codechange (r14125): Add some tabs.
Thu, 21 Aug 2008 20:42:45 +0000 frosch (svn r14125) -Fix [FS#2237]: Segfault when autoreplace failed very early.
Thu, 21 Aug 2008 19:12:24 +0000 belugas (svn r14123) -Codechange: a few magical number to sprite name conversions
Thu, 21 Aug 2008 09:51:03 +0000 rubidium (svn r14121) -Fix: bundle_exe didn't make the output directory, so it failed if you didn't do bundle_zip first.
Thu, 21 Aug 2008 08:46:25 +0000 translators (svn r14120) -Update: WebTranslator2 update to 2008-08-21 10:46:06
Thu, 21 Aug 2008 02:19:31 +0000 belugas (svn r14119) -Fix(r14104): Forgot to make the gui disappear when the waypoint is deleted. Smatz pointing
Thu, 21 Aug 2008 01:42:21 +0000 belugas (svn r14118) -Fix(r14104): typos creeping like bugs
Thu, 21 Aug 2008 00:02:45 +0000 rubidium (svn r14117) -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.
Wed, 20 Aug 2008 22:43:19 +0000 rubidium (svn r14116) -Change [Doxygen]: making man-pages of the exports of the source isn't very useful as OpenTTD isn't a library.
Wed, 20 Aug 2008 21:36:46 +0000 rubidium (svn r14115) -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.
Wed, 20 Aug 2008 19:53:42 +0000 frosch (svn r14114) -Fix [FS#2242]: Sign list was not properly updated on removal of signs.
Wed, 20 Aug 2008 19:33:06 +0000 frosch (svn r14113) -Codechange: Language updates for r14112.
Wed, 20 Aug 2008 19:31:35 +0000 frosch (svn r14112) -Fix (r13715)[FS#2232]: Action B custom messages with parameteers were broken.
Wed, 20 Aug 2008 19:10:42 +0000 frosch (svn r14111) -Fix (r2572): [strgen] Changing order of parameters {X:...} did not work for strings including some {StringY}.