summaryrefslogtreecommitdiff
path: root/src/economy.cpp
AgeCommit message (Expand)Author
2007-06-10(svn r10084) -Fix [FS#855]: reversing a train when loading at a station crashed.rubidium
2007-06-08(svn r10062) -Codechange: Don't redraw all station tiles when cargo is added ...peter1138
2007-06-07(svn r10058) -Codechange: give some industry variable sensible names (like no...rubidium
2007-06-01(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace in...maedhros
2007-05-26(svn r9930) -Fix (r9838): obiwan could cause vehicles to way a long time (2.5...rubidium
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium
2007-05-18(svn r9870) -Codechange: Silence two compiler warnings and give proper type t...belugas
2007-05-18(svn r9867) -Codechange: Remove data duplication. The exact same values can ...belugas
2007-05-17(svn r9866) -Codechange: remove the technical one-input-cargo-creates-one-out...rubidium
2007-05-15(svn r9841) -Codechange: add a little more type strictness to the vehicle types.rubidium
2007-05-15(svn r9840) -Fix (r9838): MSVC is complaining about signedness again (Belugas).rubidium
2007-05-14(svn r9838) -Fix: make "improved loading" a proper improved loading instead o...rubidium
2007-05-14(svn r9836) -Codechange: make non-improved loading happen FIFO-ish; generally...rubidium
2007-05-13(svn r9831) -Codechange: more refactoring of the loading/unloading.rubidium
2007-05-12(svn r9829) -Codechange: more refactoring of the unloading algorithm.rubidium
2007-05-08(svn r9815) -Fix (r9761) [FS#769): transfers weren't accounted in the vehicle...rubidium
2007-05-06(svn r9794) -Codechange: refactor the question whether a vehicle can be loade...rubidium
2007-05-02(svn r9770) -Codechange: perform the payment of cargo when loading/unloading,...rubidium
2007-05-01(svn r9761) -Codechange: refactor cargo payment out of LoadUnloadVehicle.rubidium
2007-04-20(svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of pro...rubidium
2007-04-15(svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo ...peter1138
2007-04-12(svn r9617) -Codechange: Implement callback for cargo profit calculationpeter1138
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-04-06(svn r9568) -Documentation: doxygen and comment changes: Root of src is final...belugas
2007-04-01(svn r9541) -Codechange: Safeguard the company-buying routines so that the bu...celestar
2007-03-31(svn r9533) -Fix [FS#274]: when a company is removed (either via auto-clean, ...truelight
2007-03-24(svn r9427) -Codechange: remove redundant variablepeter1138
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas
2007-03-21(svn r9388) -Codechange: variable scope and type, and standardify all CargoID...peter1138
2007-03-16(svn r9257) -Codechange: Use cargo's town effect property for determining sub...peter1138
2007-03-08(svn r9071) -Fix [FS#459]: when in networking an other player takes over an A...truelight
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-03-06(svn r9029) -Fix (r7326): Only call the gradual loading amount callback if th...maedhros
2007-03-02(svn r8979) -Fix (r8978): unsigned vs signed comparisons.rubidium
2007-03-02(svn r8978) -Feature: Rewrite of transfer system.richk
2007-03-02(svn r8969) -Codechange: rework of the player face bits.rubidium
2007-02-28(svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can ...maedhros
2007-02-23(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and ...belugas
2007-02-23(svn r8855) -Fixtron
2007-02-22(svn r8847) -Fixtron
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-13(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into Get...celestar
2007-02-07(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ...bjarni
2007-01-31(svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid...maedhros
2007-01-27(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of mag...Darkvater
2007-01-15(svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get exc...celestar
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-14(svn r8125) -Codechange: Station is now constructed/destroyed using new/delet...KUDr