------------------------------------------------------------------------
r12705 | belugas | 2008-04-14 17:50:15 +0000 (Mon, 14 Apr 2008) | 1 line

-Codechange: enumification of some more widgets
------------------------------------------------------------------------
r12704 | belugas | 2008-04-14 17:06:36 +0000 (Mon, 14 Apr 2008) | 1 line

-Codechange: code style cleanup, mostly switch case alignment
------------------------------------------------------------------------
r12701 | rubidium | 2008-04-14 13:23:16 +0000 (Mon, 14 Apr 2008) | 2 lines

-Codechange: do not explicitly number a widget enum because that causes a big diff when adding something.

------------------------------------------------------------------------
r12700 | maedhros | 2008-04-14 12:42:01 +0000 (Mon, 14 Apr 2008) | 1 line

-Cleanup (r12699): Remove an unused string.
------------------------------------------------------------------------
r12699 | maedhros | 2008-04-14 12:40:09 +0000 (Mon, 14 Apr 2008) | 1 line

-Codechange: Unify the order drawing code for orders and timetables.
------------------------------------------------------------------------
r12698 | rubidium | 2008-04-14 07:08:43 +0000 (Mon, 14 Apr 2008) | 2 lines

-Codechange: skip orders to stations that do not have a train part anymore, just like is done for road vehicles and ships.

------------------------------------------------------------------------
r12697 | rubidium | 2008-04-13 22:25:18 +0000 (Sun, 13 Apr 2008) | 2 lines

-Codechange: give signs_gui.cpp a touch of coding style.

------------------------------------------------------------------------
r12696 | rubidium | 2008-04-13 19:46:26 +0000 (Sun, 13 Apr 2008) | 2 lines

-Fix: loading ancient savegames could result in invalid orders in order lists with all related problems.

------------------------------------------------------------------------
r12695 | rubidium | 2008-04-13 19:25:14 +0000 (Sun, 13 Apr 2008) | 2 lines

-Codechange: only allocate window structs when needed. Based on a patch by Alberth.

------------------------------------------------------------------------
r12694 | rubidium | 2008-04-13 19:06:30 +0000 (Sun, 13 Apr 2008) | 2 lines

-Fix: do not call the mouse over callback on already deleted windows.

------------------------------------------------------------------------
r12693 | rubidium | 2008-04-13 19:01:26 +0000 (Sun, 13 Apr 2008) | 2 lines

-Documentation: add some documentation to some window related stuff. Based on a patch by Albert.

------------------------------------------------------------------------
r12692 | rubidium | 2008-04-13 18:59:32 +0000 (Sun, 13 Apr 2008) | 2 lines

-Codechange: swap to functions to remove a function declaration.

------------------------------------------------------------------------
r12691 | glx | 2008-04-13 17:59:43 +0000 (Sun, 13 Apr 2008) | 1 line

-Fix (r12459): all company related news displayed the 'company is in trouble' message
------------------------------------------------------------------------
r12690 | smatz | 2008-04-13 17:27:36 +0000 (Sun, 13 Apr 2008) | 1 line

-Cleanup: remove unused table from tgp.cpp
------------------------------------------------------------------------
r12689 | rubidium | 2008-04-13 16:54:19 +0000 (Sun, 13 Apr 2008) | 2 lines

-Feature: non-stop(or rather no non-stop) and via orders for road vehicles.

------------------------------------------------------------------------
r12688 | rubidium | 2008-04-13 16:50:55 +0000 (Sun, 13 Apr 2008) | 2 lines

-Change: make default non-stop for depot/waypoint orders the same as for stations.

------------------------------------------------------------------------
r12687 | rubidium | 2008-04-13 16:48:28 +0000 (Sun, 13 Apr 2008) | 2 lines

-Change: show when a vehicle is actually leaving the station instead of loading/unloading.

------------------------------------------------------------------------
r12686 | glx | 2008-04-13 15:07:36 +0000 (Sun, 13 Apr 2008) | 1 line

-Fix: MSVC signed/unsigned warning
------------------------------------------------------------------------
r12685 | smatz | 2008-04-13 14:19:08 +0000 (Sun, 13 Apr 2008) | 1 line

-Codechange: DebugDumpCommands() couldn't be inlined, define it as a macro instead
------------------------------------------------------------------------
r12684 | rubidium | 2008-04-13 11:35:57 +0000 (Sun, 13 Apr 2008) | 2 lines

