summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 r22174) -Add: Generate the settings as part of the unix build process ↵alberth
without using it (Rubidium)
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 r22147) -Fix: remove all generated .o files in objs/lang upon cleanrubidium
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
2011-02-25(svn r22142) -Fix (r22094): some valid keycodes were ignored along with the ↵yexo
invalid ones
2011-02-24(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. ↵frosch
(thanks Zuu)
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
belarusian - 1 changes by KorneySan frisian - 42 changes by Taeke slovenian - 30 changes by
2011-02-24(svn r22138) -Fix: skipping only the invalid part of an action14 failed, the ↵yexo
rest of the action was skipped instead
2011-02-24(svn r22137) -Codechange: enable -Wnon-virtual-dtor for all GCC versionssmatz
2011-02-24(svn r22136) -Fix (r22112): Silence compiler warning about non-virtual ↵planetmaker
destructor
2011-02-23(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, ↵frosch
process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
2011-02-23(svn r22134) -Codechange: Move ReInit() of the landinfo window from ↵frosch
DeleteNewGRFInspectWindow() into a InvalidateData call.
2011-02-23(svn r22133) -Fix: some coding style.frosch
2011-02-23(svn r22132) -Update from WebTranslator v3.0:translators
frisian - 172 changes by Taeke polish - 1 changes by xaxa slovenian - 40 changes by Necrolyte
2011-02-23(svn r22131) -Fix: Spectators had trouble closing buoy windows. (Terkhen)frosch
2011-02-23(svn r22130) -Fix: failed assert when loading savegame with empty shared ↵smatz
orderlist
2011-02-22(svn r22129) -Codechange: use simpler check to test if there any towns in ↵smatz
the game
2011-02-22(svn r22128) -Fix [FS#4530]: Build-station-window showed wrong selection ↵frosch
when reopening. (Regiovogel)
2011-02-22(svn r22127) -Fix: Canals would get drawn as land in the smallmap when using ↵terkhen
the owner window.
2011-02-21(svn r22126) -Update from WebTranslator v3.0:translators
arabic_egypt - 40 changes by Company_director belarusian - 1 changes by KorneySan danish - 19 changes by beruic frisian - 142 changes by Taeke malay - 3 changes by toadhall brazilian_portuguese - 93 changes by Luis_Mizuchiro tamil - 139 changes by sylvesterpious
2011-02-21(svn r22125) -Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles ↵frosch
were swapped, causing the wheeltower to not work properly, and the bottom corner to show the wrong sprite.
2011-02-20(svn r22124) -Codechange: move comment to its logical placerubidium
2011-02-20(svn r22123) -Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; ↵frosch
popping the last item caused the queue to disconnect unless there was only one item.
2011-02-20(svn r22122) -Fix/change: when a NOT_REACHED in saveload can be reached due ↵rubidium
to an invalid savegame, use SlErrorCorrupt instead