summaryrefslogtreecommitdiff
path: root/src/company_type.h
AgeCommit message (Collapse)Author
2011-05-19(svn r22479) -Codechange/Fix: Months != quarters. (xi)frosch
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-01-14(svn r21797) -Fix/Change: unify the size (in characters) of the string ↵rubidium
inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long
2010-12-05(svn r21412) -Codechange: limit company name by amount of characters, not bytesrubidium
2010-12-05(svn r21408) -Codechange: limit president name by amount of characters, not ↵rubidium
bytes
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT ↵smatz
and DECLARE_ENUM_AS_BIT_SET
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-03(svn r17058) -Codechange: magic numbers removal.belugas
Two values used intead of just one, as it gives more possibilities to those who dare...
2008-12-24(svn r14735) -Codechange: remove a bit of bit-waste in the map array ↵rubidium
(without changing the map array) and make the CompanyIDs contiguous. -Note: 15 should be enough for now... making it any more means adding more bytes to the map array and thus wasting more bits instead of reducing the bit waste.
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium