summaryrefslogtreecommitdiff
path: root/src/cmd_helper.h
AgeCommit message (Collapse)Author
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-12-27Cleanup: Remove unnecessary assert_tcompile macroCharles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2012-01-03(svn r23742) -Revert (r23735): for some reason gcc-trunk is more picky than ↵rubidium
basically everything else :(
2012-01-03(svn r23735) -Codechange: remove ~50 includes from headers that weren't neededrubidium
2011-05-21(svn r22481) -Fix: compilation with recent GCCsmatz
2011-05-01(svn r22405) -Document: some more "random-ish" tidbitsrubidium
2010-12-22(svn r21593) -Codechange: endif comment correcttions.alberth
2010-04-17(svn r19654) -Codechange: Use Extract<> in more places.frosch
2010-04-13(svn r19616) -Codechange: Increase transparency of 'Extract' by passing also ↵frosch
the number of used bits.
2010-04-11(svn r19605) -Codechange: Merge ExtractBits into EnumPropsT.frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the ↵rubidium
sources too
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add ↵rubidium
something more than whitespace as description of files that don't have a description.
2007-12-23(svn r11689) -Fix: compilation error and most of warnings for gcc 4.3smatz
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more ↵rubidium
logical locations.
2007-12-18(svn r11663) -Codechange: moving of the road related types and functions.rubidium
2007-12-18(svn r11661) -Codechange: some header reworks in order to try to reduce the ↵rubidium
compile time of OpenTTD by reduce the amount of circular-ish dependencies.
2007-02-24(svn r8876) -Fixtron
Replace tests with magic numbers by a simple extraction template for command parameters