Commit Graph

4656 Commits

Author SHA1 Message Date
miham 3ded010d91 (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)
2006-09-27 16:07:07 +00:00
bjarni 80abdad221 (svn r6530) -Fix r6529: added missing header file (oops) 2006-09-27 15:47:00 +00:00
bjarni fcc39c454a (svn r6529) -Fix r6513: [depot window] added missing switch in CcCloneVehicle()
The result of this missing switch was asserts in some cloning conditions (not all) (spotted by KUDr)
2006-09-27 15:40:55 +00:00
bjarni 9c3e526631 (svn r6528) -Fix r6527: fixed an off by one error in an assert 2006-09-27 15:28:47 +00:00
bjarni c256566715 (svn r6527) -Codechange: [depot window] added asserts to ensure that widget names, widget array and array of resize info stays the same length
Really bad stuff will happen if one of them contains a different number of widgets ;)
   This is meant as a protection against incorrect additions of code rather than verifying that the current code works
2006-09-27 14:05:15 +00:00
bjarni 07500c2d69 (svn r6526) -Codechange: [depot window] the train only widgets are now resized depending on the size of other widgets
This will ensure that say the horizontal scrollbar is as wide as the matrix even if only the matrix is altered in size
   This is meant to make it easier to add more widgets without coding a lot of vehicle type specific stuff (you should still check all windows though)
2006-09-27 13:53:59 +00:00
bjarni bec42d93d0 (svn r6525) -Codechange r6513: altered how to control how to move widgets around in the window. Hopefully it's a bit easier to understand now 2006-09-27 13:01:56 +00:00
bjarni 5dbfb5c272 (svn r6524) -Code cleanup r6515: cleaned up the command to start/stop all vehicles in a depot.
IsWholeTrainInDepot() is removed as CheckTrainInDepot() could be used instead
  Cleaned up the check to see if a vehicle is valid for start/stop
2006-09-27 12:17:33 +00:00
peter1138 f18405dfd0 (svn r6523) - 'Feature'/'Fix': Add tooltips to the new company colour window 2006-09-27 11:45:26 +00:00
bjarni 2cab6db18c (svn r6522) -Feature: [depot window] the buttons are now "scaled" resized
This means that "Build vehicle", "Clone vehicle" and "Location" will always fill the space from the left window border to the resize button and they are equal in size
   The sell button will also use all the space between the start/stop buttons and the resize button and for trains, the sell button is split into two buttons in equal sizes
   This will prevent the issue where a small window is resized into a large one and the buttons remains pretty small
-Codechange: [depot window] The enum with widget names is now changed into automatic numbering so all lines will not have to be changed each time a new widget is added
2006-09-27 11:34:27 +00:00
miham 8816520149 (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)
2006-09-27 11:30:18 +00:00
bjarni 6f9cd66d91 (svn r6520) -Fix r6515: "start all" and "stop all" buttons in depot windows are now disabled if you do not own the depot 2006-09-27 08:45:22 +00:00
bjarni bd6f087ab1 (svn r6519) -Code cleanup r6518: changed a line to apply to the coding style 2006-09-27 08:06:40 +00:00
bjarni 0739d0c6f6 (svn r6518) -Codechange: unified the vehicle refit windows
This was requested by peter1138
2006-09-27 07:23:38 +00:00
bjarni d88e1a218e (svn r6516) -Fix r6513: killed warnings about two variables being used uninitialized
This is not even correct since it's set in if (a) and later used in another if (a), but GCC didn't detect that
2006-09-27 00:25:27 +00:00
bjarni 1d554da2fc (svn r6515) -Feature: added "start all" and "stop all" buttons to the depot windows 2006-09-26 19:20:35 +00:00
miham d9f18c0cbb (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)
2006-09-26 19:07:28 +00:00
bjarni f7769e885e (svn r6513) -Codechange: unified the code to draw depot windows
This change is intended to make it easier to make depot behaviour consistent
   and faster to code when adding more features in the future
   The user interface should hopefully not be affected by this
2006-09-26 16:47:51 +00:00
miham 65a3777a40 (svn r6505) WebTranslator2 update to 2006-09-25 19:11:24
spanish    - 10 fixed by eusebio (10)
2006-09-25 17:11:47 +00:00
miham 24433c80c3 (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)
2006-09-24 15:53:56 +00:00
bjarni 8f4a4a81da (svn r6503) -Codechange: added a function to tell what vehicles a depot contains
This will ensure that you can always get the same list when checking for vehicles in a depot (no need to duplicate code for each place, that needs such a list)
   Since the vehicles are only looped once for each redraw, drawing speed is around twice as fast (measured to be 114%-121% faster depending on the number of vehicles in the game)
