OpenTTD/yapf
tron 1c21c645ae (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as large as any type of destinataion (StationID, DepotID, WaypointID) it can hold
DestinationID being a union of these types is just hassle without benefit and cannot be handled correctly everywhere because of local lack of information
2006-09-03 08:25:27 +00:00
..
unittest (svn r6084) -Fix r6073: if we removed MSVC6 support, then why is unittest.dsp still around... 2006-08-24 10:11:32 +00:00
array.hpp (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. 2006-05-27 16:12:16 +00:00
autocopyptr.hpp (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc. 2006-08-28 18:53:03 +00:00
binaryheap.hpp (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc. 2006-08-28 18:53:03 +00:00
blob.hpp (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc. 2006-08-28 18:53:03 +00:00
countedptr.hpp (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc. 2006-08-28 18:53:03 +00:00
crc32.hpp (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc. 2006-08-28 18:53:03 +00:00
fixedsizearray.hpp (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. 2006-05-27 16:12:16 +00:00
follow_track.cpp (svn r6245) -Add: added comments for all YAPF C interface functions (yapf.h) used by other modules, added FollowTrackInit() into YAPF track followers. 2006-08-30 21:10:25 +00:00
follow_track.hpp (svn r6160) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p) 2006-08-26 22:24:32 +00:00
hashtable.hpp (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. 2006-05-27 16:12:16 +00:00
nodelist.hpp (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. 2006-05-27 16:12:16 +00:00
track_dir.hpp (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. 2006-05-27 16:12:16 +00:00
yapf.h (svn r6245) -Add: added comments for all YAPF C interface functions (yapf.h) used by other modules, added FollowTrackInit() into YAPF track followers. 2006-08-30 21:10:25 +00:00
yapf.hpp (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc. 2006-08-28 18:53:03 +00:00
yapf_base.hpp (svn r6166) -Fix: [YAPF] fixes one very improbable assert when adding startup node that already exists in the open-list (thanks Panzerfather) 2006-08-27 09:50:43 +00:00
yapf_common.cpp (svn r5136) Fix various style bugs: 2006-06-05 18:10:43 +00:00
yapf_common.hpp (svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains 2006-06-07 21:16:43 +00:00
yapf_costbase.hpp (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. 2006-05-27 16:12:16 +00:00
yapf_costcache.hpp (svn r5934) -Cleanup: forgot some conversions to Year and to Date 2006-08-17 20:22:35 +00:00
yapf_costrail.hpp (svn r5163) - CodeChange: [YAPF] "treat first red two-way signal as dead end" is not applied if train didn't pass choice. 2006-06-07 21:18:08 +00:00
yapf_destrail.hpp (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as large as any type of destinataion (StationID, DepotID, WaypointID) it can hold 2006-09-03 08:25:27 +00:00
yapf_node.hpp (svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains 2006-06-07 21:16:43 +00:00
yapf_node_rail.hpp (svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains 2006-06-07 21:16:43 +00:00
yapf_node_road.hpp (svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains 2006-06-07 21:16:43 +00:00
yapf_rail.cpp (svn r5057) -Fix: [YAPF] trains can't find depot for servicing (thanks Smoky555) 2006-05-31 06:51:56 +00:00
yapf_road.cpp (svn r6164) -Fix [YAPF]: Road vehicles preferring bends - added yapf.road_curve_penalty setting with default value 100 (=YAPF_TILE_LENGTH) that is saved only in MP games (mart3p) 2006-08-27 07:23:46 +00:00
yapf_settings.h (svn r6164) -Fix [YAPF]: Road vehicles preferring bends - added yapf.road_curve_penalty setting with default value 100 (=YAPF_TILE_LENGTH) that is saved only in MP games (mart3p) 2006-08-27 07:23:46 +00:00
yapf_ship.cpp (svn r5136) Fix various style bugs: 2006-06-05 18:10:43 +00:00