Mercurial > hg > openttd
graph
-
(svn r24175) -Fix (r24171): Make sure to select a object class with visible objects when opening the object GUI. draftTue, 24 Apr 2012 17:26:08 +0000, by frosch
-
(svn r24172) -Cleanup: Lighthouse and transmitter no longer need special treatment to not appear in the object GUI. draftSun, 22 Apr 2012 16:28:42 +0000, by frosch
-
(svn r24171) -Fix [FS#4967, FS#5120]: Hide object specs/classes from the GUI, if they will never be available to the user. draftSun, 22 Apr 2012 16:28:37 +0000, by frosch
-
(svn r24170) -Add: Methods for translating between NewGRFClass spec indices and user interface indices. draftSun, 22 Apr 2012 16:28:32 +0000, by frosch
-
(svn r24169) -Add: Make NewGRFClass distinguish between defined specs and specs visible for the user. draftSun, 22 Apr 2012 16:28:27 +0000, by frosch
-
(svn r24168) -Codechange: Simplify default station class instantiation. draftSun, 22 Apr 2012 16:28:23 +0000, by frosch
-
(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetClassCount() draftSun, 22 Apr 2012 16:28:19 +0000, by frosch
-
(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) into non-static members GetSpec(uint) and GetSpecCount(). draftSun, 22 Apr 2012 16:28:14 +0000, by frosch
-
(svn r24165) -Codechange: Split parts of static NewGRFClass::Assign() into non-static Insert(). draftSun, 22 Apr 2012 16:28:09 +0000, by frosch
-
(svn r24164) -Codechange: Split parts of static NewGRFClass::Reset() into non-static ResetClass(). draftSun, 22 Apr 2012 16:28:04 +0000, by frosch
-
(svn r24163) -Codechange: Make various members of NewGRFClass private. draftSun, 22 Apr 2012 16:28:00 +0000, by frosch
-
(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). draftSun, 22 Apr 2012 16:27:55 +0000, by frosch
-
(svn r24161) -Add: Method to get a specific NewGRFClass. draftSun, 22 Apr 2012 16:27:49 +0000, by frosch