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
|
Mon, 14 Sep 2009 12:22:57 +0000 |
rubidium |
(svn r17534) -Codechange: unify the naming of callback masks/flags
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Wed, 05 Aug 2009 17:59:21 +0000 |
rubidium |
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
draft
|
Mon, 03 Aug 2009 09:10:28 +0000 |
rubidium |
(svn r17050) -Codechange: replace custom implementation of TILE_LOOP with 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
|
Fri, 24 Jul 2009 11:47:12 +0000 |
rubidium |
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written.
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 10:18:19 +0000 |
rubidium |
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
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, 22 Jul 2009 08:52:41 +0000 |
rubidium |
(svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/
draft
|
Tue, 21 Jul 2009 22:37:10 +0000 |
rubidium |
(svn r16907) -Codechange: make a more clear distinction between reservation functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits?
draft
|
Tue, 21 Jul 2009 11:20:34 +0000 |
rubidium |
(svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too
draft
|
Tue, 21 Jul 2009 11:11:05 +0000 |
rubidium |
(svn r16896) -Codechange: make station spec allocation and station animation functions work for both stations and waypoints
draft
|
Mon, 20 Jul 2009 16:30:37 +0000 |
rubidium |
(svn r16888) -Fix (r16864): crash when trying to build (some?) NewGRF waypoints
draft
|
Fri, 17 Jul 2009 21:06:06 +0000 |
rubidium |
(svn r16864) -Codechange: make Waypoints a subclass of BaseStation.
draft
|
Fri, 17 Jul 2009 19:44:13 +0000 |
rubidium |
(svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints.
draft
|
Thu, 16 Jul 2009 20:40:06 +0000 |
smatz |
(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid CargoSpecs
draft
|
Thu, 16 Jul 2009 19:00:13 +0000 |
smatz |
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
draft
|
Thu, 25 Jun 2009 15:54:06 +0000 |
smatz |
(svn r16655) -Codechange: use IsRailwayStationTile() more
draft
|
Wed, 24 Jun 2009 17:39:54 +0000 |
smatz |
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
draft
|
Tue, 23 Jun 2009 21:44:48 +0000 |
smatz |
(svn r16640) -Codechange: move roadstop stuff to separate files
draft
|
Sun, 24 May 2009 21:09:00 +0000 |
rubidium |
(svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts.
draft
|
Sat, 23 May 2009 15:25:52 +0000 |
rubidium |
(svn r16402) -Codechange: make Resolve a function of SpriteGroup
draft
|
Sat, 23 May 2009 12:13:42 +0000 |
rubidium |
(svn r16396) -Codechange: split NewGRF spritegroup into multiple subclasses instead of using a big union
draft
|
Sun, 05 Apr 2009 08:06:40 +0000 |
peter1138 |
(svn r15957) -Fix (r4767): Set callback_param1 (var 10) to 1 only when requested.
draft
|
Sun, 05 Apr 2009 08:01:36 +0000 |
peter1138 |
(svn r15956) -Codechange: Enumorize station spec flags.
draft
|
Mon, 09 Feb 2009 22:49:28 +0000 |
peter1138 |
(svn r15436) -Codechange: Return index of station spec within station class as a return parameter of GetCustomStationSpecByGrf(), as the index is already known. Saves on an extra loop and an extern...
draft
|
Mon, 09 Feb 2009 02:57:15 +0000 |
rubidium |
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Mon, 12 Jan 2009 17:11:45 +0000 |
truebrain |
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see.
draft
|
Sat, 10 Jan 2009 14:30:01 +0000 |
rubidium |
(svn r14956) -Fix [FS#1832]: building new station parts didn't allocate a new station spec effectively breaking variable 41. This was due to the limited number of station specs that we can have per station. This fix makes newly build station parts create a new spec until one cannot allocate new station specs anymore and it'll revert to the old behaviour (sharing station specs).
draft
|
Sat, 10 Jan 2009 00:31:47 +0000 |
rubidium |
(svn r14949) -Cleanup: pointer coding style
draft
|
Sat, 22 Nov 2008 16:04:11 +0000 |
frosch |
(svn r14606) -Codechange: Unify usage of PALETTE_MODIFIER_TRANSPARENT and PALETTE_MODIFIER_COLOR in spritelayout drawing.
draft
|
Sat, 18 Oct 2008 17:20:31 +0000 |
frosch |
(svn r14487) -Fix: The station picker preview did not draw child sprites.
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
|
Tue, 09 Sep 2008 12:26:25 +0000 |
smatz |
(svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() and IsRailWaypoint() checks at several places
draft
|
Sat, 02 Aug 2008 22:57:03 +0000 |
rubidium |
(svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc)
draft
|
Wed, 30 Jul 2008 18:23:12 +0000 |
frosch |
(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
draft
|
Sun, 27 Jul 2008 18:36:11 +0000 |
frosch |
(svn r13851) -Fix (r9393): GetTownByTile() is only valid for houses and roads.
draft
|
Fri, 25 Jul 2008 22:37:34 +0000 |
smatz |
(svn r13830) -Feature: show additional NewGRF info in the Tile Info window for stations, houses and industries
draft
|
Sat, 19 Jul 2008 10:10:21 +0000 |
rubidium |
(svn r13734) -Fix: NewGRF rail continuation would always mark a tunnel on the same axis as connected, even when the tunnel faces the wrong direction.
draft
|
Wed, 23 Apr 2008 22:16:41 +0000 |
rubidium |
(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
draft
|
Mon, 21 Apr 2008 11:29:01 +0000 |
rubidium |
(svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations.
draft
|
Sun, 20 Apr 2008 08:43:31 +0000 |
rubidium |
(svn r12801) -Codechange: remove the dependency of function.h in town_map.h
draft
|
Sun, 20 Apr 2008 08:22:59 +0000 |
rubidium |
(svn r12800) -Codechange: move the animated tile related functions out of texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
draft
|
Sat, 19 Apr 2008 23:34:42 +0000 |
peter1138 |
(svn r12799) -Fix (r12798): Empty for-loop warnings from gcc 4.3+
draft
|
Sat, 19 Apr 2008 23:19:12 +0000 |
peter1138 |
(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks to mart3p for samples and fixes)
draft
|
Thu, 17 Apr 2008 06:53:52 +0000 |
peter1138 |
(svn r12747) -Codechange: Add varaction retrieval of station animation frame
draft
|
Sat, 12 Apr 2008 22:11:21 +0000 |
peter1138 |
(svn r12674) -Fix [FS#1902]: Colour remaps on station sprites only worked for company colours.
draft
|
Mon, 31 Mar 2008 00:06:17 +0000 |
rubidium |
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
draft
|
Thu, 27 Mar 2008 21:36:16 +0000 |
glx |
(svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.
draft
|
Sat, 15 Mar 2008 13:21:31 +0000 |
smatz |
(svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script
draft
|
Wed, 20 Feb 2008 17:49:50 +0000 |
frosch |
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
draft
|
Fri, 15 Feb 2008 18:40:42 +0000 |
frosch |
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
draft
|
Fri, 15 Feb 2008 18:34:26 +0000 |
frosch |
(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
draft
|
Thu, 31 Jan 2008 17:46:08 +0000 |
frosch |
(svn r12028) -Codechange: Split common part of station var 0x67, house var 0x62, indtile var 0x60 and industry var 0x62 to 'newgrf_commons.cpp'.
draft
|
Wed, 16 Jan 2008 18:34:53 +0000 |
peter1138 |
(svn r11881) -Cleanup: Code style for global variables.
draft
|
Tue, 15 Jan 2008 10:36:51 +0000 |
peter1138 |
(svn r11859) -Codechange: Update newgrf station class dropdown to use new method of generating list.
draft
|