summaryrefslogtreecommitdiff
path: root/yapf/yapf_base.hpp
AgeCommit message (Collapse)Author
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate ↵Darkvater
debugging levels to use in debug.h. grfmsg() is now used as a specific debug-function for grf.
2006-11-14(svn r7147) -CodeChange: Don't use references if they can refer to NULL (Tron)KUDr
2006-09-06(svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and ↵glx
michi_cc :) ) -Cleanup: Removed UNITTEST preprocessor checks
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines ↵rubidium
more uniform. -Cleanup: whitespace alignment of a few tables.
2006-08-27(svn r6166) -Fix: [YAPF] fixes one very improbable assert when adding ↵KUDr
startup node that already exists in the open-list (thanks Panzerfather)
2006-06-07(svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for ↵KUDr
trains
2006-06-04(svn r5093) -CodeChange: [YAPF] min. debug level changed from 1 to 3 and 4 ↵KUDr
for frequent debug messages (performance stats)
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-27(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous ↵KUDr
support and users for testing.