Sat, 30 Oct 2010 17:51:07 +0000 |
alberth |
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
draft
|
Thu, 26 Aug 2010 22:01:16 +0000 |
rubidium |
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
draft
|
Mon, 09 Aug 2010 10:59:30 +0000 |
terkhen |
(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with an existing define on MinGW).
draft
|
Mon, 09 Aug 2010 07:32:04 +0000 |
frosch |
(svn r20423) -Change [FS#3947]: Make snow on bridges depend on bridgeheight.
draft
|
Mon, 09 Aug 2010 07:30:50 +0000 |
frosch |
(svn r20422) -Change [FS#3947]: Resolve tracksprites on bridges always using the southern bridgehead as tile.
draft
|
Mon, 09 Aug 2010 07:10:42 +0000 |
frosch |
(svn r20420) -Codechange: Add TileContext enum instead of using a bool.
draft
|
Sun, 01 Aug 2010 19:22:34 +0000 |
frosch |
(svn r20283) -Codechange: Unify start of doygen comments.
draft
|
Tue, 13 Jul 2010 23:33:31 +0000 |
rubidium |
(svn r20137) -Fix [FS#3945]: desync due to (temporary) wrong railtype; when loading a savegame the railtype of some (high ID) trains could be wrong.
draft
|
Mon, 12 Jul 2010 18:15:37 +0000 |
frosch |
(svn r20132) -Fix [FS#3944](r20126): There can also be halftile foundations on slopes with opposite corners raised.
draft
|
Sun, 11 Jul 2010 17:28:19 +0000 |
frosch |
(svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAIL_GROUND_HALF_SNOW. That is, resolve the sprites for upper and lower part of the foundation independently.
draft
|
Tue, 11 May 2010 21:02:26 +0000 |
rubidium |
(svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88)
draft
|
Sun, 07 Feb 2010 22:22:54 +0000 |
peter1138 |
(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...)
draft
|
Fri, 15 Jan 2010 18:23:52 +0000 |
rubidium |
(svn r18812) -Codechange: make some functions in train.h functions of Train.
draft
|
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
|
Sun, 04 Oct 2009 17:16:41 +0000 |
rubidium |
(svn r17693) -Cleanup: remove some unneeded includes
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Fri, 24 Jul 2009 11:15:11 +0000 |
rubidium |
(svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile
draft
|
Wed, 22 Jul 2009 08:59:57 +0000 |
rubidium |
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
draft
|
Wed, 01 Jul 2009 22:22:01 +0000 |
smatz |
(svn r16717) -Codechange: make IsFrontEngine() member of Train
draft
|
Tue, 26 May 2009 22:10:13 +0000 |
smatz |
(svn r16441) -Codechange: new class SpecializedVehicle used as superclass for all vehicle types
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
|
Mon, 18 May 2009 01:35:15 +0000 |
smatz |
(svn r16350) -Codechange: make some 'rail track is present' checks more 'secure'
draft
|
Mon, 18 May 2009 01:26:23 +0000 |
smatz |
(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduce shiny new IsPlainRailTile()
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
|
Sat, 14 Mar 2009 18:16:29 +0000 |
rubidium |
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
draft
|
Thu, 05 Feb 2009 02:07:13 +0000 |
michi_cc |
(svn r15348) -Fix (r15347): Preferred pylon position is dependant on the masked wires as well.
draft
|
Thu, 05 Feb 2009 01:33:59 +0000 |
michi_cc |
(svn r15347) -Feature [FS#1761]: Don't draw superfluous catenary wires (based on a patch by Eddi).
draft
|
Wed, 04 Feb 2009 15:01:37 +0000 |
smatz |
(svn r15334) -Codechange: reset setting to old value when the callback procedure returns false
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Sun, 25 Jan 2009 19:27:13 +0000 |
peter1138 |
(svn r15271) -Codechange: Use offsets for drawing elrail wires & pylons instead of absolute sprite IDs.
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
|
Thu, 11 Sep 2008 19:44:30 +0000 |
frosch |
(svn r14292) -Cleanup (r11128): Move an 'if' out of a loop as it does not need to be iterated. (spotted by smatz)
draft
|
Mon, 25 Aug 2008 20:54:34 +0000 |
smatz |
(svn r14176) -Fix: better 'safe' than ... 'save'
draft
|
Tue, 08 Jul 2008 15:10:23 +0000 |
rubidium |
(svn r13681) -Revert (r13678, r13677): the fixes didn't work in all cases (assertions on savegame loads).
draft
|
Wed, 14 May 2008 18:31:21 +0000 |
smatz |
(svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits
draft
|
Thu, 08 May 2008 16:48:29 +0000 |
smatz |
(svn r13016) -Codechange: unify the detection if rail catenary should be drawn
draft
|
Tue, 06 May 2008 15:11:33 +0000 |
rubidium |
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
draft
|
Tue, 29 Apr 2008 21:31:29 +0000 |
peter1138 |
(svn r12924) -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
draft
|
Wed, 23 Apr 2008 20:22:31 +0000 |
smatz |
(svn r12854) -Codechange: make drawing of rail catenary a bit faster
draft
|
Wed, 23 Apr 2008 19:47:23 +0000 |
smatz |
(svn r12853) -Fix: catenary on tunnel entrances and middle bridge pieces was drawn twice in some cases
draft
|
Thu, 03 Apr 2008 19:55:40 +0000 |
smatz |
(svn r12547) -Feature: invisibility options to make objects invisible instead of transparent
draft
|
Mon, 31 Mar 2008 00:17:39 +0000 |
rubidium |
(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
draft
|
Tue, 25 Mar 2008 12:10:13 +0000 |
peter1138 |
(svn r12410) -Codechange: abstract out the test for catenary on electric rails
draft
|
Thu, 14 Feb 2008 15:59:16 +0000 |
frosch |
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
draft
|
Sun, 10 Feb 2008 15:53:26 +0000 |
smatz |
(svn r12103) -Feature(tte): separate catenary transparency settings from building transparency settings
draft
|
Fri, 25 Jan 2008 15:47:58 +0000 |
frosch |
(svn r11983) -Codechange: Add some helper functions for slopes and use them.
draft
|
Thu, 24 Jan 2008 10:47:44 +0000 |
peter1138 |
(svn r11971) -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead of for-loops
draft
|
Wed, 23 Jan 2008 23:22:47 +0000 |
smatz |
(svn r11969) -Codechange: documentation update, there are no 'track bits under bridge' anymore
draft
|
Wed, 23 Jan 2008 22:34:04 +0000 |
smatz |
(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
draft
|
Sun, 13 Jan 2008 14:37:30 +0000 |
rubidium |
(svn r11834) -Codechange: only include settings_type.h if needed.
draft
|
Sun, 13 Jan 2008 01:21:35 +0000 |
rubidium |
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
draft
|
Sat, 12 Jan 2008 14:10:35 +0000 |
rubidium |
(svn r11818) -Codechange: split player.h into smaller pieces.
draft
|
Wed, 09 Jan 2008 21:27:39 +0000 |
rubidium |
(svn r11801) -Codechange: remove some unneeded includes from some header files.
draft
|
Wed, 09 Jan 2008 21:05:03 +0000 |
rubidium |
(svn r11800) -Codechange: move some functions to a more logical location + some type safety.
draft
|
Wed, 09 Jan 2008 09:45:45 +0000 |
rubidium |
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
draft
|
Thu, 27 Dec 2007 13:35:39 +0000 |
rubidium |
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
draft
|
Tue, 25 Dec 2007 11:26:07 +0000 |
rubidium |
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
draft
|
Fri, 21 Dec 2007 07:38:36 +0000 |
rubidium |
(svn r11672) -Codechange: refactor some stuff out of gui.h.
draft
|