Commit Graph

731 Commits (64c0fe7e99158380279f3a5550fc01925b3d1a4c)

Author SHA1 Message Date
miham af0264478a (svn r6682) WebTranslator2 update to 2006-10-07 19:35:57
danish     - 7 fixed, 44 changed by ThomasA (51)
french     - 6 fixed by glx (6)
hungarian  - 6 fixed by miham (6)
polish     - 6 fixed by meush (6)
18 years ago
bjarni e1ad1102f2 (svn r6679) -Feature: [train build window] added filter for wagons, engines or both in the display
-Codechange: [train build window] to get rid of a really ugly hack, the train build list is now generated in one loop and stored in an array
18 years ago
miham 05daece7dc (svn r6675) WebTranslator2 update to 2006-10-07 09:24:13
bulgarian  - 17 fixed by kokobongo (17)
norwegian  - 76 fixed, 511 changed by jhsoby (587)
slovak     - 46 fixed by lengyel (46)
spanish    - 3 fixed by eusebio (3)
18 years ago
miham c651d48f87 (svn r6666) WebTranslator2 update to 2006-10-06 08:47:45
brazilian_portuguese - 3 fixed, 2 changed by tucalipe (5)
turkish    - 6 fixed by jnmbk (6)
18 years ago
miham d4132a4e2d (svn r6655) WebTranslator2 update to 2006-10-05 20:34:35
dutch      - 3 fixed, 2 changed by habell (5)
german     - 3 fixed, 2 changed by Neonox (5)
italian    - 3 fixed by sidew (3)
ukrainian  - 17 fixed, 2 changed by znikoz (19)
18 years ago
miham 4204eb6674 (svn r6636) WebTranslator2 update to 2006-10-04 09:10:08
french     - 24 changed by glx (24)
icelandic  - 6 changed by scrooge (6)
18 years ago
miham 0163743214 (svn r6632) WebTranslator2 update to 2006-10-03 23:11:07
american   - 3 fixed, 2 changed by WhiteRabbit (5)
catalan    - 3 fixed, 2 changed by arnaullv (5)
norwegian  - 50 fixed by brygge_2 (50)
polish     - 3 fixed, 2 changed by meush (5)
swedish    - 3 fixed, 2 changed by cjw (5)
18 years ago
miham 0dd2126543 (svn r6630) WebTranslator2 update to 2006-10-03 19:38:59
danish     - 6 fixed by ThomasA (6)
french     - 3 fixed, 3 changed by belugas (6)
hungarian  - 5 fixed by miham (5)
icelandic  - 10 fixed, 17 changed by scrooge (27)
italian    - 24 fixed, 2 changed by sidew (26)
18 years ago
miham 0ec5ade0cb (svn r6626) WebTranslator2 update to 2006-10-03 17:04:54
german     - 6 fixed, 1 changed by chu (6), Neonox (1)
hungarian  - 1 fixed, 2 changed by miham (3)
spanish    - 1 fixed by eusebio (1)
turkish    - 13 fixed by jnmbk (13)
18 years ago
bjarni 71ca65588c (svn r6624) -Feature: added ability to add refit commands to vehicle orders (can only be done in goto depot orders)
Example: make a train transport iron ore from A to B, then it visits a depot and refits to steel
     It then transport steel back to A or near A if there is a factory and then it visits another depot to refit to iron ore again

   This is controlled in the orders. If a goto depot order is lightlighted, then "Unload" changes to "Refit"
   Control click "Refit" removes the refit part of the order (as the tooltip says)
   The player will still pay the normal refit costs

   Known issues:
      If a vehicle is not in a depot, then the refit window will fail to tell refitted cargo capacity
      Refit costs in the refit window can sometimes print 0 when it should not because the refit calculation is unaware that the vehicle will be refitted in between

   Warning: autoreplace got a protection against replacing something so you get a new cargo type, but it can fail here. In the iron ore/steel example, it can see that
      the vehicle carries iron ore and the new one can be refitted to iron ore, then it will replace. It will not check to see that it's valid for steel as well.
      This is something to look into in the future
