Mercurial > hg > openttd
graph
-
(svn r25432) -Fix [FS#5608]: clang compiler error; sometimes it's more strict than others draftSat, 22 Jun 2013 07:44:59 +0000, by rubidium
-
(svn r25429) -Fix [FS#5603] (r25140): When town creation failed, removing remnants of the construction failed on protected houses. draftWed, 19 Jun 2013 20:03:10 +0000, by frosch
-
(svn r25426) -Fix: highlight the right entry in the sorting selector in station view window draftTue, 18 Jun 2013 19:32:58 +0000, by fonsinchen
-
(svn r25424) -Fix: keep old flows around in an invalidated state to continue routing cargo if necessary draftMon, 17 Jun 2013 20:38:11 +0000, by fonsinchen
-
(svn r25423) -Fix: integer overflows in MCF solver draftMon, 17 Jun 2013 20:37:31 +0000, by fonsinchen
-
(svn r25422) -Fix: properly initialize base capacity for paths draftMon, 17 Jun 2013 20:37:07 +0000, by fonsinchen
-
(svn r25419) -Fix: assign some random other source station to packets which have lost their source draftSat, 15 Jun 2013 20:48:50 +0000, by fonsinchen
-
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList. draftSat, 15 Jun 2013 15:31:22 +0000, by frosch
-
(svn r25413) -Fix-ish: Suppress focussing editboxes which are not visible. draftSat, 15 Jun 2013 15:31:04 +0000, by frosch
-
(svn r25412) -Codechange: Make use of Window::OnHotkey draftSat, 15 Jun 2013 15:30:44 +0000, by frosch
-
(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyList member. draftSat, 15 Jun 2013 15:28:09 +0000, by frosch
-
(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff. draftSat, 15 Jun 2013 15:27:33 +0000, by frosch
-
(svn r25407) -Codechange: Use order hotkey enum instead of function pointers. draftSat, 15 Jun 2013 15:27:08 +0000, by frosch
-
(svn r25406) -Cleanup: There were two hotkeys to toggle between 'unload' and 'unload if possible'. draftSat, 15 Jun 2013 15:26:49 +0000, by frosch
-
(svn r25405) -Feature-ish: differentiate between total waiting cargo count and available (not reserved) cargo count in the station list draftSat, 15 Jun 2013 15:26:24 +0000, by rubidium
-
(svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they register in static vectors. draftSat, 15 Jun 2013 15:06:22 +0000, by frosch
-
(svn r25401) -Fix-ish: Add missing includes with prototypes to functions declared in the cpp file. draftSat, 15 Jun 2013 15:05:54 +0000, by frosch
-
(svn r25397) -Fix (r25342,r25352): Document API additions in the GS changelog draftWed, 12 Jun 2013 19:31:33 +0000, by zuu
-
(svn r25395) -Fix [FS#5596]: The size of station construction windows could oscillate when resizing the window moved the mouse into the window. draftTue, 11 Jun 2013 18:36:26 +0000, by frosch
-
(svn r25394) -Fix: Restrict renaming engines to the server, just like renaming towns. draftTue, 11 Jun 2013 18:24:01 +0000, by frosch
-
(svn r25392) -Fix (r25390): update regression to account for the compatability settings draftTue, 11 Jun 2013 05:04:49 +0000, by rubidium
-
(svn r25391) -Fix: make ChangeShare really aware of INT_MIN draftMon, 10 Jun 2013 21:53:11 +0000, by fonsinchen
-
(svn r25390) -Fix: add missing compatibility settings in afterload. draftMon, 10 Jun 2013 21:30:31 +0000, by fonsinchen
-
(svn r25388) -Fix [FS#5593] (r25376): Forgot to add tooltips for the new main menu buttons draftMon, 10 Jun 2013 17:17:59 +0000, by zuu
-
(svn r25386) -Fix: Use plural forms in linkgraph settings. draftSun, 09 Jun 2013 18:51:49 +0000, by frosch
-
(svn r25384) -Fix (25344): Correctly invalidate the story window when data changes draftSun, 09 Jun 2013 16:18:58 +0000, by zuu
-
(svn r25383) -Fix (r25376): Remove now redundant menu entries for story book and goals draftSun, 09 Jun 2013 15:36:31 +0000, by zuu
-
(svn r25382) -Fix: STR_CONFIG_SETTING_DISTRIBUTION_ARMOURED_HELPTEXT was inaccurate draftSun, 09 Jun 2013 15:23:01 +0000, by fonsinchen
-
(svn r25381) -Fix: Silent story book compiler warnings draftSun, 09 Jun 2013 14:13:59 +0000, by zuu
-
(svn r25380) -Fix (r25344): Vertically center images of page elements in the available vertical space draftSun, 09 Jun 2013 14:11:55 +0000, by zuu
-
(svn r25379) -Fix: avoid warning in FlowStatMap::FinalizeLocalConsumption draftSun, 09 Jun 2013 14:10:33 +0000, by fonsinchen
-
(svn r25378) -Cleanup: remove stale/outdated string draftSun, 09 Jun 2013 13:56:36 +0000, by rubidium
-
(svn r25377) -Feature: timetable spreading of vehicles by Ctrl+Click when setting a start date draftSun, 09 Jun 2013 13:55:33 +0000, by rubidium
-
(svn r25376) -Feature: Allow access to goal list and story book of other companies than your own draftSun, 09 Jun 2013 13:37:04 +0000, by zuu
-
(svn r25375) -Update: add fonsinchen to credits draftSun, 09 Jun 2013 13:31:59 +0000, by fonsinchen
-
(svn r25373) -Add: squirrel bindings for cargodist-specific widgets draftSun, 09 Jun 2013 13:24:26 +0000, by fonsinchen
-
(svn r25372) -Add: Allow opening a goal list window specific to a company draftSun, 09 Jun 2013 13:23:03 +0000, by zuu
-
(svn r25370) -Fix: Make the prefix for widget constants unique for the goal list window draftSun, 09 Jun 2013 13:17:20 +0000, by zuu
-
(svn r25369) -Add: allow opening a story window specific to a company draftSun, 09 Jun 2013 13:13:47 +0000, by zuu
-
(svn r25368) -Add: french translation for cargodist draftSun, 09 Jun 2013 13:11:08 +0000, by fonsinchen
-
(svn r25367) -Add: russian translation for cargodist draftSun, 09 Jun 2013 13:10:36 +0000, by fonsinchen
-
(svn r25366) -Add: german translation for cargodist draftSun, 09 Jun 2013 13:10:07 +0000, by fonsinchen
-
(svn r25365) -Feature: show cargo by next hops and final destinations in the station GUI draftSun, 09 Jun 2013 13:08:52 +0000, by fonsinchen
-
(svn r25364) -Add: support for flow stats to linkgraph overlay draftSun, 09 Jun 2013 13:07:53 +0000, by fonsinchen
-
(svn r25363) -Codechange: bump the savegame version for cargodist draftSun, 09 Jun 2013 13:06:03 +0000, by fonsinchen
-
(svn r25362) -Feature: consider cargo waiting at other stations for rating at the origin station draftSun, 09 Jun 2013 13:04:32 +0000, by fonsinchen
-
(svn r25361) -Feature: distribute cargo according to plan given by linkgraph draftSun, 09 Jun 2013 13:03:48 +0000, by fonsinchen
-
(svn r25360) -Codechange: save and load flow stats draftSun, 09 Jun 2013 13:03:11 +0000, by fonsinchen
-
(svn r25359) -Codechange: schedule jobs when tracking capacities of links draftSun, 09 Jun 2013 13:02:40 +0000, by fonsinchen
-
(svn r25358) -Codechange: save and load link graph jobs and the schedule draftSun, 09 Jun 2013 13:02:05 +0000, by fonsinchen
-
(svn r25356) -Add: Multi-Commodity-Flow solver for link graph draftSun, 09 Jun 2013 13:00:41 +0000, by fonsinchen
-
(svn r25355) -Add: demand handler for link graph draftSun, 09 Jun 2013 12:59:51 +0000, by fonsinchen
-
(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes draftSun, 09 Jun 2013 12:58:37 +0000, by fonsinchen
-
(svn r25353) -Add: link graph job implementation draftSun, 09 Jun 2013 12:57:41 +0000, by fonsinchen
-
(svn r25352) -Feature: GameScript API for selecting a story page to view draftSun, 09 Jun 2013 12:57:22 +0000, by zuu
-
(svn r25350) -Add: basic definitions for link graph draftSun, 09 Jun 2013 12:53:34 +0000, by fonsinchen
-
(svn r25349) -Add: explanation of the link graph's inner workings draftSun, 09 Jun 2013 12:52:50 +0000, by fonsinchen
-
(svn r25348) -Add: multimap implementation with guaranteed order between equal keys draftSun, 09 Jun 2013 12:52:11 +0000, by fonsinchen
-
(svn r25347) -Add: function for deterministic approximate division draftSun, 09 Jun 2013 12:50:33 +0000, by fonsinchen
-
(svn r25346) -Codechange: Glue between stations and flow stats draftSun, 09 Jun 2013 12:49:47 +0000, by fonsinchen
-
(svn r25345) -Add: implementation of SharesMap and FlowStatMap draftSun, 09 Jun 2013 12:48:42 +0000, by fonsinchen
-
(svn r25343) -Add: method to count the number of lines required to draw a string with line warping draftSun, 09 Jun 2013 12:21:44 +0000, by zuu
-
(svn r25342) -Add: StoryPage data structures and GS API draftSun, 09 Jun 2013 12:19:09 +0000, by zuu
-
(svn r25338) -Fix: missing eol-style and keywords svn properties draftSun, 09 Jun 2013 09:25:22 +0000, by rubidium
-
(svn r25337) -Fix: saving only 8 bits of 16 causes endianness problems draftSat, 08 Jun 2013 20:47:59 +0000, by fonsinchen
-
(svn r25335) -Change: Revisit the map menu in scenario editor: Remove linkgraph legend, add industry list. draftSat, 08 Jun 2013 16:54:19 +0000, by frosch
-
(svn r25334) -Fix: Position the linkgraph legend window automatically like most windows. draftSat, 08 Jun 2013 16:52:33 +0000, by frosch
-
(svn r25331) -Fix (r25263): Update ScriptWindow with link graph widgets draftSat, 08 Jun 2013 12:37:36 +0000, by zuu
-
(svn r25330) -Fix [FS#5583]: return some reserved cargo if vehicle is overloaded by station stopping acceptance for cargo scheduled to be delivered draftFri, 07 Jun 2013 22:22:52 +0000, by fonsinchen
-
(svn r25329) -Fix [FS#5582]: for refreshing next hops implicit orders are equivalent to explicit stopping orders draftFri, 07 Jun 2013 22:12:39 +0000, by fonsinchen
-
(svn r25328) -Fix: remove zero width space from Urdu (unfinished) as well draftFri, 07 Jun 2013 19:10:08 +0000, by rubidium
-
(svn r25326) -Fix [FS#5589]: check for zero width space in translations and fail upon finding them draftFri, 07 Jun 2013 19:05:04 +0000, by rubidium
-
(svn r25320) -Fix [FS#5577]: link graph start time was not accounted for when cheating dates draftTue, 04 Jun 2013 15:06:22 +0000, by rubidium
-
(svn r25319) -Fix [FS#5570]: crash when train with reserved cargo vanishes draftTue, 04 Jun 2013 15:04:59 +0000, by rubidium
-
(svn r25318) -Fix: [SDL, FS#5580] Keyboard input stopped working after fullscreen toggle draftTue, 04 Jun 2013 06:36:59 +0000, by matthijs
-
(svn r25314) -Fix (r25313): If '0' is the broadest digit, 0 * sum(10^i, i=0..(n-1)) is not the broadest n-digit number. draftSat, 01 Jun 2013 15:10:32 +0000, by frosch
-
(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all of them. draftSat, 01 Jun 2013 14:33:48 +0000, by frosch
-
(svn r25312) -Fix-ish: missing spaces after comma + realignment of tables; quite boring with -x -w draftSat, 01 Jun 2013 07:44:53 +0000, by rubidium
-
(svn r25311) -Merge: documentation updates from 1.3 draftFri, 31 May 2013 20:57:19 +0000, by rubidium
-
(svn r25307) -Fix: Do not focus the editbox in the NewGRF window, if there is no editbox visible. draftFri, 31 May 2013 18:47:49 +0000, by frosch