Commit Graph

10015 Commits

Author SHA1 Message Date
peter1138 b60ff46806 (svn r14173) -Fix: Don't check for rail type and catenary on aqueducts. 2008-08-25 18:14:19 +00:00
belugas 23a9938317 (svn r14172) -Feature[newGRF]: Add support for property 0x13 for Bridges.
In other words, one can now specifies a 16 bits cost multiplier.
2008-08-25 17:16:27 +00:00
belugas bc7a87613f (svn r14171) -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.
2008-08-25 16:41:00 +00:00
peter1138 6a742cef5f (svn r14170) -Codechange: Missing enum for road type iteration. 2008-08-25 16:20:26 +00:00
belugas 08898f69be (svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation 2008-08-25 16:10:34 +00:00
peter1138 cf52b683c0 (svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified. 2008-08-25 16:07:10 +00:00
rubidium 621a9b647a (svn r14167) -Fix: items in some ini-groups got duplicated on save. 2008-08-25 15:15:41 +00:00
matthijs 262ddecfc5 (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. 2008-08-25 12:47:17 +00:00
peter1138 c76455be02 (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. 2008-08-25 10:58:24 +00:00
rubidium 411c65e755 (svn r14164) -Codechange: simplify and unify the addition of ini items with value when not loading an ini file.
-Fix: wrong insertion management causing leaks.
2008-08-25 06:35:28 +00:00
peter1138 6e4d8a273e (svn r14162) -Fix: Allow rail type conversion if the rail type cost multipliers are the same. 2008-08-24 23:29:58 +00:00
rubidium b2d6254b44 (svn r14161) -Codechange: allow inis to be loaded from tars. 2008-08-24 23:12:10 +00:00
peter1138 b45ced35ee (svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type information struct. 2008-08-24 23:10:23 +00:00
peter1138 2f80a277eb (svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed. 2008-08-24 23:00:11 +00:00
peter1138 ff07598ce2 (svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs. 2008-08-24 21:31:24 +00:00
smatz 0d4e7f9537 (svn r14156) -Fix (r14153): missing/wrong comments 2008-08-24 17:29:57 +00:00
glx 4a4549405c (svn r14155) -Fix (r14154): wrong comments 2008-08-24 17:18:05 +00:00
glx 2ddb86eea5 (svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms 2008-08-24 17:02:21 +00:00
rubidium ae32d158cb (svn r14153) -Codechange: split ini file reading/saving from settings.cpp. 2008-08-24 13:50:31 +00:00
rubidium a4854aaddc (svn r14152) -Fix (r14146): Apple decided to use a name I wanted to use... thus making compilation fail on OSX (planetmaker) 2008-08-24 09:48:21 +00:00
rubidium 8c73b5c42d (svn r14151) -Codechange: make it possible to choose between the DOS and Windows graphics packs while retaining the possibility to override the palette. 2008-08-24 08:41:38 +00:00
belugas 14bc2b5d4f (svn r14150) -Add: Add the count of trains using the current waypoint in the vehicle list window's caption 2008-08-24 01:39:56 +00:00
frosch 6aeeeb9012 (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. 2008-08-23 23:31:27 +00:00
frosch 13d938ae3d (svn r14148) -Fix (r14096) [FS#2239]: Orders were freed while they were still shared by other vehicles. 2008-08-23 23:15:04 +00:00
frosch 32e1fd55c5 (svn r14147) -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() and GetPrevUnit(). 2008-08-23 22:31:36 +00:00
rubidium 200f405706 (svn r14146) -Codechange: allow palette override in both ways and remove some unneeded '(x == 0) ? 0 : 1' constructs. 2008-08-23 20:16:54 +00:00
frosch 5de17da66e (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. 2008-08-23 19:14:27 +00:00
peter1138 2e28978264 (svn r14144) -Fix (r8826): Incorrect cargo weights 2008-08-23 18:05:52 +00:00
frosch a813b6a854 (svn r14143) -Codechange: Recenter viewport of waypoint window when relocating the waypoint. 2008-08-23 16:34:05 +00:00
frosch 857df41a6d (svn r14142) -Codechange: Disallow taking over greyed waypoints of other companies. 2008-08-23 16:26:01 +00:00
frosch 4e0faffc72 (svn r14141) -Fix (r14135): Savegame conversion could assign a recently removed waypoint (grey sign) to a wrong owner. 2008-08-23 16:16:37 +00:00
frosch 63f4726e06 (svn r14140) -Fix (r14135): Enum in saveload-table. 2008-08-23 16:13:31 +00:00
frosch 5216223f45 (svn r14139) -Fix (r12044): GetSlopeZ() gets a virtual coordinate, not a tile. 2008-08-23 16:09:06 +00:00
smatz 0816d2cf20 (svn r14138) -Fix (r12863): dark blue wasn't considered as similiar to blue 2008-08-23 12:29:41 +00:00
celestar 7e8c7dfcbf (svn r14137) -Codechange: Remove a now unused member of CargoPacket 2008-08-23 09:31:53 +00:00
belugas e89e6b1361 (svn r14136) -Fix(r14135): MSVC project was not supposed to be on previous commit 2008-08-23 02:24:14 +00:00
belugas 7dc212edeb (svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed from rail underneath it. 2008-08-23 02:15:46 +00:00
frosch f625ecbeba (svn r14134) -Fix (r12667, r13579) [FS#2245]: Update 'current_order' when changing 'cur_order_index'. 2008-08-23 00:32:01 +00:00
rubidium ca27155a52 (svn r14133) -Fix [FS#2249]: close the 'manage vehicles' dropdown once the number of vehicles in the list reaches 0. 2008-08-22 22:54:38 +00:00
frosch 12f38e56df (svn r14132) -Fix (r14039): Only reserve a path on leaving a station if the current block really is a PBS block. (michi_cc) 2008-08-22 22:48:12 +00:00
frosch 9fe035f8e8 (svn r14131) -Fix (r13952) [FS#2250]: The reservation of adjacent stations was sometimes not freed correctly. (michi_cc) 2008-08-22 22:42:21 +00:00
frosch f2623e7c09 (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) 2008-08-22 22:28:26 +00:00
frosch b03fcdf323 (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. 2008-08-22 22:19:23 +00:00
glx c428ce6277 (svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg checkout always detected the sources as modified 2008-08-22 15:15:11 +00:00
belugas bb3c205e05 (svn r14127) -Feature(ette): Give the the player's colour to the waypoint window been shown 2008-08-22 01:14:25 +00:00
frosch 0e2736399e (svn r14126) -Codechange (r14125): Add some tabs. 2008-08-21 20:45:52 +00:00
frosch 447d0930f7 (svn r14125) -Fix [FS#2237]: Segfault when autoreplace failed very early.
Note: Proper indenting in next commit.
2008-08-21 20:42:45 +00:00
belugas f520a702e0 (svn r14123) -Codechange: a few magical number to sprite name conversions 2008-08-21 19:12:24 +00:00
rubidium e30651a807 (svn r14121) -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|<etc>].
2008-08-21 09:51:03 +00:00
translators 90176a547a (svn r14120) -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)
2008-08-21 08:46:25 +00:00