Commit Graph

12 Commits (118bb9a193002653492b5a84ce048ced23adaea6)

Author SHA1 Message Date
frosch 14bd0dad91 (svn r24170) -Add: Methods for translating between NewGRFClass spec indices and user interface indices. 12 years ago
frosch ed1fb53859 (svn r24169) -Add: Make NewGRFClass distinguish between defined specs and specs visible for the user. 12 years ago
frosch 97608f0814 (svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetClassCount() 12 years ago
frosch 3d7ac6af1a (svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) into non-static members GetSpec(uint) and GetSpecCount(). 12 years ago
frosch 0fe80ca50c (svn r24165) -Codechange: Split parts of static NewGRFClass::Assign() into non-static Insert(). 12 years ago
frosch 0edc3bf8db (svn r24164) -Codechange: Split parts of static NewGRFClass::Reset() into non-static ResetClass(). 12 years ago
frosch d42bd940b2 (svn r24162) -Codechange: Remove NewGRFClass::GetName() and SetName() in favour of using Get() and direct member access (which is needed anyway for GRF string resolving). 12 years ago
frosch a4fd74b363 (svn r24161) -Add: Method to get a specific NewGRFClass. 12 years ago
rubidium eb2197f4c8 (svn r22410) -Document: some more bits ;) 13 years ago
rubidium 43c8073551 (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 14 years ago
rubidium 360d6daf34 (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
rubidium abcd7ffa5f (svn r20405) -Add: generic class for "classes" for NewGRFs, e.g. the Station classes and Airport classes 14 years ago