Mercurial > hg > openttd
graph
-
(svn r24189) -Fix: when going to fullscreen and back, restore to the resolution you were, not to the fullscreen resolution (Windows only) draftMon, 30 Apr 2012 16:49:26 +0000, by truebrain
-
(svn r24186) -Feature: [NewGRF] Callback to set industry production level on construction. (andythenorth) draftSat, 28 Apr 2012 16:44:01 +0000, by frosch
-
(svn r24185) -Codechange: Deduplicate some only partly deduplicated code. draftSat, 28 Apr 2012 16:07:28 +0000, by frosch
-
(svn r24183) -Fix [FS#5169]: Town radii were not updated immediatelly after construction/destruction of houses, resulting in desyncs. draftThu, 26 Apr 2012 21:04:18 +0000, by frosch
-
(svn r24182) -Fix [FS#5169-ish]: The population of a town was computed incorrectly for overridden houses when loading a game. draftThu, 26 Apr 2012 21:03:34 +0000, by frosch
-
(svn r24180) -Codechange/feature-ish: add cache checker for the town's cache draftWed, 25 Apr 2012 21:06:31 +0000, by rubidium
-
(svn r24179) -Codechange: move some variables of Town to TownCache draftWed, 25 Apr 2012 20:50:13 +0000, by rubidium
-
(svn r24178) -Fix [FS#5110]: The object name from property A was not displayed in the object GUI. draftTue, 24 Apr 2012 20:01:34 +0000, by frosch
-
(svn r24177) -Fix (r0) [FS#5148]: The arctic "shops and offices" used the "church" sprite in one of its four views. draftTue, 24 Apr 2012 19:19:57 +0000, by frosch
-
(svn r24176) -Fix (r21772): The object GUI did not draw objects when all objects of a class are disabled. draftTue, 24 Apr 2012 17:27:50 +0000, by frosch
-
(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