Commit Graph

4662 Commits (2df539e30d548d33a2a2acde4b1e68e5fe4d1c99)
 

Author SHA1 Message Date
peter1138 2df539e30d (svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to reflect what it does. 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
peter1138 e5cd5340d7 (svn r6533) - Fix (r6532): Somebody forgot to add newsounds to the ttdpatch flags... 18 years ago
peter1138 8b2e4e970a (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported. 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
bjarni 3400648587 (svn r6530) -Fix r6529: added missing header file (oops) 18 years ago
bjarni c07324c878 (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)
18 years ago
bjarni d67f0cf3ec (svn r6528) -Fix r6527: fixed an off by one error in an assert 18 years ago
bjarni cda35f1355 (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
18 years ago
bjarni 1da48c9037 (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)
18 years ago
bjarni de6b8d8b30 (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 18 years ago
bjarni 97210faa75 (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
18 years ago
peter1138 cbf2310bb5 (svn r6523) - 'Feature'/'Fix': Add tooltips to the new company colour window 18 years ago
bjarni 3b6cafdae7 (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
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 76364235ea (svn r6520) -Fix r6515: "start all" and "stop all" buttons in depot windows are now disabled if you do not own the depot 18 years ago
bjarni 98c23dac75 (svn r6519) -Code cleanup r6518: changed a line to apply to the coding style 18 years ago
bjarni 502e6d4c7f (svn r6518) -Codechange: unified the vehicle refit windows
This was requested by peter1138
18 years ago
bjarni 1d432aa23c (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
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
bjarni 40eecb3391 (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
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
bjarni b0101164e4 (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)
18 years ago
belugas 98ba395277 (svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct 18 years ago
bjarni e20c8be172 (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
18 years ago
glx f03975c251 (svn r6496) -Codechange: removed direct map access in train_cmd.c (Rubidium) 18 years ago
glx ec48e0a72b (svn r6495) -Codechange: removed direct map access in pathfind.c 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
tron 96e6fc3c90 (svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer 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
glx bb8cfc1b9e (svn r6486) -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted() 18 years ago
belugas aeb7c0916c (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.
18 years ago
belugas b24857baba (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
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
bjarni b5fe577523 (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
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
peter1138 0daa96c4d6 (svn r6477) - Fix a loop-hole that allowed docks to be built regardless of town authority rating. 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 7334d17c41 (svn r6475) - Fix (r6055): Don't try to sort industries when there are none. Thanks to 'Delboy' 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
KUDr 4fe1c43126 (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. 18 years ago
Darkvater d9e9f367d9 (svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
still inside the ENABLE_NETWORK define. Thanks nycom.
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
rubidium 03d3d5677f (svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do.. 18 years ago