summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-03-06(svn r22211) -Codechange: Unduplicate Off/On strings.alberth
2011-03-06(svn r22210) -Add: Add a variable for the value strings in the settings tables.alberth
2011-03-06(svn r22209) -Codechange: Move function declarations from ↵alberth
settings.h.preamble to the ini file that uses it.
2011-03-06(svn r22208) -Fix [FS#4543]: When downloading a file via HTTP failed mid-way ↵rubidium
and OpenTTD fell back to the old system the partial downloaded amount would be counted twice
2011-03-06(svn r22207) -Add: Add the copyright message to the new ini files.alberth
2011-03-06(svn r22206) -Revert-ish (r14526) / Unfix-ish [FS#3569] / Fix [FS#4545]: the ↵rubidium
"center" (for movement) of vehicles is (currently still) always at 4/8th original vehicle length from the front, so trains should stop at the same location regardless of the length of the front engine
2011-03-05(svn r22205) -Codechange: replace magic number with constantrubidium
2011-03-05(svn r22204) -Change: Make the base costs for building and demolishing ↵planetmaker
NewObjects also local to the individual NewGRFs
2011-03-05(svn r22203) -Doc: Document 'override_features'.frosch
2011-03-05(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the ↵rubidium
client settings
2011-03-05(svn r22200) -Fix (r21642): removing a station order could stop when ↵smatz
removing first automatic order
2011-03-05(svn r22199) -Cleanup-ish: replace the shortcut macros for (gui)flags with ↵rubidium
their more clearly named (longer) constant names
2011-03-05(svn r22198) -Codechange: make some constants name more explicitrubidium
2011-03-05(svn r22197) -Cleanup: remove the distinction between conditional and ↵rubidium
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
2011-03-05(svn r22196) -Codechange: use default values for the from and to of savegame ↵rubidium
versions as well
2011-03-05(svn r22194) -Codechange: use the defaults feature of settingsgen to remove ↵rubidium
the need to state the "default" value for all items
2011-03-05(svn r22193) -Fix: Invalidate the object build window when using the date cheatplanetmaker
2011-03-04(svn r22188) -Add: Generate the settings as part of the MSVC build process, ↵glx
and enable it in Makefile too
2011-03-04(svn r22186) -Fix: spelling mistakerubidium
2011-03-04(svn r22182) -Update from WebTranslator v3.0:translators
traditional_chinese - 18 changes by elleryq vietnamese - 7 changes by nglekhoi
2011-03-04(svn r22181) -Fix (r20574): following a vehicle with a very high VehicleID ↵yexo
was impossible
2011-03-03(svn r22179) -Fix (r22167): compilation on win32glx
2011-03-03(svn r22177) -Fix: make sure the right endianness is chosen with ↵rubidium
cross-compiling, and strndup is available in the binary for more exotic platforms
2011-03-03(svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 ↵yexo
twice for the same station id
2011-03-03(svn r22173) -Add: Add preamble and postamble files before and after the ↵alberth
generated settings data.
2011-03-03(svn r22172) -Add: Add ini files containing the table/settings data.alberth
2011-03-03(svn r22171) -Add: Add settings generator program.alberth
2011-03-03(svn r22170) -Add: Add IGT_SEQUENCE type for loading ini group lines without ↵alberth
further interpretation.
2011-03-03(svn r22169) -Add: Add parameter to disable automatic group creation in ↵alberth
IniLoadFile::GetGroup().
2011-03-03(svn r22168) -Codechange: Move ini file IO and file error reporting to ↵alberth
virtual functions.
2011-03-03(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini ↵alberth
files out of IniFile.
2011-03-03(svn r22165) -Fix: [NewGRF] memory leak if an industry newgrf had more than ↵yexo
one prop A or 15
2011-03-03(svn r22164) -Fix: [NewGRF] disable a station newgrf when it contains an ↵yexo
unterminated spritelayout in action0 prop 08 instead of crashing openttd
2011-03-03(svn r22163) -Fix [FS#4541]: building a station part adjacent to both an ↵yexo
existing station and a rail waypoint failed
2011-03-03(svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF ↵yexo
name becomes available
2011-03-03(svn r22161) -Update from WebTranslator v3.0:translators
traditional_chinese - 31 changes by elleryq japanese - 16 changes by kokubunzi vietnamese - 6 changes by nglekhoi
2011-03-02(svn r22160) -Update from WebTranslator v3.0:translators
traditional_chinese - 15 changes by elleryq romanian - 2 changes by kkmic
2011-03-01(svn r22159) -Update from WebTranslator v3.0:translators
german - 21 changes by NG hungarian - 1 changes by norbert79 thai - 1 changes by kidokun
2011-02-28(svn r22158) -Update from WebTranslator v3.0:translators
japanese - 39 changes by kokubunzi korean - 119 changes by junho2813, telk5093 slovenian - 30 changes by
2011-02-28(svn r22157) -Fix: [NewGRF] industry prop 0x11 is 4-bytes long, not 3 bytesyexo
2011-02-27(svn r22156) -Update from WebTranslator v3.0:translators
italian - 54 changes by lorenzodv japanese - 2 changes by kokubunzi slovenian - 30 changes by vietnamese - 3 changes by nglekhoi
2011-02-27(svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrongsmatz
2011-02-27(svn r22154) -Fix [FS#4529]: _current_company was modified when moving a ↵terkhen
client to spectators, causing issues in bankruptcy (Rubidium)
2011-02-27(svn r22153) -Fix [FS#4536]: The Greek translation didn't work as it ↵rubidium
breached the 200.000 bytes "limit" for loading language files
2011-02-26(svn r22149) -Fix [FS#4521]: Windows video driver crashed when it couldn't ↵rubidium
go to full screen at the resolution of the configuration file when starting OpenTTD
2011-02-26(svn r22148) -Update from WebTranslator v3.0:translators
basque - 2 changes by Thadah finnish - 1 changes by jpx_ french - 1 changes by Snail_ italian - 35 changes by Snail_ slovenian - 30 changes by
2011-02-26(svn r22146) -Fix: don't run savegame conversion during SlNullPointers; the ↵rubidium
pointer might not be converted or be NULL at that point
2011-02-25(svn r22145) -Codechange: Do explicit test for non-bool values.alberth
2011-02-25(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'alberth
2011-02-25(svn r22143) -Update from WebTranslator v3.0:translators
frisian - 59 changes by Taeke irish - 58 changes by tem slovenian - 30 changes by