Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-12 | (svn r18049) -Fix [FS#3310] (r16448): Crash when an articulated RV is ↵ | rubidium | |
turning on a drive through road station that gets forcefully (bankrupt) removed | |||
2009-11-10 | (svn r18035) -Fix (r16909): one could remotely crash (assert) the server on ↵ | rubidium | |
certain commands | |||
2009-11-09 | (svn r18028) -Codechange: unglobalise some functions | rubidium | |
2009-11-07 | (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. | frosch | |
2009-11-05 | (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up ↵ | frosch | |
including of newgrf_cargo.h | |||
2009-10-20 | (svn r17836) -Codechange: split the CargoPacket constructor for creating ↵ | rubidium | |
'real' new CargoPackets and saveload. For saveload we do not need to set anything except two variables (the rest is always overwritten by the load), for new 'real' cargo also pass the source_xy; dereferencing st before calling is easier than resolving st->index back to st and then dereferencing. Also don't set loaded_at_xy because that is of no importance when not loaded in a vehicle. | |||
2009-10-17 | (svn r17782) -Fix [FS#3270]: animation wasn't removed from station tiles ↵ | rubidium | |
when keeping the rail during removal | |||
2009-09-20 | (svn r17589) -Codechange: rename town_acc to always_accepted | smatz | |
2009-09-19 | (svn r17579) -Fix: remove doxygen docs for removed parameters, or change ↵ | rubidium | |
@param to @tparam if necessary | |||
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, ↵ | rubidium | |
which were sometimes missing and sometimes just typos | |||
2009-09-18 | (svn r17567) -Fix: some doxygen warnings | rubidium | |
2009-09-15 | (svn r17547) -Feature: [NewGRF] Implement callback 145 (custom station rating) | rubidium | |
2009-09-14 | (svn r17534) -Codechange: unify the naming of callback masks/flags | rubidium | |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty ↵ | frosch | |
for more consistency and distinguishability. | |||
2009-09-08 | (svn r17481) -Fix (r16998): in cases where the northern most tile of an ↵ | rubidium | |
airport-to-build didn't touch the station you wanted it to join, but another part did, it wouldn't join the airport to the existing station | |||
2009-09-08 | (svn r17471) -Change: when removing a station or waypoint keep the rail ↵ | rubidium | |
unless Ctrl is pressed. This makes the behaviour consistent between the two. | |||
2009-09-08 | (svn r17470) -Fix (r17460): possible crash when overbuiling rail by station | smatz | |
2009-09-07 | (svn r17460) -Feature: allow building rail stations over existing rail ↵ | rubidium | |
without signals but will upgrade normal rail to electrified rail if necessary (based on patch by laurijh) | |||
2009-09-07 | (svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses ↵ | smatz | |
and headquarters anymore | |||
2009-08-30 | (svn r17316) -Codechange: use Industry::GetByTile() instead of ↵ | smatz | |
GetIndustryByTile() | |||
2009-08-22 | (svn r17268) -Fix [FS#3143]: Station/Town window titles weren't updated when ↵ | rubidium | |
they got renamed | |||
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-08-08 | (svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when ↵ | smatz | |
subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source -Change [FS#1134]: subsidies aren't bound to stations after awarding anymore, they still apply to town or industry, no matter what station is used for loading and unloading. Awarded subsidies from older savegames are lost -Change [NoAI]: due to these changes, AISubsidy::GetSource and AISubsidy::GetDestination now return STATION_INVALID for awarded subsidies | |||
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their ↵ | rubidium | |
relatives | |||
2009-08-02 | (svn r17039) -Fix (r16988): segfault when removing rail with waypoint ↵ | rubidium | |
remover and vice versa | |||
2009-07-31 | (svn r17002) -Change: also support distant join for waypoints | rubidium | |
2009-07-30 | (svn r17000) -Change: allow overbuilding/extending waypoints | rubidium | |
2009-07-30 | (svn r16998) -Codechange: rework/unify 'find station to join with' code and ↵ | rubidium | |
use it for all stations | |||
2009-07-30 | (svn r16993) -Change: make the rail waypoint builder draggable | rubidium | |
2009-07-29 | (svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints. | rubidium | |
2009-07-29 | (svn r16989) -Codechange: unify the code for demolishing (dynamite) stations ↵ | rubidium | |
and waypoints. | |||
2009-07-29 | (svn r16988) -Codechange: unify the code for removing (parts of) stations ↵ | rubidium | |
and waypoints | |||
2009-07-29 | (svn r16987) -Codechange: simplify the code to loop train station for the ↵ | rubidium | |
station demolish code | |||
2009-07-29 | (svn r16985) -Codechange: simplify the station removal code a bit by giving ↵ | rubidium | |
proper names and using some helper functions | |||
2009-07-28 | (svn r16974) -Codechange: do simple station build checks and 'decode' p1/p2 ↵ | rubidium | |
first | |||
2009-07-28 | (svn r16972) -Fix [FS#3058] (r16942): mixup of variables caused, in some ↵ | rubidium | |
cases, rail stations to have incorrect width/height. | |||
2009-07-26 | (svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into ↵ | rubidium | |
TILE_LOOP, which means no more duplication of parameters between BEGIN_TILE_LOOP and END_TILE_LOOP | |||
2009-07-26 | (svn r16959) -Codechange: make the station joiner a bit more aware of the ↵ | rubidium | |
difference between waypoints and stations. | |||
2009-07-25 | (svn r16948) -Codechange: some code reductions and usage of wrapper functions | rubidium | |
2009-07-25 | (svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and ↵ | rubidium | |
trainst_h. | |||
2009-07-24 | (svn r16942) -Codechange: document CanExpandRailStation and remove the ↵ | rubidium | |
'magic' array of numbers for a named struct | |||
2009-07-24 | (svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way ↵ | rubidium | |
it's written. | |||
2009-07-24 | (svn r16934) -Codechange: introduce a simple helper function to check ↵ | rubidium | |
whether a station is pending deletion or not | |||
2009-07-23 | (svn r16926) -Fix (r16925): if checking whether a station can be adjoined, ↵ | rubidium | |
don't check whether 'the other station you have already found' to be valid but the station that you just found. Especially because you won't have found as station until you have found one. | |||
2009-07-23 | (svn r16925) -Fix (r16909): guard commands more against using waypoints as ↵ | rubidium | |
stations and/or accidentally reusing waypoints for stations or vice versa. | |||
2009-07-23 | (svn r16923) -Codechange: move Cmd*Buoy* to waypoint_cmd.cpp and make them ↵ | rubidium | |
behave more like waypoints, e.g. reuse station signs of recently deleted buoys | |||
2009-07-22 | (svn r16912) -Codechange: split waypoint.h in waypoint_base.h and ↵ | rubidium | |
waypoint_func.h | |||
2009-07-22 | (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions ↵ | rubidium | |
all over the place when using the more advanced station types. -Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible. | |||
2009-07-21 | (svn r16907) -Codechange: make a more clear distinction between reservation ↵ | rubidium | |
functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits? | |||
2009-07-21 | (svn r16899) -Fix (r16896): Missing 'return'. | frosch | |