------------------------------------------------------------------------ r14508 | smatz | 2008-10-21 14:56:23 +0000 (Tue, 21 Oct 2008) | 1 line -Fix (r14501): arrays were not properly zeroed ------------------------------------------------------------------------ r14507 | skidd13 | 2008-10-21 12:15:09 +0000 (Tue, 21 Oct 2008) | 2 lines -Codechange: Update the RPM spec file (futher changes are expected till 0.7) ------------------------------------------------------------------------ r14506 | rubidium | 2008-10-21 11:19:17 +0000 (Tue, 21 Oct 2008) | 2 lines -Add: stub for indonesian language. ------------------------------------------------------------------------ r14505 | michi_cc | 2008-10-20 19:46:49 +0000 (Mon, 20 Oct 2008) | 1 line -Fix (r14504): Missing include. ------------------------------------------------------------------------ r14504 | michi_cc | 2008-10-20 19:35:48 +0000 (Mon, 20 Oct 2008) | 1 line -Cleanup: Use the right variable type for tile offsets. ------------------------------------------------------------------------ r14502 | rubidium | 2008-10-20 15:44:14 +0000 (Mon, 20 Oct 2008) | 2 lines -Codechange: add some inline comments and declare variable on use (Alberth) ------------------------------------------------------------------------ r14501 | rubidium | 2008-10-20 15:42:56 +0000 (Mon, 20 Oct 2008) | 2 lines -Codechange: use sizeof(variable) instead of sizeof(type) or hardcoded amounts (magic constant) for memset (Alberth) ------------------------------------------------------------------------ r14497 | truebrain | 2008-10-19 21:32:29 +0000 (Sun, 19 Oct 2008) | 2 lines -Fix: if freetype was not detected or disabled, skip fontconfig detection, unless explicit requested (on request by Rubidium) ------------------------------------------------------------------------ r14496 | truebrain | 2008-10-19 21:29:12 +0000 (Sun, 19 Oct 2008) | 2 lines -Fix: give a clear warning when people disable zlib (or when it wasn't detected), but keep on going nevertheless (on request by Rubidium) ------------------------------------------------------------------------ r14495 | truebrain | 2008-10-19 20:53:13 +0000 (Sun, 19 Oct 2008) | 2 lines -Change: don't use freetype, fontconfig and icu in case of building a dedicated server, unless explicit requested ------------------------------------------------------------------------ r14494 | rubidium | 2008-10-19 18:47:15 +0000 (Sun, 19 Oct 2008) | 2 lines -Fix: few MSVC x64 warnings. ------------------------------------------------------------------------ r14493 | frosch | 2008-10-19 17:30:41 +0000 (Sun, 19 Oct 2008) | 1 line -Fix[FS#planetmaker]: Do not assign a station spread to buoys on loading games. ------------------------------------------------------------------------ r14492 | michi_cc | 2008-10-19 17:16:26 +0000 (Sun, 19 Oct 2008) | 2 lines -Fix [FS#2366] (r14482): Conditional orders could lead to an infinite loop on path look-ahead. Don't refactor things that don't want to be refactored, folks. And some comments can't hurt either. ------------------------------------------------------------------------ r14491 | rubidium | 2008-10-19 15:39:12 +0000 (Sun, 19 Oct 2008) | 2 lines -Documentation: updates/additions of doxygen docs (Alberth) ------------------------------------------------------------------------ r14490 | rubidium | 2008-10-19 09:51:19 +0000 (Sun, 19 Oct 2008) | 2 lines -Codechange: fix comment style on a few locations (Alberth) ------------------------------------------------------------------------ r14489 | rubidium | 2008-10-19 00:57:59 +0000 (Sun, 19 Oct 2008) | 2 lines -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. ------------------------------------------------------------------------ r14488 | frosch | 2008-10-18 17:21:56 +0000 (Sat, 18 Oct 2008) | 2 lines -Fix: Synchronize drawing of spritelayouts in DrawTileLayout (Houses), IndustryDrawTileLayout, DrawStationTile, DrawTile_Station and DrawTile_Track (Waypoint). Now transparency options, PALETTE_MODIFIER_TRANSPARENT and SPRITE_MODIFIER_OPAQUE should work for all of them. ------------------------------------------------------------------------ r14487 | frosch | 2008-10-18 17:20:31 +0000 (Sat, 18 Oct 2008) | 1 line -Fix: The station picker preview did not draw child sprites. ------------------------------------------------------------------------ r14486 | smatz | 2008-10-18 14:16:29 +0000 (Sat, 18 Oct 2008) | 1 line -Fix (r13343)(r14484): compilation with desync debug was broken ------------------------------------------------------------------------ r14485 | frosch | 2008-10-18 14:11:09 +0000 (Sat, 18 Oct 2008) | 2 lines -Fix (r5464): Do not check the end of destination buffer using the source pointer. Did not cause trouble though as destination buffer has always been bigger than source buffer. ------------------------------------------------------------------------ r14484 | frosch | 2008-10-18 13:43:52 +0000 (Sat, 18 Oct 2008) | 1 line -Fix (r10182) [FS#2358]: Obiwan dislikes music. (Patch by Yexo) ------------------------------------------------------------------------ r14483 | michi_cc | 2008-10-18 13:13:31 +0000 (Sat, 18 Oct 2008) | 1 line -Fix [FS#2340]: On reaching a waypoint a train could falsely be reported as lost when doing the look ahead for a path. ------------------------------------------------------------------------ r14482 | michi_cc | 2008-10-18 13:13:27 +0000 (Sat, 18 Oct 2008) | 2 lines -Codechange: Use a class for saving the current train order when extending the reserved path beyond the current destination during pathfinding. The class' destructor will make sure that the order is restored on function exit in all cases. ------------------------------------------------------------------------ r14481 | translators | 2008-10-17 17:47:42 +0000 (Fri, 17 Oct 2008) | 5 lines -Update: WebTranslator2 update to 2008-10-17 17:47:40 korean - 4 changed by leejaeuk5 (4) latvian - 10 fixed by v3rb0 (10) persian - 55 fixed by ali sattari (55) ------------------------------------------------------------------------ r14480 | rubidium | 2008-10-17 17:42:51 +0000 (Fri, 17 Oct 2008) | 2 lines -Add: warning when trying to use a right-to-left language without support for it in OpenTTD. ------------------------------------------------------------------------ r14479 | rubidium | 2008-10-17 17:14:09 +0000 (Fri, 17 Oct 2008) | 2 lines -Add: initial (optional) support for handling bidirectional scripts and connecting Arabic characters. ------------------------------------------------------------------------ r14477 | truebrain | 2008-10-16 13:02:15 +0000 (Thu, 16 Oct 2008) | 2 lines -Fix r14474: also name the links in the .desktop file correclty upon install ------------------------------------------------------------------------ r14476 | truebrain | 2008-10-16 12:19:24 +0000 (Thu, 16 Oct 2008) | 2 lines -Fix r14475: (no comment) ------------------------------------------------------------------------ r14475 | truebrain | 2008-10-16 11:33:17 +0000 (Thu, 16 Oct 2008) | 2 lines -Add: allow setting the name of the desktop item (follow-up on r14474) ------------------------------------------------------------------------ r14474 | truebrain | 2008-10-16 11:12:18 +0000 (Thu, 16 Oct 2008) | 2 lines -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 ------------------------------------------------------------------------ r14473 | truebrain | 2008-10-16 11:04:07 +0000 (Thu, 16 Oct 2008) | 2 lines -Fix: also install the root .txt and COPYING files to docs/ ------------------------------------------------------------------------ r14472 | truebrain | 2008-10-16 10:58:26 +0000 (Thu, 16 Oct 2008) | 2 lines -Fix: add docs/obg_format.txt in bundles too ------------------------------------------------------------------------ r14469 | frosch | 2008-10-15 21:10:43 +0000 (Wed, 15 Oct 2008) | 1 line -Fix [FS#2355]: Empty station spreads (e.g. from greyed station signs) were modified in test mode. ------------------------------------------------------------------------ r14468 | translators | 2008-10-15 17:40:39 +0000 (Wed, 15 Oct 2008) | 8 lines -Update: WebTranslator2 update to 2008-10-15 17:40:33 hungarian - 8 fixed, 1 changed by alyr (9) ido - 98 fixed by Cecile (98) italian - 1 changed by lorenzodv (1) korean - 88 changed by dlunch (88) latvian - 15 fixed, 174 changed by v3rb0 (189) persian - 43 fixed by ali sattari (43) ------------------------------------------------------------------------ r14467 | smatz | 2008-10-14 19:47:28 +0000 (Tue, 14 Oct 2008) | 1 line -Fix [FS#2350](r14443): use '~' instead of '#' as sed separator, it could be understood in a wrong way by shell ------------------------------------------------------------------------ r14466 | rubidium | 2008-10-14 19:27:08 +0000 (Tue, 14 Oct 2008) | 2 lines -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. ------------------------------------------------------------------------ r14465 | rubidium | 2008-10-14 18:49:21 +0000 (Tue, 14 Oct 2008) | 2 lines -Codechange: minor code style of command.cpp. ------------------------------------------------------------------------ r14464 | rubidium | 2008-10-14 18:38:51 +0000 (Tue, 14 Oct 2008) | 2 lines -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) ------------------------------------------------------------------------ r14463 | rubidium | 2008-10-14 12:07:14 +0000 (Tue, 14 Oct 2008) | 2 lines -Fix [FS#2348]: small possible chance of desync due to sorting on pointer instead of by (station) index (PhilSophus) ------------------------------------------------------------------------