18 years ago
miham f5a31db340 (svn r6616) WebTranslator2 update to 2006-10-02 18:26:27
catalan    - 9 changed by arnaullv (9)
danish     - 54 fixed by ThomasA (54)
dutch      - 3 fixed by habell (3)
finnish    - 26 fixed by lauri.kajan (26)
ukrainian  - 40 fixed by znikoz (40)
18 years ago
miham caab23ba12 (svn r6613) WebTranslator2 update to 2006-10-02 10:09:31
german     - 31 fixed by Neonox (31)
portuguese - 40 fixed by supra90 (40)
ukrainian  - 68 fixed by znikoz (68)
18 years ago
miham 7c8bba7b68 (svn r6610) WebTranslator2 update to 2006-10-01 19:26:07
brazilian_portuguese - 33 fixed, 8 changed by tucalipe (41)
swedish    - 33 fixed by cjw (33)
18 years ago
miham 3af5f4ebe6 (svn r6606) WebTranslator2 update to 2006-10-01 16:47:44
american   - 46 fixed by WhiteRabbit (46)
catalan    - 34 changed by arnaullv (34)
czech      - 33 fixed by Hadez (33)
dutch      - 30 fixed by webfreakz (30)
french     - 6 changed by glx (6)
italian    - 17 fixed by sidew (17)
18 years ago
miham 6bde2a5e70 (svn r6600) WebTranslator2 update to 2006-10-01 08:20:02
brazilian_portuguese - 5 changed by tucalipe (5)
catalan    - 41 fixed by arnaullv (41)
french     - 41 fixed, 16 changed by glx (57)
hungarian  - 32 fixed by miham (32)
polish     - 33 fixed by meush (33)
spanish    - 40 fixed by eusebio (40)
turkish    - 2 fixed by edokan (2)
18 years ago
miham 507edf7947 (svn r6592) [Translations] Removed strings obsoleted by Bjarni at r6591 18 years ago
bjarni da6b015b04 (svn r6591) -Codechange: changed strings that used the word "depot" into one for each vehicle type
This is a request from translators as depot is not valid for all vehicle types in all translations
   This will cause a lot of warnings when generating the lang files. MiHaMiX will fix them in a moment (hopefully)
18 years ago
miham 32716542a0 (svn r6589) WebTranslator2 update to 2006-09-30 19:43:48
czech      - 8 fixed by Hadez (8)
dutch      - 8 fixed by habell (8)
french     - 1 changed by glx (1)
german     - 4 fixed by Neonox (4)
18 years ago
miham 42b834673d (svn r6587) WebTranslator2 update to 2006-09-30 17:59:21
brazilian_portuguese - 44 fixed by tucalipe (44)
czech      - 3 changed by Hadez (3)
hungarian  - 8 fixed by miham (8)
polish     - 8 fixed, 4 changed by meush (12)
swedish    - 8 fixed by cjw (8)
18 years ago
bjarni 5b2f08260b (svn r6586) -Feature: [depot window] added a vehicle list window with all vehicles having a certain depot in their orders
It got one known issue though. The top bar got a plural issue so expect to see stuff like "1 trains" until we figure out why it behaves this way
  Added the button to the depot windows. Made the autoreplace button bigger while I was moving some widgets anyway
  Made road vehicle depot windows start with one more row to make room for the buttons
