Age | Commit message (Expand) | Author |
2007-09-01 | (svn r11030) -Revert r11016, Fix [FS#1178]: the way to determine whether a st... | rubidium |
2007-08-31 | (svn r11018) -Fix [FS#1169]: Disallow buying/selling shares in your own compa... | rubidium |
2007-08-30 | (svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl... | rubidium |
2007-08-26 | (svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted carg... | rubidium |
2007-08-20 | (svn r10953) -Fix [FS#1139, FS#1143]: stations would not get a rating when th... | rubidium |
2007-08-16 | (svn r10921) -Fix [FS#1130] (r10323): the company related news messages still... | rubidium |
2007-08-11 | (svn r10857) -Fix: feeder-income was broken; substract the feeder-costs from ... | truelight |
2007-08-03 | (svn r10770) -Codechange: use the pool item class as super class for the vehi... | rubidium |
2007-07-25 | (svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still call... | rubidium |
2007-07-25 | (svn r10691) -Codechange [FS#509]: simplify GetTransportedGoodsIncome to make... | rubidium |
2007-07-19 | (svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem ... | peter1138 |
2007-07-16 | (svn r10587) -Codechange: move the string/dparam related stuff from variables... | rubidium |
2007-07-13 | (svn r10541) -Fix [FS#1028]: cargo payment rates overflow. | rubidium |
2007-07-11 | (svn r10508) -Codechange: allow customizable animation schemes for industries. | rubidium |
2007-07-08 | (svn r10477) -Codechange: add some callbacks to customise the acceptance of i... | rubidium |
2007-07-08 | (svn r10473) -Codechange: make the industry "window", the one that shows when... | rubidium |
2007-07-07 | (svn r10460) -Codechange: add some more variables needed for newindustries re... | rubidium |
2007-07-05 | (svn r10442) -Codechange: implement the industry production callback. | rubidium |
2007-07-04 | (svn r10441) -Fix (r10440): something went wrong "porting" fixes from one pla... | rubidium |
2007-07-04 | (svn r10440) -Fix: CBM_IND defines bits to be set, not bitsets. | rubidium |
2007-07-04 | (svn r10439) -Codechange: initial steps for customized industry productions. | rubidium |
2007-06-30 | (svn r10397) -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} ... | peter1138 |
2007-06-25 | (svn r10332) -Fix [FS#940]: ratings where also shown on drop-off stations. | rubidium |
2007-06-25 | (svn r10323) -Codechange: reference company name, number and player (presiden... | peter1138 |
2007-06-22 | (svn r10287) -Fix (r10266): some surprises from that (almost always) complain... | rubidium |
2007-06-22 | (svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning v... | truelight |
2007-06-22 | (svn r10266) -Codechange: keep track of the origin, time of travel and accumu... | rubidium |
2007-06-21 | (svn r10258) -Codechange: as we are now using int64 all over the place, it's ... | rubidium |
2007-06-21 | (svn r10254) -Feature: loading indicator, which shows in % how full a vehicle... | truelight |
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-19 | (svn r10212) -Fix [FS#723]: money overflow bugs in many locations. | rubidium |
2007-06-18 | (svn r10210) -Codechange: make all money related variables 64 bits, so overfl... | rubidium |
2007-06-18 | (svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the p... | rubidium |
2007-06-18 | (svn r10208) -Codechange: replace int32 with Money where appropriate. | rubidium |
2007-06-18 | (svn r10207) -Codechange: remove the redundant player_money in favour of the ... | rubidium |
2007-06-18 | (svn r10205) -Codechange: refactor returning of cost, so it can be more easil... | rubidium |
2007-06-18 | (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. | rubidium |
2007-06-12 | (svn r10125) -Fix [FS#865]: under some circumstances the wagons of a train di... | rubidium |
2007-06-12 | (svn r10122) -Codechange: Add a CountBitsSet function and use it to replace s... | maedhros |
2007-06-12 | (svn r10117) -Fix [FS#863]: When deleting the vehicles of bankrupt players, d... | maedhros |
2007-06-11 | (svn r10097) -Feature: Add support for articulated road vehicles, or callback... | maedhros |
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 |