-Fix [FS#1891]: manually given service at depot order is not forgotten anymore when autoservice 'interferes'.

------------------------------------------------------------------------
r12683 | rubidium | 2008-04-13 11:15:48 +0000 (Sun, 13 Apr 2008) | 2 lines

-Fix [FS#1906]: in some cases a news messages would not be shown.

------------------------------------------------------------------------
r12682 | rubidium | 2008-04-13 10:32:29 +0000 (Sun, 13 Apr 2008) | 2 lines

-Fix [FS#1920]: removing road pieces from a town gave you twice the intended penalty.

------------------------------------------------------------------------
r12681 | rubidium | 2008-04-13 10:26:39 +0000 (Sun, 13 Apr 2008) | 2 lines

-Fix [FS#1921]: aircraft stopping mid-air.

------------------------------------------------------------------------
r12679 | belugas | 2008-04-13 01:51:12 +0000 (Sun, 13 Apr 2008) | 1 line

-Codechange : a little bit of widget enumification
------------------------------------------------------------------------
r12678 | rubidium | 2008-04-12 22:40:56 +0000 (Sat, 12 Apr 2008) | 2 lines

-Fix [FS#1918]: when a road vehicle has a tram only stop multiple times in a row in it's orders, only the first one would be skipped.

------------------------------------------------------------------------
r12676 | peter1138 | 2008-04-12 22:19:34 +0000 (Sat, 12 Apr 2008) | 2 lines

-Codechange: Reinstate colour selection buses, absent since r6455.

------------------------------------------------------------------------
r12675 | peter1138 | 2008-04-12 22:12:27 +0000 (Sat, 12 Apr 2008) | 2 lines

-Codechange: Add support for custom drawing of drop down list items.

------------------------------------------------------------------------
r12674 | peter1138 | 2008-04-12 22:11:21 +0000 (Sat, 12 Apr 2008) | 2 lines

-Fix [FS#1902]: Colour remaps on station sprites only worked for company colours.

------------------------------------------------------------------------
r12672 | peter1138 | 2008-04-12 20:32:18 +0000 (Sat, 12 Apr 2008) | 2 lines

-Codechange: Add support for variably-sized drop down list items.

------------------------------------------------------------------------
r12671 | smatz | 2008-04-12 20:15:57 +0000 (Sat, 12 Apr 2008) | 1 line

-Fix (r12644): orders window of competitors' vehicles was missing a resizebox
------------------------------------------------------------------------
r12670 | rubidium | 2008-04-12 13:07:25 +0000 (Sat, 12 Apr 2008) | 2 lines

-Add: unconditional/always order 'jump/skip' variable.

------------------------------------------------------------------------
r12669 | rubidium | 2008-04-12 12:51:16 +0000 (Sat, 12 Apr 2008) | 2 lines

-Fix (r12667): crash when a vehicle has never been to a station and the load percentage conditional variable is evaluated.

------------------------------------------------------------------------
r12668 | rubidium | 2008-04-12 12:19:53 +0000 (Sat, 12 Apr 2008) | 2 lines

-Fix (12667): swapping of variables went wrong.

------------------------------------------------------------------------
r12667 | rubidium | 2008-04-12 11:58:19 +0000 (Sat, 12 Apr 2008) | 2 lines

-Feature: conditional 'skip/jump' orders.

------------------------------------------------------------------------
r12666 | rubidium | 2008-04-12 11:15:25 +0000 (Sat, 12 Apr 2008) | 2 lines

-Fix: the time table GUI did not show some data in the correct manner.

------------------------------------------------------------------------
r12665 | rubidium | 2008-04-12 10:00:52 +0000 (Sat, 12 Apr 2008) | 2 lines

-Codechange: make the internal speed <-> display speed conversions available to a bigger part of the code.

------------------------------------------------------------------------
r12664 | rubidium | 2008-04-12 09:59:58 +0000 (Sat, 12 Apr 2008) | 2 lines

-Codechange: do not force the 'color' pointer to be non-NULL when trying to get the load percentage.

------------------------------------------------------------------------
r12663 | rubidium | 2008-04-11 21:19:03 +0000 (Fri, 11 Apr 2008) | 2 lines

-Codechange: move the definition from 'order_d' to a more appropriate place and do not misuse it for the time table GUI.

------------------------------------------------------------------------
r12662 | belugas | 2008-04-11 18:00:51 +0000 (Fri, 11 Apr 2008) | 3 lines

-Codechange: Comment-code style application


------------------------------------------------------------------------
r12661 | rubidium | 2008-04-11 15:58:46 +0000 (Fri, 11 Apr 2008) | 2 lines

-Add: ability to send a vehicle (using default orders) to the nearest depot.

------------------------------------------------------------------------
r12660 | rubidium | 2008-04-11 14:27:18 +0000 (Fri, 11 Apr 2008) | 2 lines

-Codechange: make the creation of depot order strings a little more modular (instead of causing a string explosion).

------------------------------------------------------------------------
r12659 | rubidium | 2008-04-11 13:19:44 +0000 (Fri, 11 Apr 2008) | 2 lines

-Cleanup: some style cleanups in vehicle.cpp.

------------------------------------------------------------------------
r12658 | rubidium | 2008-04-11 08:40:10 +0000 (Fri, 11 Apr 2008) | 2 lines

-Codechange: unify a vast portion of the CmdSend<VehicleType>ToDepot commands.

------------------------------------------------------------------------
r12657 | rubidium | 2008-04-11 08:14:43 +0000 (Fri, 11 Apr 2008) | 2 lines

-Codechange: add 'FindClosestDepot' to the vehicle class.

------------------------------------------------------------------------
r12656 | rubidium | 2008-04-10 22:18:33 +0000 (Thu, 10 Apr 2008) | 2 lines

-Fix: tooltips for some order buttons are outdated/incorrect.

------------------------------------------------------------------------
r12655 | rubidium | 2008-04-10 22:17:06 +0000 (Thu, 10 Apr 2008) | 2 lines

-Change: show the current state in the drop down 'buttons'.

------------------------------------------------------------------------
r12654 | rubidium | 2008-04-10 22:07:24 +0000 (Thu, 10 Apr 2008) | 2 lines

-Codechange: remove some unneeded right click handling due to the splitting of the load/refit button.

------------------------------------------------------------------------
r12653 | rubidium | 2008-04-10 17:52:48 +0000 (Thu, 10 Apr 2008) | 2 lines

-Codechange: disable load/unload dropdowns when there is a 'via' non-stop order to emphasize that loading/unloading will not be done.

------------------------------------------------------------------------
r12652 | rubidium | 2008-04-10 17:23:51 +0000 (Thu, 10 Apr 2008) | 2 lines

-Codechange: rework the order GUI a little more to make it a little more clear that 'transfer' is just an unload type.

------------------------------------------------------------------------
r12651 | peter1138 | 2008-04-10 11:59:18 +0000 (Thu, 10 Apr 2008) | 2 lines

-Fix (r12644) [FS#1915]: Dropdown widget width should be one pixel less than window width, not one more.

------------------------------------------------------------------------
r12650 | rubidium | 2008-04-10 10:18:03 +0000 (Thu, 10 Apr 2008) | 3 lines

-Feature: ability to force a vehicle to not load at a station.
-Feature: ability to force a vehicle to not unload at a station.

------------------------------------------------------------------------
r12649 | rubidium | 2008-04-10 10:02:15 +0000 (Thu, 10 Apr 2008) | 3 lines

-Fix: refit orders not being shown.
-Fix: unusable non-stop orders shown for waypoints and depots.

------------------------------------------------------------------------
r12648 | rubidium | 2008-04-10 08:30:15 +0000 (Thu, 10 Apr 2008) | 3 lines

-Feature: allow four different non-stop types in a single game instead of two. The "TTDP compatible order" setting now only sets the default behaviour of new trains.
-Feature: allow three different load type in a single game instead of two. One can choose full load all and full load any instead of full load being governed by the "full load any" patch setting.

------------------------------------------------------------------------
r12647 | belugas | 2008-04-10 02:23:38 +0000 (Thu, 10 Apr 2008) | 1 line

-Codechange: Ooops...  Too fast on the job... forgot to indent 3 lines
------------------------------------------------------------------------
r12646 | belugas | 2008-04-10 02:14:14 +0000 (Thu, 10 Apr 2008) | 1 line

-Codechange: another run of code-style cleanup
------------------------------------------------------------------------
r12645 | belugas | 2008-04-10 02:10:26 +0000 (Thu, 10 Apr 2008) | 1 line

-Codechange: a bit of code-style cleanup
------------------------------------------------------------------------
r12644 | rubidium | 2008-04-09 23:00:12 +0000 (Wed, 09 Apr 2008) | 2 lines

-Codechange: rework the order gui a little to prepare it for some future changes.

------------------------------------------------------------------------
r12643 | rubidium | 2008-04-09 22:01:23 +0000 (Wed, 09 Apr 2008) | 2 lines

-Codechange: be more explicit about the orders a vehicle has (non stop and full load are ambiguous and depend on some patch settings).

------------------------------------------------------------------------
r12642 | smatz | 2008-04-09 21:33:36 +0000 (Wed, 09 Apr 2008) | 1 line

-Fix: remove buggy buoys at tile 0 from old TTDP savegames
------------------------------------------------------------------------
r12641 | rubidium | 2008-04-09 19:52:33 +0000 (Wed, 09 Apr 2008) | 2 lines

-Codechange: do not use the same button for two completely distinct tasks, just make an extra button for it and hide them when not needed.

------------------------------------------------------------------------
r12640 | rubidium | 2008-04-09 18:26:19 +0000 (Wed, 09 Apr 2008) | 2 lines

-Codechange: let GetLoadType make a difference between full load and full load any based on the patch setting instead of using the patch setting directly.

------------------------------------------------------------------------
r12639 | rubidium | 2008-04-09 17:48:22 +0000 (Wed, 09 Apr 2008) | 2 lines

-Fix: order window was not marked dirty on changed orders.

------------------------------------------------------------------------
r12638 | rubidium | 2008-04-09 16:16:04 +0000 (Wed, 09 Apr 2008) | 2 lines

-Codechange: give order_gui.cpp a touch of coding style.

------------------------------------------------------------------------
r12637 | rubidium | 2008-04-09 14:05:50 +0000 (Wed, 09 Apr 2008) | 2 lines

-Fix [FS#1913]: possible NULL pointer dereference when reading some NewGRF data.

------------------------------------------------------------------------
r12636 | rubidium | 2008-04-09 12:46:43 +0000 (Wed, 09 Apr 2008) | 2 lines

-Codechange: make CmdModifyOrder a little more flexible and remove 'hack' that used the full load flag to set the service if needed flag.

------------------------------------------------------------------------
r12635 | belugas | 2008-04-09 02:16:04 +0000 (Wed, 09 Apr 2008) | 1 line

-Codechange: a bit of a code-style cleanup
------------------------------------------------------------------------
r12634 | belugas | 2008-04-09 02:02:39 +0000 (Wed, 09 Apr 2008) | 1 line

-Feature: Financial and Player Selection Face windows are now remembering their position when toggling sizes
------------------------------------------------------------------------
r12633 | rubidium | 2008-04-08 22:41:14 +0000 (Tue, 08 Apr 2008) | 2 lines

-Fix: could not make a (go-to) depot order.

------------------------------------------------------------------------
r12632 | smatz | 2008-04-08 21:28:47 +0000 (Tue, 08 Apr 2008) | 1 line

-Fix (r12547): with invisible catenary, trams were be drawn over a bridge
------------------------------------------------------------------------
r12631 | rubidium | 2008-04-08 18:53:25 +0000 (Tue, 08 Apr 2008) | 2 lines

-Fix [FS#1911]: sometimes aircraft couldn't find their way to their depot.

------------------------------------------------------------------------
r12630 | maedhros | 2008-04-08 16:15:31 +0000 (Tue, 08 Apr 2008) | 1 line

-Fix (r12600): Missing 'break' made it impossible to add waypoints to vehicle orders.
------------------------------------------------------------------------
r12629 | frosch | 2008-04-08 15:48:32 +0000 (Tue, 08 Apr 2008) | 2 lines

-Codechange: Split VehicleNeedsService() into Vehicle::NeedsServicing() and Vehicle::NeedsAutomaticServicing().
-Fix (r11052): Disable servicing by service-interval if a vehicle has depot orders.
------------------------------------------------------------------------
r12628 | rubidium | 2008-04-08 13:32:44 +0000 (Tue, 08 Apr 2008) | 2 lines

-Fix: TTDP compatible non-stop wasn't handled properly.

------------------------------------------------------------------------
r12624 | peter1138 | 2008-04-08 07:19:29 +0000 (Tue, 08 Apr 2008) | 2 lines

-Codechange: Make drawing of catenary an attribute of rail types, instead of deciding by the rail type directly.

------------------------------------------------------------------------
r12622 | rubidium | 2008-04-07 22:15:31 +0000 (Mon, 07 Apr 2008) | 2 lines

-Fix: infinite loop in case your compiler decides that enums are unsigned by default. Patch by Dominik.

------------------------------------------------------------------------
r12620 | rubidium | 2008-04-07 21:02:27 +0000 (Mon, 07 Apr 2008) | 2 lines

-Fix: automatic servicing of vehicles made them stop in the depot.

------------------------------------------------------------------------
r12619 | rubidium | 2008-04-07 20:28:58 +0000 (Mon, 07 Apr 2008) | 2 lines

-Codechange: lots of documentation about window related stuff. Patch by Alberth.

------------------------------------------------------------------------
r12618 | rubidium | 2008-04-07 20:18:51 +0000 (Mon, 07 Apr 2008) | 2 lines

-Codechange: as load and unload type are now split, some case statements got ugly.

------------------------------------------------------------------------
r12617 | rubidium | 2008-04-07 20:03:46 +0000 (Mon, 07 Apr 2008) | 2 lines

-Codechange: add type safety to the Order's load and unload types.

------------------------------------------------------------------------
r12616 | smatz | 2008-04-07 20:02:36 +0000 (Mon, 07 Apr 2008) | 1 line

-Codechange: r12591 didn't work as expected for NDS, move one function back to cpp
------------------------------------------------------------------------
r12615 | rubidium | 2008-04-07 19:18:56 +0000 (Mon, 07 Apr 2008) | 2 lines

-Codechange: rename some enums related to depot orders to make it more clear that they are no loading/unloading flags. Also add more type strictness.

------------------------------------------------------------------------