Mercurial > hg > openttd
graph
-
(svn r15381) -Fix (r11091): When testing for parallel road two tiles away, do not move more than one tile along the road. draftFri, 06 Feb 2009 20:51:24 +0000, by frosch
-
(svn r15380) -Fix (r15190)[FS#2603]: Do not use TileY() on negative TileIndexDiffs. But the test was not needed anyway, as those tiles were already tested in previous iterations. draftFri, 06 Feb 2009 20:24:44 +0000, by frosch
-
(svn r15379) -Update: WebTranslator2 update to 2009-02-06 18:45:59 draftFri, 06 Feb 2009 18:46:21 +0000, by translators
-
(svn r15378) -Fix: The subcargo returned by vehicle variable 0x42 should be the most-common-subcargo of the most-common-cargo. If nothing is transported 0x..FFFF00 should be returned. draftFri, 06 Feb 2009 18:06:05 +0000, by frosch
-
(svn r15377) -Fix [FS#2607]: filter did resort when unneeded and didn't deselect properly in some cases (Roujin) draftFri, 06 Feb 2009 18:00:05 +0000, by rubidium
-
(svn r15376) -Fix [FS#2608] (r15371): OSX/BSD also seems to define strcasecmp under some circumstances. draftFri, 06 Feb 2009 15:53:48 +0000, by rubidium
-
(svn r15375) -Fix [FS#2605]: a tram circling around in a depot did never actually 'enter' the depot. draftFri, 06 Feb 2009 15:52:22 +0000, by rubidium
-
(svn r15374) -Codechange: remove a magic constant. draftFri, 06 Feb 2009 15:39:34 +0000, by rubidium
-
(svn r15373) -Fix [FS#2606]: Kenobi denied the server's client name to the tab-completed. draftFri, 06 Feb 2009 15:11:17 +0000, by rubidium
-
(svn r15372) -Feature: filter the 'content' based on the tag/name. Based on a patch by Roujin. draftFri, 06 Feb 2009 12:00:14 +0000, by rubidium
-
(svn r15371) -Codechange: add an implementation of strcasestr for when _GNU_SOURCE isn't defined. draftFri, 06 Feb 2009 11:58:52 +0000, by rubidium
-
(svn r15370) -Codechange: add a callback to tell the parent of an OSK that the string has changed instead of only marking the text box dirty. draftFri, 06 Feb 2009 11:57:25 +0000, by rubidium
-
(svn r15369) -Codechange: generalise the GUIList a bit so peter can write filters for cargo type, speed and mass ;) draftFri, 06 Feb 2009 10:38:57 +0000, by rubidium
-
(svn r15367) -Add: framework for filtering GUILists (Roujin) draftFri, 06 Feb 2009 00:51:11 +0000, by rubidium
-
(svn r15366) -Add [NoAI]: Add AddLabels() where you can define labels for the values of the settings in info.nut draftFri, 06 Feb 2009 00:25:37 +0000, by Yexo
-
(svn r15365) -Fix (r15324): svn properties were lost in 'svn move' draftThu, 05 Feb 2009 22:59:05 +0000, by smatz
-
(svn r15363) -Fix [FS#2600]: inconsistency w.r.t. On/Off text for settings. draftThu, 05 Feb 2009 22:05:58 +0000, by rubidium
-
(svn r15362) -Change: make a string name more consistent. draftThu, 05 Feb 2009 21:50:56 +0000, by rubidium
-
(svn r15361) -Cleanup: minor comment style fixes (planetmaker) draftThu, 05 Feb 2009 17:59:59 +0000, by smatz
-
(svn r15360) -Fix: Flooding vehicles did not trigger an AI event. draftThu, 05 Feb 2009 17:48:08 +0000, by frosch
-
(svn r15359) -Add [NoAI]: AIEventVehicleCrashed::CRASH_RV_UFO, AIEventDisasterZeppelinerCrashed and AIEventDisasterZeppelinerCleared as aliens accepted NoAIs as competing life-form. draftThu, 05 Feb 2009 17:38:47 +0000, by frosch
-
(svn r15358) -Add [NoAI]: AIEventVehicleCrashed::GetCrashReason() draftThu, 05 Feb 2009 17:28:37 +0000, by frosch
-
(svn r15357) -Codechange: unify the way buttons are updated in the 'found town' window draftThu, 05 Feb 2009 16:51:23 +0000, by smatz
-
(svn r15356) -Codechange: make PlaceProc_Town and some global variables a static function/variables of the scenedit window draftThu, 05 Feb 2009 15:59:40 +0000, by smatz
-
(svn r15355) -Codechange: simplify some stuff now ->FirstShared returns non-NULL again. draftThu, 05 Feb 2009 15:59:23 +0000, by rubidium
-
(svn r15354) -Fix (r14803): first shared of a vehicle could be NULL making it impossible to (share-)clone the vehicle. draftThu, 05 Feb 2009 15:58:42 +0000, by rubidium
-
(svn r15353) -Feature(tte): make it possible to have cities of various sizes draftThu, 05 Feb 2009 15:28:01 +0000, by smatz
-
(svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable draftThu, 05 Feb 2009 13:33:37 +0000, by smatz
-
(svn r15350) -Codechange: Create a spec array to hold the data definitions of unmovables objects. draftThu, 05 Feb 2009 03:41:42 +0000, by belugas
-
(svn r15349) -Codechange: no need to call a function when we know there is not going to be any change to the returned result draftThu, 05 Feb 2009 03:17:30 +0000, by belugas
-
(svn r15348) -Fix (r15347): Preferred pylon position is dependant on the masked wires as well. draftThu, 05 Feb 2009 02:07:13 +0000, by michi_cc
-
(svn r15347) -Feature [FS#1761]: Don't draw superfluous catenary wires (based on a patch by Eddi). draftThu, 05 Feb 2009 01:33:59 +0000, by michi_cc
-
(svn r15346) -Add [NoAI]: Add AIAirport::GetNearestTown() so AIs can known in which town the noise level will increase. draftThu, 05 Feb 2009 01:15:54 +0000, by Yexo
-
(svn r15345) -Add [NoAI]: Add AIVehicle::HasSharedOrders() and AIVehicleList_SharedOrders. draftThu, 05 Feb 2009 01:12:49 +0000, by Yexo
-
(svn r15344) -Change [Makefile]: don't recompile everything when english.txt changes, but only whatever includes table/strings.h. draftWed, 04 Feb 2009 23:40:01 +0000, by rubidium
-
(svn r15343) -Add [NoAI]: Add AITown::GetRoadLayout so AIs can get the road layout per town. draftWed, 04 Feb 2009 23:26:21 +0000, by Yexo
-
(svn r15342) -Feature: allow changing town layout in the 'Found new town' window draftWed, 04 Feb 2009 22:52:34 +0000, by smatz
-
(svn r15341) -Update (r15340): remove deleted and modified strings from other language files draftWed, 04 Feb 2009 20:24:11 +0000, by smatz
-
(svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks draftWed, 04 Feb 2009 20:17:25 +0000, by smatz
-
(svn r15339) -Update: WebTranslator2 update to 2009-02-04 18:39:16 draftWed, 04 Feb 2009 18:39:33 +0000, by translators
-
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company. draftWed, 04 Feb 2009 16:59:41 +0000, by rubidium
-
(svn r15337) -Fix: don't allow a spectating server to build stuff. draftWed, 04 Feb 2009 16:57:40 +0000, by rubidium
-
(svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company. draftWed, 04 Feb 2009 16:45:07 +0000, by rubidium
-
(svn r15335) -Change: use the patch change mechanism to change the road side too instead of a separate command. draftWed, 04 Feb 2009 16:09:16 +0000, by rubidium
-
(svn r15334) -Codechange: reset setting to old value when the callback procedure returns false draftWed, 04 Feb 2009 15:01:37 +0000, by smatz
-
(svn r15333) -Fix: AIs weren't restricted to a maximum length for ship orders. draftWed, 04 Feb 2009 13:52:17 +0000, by Yexo
-
(svn r15332) -Fix (r15190): terrain generated from heightmaps always was at sea level at both southern borders draftWed, 04 Feb 2009 01:07:53 +0000, by smatz
-
(svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular references (by enabling the GC). draftTue, 03 Feb 2009 22:42:42 +0000, by rubidium
-
(svn r15328) -Fix (r15327): Load(data, version) was called instead of Load(version, data). draftTue, 03 Feb 2009 21:05:32 +0000, by Yexo
-
(svn r15327) -Fix (r15027): AIs could access the map and other data in their constructor and Load() function while the savegame was not completely loaded. draftTue, 03 Feb 2009 20:49:08 +0000, by Yexo
-
(svn r15326) -Fix: Old-ai-ishm when refitting vehicles. draftTue, 03 Feb 2009 20:39:06 +0000, by frosch
-
(svn r15325) -Update: WebTranslator2 update to 2009-02-03 18:29:45 draftTue, 03 Feb 2009 18:29:55 +0000, by translators
-
(svn r15324) -Codechange: unify the class used for comparing of strings for std::map draftTue, 03 Feb 2009 18:08:07 +0000, by smatz
-
(svn r15323) -Fix: regression backed up game_start.scr but didn't/couldn't restore it. draftTue, 03 Feb 2009 17:33:43 +0000, by rubidium
-
(svn r15322) -Fix (r15175): The AI list window didn't display information about the selected AI if it wasn't visible. draftMon, 02 Feb 2009 22:57:22 +0000, by Yexo
-
(svn r15321) -Codechange: Load road vehicle 'realistic' acceleration properties from NewGRF, and supply defaults as used by TTDPatch. These values are not yet used. draftMon, 02 Feb 2009 21:52:34 +0000, by peter1138