------------------------------------------------------------------------ r22204 | planetmaker | 2011-03-05 18:28:10 +0000 (Sat, 05 Mar 2011) | 1 line -Change: Make the base costs for building and demolishing NewObjects also local to the individual NewGRFs ------------------------------------------------------------------------ r22203 | frosch | 2011-03-05 18:27:43 +0000 (Sat, 05 Mar 2011) | 1 line -Doc: Document 'override_features'. ------------------------------------------------------------------------ r22202 | rubidium | 2011-03-05 18:00:48 +0000 (Sat, 05 Mar 2011) | 2 lines -Codechange: make MusicFileSettings a proper citizen of the client settings ------------------------------------------------------------------------ r22201 | rubidium | 2011-03-05 17:59:51 +0000 (Sat, 05 Mar 2011) | 2 lines -Fix (r22188): make sure generate.vbs generates the same as generate ------------------------------------------------------------------------ r22200 | smatz | 2011-03-05 13:59:23 +0000 (Sat, 05 Mar 2011) | 1 line -Fix (r21642): removing a station order could stop when removing first automatic order ------------------------------------------------------------------------ r22199 | rubidium | 2011-03-05 11:34:31 +0000 (Sat, 05 Mar 2011) | 2 lines -Cleanup-ish: replace the shortcut macros for (gui)flags with their more clearly named (longer) constant names ------------------------------------------------------------------------ r22198 | rubidium | 2011-03-05 11:16:44 +0000 (Sat, 05 Mar 2011) | 2 lines -Codechange: make some constants name more explicit ------------------------------------------------------------------------ r22197 | rubidium | 2011-03-05 10:47:49 +0000 (Sat, 05 Mar 2011) | 2 lines -Cleanup: remove the distinction between conditional and non-conditional settings; with default from and to savegame versions all can be conditional. They previously were as well; the non-conditional ones were macros of the conditionals with to/from saveload versions hardcoded ------------------------------------------------------------------------ r22196 | rubidium | 2011-03-05 10:20:49 +0000 (Sat, 05 Mar 2011) | 2 lines -Codechange: use default values for the from and to of savegame versions as well ------------------------------------------------------------------------ r22195 | rubidium | 2011-03-05 10:13:14 +0000 (Sat, 05 Mar 2011) | 2 lines -Fix (r22188): make sure makedep picks up the newly generated settings.h so settings.cpp gets recompiled when needed ------------------------------------------------------------------------ r22194 | rubidium | 2011-03-05 10:12:03 +0000 (Sat, 05 Mar 2011) | 2 lines -Codechange: use the defaults feature of settingsgen to remove the need to state the "default" value for all items ------------------------------------------------------------------------ r22193 | planetmaker | 2011-03-05 09:55:09 +0000 (Sat, 05 Mar 2011) | 1 line -Fix: Invalidate the object build window when using the date cheat ------------------------------------------------------------------------ r22192 | rubidium | 2011-03-05 08:48:37 +0000 (Sat, 05 Mar 2011) | 2 lines -Fix (r22188): MSVC 2005 64 bits didn't build settings(gen), and as such compilation failed ------------------------------------------------------------------------ r22191 | glx | 2011-03-05 01:31:56 +0000 (Sat, 05 Mar 2011) | 1 line -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project ------------------------------------------------------------------------ r22190 | glx | 2011-03-04 23:44:10 +0000 (Fri, 04 Mar 2011) | 1 line -Fix (r22188): minor changes in project files ------------------------------------------------------------------------ r22189 | glx | 2011-03-04 22:47:43 +0000 (Fri, 04 Mar 2011) | 1 line -Fix (r22188): Add svn properties to the new files ------------------------------------------------------------------------ r22188 | glx | 2011-03-04 22:34:10 +0000 (Fri, 04 Mar 2011) | 1 line -Add: Generate the settings as part of the MSVC build process, and enable it in Makefile too ------------------------------------------------------------------------ r22187 | glx | 2011-03-04 22:25:07 +0000 (Fri, 04 Mar 2011) | 1 line -Fix: some reordering in source.list ------------------------------------------------------------------------ r22186 | rubidium | 2011-03-04 21:14:00 +0000 (Fri, 04 Mar 2011) | 2 lines -Fix: spelling mistake ------------------------------------------------------------------------ r22182 | translators | 2011-03-04 18:45:09 +0000 (Fri, 04 Mar 2011) | 4 lines -Update from WebTranslator v3.0: traditional_chinese - 18 changes by elleryq vietnamese - 7 changes by nglekhoi ------------------------------------------------------------------------ r22181 | yexo | 2011-03-04 12:12:48 +0000 (Fri, 04 Mar 2011) | 1 line -Fix (r20574): following a vehicle with a very high VehicleID was impossible ------------------------------------------------------------------------ r22180 | glx | 2011-03-04 00:27:17 +0000 (Fri, 04 Mar 2011) | 1 line -Fix: when using -static-libgcc, also use -static-libstdc++ ------------------------------------------------------------------------ r22179 | glx | 2011-03-03 23:34:14 +0000 (Thu, 03 Mar 2011) | 1 line -Fix (r22167): compilation on win32 ------------------------------------------------------------------------ r22177 | rubidium | 2011-03-03 21:43:24 +0000 (Thu, 03 Mar 2011) | 2 lines -Fix: make sure the right endianness is chosen with cross-compiling, and strndup is available in the binary for more exotic platforms ------------------------------------------------------------------------ r22176 | alberth | 2011-03-03 21:42:32 +0000 (Thu, 03 Mar 2011) | 1 line -Fix (r22167, r22171, r22172, r22173, r22174): Add svn properties to the new files. ------------------------------------------------------------------------ r22175 | yexo | 2011-03-03 21:24:03 +0000 (Thu, 03 Mar 2011) | 1 line -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 twice for the same station id ------------------------------------------------------------------------ r22174 | alberth | 2011-03-03 21:08:20 +0000 (Thu, 03 Mar 2011) | 1 line -Add: Generate the settings as part of the unix build process without using it (Rubidium) ------------------------------------------------------------------------ r22173 | alberth | 2011-03-03 21:06:24 +0000 (Thu, 03 Mar 2011) | 1 line -Add: Add preamble and postamble files before and after the generated settings data. ------------------------------------------------------------------------ r22172 | alberth | 2011-03-03 21:04:17 +0000 (Thu, 03 Mar 2011) | 1 line -Add: Add ini files containing the table/settings data. ------------------------------------------------------------------------ r22171 | alberth | 2011-03-03 20:59:59 +0000 (Thu, 03 Mar 2011) | 1 line -Add: Add settings generator program. ------------------------------------------------------------------------ r22170 | alberth | 2011-03-03 20:56:33 +0000 (Thu, 03 Mar 2011) | 1 line -Add: Add IGT_SEQUENCE type for loading ini group lines without further interpretation. ------------------------------------------------------------------------ r22169 | alberth | 2011-03-03 20:55:06 +0000 (Thu, 03 Mar 2011) | 1 line -Add: Add parameter to disable automatic group creation in IniLoadFile::GetGroup(). ------------------------------------------------------------------------ r22168 | alberth | 2011-03-03 20:53:09 +0000 (Thu, 03 Mar 2011) | 1 line -Codechange: Move ini file IO and file error reporting to virtual functions. ------------------------------------------------------------------------ r22167 | alberth | 2011-03-03 20:50:24 +0000 (Thu, 03 Mar 2011) | 1 line -Codechange: Extract IniLoadFile base class for loading ini files out of IniFile. ------------------------------------------------------------------------ r22165 | yexo | 2011-03-03 20:26:19 +0000 (Thu, 03 Mar 2011) | 1 line -Fix: [NewGRF] memory leak if an industry newgrf had more than one prop A or 15 ------------------------------------------------------------------------ r22164 | yexo | 2011-03-03 19:52:42 +0000 (Thu, 03 Mar 2011) | 1 line -Fix: [NewGRF] disable a station newgrf when it contains an unterminated spritelayout in action0 prop 08 instead of crashing openttd ------------------------------------------------------------------------ r22163 | yexo | 2011-03-03 19:26:18 +0000 (Thu, 03 Mar 2011) | 1 line -Fix [FS#4541]: building a station part adjacent to both an existing station and a rail waypoint failed ------------------------------------------------------------------------ r22162 | yexo | 2011-03-03 18:47:46 +0000 (Thu, 03 Mar 2011) | 1 line -Fix [FS#4533]: No update of NewGRF window when unknown GRF name becomes available ------------------------------------------------------------------------ r22161 | translators | 2011-03-03 18:45:13 +0000 (Thu, 03 Mar 2011) | 5 lines -Update from WebTranslator v3.0: traditional_chinese - 31 changes by elleryq japanese - 16 changes by kokubunzi vietnamese - 6 changes by nglekhoi ------------------------------------------------------------------------ r22160 | translators | 2011-03-02 18:45:12 +0000 (Wed, 02 Mar 2011) | 4 lines -Update from WebTranslator v3.0: traditional_chinese - 15 changes by elleryq romanian - 2 changes by kkmic ------------------------------------------------------------------------ r22159 | translators | 2011-03-01 18:45:12 +0000 (Tue, 01 Mar 2011) | 5 lines -Update from WebTranslator v3.0: german - 21 changes by NG hungarian - 1 changes by norbert79 thai - 1 changes by kidokun ------------------------------------------------------------------------ r22158 | translators | 2011-02-28 18:45:13 +0000 (Mon, 28 Feb 2011) | 5 lines -Update from WebTranslator v3.0: japanese - 39 changes by kokubunzi korean - 119 changes by junho2813, telk5093 slovenian - 30 changes by ------------------------------------------------------------------------ r22157 | yexo | 2011-02-28 15:24:35 +0000 (Mon, 28 Feb 2011) | 1 line -Fix: [NewGRF] industry prop 0x11 is 4-bytes long, not 3 bytes ------------------------------------------------------------------------ r22156 | translators | 2011-02-27 18:45:16 +0000 (Sun, 27 Feb 2011) | 6 lines -Update from WebTranslator v3.0: italian - 54 changes by lorenzodv japanese - 2 changes by kokubunzi slovenian - 30 changes by vietnamese - 3 changes by nglekhoi ------------------------------------------------------------------------ r22155 | smatz | 2011-02-27 13:59:20 +0000 (Sun, 27 Feb 2011) | 1 line -Codechange: one comment in saveload/station_sl.cpp was wrong ------------------------------------------------------------------------ r22154 | terkhen | 2011-02-27 11:38:28 +0000 (Sun, 27 Feb 2011) | 2 lines -Fix [FS#4529]: _current_company was modified when moving a client to spectators, causing issues in bankruptcy (Rubidium) ------------------------------------------------------------------------ r22153 | rubidium | 2011-02-27 06:36:14 +0000 (Sun, 27 Feb 2011) | 2 lines -Fix [FS#4536]: The Greek translation didn't work as it breached the 200.000 bytes "limit" for loading language files ------------------------------------------------------------------------ r22149 | rubidium | 2011-02-26 19:13:58 +0000 (Sat, 26 Feb 2011) | 2 lines -Fix [FS#4521]: Windows video driver crashed when it couldn't go to full screen at the resolution of the configuration file when starting OpenTTD ------------------------------------------------------------------------ r22148 | translators | 2011-02-26 18:45:17 +0000 (Sat, 26 Feb 2011) | 7 lines -Update from WebTranslator v3.0: basque - 2 changes by Thadah finnish - 1 changes by jpx_ french - 1 changes by Snail_ italian - 35 changes by Snail_ slovenian - 30 changes by ------------------------------------------------------------------------ r22147 | rubidium | 2011-02-26 17:59:36 +0000 (Sat, 26 Feb 2011) | 2 lines -Fix: remove all generated .o files in objs/lang upon clean ------------------------------------------------------------------------