Mercurial > hg > openttd
graph
-
(svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table. draftSun, 08 Feb 2009 18:11:06 +0000, by peter1138
-
(svn r15416) -Fix (r15412): revert the removal of the road side drop down box handling. draftSun, 08 Feb 2009 17:46:08 +0000, by rubidium
-
(svn r15415) -Change: close the (station) joiner window when pressing the bulldozer. draftSun, 08 Feb 2009 16:03:17 +0000, by rubidium
-
(svn r15414) -Codechange: s/delete FindWindowById/DeleteWindowById/ draftSun, 08 Feb 2009 16:00:57 +0000, by rubidium
-
(svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge building w.r.t. tile selection and when the window should be closed. draftSun, 08 Feb 2009 15:45:34 +0000, by rubidium
-
(svn r15412) -Fix: Clearing custom engine names could cause desyncs due to be client-side only; GUI parts of save/load of custom engine names also removed as it was never implemented. draftSun, 08 Feb 2009 12:58:14 +0000, by peter1138
-
(svn r15411) -Feature(ttette): make 'set' a alias for the setting/patch console command draftSun, 08 Feb 2009 12:42:45 +0000, by rubidium
-
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. draftSun, 08 Feb 2009 12:25:13 +0000, by rubidium
-
(svn r15408) -Fix (r15027): AIs could call AIController::Sleep() at times they're not allowed to sleep. draftSun, 08 Feb 2009 11:34:51 +0000, by Yexo
-
(svn r15406) -Fix: make Valuate actually cost a few opcodes to not make it a single opcode method of doing lots of the same thing. This should resolve most of the hiccups caused by AIs. draftSun, 08 Feb 2009 01:51:48 +0000, by rubidium
-
(svn r15404) -Cleanup [YAPF]: A tiny bit of const correctness. draftSun, 08 Feb 2009 01:10:48 +0000, by michi_cc
-
(svn r15403) -Update: WebTranslator2 update to 2009-02-07 18:48:00 draftSat, 07 Feb 2009 18:48:25 +0000, by translators
-
(svn r15402) -Codechange: verify _current_company didn't change when executing a command draftSat, 07 Feb 2009 18:09:30 +0000, by smatz
-
(svn r15401) -Fix [FS#2619](r15027): AI::Stop changed _current_company, but didn't restore its original value draftSat, 07 Feb 2009 17:01:44 +0000, by smatz
-
(svn r15399) -Fix [FS#2617]: For articulated parts v->cargo_type == CT_INVALID is possible. draftSat, 07 Feb 2009 16:17:03 +0000, by frosch
-
(svn r15398) -Fix (r14135): _current_company shouldn't be used in GUI code (Swallow) draftSat, 07 Feb 2009 16:11:21 +0000, by smatz
-
(svn r15397) -Fix [FS#2618]: a town could build a statue under a bridge. draftSat, 07 Feb 2009 16:02:29 +0000, by rubidium
-
(svn r15396) -Fix [FS#2601](r15027): since AIs can have vehicle groups now, convert the groups correctly draftSat, 07 Feb 2009 13:53:38 +0000, by smatz
-
(svn r15395) -Fix [FS#2611] (r15377): one couldn't reset companies anymore in a 'dedicated' server. draftSat, 07 Feb 2009 12:02:13 +0000, by rubidium
-
(svn r15394) -Fix (r15389): no new line at end of line warning draftSat, 07 Feb 2009 03:31:48 +0000, by glx
-
(svn r15392) -Codechange: move the spec getter to a place where it's only required, without the use of extern draftSat, 07 Feb 2009 02:38:32 +0000, by belugas
-
(svn r15391) -Fix (r14997): loading font sprites should not trigger a palette conversion. draftSat, 07 Feb 2009 02:29:08 +0000, by rubidium
-
(svn r15390) -Cleanup: Remove old hack that wasn't used anymore. draftSat, 07 Feb 2009 01:17:15 +0000, by Yexo
-
(svn r15389) -Feature: Add ability to select which base graphics set is used from the Game Options window. The change takes effect when the window is closed. This option can only be used from the intro menu, as reloading graphics during a game may cause issues. draftSat, 07 Feb 2009 01:01:02 +0000, by peter1138
-
(svn r15388) -Change: unify the way Ctrl+Click is written. draftSat, 07 Feb 2009 00:45:24 +0000, by rubidium
-
(svn r15387) -Codechange: Add a drop down list item type for char* strings. draftSat, 07 Feb 2009 00:37:35 +0000, by peter1138
-
(svn r15386) -Codechange: During start up, store driver/blitter/graphicsset selection in local variable instead of in the global _ini_* variables. This means that specifying a driver/blitter/graphicsset on the command line does not clobber the configuration value, which can now be saved like other values. draftSat, 07 Feb 2009 00:33:35 +0000, by peter1138
-
(svn r15385) -Fix: Saving of char* to configuration file did not work due to incorrect parameter order and no handling of NULL. draftSat, 07 Feb 2009 00:29:35 +0000, by peter1138
-
(svn r15384) -Change: tweak some settings to make OpenTTD easier to use for first-time users (or upgraders) draftSat, 07 Feb 2009 00:22:21 +0000, by rubidium
-
(svn r15383) -Cleanup: Don't call MakeNewgameSettingsLive more often than necessary. draftFri, 06 Feb 2009 23:58:16 +0000, by Yexo
-
(svn r15382) -Fix [FS#2466]: multiple vehicles could be filling the timetable and only the data from one vehicle would be taken. Now only allow one to be filling at a time. draftFri, 06 Feb 2009 21:30:18 +0000, by rubidium
-
(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