log

age author description
Mon, 20 Oct 2008 15:44:14 +0000 rubidium (svn r14502) -Codechange: add some inline comments and declare variable on use (Alberth) draft
Mon, 20 Oct 2008 15:42:56 +0000 rubidium (svn r14501) -Codechange: use sizeof(variable) instead of sizeof(type) or hardcoded amounts (magic constant) for memset (Alberth) draft
Sun, 19 Oct 2008 21:32:29 +0000 truebrain (svn r14497) -Fix: if freetype was not detected or disabled, skip fontconfig detection, unless explicit requested (on request by Rubidium) draft
Sun, 19 Oct 2008 21:29:12 +0000 truebrain (svn r14496) -Fix: give a clear warning when people disable zlib (or when it wasn't detected), but keep on going nevertheless (on request by Rubidium) draft
Sun, 19 Oct 2008 20:53:13 +0000 truebrain (svn r14495) -Change: don't use freetype, fontconfig and icu in case of building a dedicated server, unless explicit requested draft
Sun, 19 Oct 2008 18:47:15 +0000 rubidium (svn r14494) -Fix: few MSVC x64 warnings. draft
Sun, 19 Oct 2008 17:30:41 +0000 frosch (svn r14493) -Fix[FS#planetmaker]: Do not assign a station spread to buoys on loading games. draft
Sun, 19 Oct 2008 17:16:26 +0000 michi_cc (svn r14492) -Fix [FS#2366] (r14482): Conditional orders could lead to an infinite loop on path look-ahead. draft
Sun, 19 Oct 2008 15:39:12 +0000 rubidium (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) draft
Sun, 19 Oct 2008 09:51:19 +0000 rubidium (svn r14490) -Codechange: fix comment style on a few locations (Alberth) draft
Sun, 19 Oct 2008 00:57:59 +0000 rubidium (svn r14489) -Change: let MSVC use ICU (for right-to-left text rendering) from the new openttd-useful.zip. So... MSVC users: update your openttd-useful.zip or compilation will fail. draft
Sat, 18 Oct 2008 17:21:56 +0000 frosch (svn r14488) -Fix: Synchronize drawing of spritelayouts in DrawTileLayout (Houses), IndustryDrawTileLayout, DrawStationTile, DrawTile_Station and DrawTile_Track (Waypoint). draft
Sat, 18 Oct 2008 17:20:31 +0000 frosch (svn r14487) -Fix: The station picker preview did not draw child sprites. draft
Sat, 18 Oct 2008 14:16:29 +0000 smatz (svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken draft
Sat, 18 Oct 2008 14:11:09 +0000 frosch (svn r14485) -Fix (r5464): Do not check the end of destination buffer using the source pointer. draft
Sat, 18 Oct 2008 13:43:52 +0000 frosch (svn r14484) -Fix (r10182) [FS#2358]: Obiwan dislikes music. (Patch by Yexo) draft
Sat, 18 Oct 2008 13:13:31 +0000 michi_cc (svn r14483) -Fix [FS#2340]: On reaching a waypoint a train could falsely be reported as lost when doing the look ahead for a path. draft
Sat, 18 Oct 2008 13:13:27 +0000 michi_cc (svn r14482) -Codechange: Use a class for saving the current train order when extending the reserved path beyond the current destination during pathfinding. draft
Fri, 17 Oct 2008 17:47:42 +0000 translators (svn r14481) -Update: WebTranslator2 update to 2008-10-17 17:47:40 draft
Fri, 17 Oct 2008 17:42:51 +0000 rubidium (svn r14480) -Add: warning when trying to use a right-to-left language without support for it in OpenTTD. draft
Fri, 17 Oct 2008 17:14:09 +0000 rubidium (svn r14479) -Add: initial (optional) support for handling bidirectional scripts and connecting Arabic characters. draft
Thu, 16 Oct 2008 13:02:15 +0000 truebrain (svn r14477) -Fix r14474: also name the links in the .desktop file correclty upon install draft
Thu, 16 Oct 2008 12:19:24 +0000 truebrain (svn r14476) -Fix r14475: (no comment) draft
Thu, 16 Oct 2008 11:33:17 +0000 truebrain (svn r14475) -Add: allow setting the name of the desktop item (follow-up on r14474) draft
Thu, 16 Oct 2008 11:12:18 +0000 truebrain (svn r14474) -Add: allow --binary-name to set the name of the binary, icon, desktop file, etc. when installing. Useful to get a stable next to a trunk-nightly draft
Thu, 16 Oct 2008 11:04:07 +0000 truebrain (svn r14473) -Fix: also install the root .txt and COPYING files to docs/ draft
Thu, 16 Oct 2008 10:58:26 +0000 truebrain (svn r14472) -Fix: add docs/obg_format.txt in bundles too draft
Wed, 15 Oct 2008 21:10:43 +0000 frosch (svn r14469) -Fix [FS#2355]: Empty station spreads (e.g. from greyed station signs) were modified in test mode. draft
Wed, 15 Oct 2008 17:40:39 +0000 translators (svn r14468) -Update: WebTranslator2 update to 2008-10-15 17:40:33 draft
Tue, 14 Oct 2008 19:47:28 +0000 smatz (svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed separator, it could be understood in a wrong way by shell draft