2006-09-24 15:01:02 +00:00
belugas 1c56a5ae0f (svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct 2006-09-23 02:39:24 +00:00
bjarni 0f78b620fb (svn r6497) -Fix r6165: Vehicles heading for depots when their orders contained "service in depot" displayed the stopping in depot string
This turned out to be due to OFB_HALT_IN_DEPOT and OFB_SERVICE_IF_NEEDED using the same bit
   It appears that it doesn't matter for the code, so I adapted the string selection code to handle this
2006-09-22 23:13:12 +00:00
glx bae85177d4 (svn r6496) -Codechange: removed direct map access in train_cmd.c (Rubidium) 2006-09-22 22:15:34 +00:00
glx 4921538e1d (svn r6495) -Codechange: removed direct map access in pathfind.c 2006-09-22 21:52:31 +00:00
miham b51a42438b (svn r6493) WebTranslator2 update to 2006-09-21 19:25:54
czech      - 19 fixed, 2 changed by Hadez (21)
2006-09-21 17:26:18 +00:00
miham 4d93edbc94 (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)
2006-09-21 15:23:29 +00:00
tron 2dd1e5dd55 (svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer 2006-09-21 06:25:13 +00:00
miham 5ceebef09d (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)
2006-09-20 19:31:56 +00:00
glx c7d0baefbb (svn r6486) -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted() 2006-09-20 01:08:50 +00:00
belugas b51d58a44c (svn r6485) -NewGRF Feature: Match the order of TTDPatch's currencies with those used in OTTD.
This will not reorder OTTD's currencies, but will make it so that
currencies affected by a grf will be those aimed by the writer.
2006-09-20 00:34:06 +00:00
belugas 32077448ba (svn r6484) -Undo (partly)r6289. If a grf writer wants a string been only a space, why should it be blocked?
It is the wrong test at the wrong place
2006-09-20 00:24:38 +00:00
miham 2a45f2bb66 (svn r6482) WebTranslator2 update to 2006-09-19 21:58:22
italian    - 38 fixed by sidew (38)
2006-09-19 19:58:45 +00:00
miham 12cfcc5fb3 (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)
2006-09-19 14:09:59 +00:00
bjarni 0858bf0d04 (svn r6479) -Fix r6424: FS#348 Plane autoreplace glitch
Now the num_engines array is updated for the buying player when merging two players
   The incorrect caches aren't saved so no savegames will contain incorrect data due to this bug
2006-09-19 12:48:12 +00:00
miham c52d029bd4 (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)
2006-09-18 18:30:16 +00:00
peter1138 5ba5efdf6e (svn r6477) - Fix a loop-hole that allowed docks to be built regardless of town authority rating. 2006-09-18 18:02:33 +00:00
miham 7d65f7b937 (svn r6476) [Languages] Small change to trigger a full language scan in WT2 to reconstruct damaged DB 2006-09-18 08:39:03 +00:00
peter1138 6717160ebe (svn r6475) - Fix (r6055): Don't try to sort industries when there are none. Thanks to 'Delboy' 2006-09-18 06:34:37 +00:00
peter1138 37e00dbef2 (svn r6474) - Add a patch option to control display of liveries, allowing none, your
own, or all companies.
2006-09-17 20:52:54 +00:00
KUDr 4794012f37 (svn r6473) -Fix: FS#347 town extends road beyond road stop. Fixed by r5062, unfixed by r5798. Now there is proper comment, so it should not happen again. 2006-09-17 16:23:30 +00:00
Darkvater ed7392ef5d (svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
still inside the ENABLE_NETWORK define. Thanks nycom.
2006-09-17 11:33:19 +00:00
bjarni 7d1baa32bf (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)
2006-09-16 22:09:26 +00:00
rubidium d095ff81d6 (svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do.. 2006-09-16 21:07:38 +00:00
bjarni 3d3d9a11bd (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
2006-09-16 16:21:47 +00:00
Darkvater b28b547a81 (svn r6463) -Fix (r6462): Reset the string width to zero on every new line of course... 2006-09-16 13:44:12 +00:00
Darkvater 3ccc87b376 (svn r6462) -Codechange: Have GetStringWidth() return width as well as the height bounding
box of the string. Therefore rename the function to GetStringBoundingRect()
 and have it return a BoundingRect type of width/height
2006-09-16 13:20:14 +00:00
miham ba3ae8e43d (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)
2006-09-16 13:02:35 +00:00
peter1138 d0640187be (svn r6459) - Fix (r6433): An enum mixup caused oilrigs to not have a station part. Thanks to Znuff for pointing out. 2006-09-15 21:44:55 +00:00
peter1138 dc683f0fe5 (svn r6458) - Fix (r6457): ... but close the colour window if the company is removed. (Thanks Rubidium) 2006-09-15 21:02:44 +00:00