18 years ago
miham 8b0d33d6ea (svn r6585) WebTranslator2 update to 2006-09-30 13:21:19
catalan    - 2 changed by arnaullv (2)
german     - 2 fixed by Neonox (2)
lithuanian - 114 fixed by Plyta (114)
18 years ago
miham 988d1ecc91 (svn r6584) WebTranslator2 update to 2006-09-30 07:23:18
catalan    - 2 fixed, 20 changed by arnaullv (22)
czech      - 21 fixed by Hadez (21)
dutch      - 4 fixed by habell (4)
french     - 2 fixed, 3 changed by glx (5)
hungarian  - 5 fixed by miham (5)
italian    - 4 fixed by sidew (4)
polish     - 2 fixed by meush (2)
romanian   - 65 fixed, 1 changed by kneekoo (66)
spanish    - 2 fixed, 15 changed by eusebio (17)
swedish    - 2 fixed by cjw (2)
turkish    - 6 fixed by jnmbk (6)
18 years ago
bjarni d4be0eb4c9 (svn r6570) -Feature: added "start all" and "stop all" buttons to the vehicle lists 18 years ago
miham 280f4953f1 (svn r6568) WebTranslator2 update to 2006-09-29 11:43:44
catalan    - 1 changed by arnaullv (1)
french     - 9 fixed by belugas (9)
german     - 2 fixed by Neonox (2)
greek      - 270 fixed by thanoulas (270)
slovak     - 2 fixed by lengyel (2)
spanish    - 2 fixed by eusebio (2)
swedish    - 3 fixed by cjw (3)
18 years ago
miham 56ded80e77 (svn r6556) WebTranslator2 update to 2006-09-28 18:28:48
catalan    - 2 fixed by arnaullv (2)
danish     - 35 fixed, 5 changed by ThomasA (40)
dutch      - 17 fixed by habell (17)
greek      - 200 fixed by thanoulas (200)
hungarian  - 3 fixed by miham (3)
italian    - 9 fixed by sidew (9)
polish     - 11 fixed by meush (11)
spanish    - 9 fixed by eusebio (9)
swedish    - 10 fixed, 9 changed by cjw (19)
18 years ago
bjarni 4ee09c22bb (svn r6552) -Feature: [depot window] added a "autoreplace all vehicles in depot" button
Like the "sell all" button, this one lacks a sprite as well. We will hopefully get one shortly
18 years ago
miham a946e2cab2 (svn r6543) WebTranslator2 update to 2006-09-28 07:40:01
catalan    - 9 fixed, 5 changed by arnaullv (14)
french     - 10 fixed by belugas (10)
german     - 9 fixed by Neonox (9)
hungarian  - 13 fixed by miham (13)
slovak     - 21 fixed by lengyel (21)
turkish    - 13 fixed by jnmbk (13)
18 years ago
bjarni 825f63bde3 (svn r6542) -Feature: [depot window] added a "sell all vehicles in depot" button
It's right below the sell button (sell whole chain button for trains)
   It's still missing a sprite. That one will be added as soon as anybody draws something we can use
   To make room for this button, all depots except train depots now opens with an additional row and can't be resized shorter than that
