Mercurial > hg > openttd
graph
-
(svn r14490) -Codechange: fix comment style on a few locations (Alberth) draftSun, 19 Oct 2008 09:51:19 +0000, by 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. draftSun, 19 Oct 2008 00:57:59 +0000, by rubidium
-
(svn r14488) -Fix: Synchronize drawing of spritelayouts in DrawTileLayout (Houses), IndustryDrawTileLayout, DrawStationTile, DrawTile_Station and DrawTile_Track (Waypoint). draftSat, 18 Oct 2008 17:21:56 +0000, by frosch
-
(svn r14487) -Fix: The station picker preview did not draw child sprites. draftSat, 18 Oct 2008 17:20:31 +0000, by frosch
-
(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken draftSat, 18 Oct 2008 14:16:29 +0000, by smatz
-
(svn r14485) -Fix (r5464): Do not check the end of destination buffer using the source pointer. draftSat, 18 Oct 2008 14:11:09 +0000, by frosch
-
(svn r14484) -Fix (r10182) [FS#2358]: Obiwan dislikes music. (Patch by Yexo) draftSat, 18 Oct 2008 13:43:52 +0000, by frosch
-
(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. draftSat, 18 Oct 2008 13:13:31 +0000, by 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. draftSat, 18 Oct 2008 13:13:27 +0000, by michi_cc
-
(svn r14481) -Update: WebTranslator2 update to 2008-10-17 17:47:40 draftFri, 17 Oct 2008 17:47:42 +0000, by translators
-
(svn r14480) -Add: warning when trying to use a right-to-left language without support for it in OpenTTD. draftFri, 17 Oct 2008 17:42:51 +0000, by rubidium
-
(svn r14479) -Add: initial (optional) support for handling bidirectional scripts and connecting Arabic characters. draftFri, 17 Oct 2008 17:14:09 +0000, by rubidium
-
(svn r14477) -Fix r14474: also name the links in the .desktop file correclty upon install draftThu, 16 Oct 2008 13:02:15 +0000, by truebrain
-
(svn r14475) -Add: allow setting the name of the desktop item (follow-up on r14474) draftThu, 16 Oct 2008 11:33:17 +0000, by 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 draftThu, 16 Oct 2008 11:12:18 +0000, by truebrain
-
(svn r14473) -Fix: also install the root .txt and COPYING files to docs/ draftThu, 16 Oct 2008 11:04:07 +0000, by truebrain
-
(svn r14472) -Fix: add docs/obg_format.txt in bundles too draftThu, 16 Oct 2008 10:58:26 +0000, by truebrain
-
(svn r14469) -Fix [FS#2355]: Empty station spreads (e.g. from greyed station signs) were modified in test mode. draftWed, 15 Oct 2008 21:10:43 +0000, by frosch
-
(svn r14468) -Update: WebTranslator2 update to 2008-10-15 17:40:33 draftWed, 15 Oct 2008 17:40:39 +0000, by translators
-
(svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed separator, it could be understood in a wrong way by shell draftTue, 14 Oct 2008 19:47:28 +0000, by smatz
-
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. draftTue, 14 Oct 2008 19:27:08 +0000, by rubidium
-
(svn r14465) -Codechange: minor code style of command.cpp. draftTue, 14 Oct 2008 18:49:21 +0000, by rubidium
-
(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) draftTue, 14 Oct 2008 18:38:51 +0000, by rubidium
-
(svn r14463) -Fix [FS#2348]: small possible chance of desync due to sorting on pointer instead of by (station) index (PhilSophus) draftTue, 14 Oct 2008 12:07:14 +0000, by rubidium
-
(svn r14462) -Codechange: replace magic number with already existing constant (Albert) draftMon, 13 Oct 2008 03:40:48 +0000, by rubidium
-
(svn r14461) -Document: add some doxygen comments (Albert) draftMon, 13 Oct 2008 03:26:48 +0000, by rubidium
-
(svn r14460) -Update: WebTranslator2 update to 2008-10-12 17:43:44 draftSun, 12 Oct 2008 17:43:52 +0000, by translators
-
(svn r14458) -Fix [FS#2341](r14368): crash when there was a tram dead end after a station/tunnel/bridge (frosch123 and Rubidium) draftFri, 10 Oct 2008 22:50:31 +0000, by smatz
-
(svn r14457) -Update: WebTranslator2 update to 2008-10-10 22:29:03 draftFri, 10 Oct 2008 22:29:13 +0000, by translators
-
(svn r14456) -Fix: Obiwan in catchment-area and station-spread of docks. draftFri, 10 Oct 2008 20:09:29 +0000, by frosch
-
(svn r14450) -Fix [FS#2337]: time table restoring did check too restrictively causing order backups not to be properly restored. draftWed, 08 Oct 2008 11:29:17 +0000, by rubidium
-
(svn r14449) -Fix [FS#2338]: service at nearest depot acted like go to nearest depot. draftWed, 08 Oct 2008 11:03:43 +0000, by rubidium
-
(svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch by planetmaker) draftTue, 07 Oct 2008 20:57:41 +0000, by smatz
-
(svn r14447) -Change [FS#2333]: Rename YAPP "advanced signals" to "path signals" and "normal signals" to "block signals". draftTue, 07 Oct 2008 20:13:22 +0000, by michi_cc
-
(svn r14446) -Fix [FS#2330]: when a road stop gets moved make sure to update the destination of RVs going to that road stop. draftTue, 07 Oct 2008 18:46:12 +0000, by rubidium
-
(svn r14445) -Update: WebTranslator2 update to 2008-10-07 17:43:40 draftTue, 07 Oct 2008 17:43:47 +0000, by translators
-
(svn r14444) -Add: stubs for two new languages: Persian (or Farsi) and Ido. draftTue, 07 Oct 2008 14:22:04 +0000, by translators
-
(svn r14443) -Change: Unify the delimiters used in config* and make* draftMon, 06 Oct 2008 17:05:44 +0000, by skidd13
-
(svn r14442) -Fix (r14406): Typo causing problems in rare cases. draftSun, 05 Oct 2008 18:42:59 +0000, by frosch
-
(svn r14441) -Update: WebTranslator2 update to 2008-10-05 17:45:23 draftSun, 05 Oct 2008 17:45:33 +0000, by translators
-
(svn r14440) -Fix [FS#1802]: support for spaces in directories passed to ./configure. draftSun, 05 Oct 2008 11:52:24 +0000, by rubidium
-
(svn r14439) -Fix (r12044)(r14139): centering on a plane at the SE border could cause crash draftSat, 04 Oct 2008 10:25:12 +0000, by smatz
-
(svn r14438) -Update: WebTranslator2 update to 2008-10-03 17:45:52 draftFri, 03 Oct 2008 17:46:13 +0000, by translators
-
(svn r14436) -Fix [FS#1793]: (fast) trains would sometimes move one time too often/little when moving from diagonal<->non-diagonal tracks (iguannab) draftFri, 03 Oct 2008 12:55:39 +0000, by rubidium
-
(svn r14432) -Fix: tile description of tiles with only one signal that is not the normal signal showing "normal signal and <signal type on tile>". draftThu, 02 Oct 2008 00:23:30 +0000, by rubidium
-
(svn r14431) -Fix (r14414): alias parameter "evaluation" would remove the last byte of the parameters. draftThu, 02 Oct 2008 00:08:45 +0000, by rubidium
-
(svn r14428) -Fix [FS#2306]: A 90-degree curve can be a safe waiting position if they are forbidden for trains. draftWed, 01 Oct 2008 15:48:44 +0000, by michi_cc
-
(svn r14423) -Codechange: also do r14221 for the strings. draftTue, 30 Sep 2008 21:18:28 +0000, by rubidium
-
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. draftTue, 30 Sep 2008 20:51:04 +0000, by rubidium
-
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. draftTue, 30 Sep 2008 20:39:50 +0000, by rubidium
-
(svn r14420) -Update: WebTranslator2 update to 2008-09-30 17:50:15 draftTue, 30 Sep 2008 17:50:21 +0000, by translators
-
(svn r14419) -Codechange: adding two digits for no obvious reason (nor comment), plus code style Infringement. draftTue, 30 Sep 2008 16:50:25 +0000, by belugas
-
(svn r14417) -Codechange: rewrite GetClosestWaterDistance(), now it is ~100 times faster than pre-r14416 in average case draftMon, 29 Sep 2008 18:56:36 +0000, by smatz
-
(svn r14416) -Fix (r10074)(r10517): substraction was done the other way in the 'nearest land/water' check (~25% performance penalty) draftMon, 29 Sep 2008 18:34:05 +0000, by smatz
-
(svn r14415) -Fix (r10074): void tiles could be the nearest 'land' for water industries draftMon, 29 Sep 2008 18:23:56 +0000, by smatz
-
(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated. draftMon, 29 Sep 2008 16:27:02 +0000, by rubidium
-
(svn r14413) -Fix: when no revision detected, the error didn't indicate 'mercurial' was accepted as source too (patch not by Sacro) draftSun, 28 Sep 2008 17:20:31 +0000, by truebrain