summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
AgeCommit message (Collapse)Author
2010-12-26(svn r21642) -Feature: concept of automatic station orders; add stub orders ↵rubidium
for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen
2010-12-25(svn r21633) -Fix (r21616): newly created skip-to order was created at wrong ↵smatz
place
2010-12-24(svn r21616) -Change: do not highlight tile when selecting a vehicle to ↵smatz
clone or an order to skip to
2010-12-14(svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class.terkhen
2010-12-12(svn r21478) -Change [FS#4297]: improve some order related tooltips. Based ↵rubidium
on patch by Krille
2010-12-11(svn r21464) -Add: Explicitly make 'shared orders' an option in the orders menuplanetmaker
2010-12-11(svn r21461) -Feature(tte) [FS#3711]: make it more clear that you're ↵rubidium
stopping a shared order, and make it possible retain the order list upon unsharing (sbr)
2010-12-10(svn r21457) -Feature(tte) [FS#4215]: scroll to the inserted order (thror)rubidium
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ↵rubidium
the language "list"
2010-10-15(svn r20927) -Add [FS#3905]: Transfer orders imply 'leave empty' by defaultplanetmaker
2010-09-06(svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone ↵smatz
and vehicle to clone orders from directly from vehicle lists and depot window
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-19(svn r20571) -Codechange: free/reserve some bits in the order commands to ↵rubidium
increase the vehicle pool limit
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and ↵frosch
WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ↵frosch
and vscroll2. Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion.
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate ↵frosch
scrollbar explicitly using a NWidgetPart via SetScrollbar().
2010-08-01(svn r20290) -Codechange: Add missing 'break' statements.alberth
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-21(svn r20201) -Feature [FS#3926]: add several new hotkeys to the global ↵yexo
hotkey list and to the order windows. None of them has a default keybinding.
2010-07-03(svn r20058) -Feature: customizable hotkeys for the vehicle orders windowyexo
2010-06-11(svn r19959) -Fix (r19889): Disable drag destination highlighting when ↵alberth
aborting a drag.
2010-05-23(svn r19889) -Add [FS#3705]: Add drag destination highlighting to order gui ↵alberth
(sbr).
2010-05-12(svn r19796) -Codechange: introduce and use a {DEPOT} string commandrubidium
2010-04-08(svn r19584) -Fix [FS#3744]: Crash when pressing 'h' (non-stop) in the order ↵rubidium
window of a ship or aircraft
2010-04-07(svn r19571) -Fix [FS#3739]: The timetable button was not automatically ↵rubidium
raised (sbr)
2010-03-11(svn r19387) -Fix [FS#3671]: Close all orders windows when switching companies.terkhen
2010-02-22(svn r19215) -Codechange: Add Order::GetLocation() to deduplicate code.frosch
2010-02-20(svn r19174) -Fix: Buoys are no Stations, only BaseStations.frosch
2010-02-13(svn r19118) -Fix [FS#3593]: Some buttons in the order gui were raised too soon.alberth
2010-02-13(svn r19117) -Fix [FS#3593]: The Non-stop dropdown wasn't enabled for depot ↵terkhen
and waypoint orders.
2010-02-01(svn r18980) -Codechange: preceeding -> preceding (spelling)rubidium
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a ↵frosch
parameter for OnClick().
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2009-12-22(svn r18605) -Codechange: Coding style fixes, prevent useless calls to ↵alberth
UpdateWidgetSize().
2009-12-22(svn r18601) -Codechange: Use resize step of the order list panel widget for ↵alberth
order line calculations.
2009-12-22(svn r18600) -Fix (r18599): Re-enable ctl+click to jump to competitor station.alberth
2009-12-22(svn r18599) -Fix: Displaying selected orders of a competitor vehicle was ↵alberth
broken, disable the selection.
2009-12-21(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.alberth
2009-12-20(svn r18580) -Codechange: Use widget information only for setting scrollbar ↵alberth
capacity.
2009-12-02(svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff.frosch
2009-11-28(svn r18326) -Fix (r18325): Missing signedness conversion.frosch
2009-11-28(svn r18325) -Codechange: Use GetSpriteSize() instead of hard {SETX}. Also ↵frosch
make the 'current order'-arrow in order and timetable GUI RTL aware.
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵rubidium
same twice.
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵rubidium
and sticky boxes and for window captions
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from ↵alberth
Window::UpdateWidgetSize().
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-19(svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/grubidium