summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
AgeCommit message (Expand)Author
2007-12-16(svn r11643) -Codechange: conform with the coding style for the WP macro uses.rubidium
2007-12-12(svn r11625) -Codechange: add CO_* enum at some places, add includes of order...smatz
2007-12-11(svn r11618) -Fix: buoys are just waypoints, so don't allow load/unload/trans...glx
2007-12-07(svn r11588) -Codechange: use the new member introduced in r11551glx
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-11-15(svn r11440) -Codechange: replace magic numbers with enumified WindowHighligh...rubidium
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-09-09(svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the V...rubidium
2007-08-30(svn r11011) -Fix [FS#1129]: GetFirstVehicleInChain did change the game state...rubidium
2007-07-29(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...rubidium
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-07-23(svn r10664) -Codechange: simplify a small piece of code (skidd13)truelight
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from variables...rubidium
2007-06-24(svn r10314) -Codechange: Refer to vehicle names by indexpeter1138
2007-06-20(svn r10236) -Feature: Introduce a form of timetabling for vehicles.maedhros
2007-06-17(svn r10176) -Fix (r10071): Deselect the currently selected order when clicki...maedhros
2007-06-08(svn r10071) -Feature [FS#828]: moving of orders (skidd13).rubidium
2007-06-05(svn r10046) -Documentation: add some documentation in order_gui (skidd13).rubidium
2007-06-04(svn r10033) -Feature [FS#760]: skip to the selected order in the order list ...rubidium
2007-06-01(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace in...maedhros
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-03-21(svn r9390) -Documentation : correct Doxygen of comments and @file inclusion....belugas
2007-03-18(svn r9301) -Codechange: Use cargo class to determine if a road vehicle can s...peter1138
2007-03-08(svn r9072) -Codechange: [Orders] added methods to orders to free them and ch...bjarni
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-12(svn r8685) -Feature: selecting "end of orders" and clicking delete will dele...bjarni
2007-02-08(svn r8637) -Fix: CTRL-clicking on a hangar in the order list segfaulted as h...rubidium
2007-01-24(svn r8397) -Codechange: [orders window] don't move the refit button to the s...bjarni
2007-01-24(svn r8395) -Cleanup: [orders window] moved the refit button two places up, s...bjarni
2007-01-24(svn r8394) -Cleanup: added an enum with widget names to the orders windowbjarni
2007-01-21(svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open al...bjarni
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr