Age | Commit message (Expand) | Author |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-08 | (svn r14921) -Fix [FS#2507]: Do not try to calculate a center of a train-stat... | frosch |
2008-12-20 | (svn r14703) -Fix (r8735): [YAPF] YapfRoadVehDistanceToTile() shall not abort... | frosch |
2008-11-26 | (svn r14634) -Change: _rdtsc is defined by some platforms so we can't use tha... | rubidium |
2008-10-01 | (svn r14428) -Fix [FS#2306]: A 90-degree curve can be a safe waiting position... | michi_cc |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-17 | (svn r14351) -Codechange: call CFollowTrackT::GetSingleTramBit() only if we k... | smatz |
2008-09-12 | (svn r14305) -Fix [FS#2294] (r5033): [YAPF] Only reserve road slots for multi... | frosch |
2008-09-09 | (svn r14286) -Fix [FS#2265]: If a change of conventional/electric rail coinci... | michi_cc |
2008-08-11 | (svn r14048) -Fix (r14019) [FS#2222]: Redo the check for reserved tracks prop... | rubidium |
2008-08-08 | (svn r14024) -Fix (r14019) [YAPP]: YAPF also skips tunnels and bridges. Honor... | smatz |
2008-08-08 | (svn r14023) -Fix (r13944) [YAPP]: If YAPF encountered a dead-end that had a ... | smatz |
2008-08-08 | (svn r14019) -Fix [FS#2205]: game crash after order skip while waiting for fr... | rubidium |
2008-08-03 | (svn r13985) -Fix (r13944): gcc 2.95 compilation | smatz |
2008-08-02 | (svn r13945) -Codechange [YAPP]: Extend CFollowTrackT to not require a Vehicl... | rubidium |
2008-08-02 | (svn r13944) -Add [YAPP]: Add YAPF provider to find a safe tile and reserve a... | rubidium |
2008-08-02 | (svn r13943) -Codechange [YAPP]: Reserved station tiles can now be penalized ... | rubidium |
2008-08-02 | (svn r13942) -Codechange [YAPP]: Add a penalty for double slips to YAPF. (mic... | rubidium |
2008-08-02 | (svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi... | rubidium |
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 ra... | rubidium |
2008-08-02 | (svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. (... | rubidium |
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 settin... | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-14 | (svn r13090) -Codechange: add functions for direct conversion from DiagDirect... | smatz |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
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 de... | rubidium |
2008-04-17 | (svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function... | smatz |
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 station_fun... | rubidium |
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 descriptio... | maedhros |
2008-02-28 | (svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on st... | frosch |
2008-02-25 | (svn r12252) -Fix [FS#1801]: Broken FollowTrack_t related functions (thanks m... | KUDr |
2008-02-20 | (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat... | frosch |
2008-02-20 | (svn r12190) -Fix [FS#1786](r8080): YAPF always shows 0ms PF time in debug fo... | smatz |
2008-02-14 | (svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]()... | frosch |
2008-02-05 | (svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec | belugas |
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 GetTunne... | smatz |
2008-01-23 | (svn r11960) -Cleanup: simplify some IsTunnel(Tile) / IsBridge(Tile) conditions | smatz |
2008-01-22 | (svn r11946) -Fix: slope detection of bridge ramps. | frosch |
2008-01-09 | (svn r11800) -Codechange: move some functions to a more logical location + so... | rubidium |