summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
AgeCommit message (Expand)Author
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-30(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.rubidium
2008-03-28(svn r12470) -Codechange: split order related types from order.h (and openttd...rubidium
2008-03-27(svn r12441) -Feature: open the time table when pressing the order button whi...rubidium
2008-03-02(svn r12324) -Fix (r6789): vehicles could be sorted in a wrong order when a v...smatz
2008-03-01(svn r12323) -Fix [FS#1821](r6789): vehicle sorting by name was broken, it wa...smatz
2008-02-25(svn r12261) -Fix [FS#1805]: autoreplace did not update vehicle index for tim...glx
2008-02-20(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the t...smatz
2008-02-13(svn r12134) -Change: count the number of ticks a vehicle was running this da...smatz
2008-02-13(svn r12133) -Fix: Vehicle sorting by max speed did not work properly for tra...peter1138
2008-01-27(svn r11994) -Codechange: Remove numbers from string names where the strings ...maedhros
2008-01-18(svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of ...smatz
2008-01-18(svn r11915) -Codechange: Add a function to draw a sort button's up/down arro...peter1138
2008-01-17(svn r11912) -Codechange: use dropdown widget for autoreplace, station builde...peter1138
2008-01-17(svn r11899) -Cleanup: Remove ShowReplaceVehicleWindow() as it is basically a...frosch
2008-01-15(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with...rubidium
2008-01-14(svn r11848) -Codechange: New class-based drop down list functionality. Lists...peter1138
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11776) -Codechange: more header splittings to reduce the dependencies.rubidium
2008-01-07(svn r11775) -Codechange: move all autoreplace/autorenew functions to a singl...rubidium
2008-01-01(svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so th...peter1138
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-21(svn r11672) -Codechange: refactor some stuff out of gui.h.rubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-08(svn r11601) -Codechange: more strict break conditions for _userstring, asser...smatz
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-09(svn r11396) -Fix: GCC 3.3 doesn't like 'static bool inline', should of cours...truelight
2007-11-04(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer ...truelight
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-10-26(svn r11348) -Fix (r11049): [OSX] killed a warning (don't ask why only OSX sh...bjarni
2007-10-20(svn r11304) -Feature: Control-Clicking the Center Main View button on the ve...belugas
2007-09-26(svn r11173) -Codechange: rename some callback enums so they are more uniform.rubidium
2007-09-11(svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of t...glx
2007-09-09(svn r11067) -Codechange: also make it possible to use the advanced vehicle l...rubidium
2007-09-08(svn r11060) -Codechange: replace some magic numbers with the right enumified...rubidium
2007-09-05(svn r11049) -Codechange: unify a large part of the vehicle details window. B...rubidium
2007-09-01(svn r11031) -Codechange: reduce the amount of duplication of bit counting fu...rubidium