summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
AgeCommit message (Collapse)Author
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-16(svn r23549) -Codechange: Document and consistently name widgets of order GUIplanetmaker
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-13(svn r23505) -Add: Indication in the order list if the next destination of ↵michi_cc
an order is out of range.
2011-12-10(svn r23484) -Fix [FS#4770]: in case you already have orders, ignore the ↵rubidium
vehicles when adding an extra order
2011-11-09(svn r23172) -Fix (r23088) [FS#4831]: crash when looking at orders from a ↵yexo
vehicle that's not in your company
2011-11-04(svn r23089) -Add: Allow specifying refits for go-to station orders.michi_cc
2011-11-04(svn r23088) -Change: Extend the train order GUI with space for a forth button.michi_cc
2011-08-30(svn r22858) -Feature: Conditional order depending on remaining lifetime of ↵frosch
a vehicle. (monoid)
2011-07-02(svn r22620) -Change [FS#4651]: Enforce refit orders to be 'always go to ↵frosch
depot' orders; service-only and stop-in-depot orders make no sense with refitting.
2011-05-18(svn r22473) -Codechange: Automatic orders are better called implicit orders ↵planetmaker
as no real order influencing path finding is added
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-03-13(svn r22246) -Fix: Process order window invalidations for specific orders in ↵frosch
command-scope.
2011-03-13(svn r22244) -Codechange: Make vehicle windows handle command-/GUI-scope ↵frosch
invalidations themself (from autoreplace and refitting).
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to ↵frosch
OnInvalidateData().
2011-03-13(svn r22236) -Fix (r21457): Disarm a bear-pit, which r22226 almost fell into.frosch
2011-03-08(svn r22226) -Codechange: When autoreplace invalidates vehicle windows ↵frosch
because the Vehicle index changed, use a better eye-catcher-'data' than 0 to identify them.
2011-02-05(svn r21985) -Codechange: Use VehicleOrderID where appropiate.frosch
2011-02-04(svn r21961) -Remove: limitation that not loading and not unloading is ↵rubidium
mutual exclusive
2011-02-04(svn r21957) -Cleanup: gotodepot and timetabling settings are more or less ↵rubidium
useless; just don't use depot orders or timetabling if you don't want to use it
2011-01-31(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index ↵frosch
and cur_real_order_index to keep track of the current real order in an unambiguous way. -Fix [FS#4440]: Automatic orders behave now stable wrt. service orders and are not added or removed depending on the need of servicing. -Fix: Various other issues with automatic orders, e.g. vehicles getting stuck with "no orders" when there are automatic orders at the end of the order list.
2011-01-26(svn r21909) -Fix: some missing spacesrubidium
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
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)