Mercurial > hg > openttd
graph
-
(svn r22176) -Fix (r22167, r22171, r22172, r22173, r22174): Add svn properties to the new files. draftThu, 03 Mar 2011 21:42:32 +0000, by alberth
-
(svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 twice for the same station id draftThu, 03 Mar 2011 21:24:03 +0000, by yexo
-
(svn r22174) -Add: Generate the settings as part of the unix build process without using it (Rubidium) draftThu, 03 Mar 2011 21:08:20 +0000, by alberth
-
(svn r22173) -Add: Add preamble and postamble files before and after the generated settings data. draftThu, 03 Mar 2011 21:06:24 +0000, by alberth
-
(svn r22172) -Add: Add ini files containing the table/settings data. draftThu, 03 Mar 2011 21:04:17 +0000, by alberth
-
(svn r22171) -Add: Add settings generator program. draftThu, 03 Mar 2011 20:59:59 +0000, by alberth
-
(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
-
(svn r22136) -Fix (r22112): Silence compiler warning about non-virtual destructor draftThu, 24 Feb 2011 06:57:55 +0000, by planetmaker
-
(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, 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. draftWed, 23 Feb 2011 20:54:55 +0000, by frosch
-
(svn r22134) -Codechange: Move ReInit() of the landinfo window from DeleteNewGRFInspectWindow() into a InvalidateData call. draftWed, 23 Feb 2011 20:45:52 +0000, by frosch
-
(svn r22131) -Fix: Spectators had trouble closing buoy windows. (Terkhen) draftWed, 23 Feb 2011 18:39:56 +0000, by frosch
-
(svn r22130) -Fix: failed assert when loading savegame with empty shared orderlist draftWed, 23 Feb 2011 00:00:50 +0000, by smatz
-
(svn r22129) -Codechange: use simpler check to test if there any towns in the game draftTue, 22 Feb 2011 22:21:20 +0000, by smatz
-
(svn r22128) -Fix [FS#4530]: Build-station-window showed wrong selection when reopening. (Regiovogel) draftTue, 22 Feb 2011 20:28:24 +0000, by frosch
-
(svn r22127) -Fix: Canals would get drawn as land in the smallmap when using the owner window. draftTue, 22 Feb 2011 14:23:38 +0000, by terkhen
-
(svn r22125) -Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles were swapped, causing the wheeltower to not work properly, and the bottom corner to show the wrong sprite. draftMon, 21 Feb 2011 17:38:33 +0000, by frosch
-
(svn r22124) -Codechange: move comment to its logical place draftSun, 20 Feb 2011 21:10:58 +0000, by rubidium
-
(svn r22123) -Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; popping the last item caused the queue to disconnect unless there was only one item. draftSun, 20 Feb 2011 21:00:24 +0000, by frosch
-
(svn r22122) -Fix/change: when a NOT_REACHED in saveload can be reached due to an invalid savegame, use SlErrorCorrupt instead draftSun, 20 Feb 2011 20:58:32 +0000, by rubidium
-
(svn r22121) -Fix: In case of high frame_freq one could get commands executed after a new network game was started draftSun, 20 Feb 2011 20:55:21 +0000, by rubidium
-
(svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over their allowed amount of operations by subtracting the amount they went over "budget" from the budget for the next "tick". draftSun, 20 Feb 2011 20:28:49 +0000, by rubidium
-
(svn r22118) -Fix [FS#4525]: The refit window was not correctly updated after selecting with Ctrl+Click (Regiovogel). draftSun, 20 Feb 2011 18:32:42 +0000, by terkhen
-
(svn r22117) -Fix [FS#4523-ish]: CanRemoveRoadWithStop() failed for _current_company = OWNER_TOWN, and for OWNER_NONE-owned road. draftSun, 20 Feb 2011 15:19:16 +0000, by frosch
-
(svn r22116) -Codechange: use PoolBase::Clean() at more places draftSat, 19 Feb 2011 23:05:47 +0000, by smatz
-
(svn r22115) -Fix (r22114): some comments and code ordering were wrong draftSat, 19 Feb 2011 18:55:10 +0000, by smatz
-
(svn r22113) -Codechange: use PoolBase::CleanAll() to clean all pools at game exit draftSat, 19 Feb 2011 18:25:24 +0000, by smatz