18 years ago
miham d1aebd889c (svn r6536) WebTranslator2 update to 2006-09-27 22:37:14
american   - 12 fixed by WhiteRabbit (12)
estonian   - 31 fixed by vermon (31)
german     - 1 changed by Neonox (1)
greek      - 70 fixed, 53 changed by thanoulas (123)
italian    - 8 fixed by sidew (8)
polish     - 12 fixed by meush (12)
portuguese - 2 fixed by izhirahider (2)
spanish    - 8 fixed by eusebio (8)
swedish    - 11 fixed by cjw (11)
18 years ago
miham def6a391a0 (svn r6531) WebTranslator2 update to 2006-09-27 18:06:40
catalan    - 8 fixed by arnaullv (8)
german     - 12 fixed by Neonox (12)
greek      - 716 fixed by thanoulas (439), gonik (277)
18 years ago
peter1138 cbf2310bb5 (svn r6523) - 'Feature'/'Fix': Add tooltips to the new company colour window 18 years ago
miham 5d5266f84e (svn r6521) WebTranslator2 update to 2006-09-27 13:29:33
catalan    - 4 fixed by arnaullv (4)
czech      - 4 fixed by Hadez (4)
dutch      - 4 fixed by habell (4)
french     - 4 fixed by glx (4)
hungarian  - 4 fixed by miham (4)
italian    - 4 fixed by sidew (4)
spanish    - 4 fixed by eusebio (4)
swedish    - 38 fixed, 78 changed by cjw (116)
18 years ago
bjarni 7ac9005d5e (svn r6515) -Feature: added "start all" and "stop all" buttons to the depot windows 18 years ago
miham d6542d0844 (svn r6514) WebTranslator2 update to 2006-09-26 21:05:50
estonian   - 40 fixed by t2t2 (40)
swedish    - 34 fixed, 3 deleted, 49 changed by cjw (86)
18 years ago
miham ce5dc84658 (svn r6505) WebTranslator2 update to 2006-09-25 19:11:24
spanish    - 10 fixed by eusebio (10)
18 years ago
miham 859ec1c602 (svn r6504) WebTranslator2 update to 2006-09-24 17:53:26
czech      - 1 changed by Hadez (1)
galician   - 14 fixed by Condex (14)
norwegian  - 49 fixed by oletk (49)
spanish    - 14 fixed by eusebio (14)
18 years ago
miham 239f694e4e (svn r6493) WebTranslator2 update to 2006-09-21 19:25:54
czech      - 19 fixed, 2 changed by Hadez (21)
18 years ago
miham 1633c468d5 (svn r6492) WebTranslator2 update to 2006-09-21 17:23:02
czech      - 39 fixed, 7 changed by Hadez (46)
slovak     - 18 changed by lengyel (18)
18 years ago
miham 536c76ca9f (svn r6489) WebTranslator2 update to 2006-09-20 21:31:31
italian    - 12 changed by sidew (12)
slovak     - 8 fixed, 3 changed by lengyel (11)
18 years ago
miham 68a660de71 (svn r6482) WebTranslator2 update to 2006-09-19 21:58:22
italian    - 38 fixed by sidew (38)
18 years ago
miham 3341aa25e0 (svn r6480) WebTranslator2 update to 2006-09-19 16:09:27
brazilian_portuguese - 13 fixed by fukumori (13)
german     - 1 changed by Neonox (1)
polish     - 4 fixed by meush (4)
portuguese - 22 fixed by supra90 (22)
18 years ago
miham 31e6fe7e1c (svn r6478) WebTranslator2 update to 2006-09-18 20:28:13
american   - 26 fixed by WhiteRabbit (26)
catalan    - 6 fixed, 2 changed by arnaullv (8)
dutch      - 24 fixed by habell (24)
french     - 4 fixed, 1 changed by glx (5)
german     - 12 fixed, 1 changed by Neonox (13)
hungarian  - 4 fixed by miham (4)
polish     - 2 fixed by meush (2)
slovak     - 16 fixed by lengyel (16)
turkish    - 3 fixed by jnmbk (3)
18 years ago
miham b58e111308 (svn r6476) [Languages] Small change to trigger a full language scan in WT2 to reconstruct damaged DB 18 years ago
peter1138 c474ba5fd1 (svn r6474) - Add a patch option to control display of liveries, allowing none, your
own, or all companies.
18 years ago
bjarni e4d044871b (svn r6468) -Codechange r6464: now use error() when failing refit in autoreplace to ensure that such a failure will not break a game
We should only reach this error() if there is a bug, that would otherwise make the vehicles carry a different type of cargo without telling the user
   This also kills the warning added in r6464 (oops)
18 years ago
bjarni 16fe2503d3 (svn r6464) -Fix r6393: killed a warning when compiling without asserts
added an error popup in the game if autoreplace fails to refit
   Since it's only triggered by conditions bugs can trigger, it works kind of like a non-fatal assert in builds without asserts
18 years ago
miham dca7aa29f6 (svn r6461) WebTranslator2 update to 2006-09-16 14:47:23
catalan    - 21 fixed, 46 changed by arnaullv (67)
french     - 20 fixed by glx (20)
german     - 13 fixed, 2 changed by Neonox (15)
hungarian  - 20 fixed by miham (20)
polish     - 20 fixed by meush (20)
portuguese - 2 fixed by izhirahider (2)
slovak     - 6 fixed, 8 changed by lengyel (14)
turkish    - 20 fixed by jnmbk (20)
18 years ago
peter1138 53e90c0628 (svn r6456) - Replace single colour scheme for passenger wagons with separate schemes for each of steam, diesel or electric engines. Savegames from the previous revision will not load. 18 years ago
peter1138 e47dd91c8b (svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window and bumps the saveload version. Liveries are supported for all vehicles, not just those with 2cc support. Thanks to lakie for GUI inspiration. 18 years ago
belugas 326e74055e (svn r6453) -Feature: FS#305 Turkish currency (jnmbk) 18 years ago