summaryrefslogtreecommitdiff
path: root/yapf/yapf.hpp
AgeCommit message (Collapse)Author
2006-09-06(svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and ↵glx
michi_cc :) ) -Cleanup: Removed UNITTEST preprocessor checks
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else ↵rubidium
{' -> '} else {', tabs between code and comment, etc.
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to ↵rubidium
date.[ch] -Cleanup: fix whitespace related coding style issues in date.[ch] -Cleanup: make original comments doxygen compatible and remove/change outdated comments
2006-06-01(svn r5066) -Feature: [YAPF] Train selects the best station platform by lengthKUDr
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.