Mercurial > hg > openttd
graph
-
(svn r22170) -Add: Add IGT_SEQUENCE type for loading ini group lines without further interpretation. draftThu, 03 Mar 2011 20:56:33 +0000, by alberth
-
(svn r22169) -Add: Add parameter to disable automatic group creation in IniLoadFile::GetGroup(). draftThu, 03 Mar 2011 20:55:06 +0000, by alberth
-
(svn r22168) -Codechange: Move ini file IO and file error reporting to virtual functions. draftThu, 03 Mar 2011 20:53:09 +0000, by alberth
-
(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini files out of IniFile. draftThu, 03 Mar 2011 20:50:24 +0000, by alberth
-
(svn r22165) -Fix: [NewGRF] memory leak if an industry newgrf had more than one prop A or 15 draftThu, 03 Mar 2011 20:26:19 +0000, by yexo
-
(svn r22164) -Fix: [NewGRF] disable a station newgrf when it contains an unterminated spritelayout in action0 prop 08 instead of crashing openttd draftThu, 03 Mar 2011 19:52:42 +0000, by yexo
-
(svn r22163) -Fix [FS#4541]: building a station part adjacent to both an existing station and a rail waypoint failed draftThu, 03 Mar 2011 19:26:18 +0000, by yexo
-
(svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF name becomes available draftThu, 03 Mar 2011 18:47:46 +0000, by yexo
-
(svn r22157) -Fix: [NewGRF] industry prop 0x11 is 4-bytes long, not 3 bytes draftMon, 28 Feb 2011 15:24:35 +0000, by yexo
-
(svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong draftSun, 27 Feb 2011 13:59:20 +0000, by smatz
-
(svn r22154) -Fix [FS#4529]: _current_company was modified when moving a client to spectators, causing issues in bankruptcy (Rubidium) draftSun, 27 Feb 2011 11:38:28 +0000, by terkhen
-
(svn r22153) -Fix [FS#4536]: The Greek translation didn't work as it breached the 200.000 bytes "limit" for loading language files draftSun, 27 Feb 2011 06:36:14 +0000, by rubidium
-
(svn r22149) -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 draftSat, 26 Feb 2011 19:13:58 +0000, by rubidium
-
(svn r22147) -Fix: remove all generated .o files in objs/lang upon clean draftSat, 26 Feb 2011 17:59:36 +0000, by rubidium
-
(svn r22146) -Fix: don't run savegame conversion during SlNullPointers; the pointer might not be converted or be NULL at that point draftSat, 26 Feb 2011 17:56:51 +0000, by rubidium
-
(svn r22145) -Codechange: Do explicit test for non-bool values. draftFri, 25 Feb 2011 22:04:38 +0000, by alberth
-
(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' draftFri, 25 Feb 2011 21:53:43 +0000, by alberth
-
(svn r22142) -Fix (r22094): some valid keycodes were ignored along with the invalid ones draftFri, 25 Feb 2011 13:59:02 +0000, by yexo
-
(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu) draftThu, 24 Feb 2011 22:14:41 +0000, by frosch
-
(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth) draftThu, 24 Feb 2011 21:48:06 +0000, by frosch
-
(svn r22138) -Fix: skipping only the invalid part of an action14 failed, the rest of the action was skipped instead draftThu, 24 Feb 2011 18:13:59 +0000, by yexo
-
(svn r22137) -Codechange: enable -Wnon-virtual-dtor for all GCC versions draftThu, 24 Feb 2011 16:39:04 +0000, by smatz