------------------------------------------------------------------------ r12735 | rubidium | 2008-04-16 14:18:15 +0000 (Wed, 16 Apr 2008) | 2 lines -Codechange: use a vector instead of allocating memory in a byte array for TileSpriteToDraw. ------------------------------------------------------------------------ r12734 | rubidium | 2008-04-16 14:15:00 +0000 (Wed, 16 Apr 2008) | 2 lines -Codechange: use a vector instead of allocating memory in a big byte array for StringSpriteToDraw. ------------------------------------------------------------------------ r12733 | belugas | 2008-04-16 03:05:56 +0000 (Wed, 16 Apr 2008) | 1 line -Codechange: Merge two more Widgets arrays (town views ) into one. ------------------------------------------------------------------------ r12731 | smatz | 2008-04-15 23:07:06 +0000 (Tue, 15 Apr 2008) | 1 line -Fix (r12726): copying a 16bit array into 32bit wouldn't work ------------------------------------------------------------------------ r12726 | rubidium | 2008-04-15 22:27:28 +0000 (Tue, 15 Apr 2008) | 2 lines -Fix [FS#1877]: overflow causing strange building behaviour in towns. ------------------------------------------------------------------------ r12717 | frosch | 2008-04-15 13:10:01 +0000 (Tue, 15 Apr 2008) | 1 line -Fix (r11107): Check the TILE_NOT_SLOPED flag of the _north_ tile of multi-tile houses to decide if autoslope is allowed. ------------------------------------------------------------------------ r12716 | frosch | 2008-04-15 12:25:35 +0000 (Tue, 15 Apr 2008) | 1 line -Fix: Do not compare StationIDs with DepotIDs or WaypointIDs. ------------------------------------------------------------------------ r12714 | rubidium | 2008-04-14 23:26:31 +0000 (Mon, 14 Apr 2008) | 2 lines -Fix [FS#1904]: do not move windows below the toolbar on resizes unless they would go behind the toolbar. ------------------------------------------------------------------------ r12713 | rubidium | 2008-04-14 21:49:13 +0000 (Mon, 14 Apr 2008) | 2 lines -Fix: misleading comment. Patch by Yexo. ------------------------------------------------------------------------ r12711 | glx | 2008-04-14 20:48:17 +0000 (Mon, 14 Apr 2008) | 1 line -Codechange: remove unneeded loops ------------------------------------------------------------------------ r12709 | rubidium | 2008-04-14 20:31:21 +0000 (Mon, 14 Apr 2008) | 2 lines -Feature: show the last joined server. Heavily based on a patch by Yexo. ------------------------------------------------------------------------ r12708 | glx | 2008-04-14 20:14:32 +0000 (Mon, 14 Apr 2008) | 1 line -Fix (FS#1914): increase default sound buffer size only for vista ------------------------------------------------------------------------ r12707 | rubidium | 2008-04-14 20:00:28 +0000 (Mon, 14 Apr 2008) | 2 lines -Fix: do not crash very hard on unrecognised savegames, just go back to the intro menu instead. ------------------------------------------------------------------------ r12706 | rubidium | 2008-04-14 19:54:33 +0000 (Mon, 14 Apr 2008) | 2 lines -Merge: the thread rewrite from NoAI. The rewrite makes the threading we have better extendable. ------------------------------------------------------------------------ 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 CmdSendToDepot 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. ------------------------------------------------------------------------