J0anJosep
|
edbb5f4f73
|
Doc: Remove some SmallVector references from documentation.
|
2020-12-27 18:40:18 +00:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
frosch
|
00af887048
|
(svn r24170) -Add: Methods for translating between NewGRFClass spec indices and user interface indices.
|
2012-04-22 16:28:32 +00:00 |
|
frosch
|
34969178db
|
(svn r24169) -Add: Make NewGRFClass distinguish between defined specs and specs visible for the user.
|
2012-04-22 16:28:27 +00:00 |
|
frosch
|
c841a78f69
|
(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetClassCount()
|
2012-04-22 16:28:19 +00:00 |
|
frosch
|
0f0e7e43cf
|
(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) into non-static members GetSpec(uint) and GetSpecCount().
|
2012-04-22 16:28:14 +00:00 |
|
frosch
|
cb43494488
|
(svn r24165) -Codechange: Split parts of static NewGRFClass::Assign() into non-static Insert().
|
2012-04-22 16:28:09 +00:00 |
|
frosch
|
48c44a8d21
|
(svn r24164) -Codechange: Split parts of static NewGRFClass::Reset() into non-static ResetClass().
|
2012-04-22 16:28:04 +00:00 |
|
frosch
|
b3c84fcbbd
|
(svn r24163) -Codechange: Make various members of NewGRFClass private.
|
2012-04-22 16:28:00 +00:00 |
|
frosch
|
6f4d2160c2
|
(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).
|
2012-04-22 16:27:55 +00:00 |
|
frosch
|
73d926c8d4
|
(svn r24161) -Add: Method to get a specific NewGRFClass.
|
2012-04-22 16:27:49 +00:00 |
|
rubidium
|
eb299736c1
|
(svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n].
|
2011-01-22 09:53:15 +00:00 |
|
alberth
|
f65a9a5515
|
(svn r21593) -Codechange: endif comment correcttions.
|
2010-12-22 10:50:32 +00:00 |
|
rubidium
|
cb4ab6a231
|
(svn r20405) -Add: generic class for "classes" for NewGRFs, e.g. the Station classes and Airport classes
|
2010-08-07 22:05:58 +00:00 |
|