summaryrefslogtreecommitdiff
path: root/src/yapf
AgeCommit message (Collapse)Author
2008-11-26(svn r14634) -Change: _rdtsc is defined by some platforms so we can't use ↵rubidium
that name.
2008-10-01(svn r14428) -Fix [FS#2306]: A 90-degree curve can be a safe waiting ↵michi_cc
position if they are forbidden for trains.
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* ↵rubidium
client so it is immediatelly clear which one you are working with.
2008-09-17(svn r14351) -Codechange: call CFollowTrackT::GetSingleTramBit() only if we ↵smatz
know it is a tram, so compiler doesn't generate code for trains and ships
2008-09-12(svn r14305) -Fix [FS#2294] (r5033): [YAPF] Only reserve road slots for ↵frosch
multistop when they are really reachable.
2008-09-09(svn r14286) -Fix [FS#2265]: If a change of conventional/electric rail ↵michi_cc
coincided with the start of a station platform, stale reservations could be left behind.
2008-08-11(svn r14048) -Fix (r14019) [FS#2222]: Redo the check for reserved tracks ↵rubidium
properly this time. (michi_cc)
2008-08-08(svn r14024) -Fix (r14019) [YAPP]: YAPF also skips tunnels and bridges. ↵smatz
Honor that in penalty calculations. (michi_cc)
2008-08-08(svn r14023) -Fix (r13944) [YAPP]: If YAPF encountered a dead-end that had a ↵smatz
signal on it, is could be falsely seen as a valid destination. (michi_cc)
2008-08-08(svn r14019) -Fix [FS#2205]: game crash after order skip while waiting for ↵rubidium
free path (michi_cc).
2008-08-03(svn r13985) -Fix (r13944): gcc 2.95 compilationsmatz
2008-08-02(svn r13945) -Codechange [YAPP]: Extend CFollowTrackT to not require a ↵rubidium
Vehicle when following rail. (michi_cc)
2008-08-02(svn r13944) -Add [YAPP]: Add YAPF provider to find a safe tile and reserve ↵rubidium
a path. (michi_cc)
2008-08-02(svn r13943) -Codechange [YAPP]: Reserved station tiles can now be penalized ↵rubidium
more in YAPF. This should help with spread out stations. (michi_cc)
2008-08-02(svn r13942) -Codechange [YAPP]: Add a penalty for double slips to YAPF. ↵rubidium
(michi_cc)
2008-08-02(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. ↵rubidium
(michi_cc)
2008-08-02(svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc)rubidium
2008-08-02(svn r13939) -Add [YAPP]: Extend YAPF with the possibility to override the ↵rubidium
railtype info of the vehicle. (michi_cc)
2008-08-02(svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. ↵rubidium
(michi_cc)
2008-06-11(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.rubidium
2008-06-02(svn r13357) -Codechange: add constness to YAPF.rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the ↵rubidium
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
2008-05-14(svn r13090) -Codechange: add functions for direct conversion from ↵smatz
DiagDirection to Track and Trackbits
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add ↵rubidium
something more than whitespace as description of files that don't have a description.
2008-05-06(svn r12969) -Codechange: remove a completely pointless file.rubidium
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and ↵rubidium
depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
2008-04-17(svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler ↵smatz
function can be used
2008-04-17(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()smatz
2008-04-06(svn r12588) -Codechange: do not access the destination of an order directly.rubidium
2008-04-05(svn r12584) -Codechange: do not access the order type directly.rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and ↵rubidium
station_func.h.
2008-03-28(svn r12467) -Codechange: move DepotID to a more logical location.rubidium
2008-03-22(svn r12392) -Fix (r12391): Remove yapf/follow_track.cpp again.maedhros
2008-03-22(svn r12391) -Feature: Show whether a town is a "city" in the town ↵maedhros
description title bar.
2008-02-28(svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on ↵frosch
steep slopes.
2008-02-25(svn r12252) -Fix [FS#1801]: Broken FollowTrack_t related functions (thanks ↵KUDr
michi_cc). -Fixed by removing FollowTrack_t structure and all related functions. Their purpose was to allow to call track followers from C code. They were: 1. never used 2. obsoleted by switching to C++
2008-02-20(svn r12199) -Codechange: Remove magic around the results of ↵frosch
GetTileTrackStatus().
2008-02-20(svn r12190) -Fix [FS#1786](r8080): YAPF always shows 0ms PF time in debug ↵smatz
for debug level 2 (patch by IguannaB)
2008-02-14(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), ↵frosch
IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
2008-02-05(svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpecbelugas
-Codechange: Remove direct access to the _bridge table in favor of the above mentioned GetBridgeSpec -Codechange: Rationalize the use of Bridge type pointer
2008-02-04(svn r12056) -Fix [FS#1704]: Enable YAPF to start searching inside a wormhole.frosch
2008-02-01(svn r12035) -Fix [FS#1702]: Teach YAPF where trams can reverse, and where not.frosch
2008-01-23(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use ↵smatz
GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
2008-01-23(svn r11960) -Cleanup: simplify some IsTunnel(Tile) / IsBridge(Tile) conditionssmatz
2008-01-22(svn r11946) -Fix: slope detection of bridge ramps.frosch
YAPF failed for steep slopes. Trolly failed for a lot.
2008-01-09(svn r11800) -Codechange: move some functions to a more logical location + ↵rubidium
some type safety.
2008-01-07(svn r11774) -Change: do not include variables.h in a header when it is not ↵rubidium
needed.
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of ↵rubidium
useless includes.
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium