summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 NewObj...planetmaker
2011-03-05(svn r22203) -Doc: Document 'override_features'.frosch
2011-03-05(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the clie...rubidium
2011-03-05(svn r22200) -Fix (r21642): removing a station order could stop when removing...smatz
2011-03-05(svn r22199) -Cleanup-ish: replace the shortcut macros for (gui)flags with th...rubidium
2011-03-05(svn r22198) -Codechange: make some constants name more explicitrubidium
2011-03-05(svn r22197) -Cleanup: remove the distinction between conditional and non-con...rubidium
2011-03-05(svn r22196) -Codechange: use default values for the from and to of savegame ...rubidium
2011-03-05(svn r22194) -Codechange: use the defaults feature of settingsgen to remove t...rubidium
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, a...glx
2011-03-04(svn r22186) -Fix: spelling mistakerubidium
2011-03-04(svn r22182) -Update from WebTranslator v3.0:translators
2011-03-04(svn r22181) -Fix (r20574): following a vehicle with a very high VehicleID wa...yexo
2011-03-03(svn r22179) -Fix (r22167): compilation on win32glx
2011-03-03(svn r22177) -Fix: make sure the right endianness is chosen with cross-compil...rubidium
2011-03-03(svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 ...yexo
2011-03-03(svn r22173) -Add: Add preamble and postamble files before and after the gene...alberth
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
2011-03-03(svn r22169) -Add: Add parameter to disable automatic group creation in IniLo...alberth
2011-03-03(svn r22168) -Codechange: Move ini file IO and file error reporting to virtua...alberth
2011-03-03(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini file...alberth
2011-03-03(svn r22165) -Fix: [NewGRF] memory leak if an industry newgrf had more than o...yexo
2011-03-03(svn r22164) -Fix: [NewGRF] disable a station newgrf when it contains an unte...yexo
2011-03-03(svn r22163) -Fix [FS#4541]: building a station part adjacent to both an exis...yexo
2011-03-03(svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF name...yexo
2011-03-03(svn r22161) -Update from WebTranslator v3.0:translators
2011-03-02(svn r22160) -Update from WebTranslator v3.0:translators
2011-03-01(svn r22159) -Update from WebTranslator v3.0:translators
2011-02-28(svn r22158) -Update from WebTranslator v3.0:translators
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
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 clie...terkhen
2011-02-27(svn r22153) -Fix [FS#4536]: The Greek translation didn't work as it breached...rubidium
2011-02-26(svn r22149) -Fix [FS#4521]: Windows video driver crashed when it couldn't go...rubidium
2011-02-26(svn r22148) -Update from WebTranslator v3.0:translators
2011-02-26(svn r22146) -Fix: don't run savegame conversion during SlNullPointers; the p...rubidium
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
2011-02-25(svn r22142) -Fix (r22094): some valid keycodes were ignored along with the i...yexo
2011-02-24(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks...frosch
2011-02-24(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)frosch
2011-02-24(svn r22139) -Update from WebTranslator v3.0:translators
2011-02-24(svn r22138) -Fix: skipping only the invalid part of an action14 failed, the ...yexo
2011-02-24(svn r22136) -Fix (r22112): Silence compiler warning about non-virtual destru...planetmaker