Fri, 15 Jan 2010 16:41:15 +0000 |
rubidium |
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
draft
|
Fri, 15 Jan 2010 12:08:08 +0000 |
yexo |
(svn r18807) -Codechange: introduce AirportSpec and move several non-statemachine-related variables to there
draft
|
Mon, 04 Jan 2010 18:37:47 +0000 |
rubidium |
(svn r18720) -Codechange: simplify looping and validation of CmdBuildCanal
draft
|
Mon, 04 Jan 2010 18:30:10 +0000 |
rubidium |
(svn r18718) -Codechange: make a wrapper macro for looping TileAreas
draft
|
Fri, 04 Dec 2009 20:29:46 +0000 |
rubidium |
(svn r18402) -Codechange: unify/centralise the code for crashing vehicles
draft
|
Fri, 04 Dec 2009 18:38:09 +0000 |
rubidium |
(svn r18399) -Codechange: bail out early in FloodVehicle instead of a massive if (...) { } else { return }
draft
|
Sat, 07 Nov 2009 22:47:54 +0000 |
frosch |
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
draft
|
Thu, 05 Nov 2009 19:46:17 +0000 |
frosch |
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
draft
|
Tue, 20 Oct 2009 12:31:11 +0000 |
rubidium |
(svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals.
draft
|
Sun, 04 Oct 2009 17:16:41 +0000 |
rubidium |
(svn r17693) -Cleanup: remove some unneeded includes
draft
|
Sun, 04 Oct 2009 17:10:57 +0000 |
smatz |
(svn r17692) -Codechange: minor coding style fixes
draft
|
Fri, 18 Sep 2009 14:23:58 +0000 |
rubidium |
(svn r17567) -Fix: some doxygen warnings
draft
|
Sun, 13 Sep 2009 19:15:59 +0000 |
frosch |
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
draft
|
Thu, 10 Sep 2009 14:37:55 +0000 |
rubidium |
(svn r17495) -Codechange: replace 'Depot::Get(GetDepotIndex(tile))->index' with GetDepotIndex(tile)
draft
|
Thu, 10 Sep 2009 14:33:07 +0000 |
rubidium |
(svn r17493) -Codechange: store the depot index on the map
draft
|
Sun, 30 Aug 2009 11:47:41 +0000 |
smatz |
(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile()
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Mon, 10 Aug 2009 23:52:44 +0000 |
michi_cc |
(svn r17152) -Fix: A stuck train could free the reservation of another train if it was reversed or did crash.
draft
|
Wed, 05 Aug 2009 17:59:21 +0000 |
rubidium |
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
draft
|
Fri, 31 Jul 2009 13:25:20 +0000 |
rubidium |
(svn r17001) -Codechange: replace some more assert(0)s to NOT_REACHED() and document why they (assert(0)) have to stay for the remaining cases.
draft
|
Sun, 26 Jul 2009 21:50:30 +0000 |
rubidium |
(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TILE_LOOP, which means no more duplication of parameters between BEGIN_TILE_LOOP and END_TILE_LOOP
draft
|
Sat, 25 Jul 2009 08:54:19 +0000 |
rubidium |
(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and trainst_h.
draft
|
Thu, 02 Jul 2009 08:59:27 +0000 |
rubidium |
(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedPart member of RoadVehicle.
draft
|
Wed, 01 Jul 2009 22:22:01 +0000 |
smatz |
(svn r16717) -Codechange: make IsFrontEngine() member of Train
draft
|
Sat, 27 Jun 2009 17:05:20 +0000 |
smatz |
(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and change its behaviour accordingly
draft
|
Thu, 25 Jun 2009 20:08:59 +0000 |
smatz |
(svn r16660) -Codechange: get rid of more dummy tile_type_procs
draft
|
Thu, 25 Jun 2009 19:23:09 +0000 |
smatz |
(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and change its behaviour accordingly
draft
|
Wed, 24 Jun 2009 19:26:41 +0000 |
smatz |
(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile()
draft
|
Wed, 24 Jun 2009 17:39:54 +0000 |
smatz |
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
draft
|
Sat, 06 Jun 2009 16:54:22 +0000 |
smatz |
(svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check
draft
|
Sun, 24 May 2009 16:52:42 +0000 |
frosch |
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted.
draft
|
Fri, 22 May 2009 22:33:05 +0000 |
rubidium |
(svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train
draft
|
Fri, 22 May 2009 22:22:46 +0000 |
rubidium |
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
draft
|
Fri, 22 May 2009 20:22:20 +0000 |
rubidium |
(svn r16390) -Codechange: move u.road to RoadVehicle.
draft
|
Fri, 22 May 2009 20:07:26 +0000 |
rubidium |
(svn r16388) -Codechange: move u.air to Aircraft
draft
|
Mon, 18 May 2009 01:26:23 +0000 |
smatz |
(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduce shiny new IsPlainRailTile()
draft
|
Tue, 21 Apr 2009 23:40:56 +0000 |
rubidium |
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
draft
|
Sun, 15 Mar 2009 00:32:18 +0000 |
rubidium |
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
draft
|
Fri, 20 Feb 2009 23:21:04 +0000 |
frosch |
(svn r15534) -Codechange: Rename some variables.
draft
|
Mon, 09 Feb 2009 21:20:05 +0000 |
rubidium |
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
draft
|
Mon, 09 Feb 2009 02:57:15 +0000 |
rubidium |
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
draft
|
Thu, 05 Feb 2009 17:48:08 +0000 |
frosch |
(svn r15360) -Fix: Flooding vehicles did not trigger an AI event.
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Wed, 21 Jan 2009 02:31:55 +0000 |
Yexo |
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
draft
|
Sun, 04 Jan 2009 15:32:25 +0000 |
smatz |
(svn r14828) -Codechange: move most of save/load-specific code to separate files
draft
|
Fri, 02 Jan 2009 22:42:05 +0000 |
rubidium |
(svn r14789) -Feature: allow scrolling with the left mouse button pressed (if enabled). Primarily useful for systems with touch screen (aapo)
draft
|
Sun, 28 Dec 2008 14:37:19 +0000 |
rubidium |
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
draft
|
Tue, 14 Oct 2008 18:38:51 +0000 |
rubidium |
(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)
draft
|
Tue, 30 Sep 2008 20:51:04 +0000 |
rubidium |
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
draft
|
Tue, 30 Sep 2008 20:39:50 +0000 |
rubidium |
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
draft
|
Sun, 07 Sep 2008 11:23:10 +0000 |
rubidium |
(svn r14258) -Codechange: rework the way to query the vehicle hash to make sure it always results in the same irregardless of the order of the hash-linked-list.
draft
|
Tue, 19 Aug 2008 10:55:33 +0000 |
smatz |
(svn r14103) -Fix [YAPP]: flooded trains didn't free their reservation
draft
|
Sat, 02 Aug 2008 22:54:07 +0000 |
rubidium |
(svn r13953) -Add [YAPP]: Free track reservations of crashed trains. (michi_cc)
draft
|
Sun, 27 Jul 2008 09:16:23 +0000 |
frosch |
(svn r13846) -Fix (r13838): Do not draw water borders inside of industries.
draft
|
Sun, 27 Jul 2008 09:12:18 +0000 |
frosch |
(svn r13845) -Fix (r13838): When adding a WaterClass to oilrig station tiles, also make use of it.
draft
|
Sat, 26 Jul 2008 16:14:10 +0000 |
frosch |
(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.
draft
|
Sat, 14 Jun 2008 01:08:59 +0000 |
belugas |
(svn r13513) -Codechange: Give proper message when building a river fails.
draft
|
Wed, 11 Jun 2008 16:22:07 +0000 |
rubidium |
(svn r13476) -Fix: draw canal borders for locks and when directly next to a aquaduct entrace but under the aqueduct.
draft
|
Wed, 11 Jun 2008 13:54:01 +0000 |
rubidium |
(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.
draft
|
Thu, 29 May 2008 15:13:28 +0000 |
rubidium |
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
draft
|