Age | Commit message (Expand) | Author |
2009-05-31 | (svn r16476) -Fix (r16475): wrong version of the patch | smatz |
2009-05-31 | (svn r16475) -Codechange: move code invalidating Vehicle::last_station_visite... | smatz |
2009-05-26 | (svn r16441) -Codechange: new class SpecializedVehicle used as superclass for... | smatz |
2009-05-23 | (svn r16407) -Fix [FS#2913]: set CargoPacket::source to INVALID_STATION when ... | smatz |
2009-05-23 | (svn r16403) -Codechange: move code related to subsidies to separate file | smatz |
2009-05-22 | (svn r16390) -Codechange: move u.road to RoadVehicle. | rubidium |
2009-05-22 | (svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriate | rubidium |
2009-05-22 | (svn r16388) -Codechange: move u.air to Aircraft | rubidium |
2009-05-22 | (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time... | smatz |
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t... | rubidium |
2009-03-15 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sou... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-08 | (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) | rubidium |
2009-01-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |
2009-01-02 | (svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when statio... | rubidium |
2008-12-26 | (svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q... | smatz |
2008-11-19 | (svn r14598) -Feature: Action0Industries property 24 (industry suuplies defau... | rubidium |
2008-10-25 | (svn r14529) -Codechange: Turn FindCatchmentRadius() into Station::GetCatchme... | frosch |
2008-10-19 | (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) | rubidium |
2008-10-15 | (svn r14469) -Fix [FS#2355]: Empty station spreads (e.g. from greyed station ... | frosch |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-16 | (svn r14344) -Fix: when a new airport is built in the same tick as the old st... | smatz |
2008-09-13 | (svn r14307) -Fix: when deleting a station, remove news items regarding it | smatz |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-18 | (svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+Invalidat... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-24 | (svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowCl... | smatz |
2008-04-17 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de... | rubidium |
2008-03-31 | (svn r12489) -Codechange: split station.h into station_base.h and station_fun... | rubidium |
2008-03-30 | (svn r12488) -Codechange: split order.h into order_base.h and order_func.h. | rubidium |
2008-03-28 | (svn r12459) -Codechange: split news.h into news_type.h and news_func.h. | rubidium |
2008-01-13 | (svn r11839) -Codechange: move some variables from variables.h to a more logi... | rubidium |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-12 | (svn r11822) -Codechange: Replaced fixed size custom name array. Names are no... | peter1138 |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-09 | (svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed... | rubidium |
2008-01-07 | (svn r11774) -Change: do not include variables.h in a header when it is not n... | rubidium |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium |
2007-12-26 | (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ... | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-25 | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it... | rubidium |
2007-12-23 | (svn r11684) -Codechange: split gfx.h in a type and functional header. | rubidium |
2007-12-22 | (svn r11682) -Codechange: move some 'generic' geometry related types into a s... | rubidium |
2007-12-21 | (svn r11677) -Codechange: move price and command related types/functions to t... | rubidium |
2007-12-19 | (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h | rubidium |
2007-12-19 | (svn r11667) -Codechange: split window.h into a header that defines some 'glo... | rubidium |