summaryrefslogtreecommitdiff
path: root/yapf
AgeCommit message (Collapse)Author
2006-05-31(svn r5057) -Fix: [YAPF] trains can't find depot for servicing (thanks Smoky555)KUDr
2006-05-30(svn r5037) -Fix: assert when GetVehicleTrackdir() returns wrong trackdir - ↵KUDr
introduced by r5033 (thanks yanek)
2006-05-30(svn r5033) -CodeChange: [YAPF] RoadFindPathToStop() can now use YAPF for ↵KUDr
multistop handling.
2006-05-29(svn r5018) [YAPF] Added some comments to YAPF implementation.KUDr
2006-05-29(svn r5013) -Fix: [YAPF] RVs trying to plan route through railway.KUDr
Should fix assert("(GetTileTrackStatus(m_old_tile, TT()) & TrackdirToTrackdirBits(m_old_td)) != 0") Thanks Celestar for the reproducible case.
2006-05-28(svn r5006) Added comments where doxygen generated warnings to test if it ↵KUDr
can help.
2006-05-27(svn r4992) - Fix: [YAPF] error "too many arguments to function `void * ↵KUDr
operator new(unsigned int)'" on MorphOS
2006-05-27(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous ↵KUDr
support and users for testing.