summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
AgeCommit message (Expand)Author
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
2007-08-30(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl...rubidium
2007-08-29(svn r11001) -Codechange: unify the way to determine whether a vehicle is in ...rubidium
2007-08-29(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.rubidium
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-06-26(svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard vehicl...peter1138
2007-06-25(svn r10323) -Codechange: reference company name, number and player (presiden...peter1138
2007-06-24(svn r10314) -Codechange: Refer to vehicle names by indexpeter1138
2007-06-21(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...rubidium
2007-06-21(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla...rubidium
2007-06-21(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...rubidium
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium
2007-05-18(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ...rubidium
2007-05-15(svn r9841) -Codechange: add a little more type strictness to the vehicle types.rubidium
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-18(svn r9665) -Documentation: Doxygen corrections,errors, corrections of correc...belugas
2007-04-04(svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Al...belugas
2007-03-21(svn r9388) -Codechange: variable scope and type, and standardify all CargoID...peter1138
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-24(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo map...peter1138
2007-02-22(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping table...peter1138
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-17(svn r8786) -Cleanup: replaced a switch-case to get the right refit command f...bjarni
2007-02-07(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ...bjarni
2007-02-01(svn r8514) -Codechange: Turn IsBuoy into a method of stationscelestar
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-26(svn r8421) -Codechange (r8420): rename STR_AVAILABLE_VEHICLES to STR_AVAILAB...Darkvater
2007-01-26(svn r8420) -Codechange (r7418): Rename the 'New <vehtype>' button of the glo...Darkvater
2007-01-23(svn r8371) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a fil...bjarni
2007-01-23(svn r8370) -Revert (r8363): the autoreplace GUI move cleared the file historybjarni
2007-01-23(svn r8363) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a fil...bjarni
2007-01-22(svn r8349) -Codechange: replaced CMD_REFIT_VEH() and similar defines with re...bjarni
2007-01-22(svn r8338) -Codechange: merged road vehicle build window into the other onesbjarni
2007-01-22(svn r8335) -Feature: the build ship window is now also resizable horizontall...bjarni
2007-01-21(svn r8331) -Feature: the train and aircraft build windows are now resizable ...bjarni
2007-01-21(svn r8303) -Codechange (r8293): default is moved to the front of the switch ...bjarni
2007-01-21(svn r8295) -Cleanup: merged arguments station, order and depot_airport_index...bjarni
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