Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-20 | (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ↵ | skidd13 | |
remaining to fit with the naming style | |||
2007-11-19 | (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ↵ | skidd13 | |
remaining to fit with the naming style | |||
2007-11-19 | (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming ↵ | skidd13 | |
style | |||
2007-11-19 | (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ↵ | skidd13 | |
with the coding style | |||
2007-11-15 | (svn r11442) -Feature: make news messages related to the industry ↵ | rubidium | |
(production) changes better configurable; you can now disable news messages popping up for industries you are not servicing. Patch by Alberth. | |||
2007-11-11 | (svn r11414) -Fix [FS#1387]: when building a station, even though we already ↵ | rubidium | |
'know' it in memory, it should still be unknown in the realm of callbacks. | |||
2007-11-11 | (svn r11407) -Fix: do not allow building of tram-tracks when they are not ↵ | truelight | |
available (SmatZ) | |||
2007-11-10 | (svn r11399) -Feature(ette): transparency settings can now be saved and thus ↵ | belugas | |
remembered. -Codechange: Wrap all transparency settings in accessors, hiding the implementation -Change: Clicking "transparent building" menu will toggle Houses And Trees only. The other options can be used in the transparency gui. Initial patch by Smatz (FS#1349), with some rework by BigBB and your humble servant. | |||
2007-11-04 | (svn r11376) -Fix: fill the town a oil rig is associated with before ↵ | rubidium | |
creating the name, otherwise every oil rig will become "<TOWN> Oilrig" which effectively means that there can be several oil rigs with exactly the same name. | |||
2007-10-31 | (svn r11364) -Fix (r11363): compilation broken | glx | |
2007-10-31 | (svn r11363) -Codechange: Remove some magical numbers | belugas | |
2007-10-26 | (svn r11345) -Cleanup: a bit of comment style fixing | belugas | |
2007-10-19 | (svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both ↵ | rubidium | |
used to check whether there was no vehicle on the ground, except that the former didn't take care of aircraft shadows. So now we only use EnsureNoVehicleOnGround. | |||
2007-10-16 | (svn r11276) -Codechange: be more consistent with naming of some accessors. | rubidium | |
-Fix: make sure canals are never owned by water. Based on a patch by boekabart. | |||
2007-10-14 | (svn r11265) -Feature: Make more advanced rail types more expensive to build. | maedhros | |
2007-09-30 | (svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent. | rubidium | |
2007-09-28 | (svn r11183) -Fix [FS#1249]: airports do not need to care about overflying ↵ | rubidium | |
aircraf when removing them, because if they were not in the "flying" state it can't be removed anyway. | |||
2007-09-27 | (svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14C | glx | |
2007-09-26 | (svn r11173) -Codechange: rename some callback enums so they are more uniform. | rubidium | |
2007-09-14 | (svn r11107) -Feature: some tool so one can still build tunnels under rails ↵ | rubidium | |
(and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch. | |||
2007-09-09 | (svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting ↵ | rubidium | |
subsystem. Patch by Progman. | |||
2007-09-08 | (svn r11059) -Fix [FS#1182]: inconsistency between Rail<->ElRail conversions ↵ | rubidium | |
of different kinds of rail containing tiles (normal rail, stations, depots, etc). Patch by SmatZ. | |||
2007-09-01 | (svn r11030) -Revert r11016, Fix [FS#1178]: the way to determine whether a ↵ | rubidium | |
station should get goods was not done properly. | |||
2007-08-31 | (svn r11016) -Fix [FS#1172]: stations would also be given cargo when ↵ | rubidium | |
vehicles have only dropped cargo of that particular type. | |||
2007-08-31 | (svn r11013) -Fix [FS#1171]: MoveGoodsToStation's search area is too small ↵ | rubidium | |
as it assumed a lower maximum catchment area than the real maximum catchment area. Based on a patch by PhilSophus. | |||
2007-08-30 | (svn r11005) -Codechange: move the tiletype specific terraforming checks to ↵ | rubidium | |
the functions for those tile types. -Codechange: barren the rail grounds on terraforming. | |||
2007-08-30 | (svn r11002) -Codechange: unhackify the cargo packet list saving (a little). | rubidium | |
2007-08-26 | (svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted ↵ | rubidium | |
cargo too. | |||
2007-08-24 | (svn r10974) -Fix [FS#1144, FS#1155]: road vehicles that could not ↵ | rubidium | |
(properly) use a road stop still tried to go to that road stop. | |||
2007-08-02 | (svn r10748) -Codechange: call the pool cleanup functions for stations ↵ | rubidium | |
directly instead of using the wrapper functions. | |||
2007-08-02 | (svn r10746) -Codechange: add a generic superclass for almost all pool items ↵ | rubidium | |
so we do not have to duplicate code for each of the pool item classes and use it for the station and roadstop classes. | |||
2007-08-01 | (svn r10745) -Codechange: generalize the pool cleanup/initialize functions ↵ | rubidium | |
for stations (in such a manner that they can be used for other pools too). | |||
2007-07-29 | (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word ↵ | rubidium | |
"road" everywhere except in the tile type. | |||
2007-07-26 | (svn r10698) -Codechange [FS#1082]: simplify the code related to ↵ | rubidium | |
foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. | |||
2007-07-26 | (svn r10696) -Codechange: remove duplication of the "make sprite ↵ | rubidium | |
transparent" code. | |||
2007-07-24 | (svn r10681) -Codechange: do not determine whether a tile is a hangar based ↵ | rubidium | |
on the graphics index to be drawn on the given tile, but do it based on the specification of the location of hangars of the airport. | |||
2007-07-24 | (svn r10675) -Codechange: unhardcode the industry types used in several ↵ | rubidium | |
locations of the source code. | |||
2007-07-21 | (svn r10646) -Cleanup: AutoPtrT<>::Release() renamed to Detach() | KUDr | |
-better describes what it does -was inconsistent with CCountedPtr<>::Release() | |||
2007-07-16 | (svn r10601) -Codechange: store (and use) the type of stations instead of ↵ | rubidium | |
hardcoding station types by graphics IDs. | |||
2007-07-13 | (svn r10555) -Codechange/Fix: add a soft limit of 4096 "entities" in a ↵ | rubidium | |
station's waiting queue and a hard limit of 32768 so (malicious) people cannot cause a "denial of service" attack by filling cargo lists. | |||
2007-06-27 | (svn r10364) -Fix [FS#706]: checking for duplicate custom names was ↵ | peter1138 | |
inconsistent, and tested all 'namespaces'. now only check names of the same type. | |||
2007-06-25 | (svn r10332) -Fix [FS#940]: ratings where also shown on drop-off stations. | rubidium | |
2007-06-25 | (svn r10320) -Fix [FS#278]: one could only build a limited number of ↵ | rubidium | |
stations before one had to rename them. | |||
2007-06-22 | (svn r10269) -Fix [FS#912]: station ratings were shown for all cargos ↵ | rubidium | |
instead of only the cargos that have been transported. | |||
2007-06-22 | (svn r10266) -Codechange: keep track of the origin, time of travel and ↵ | rubidium | |
accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. | |||
2007-06-18 | (svn r10210) -Codechange: make all money related variables 64 bits, so ↵ | rubidium | |
overflowing them should become a little harder. | |||
2007-06-18 | (svn r10205) -Codechange: refactor returning of cost, so it can be more ↵ | rubidium | |
easily modified. | |||
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-06-16 | (svn r10168) -Fix [FS#879]: cannot build airport when an aircraft is flying ↵ | rubidium | |
over it. |