Mercurial > hg > openttd
graph
-
(svn r17575) -Codechange: Adding a new combined button+dropdown widget. draftSat, 19 Sep 2009 13:08:37 +0000, by alberth
-
(svn r17574) -Fix (r17573): Insert NWID_SELECTION in nested_array when appropriate. draftSat, 19 Sep 2009 12:52:49 +0000, by alberth
-
(svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array. draftSat, 19 Sep 2009 11:55:44 +0000, by alberth
-
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array. draftSat, 19 Sep 2009 11:31:12 +0000, by alberth
-
(svn r17571) -Fix [FS#3213] (r17569): town view didn't show the right town in most of the cases draftSat, 19 Sep 2009 10:19:15 +0000, by rubidium
-
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos draftSat, 19 Sep 2009 09:51:14 +0000, by rubidium
-
(svn r17569) -Codechange: Town view window runs with nested widgets. draftFri, 18 Sep 2009 19:59:05 +0000, by alberth
-
(svn r17566) -Fix: ai_basestation.hpp.sq linked to the wrong header; it did work though draftFri, 18 Sep 2009 14:23:39 +0000, by rubidium
-
(svn r17563) -Fix: memory leak when viewing the NewGRF settings of a server draftThu, 17 Sep 2009 21:45:47 +0000, by rubidium
-
(svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games did not get properly updated when the NewGRFs were rescanned causing reading of freed data draftThu, 17 Sep 2009 21:14:16 +0000, by rubidium
-
(svn r17561) -Fix: diacritics was missing at few places draftThu, 17 Sep 2009 18:56:31 +0000, by smatz
-
(svn r17558) -Feature [NewGRF]: callbacks for houses to disable drawing foundations and to disable slope changes, like industry tile callbacks 30 and 3C. draftWed, 16 Sep 2009 19:10:50 +0000, by rubidium
-
(svn r17557) -Codechange: Pass left and right edge to DrawOrderString(). draftWed, 16 Sep 2009 19:00:53 +0000, by alberth
-
(svn r17556) -Fix (r12321): the OSX port doesn't use /Library/Application Support/OpenTTD. draftWed, 16 Sep 2009 18:09:42 +0000, by rubidium
-
(svn r17554) -Update: documentation about bug reporting and known bugs draftWed, 16 Sep 2009 17:41:18 +0000, by rubidium
-
(svn r17553) -Update: some documentation about the callbacks draftWed, 16 Sep 2009 10:10:12 +0000, by rubidium
-
(svn r17552) -Codechange: rename load_unload_time_rem to something more generic as it's used for more than just load/unload. Also add some documentation about where it is used. draftTue, 15 Sep 2009 20:58:44 +0000, by rubidium
-
(svn r17551) -Fix [FS#3201] (r17222): vehicles waiting for their time table didn't load anymore after their initial load was completed draftTue, 15 Sep 2009 20:13:47 +0000, by rubidium
-
(svn r17550) -Fix (r8973): Aircraft are good enough, don't make them even better. draftTue, 15 Sep 2009 19:56:41 +0000, by frosch
-
(svn r17549) -Fix (r17128): Distance limit for town to town subsidies got lost. draftTue, 15 Sep 2009 18:47:42 +0000, by frosch
-
(svn r17547) -Feature: [NewGRF] Implement callback 145 (custom station rating) draftTue, 15 Sep 2009 17:24:18 +0000, by rubidium
-
(svn r17546) -Fix (r9617): sign extending of profit calculation didn't work draftTue, 15 Sep 2009 17:23:24 +0000, by rubidium
-
(svn r17545) -Fix [FS#3202]: [NoAI] AIs had 'infinite' time when running code from the global scope draftTue, 15 Sep 2009 16:18:10 +0000, by rubidium
-
(svn r17544) -Fix [FS#3202]: [NoAI] Crash when doing commands in the 'global' scope draftTue, 15 Sep 2009 16:16:28 +0000, by rubidium
-
(svn r17543) -Fix [FS#3200]: allegro's sound output was worse than excepted draftMon, 14 Sep 2009 22:48:34 +0000, by rubidium
-
(svn r17542) -Fix: don't access variables in the company struct after it has been deleted draftMon, 14 Sep 2009 22:09:50 +0000, by yexo
-
(svn r17541) -Feature: Filtering in Add-NewGRF dialog. draftMon, 14 Sep 2009 20:59:46 +0000, by frosch
-
(svn r17540) -Codechange: move functionality of PlaceProc_Town() to FoundTownWindow::OnPlaceObject() draftMon, 14 Sep 2009 20:40:07 +0000, by smatz
-
(svn r17538) -Codechange: Rename STR_CONTENT_FILTER_(OSKTITLE|TOOLTIP) for more general usage. draftMon, 14 Sep 2009 20:15:29 +0000, by frosch
-
(svn r17537) -Fix: don't crash while printing gamelog in crash handler if we crashed before while gamelog action was active draftMon, 14 Sep 2009 19:30:13 +0000, by smatz
-
(svn r17535) -Fix: compiling without networking failed; also unhackify the crash logger a bit. draftMon, 14 Sep 2009 15:53:19 +0000, by rubidium
-
(svn r17534) -Codechange: unify the naming of callback masks/flags draftMon, 14 Sep 2009 12:22:57 +0000, by rubidium
-
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. draftSun, 13 Sep 2009 19:15:59 +0000, by frosch
-
(svn r17531) -Fix: wrong @file for ai_basestation.hpp draftSun, 13 Sep 2009 17:58:00 +0000, by rubidium
-
(svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs draftSun, 13 Sep 2009 17:47:07 +0000, by rubidium
-
(svn r17528) -Codechange: use QSortT instead of qsort for sorting FiosItems draftSun, 13 Sep 2009 17:39:33 +0000, by rubidium
-
(svn r17527) -Codechange: use QSortT instead of qsort for sorting smallmaps draftSun, 13 Sep 2009 17:38:49 +0000, by rubidium
-
(svn r17526) -Codechange: use QSortT instead of qsort for sorting the language list in the network GUI draftSun, 13 Sep 2009 17:38:07 +0000, by rubidium
-
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already. draftSun, 13 Sep 2009 17:37:47 +0000, by frosch
-
(svn r17524) -Codechange: use QSortT instead of qsort for sorting NewGRFs draftSun, 13 Sep 2009 17:36:50 +0000, by rubidium
-
(svn r17523) -Fix (r17514): InvalidateWindowClasses() only does SetDirty(), which is no longer enough. draftSun, 13 Sep 2009 16:43:16 +0000, by frosch
-
(svn r17522) -Fix: Scroll to selected content after sorting the list and after updating the scrollbar maximum. draftSun, 13 Sep 2009 14:50:52 +0000, by frosch
-
(svn r17521) -Change: don't assume that there is always 'another' industry tile after two '0x18' industry tiles draftSun, 13 Sep 2009 10:58:41 +0000, by rubidium
-
(svn r17518) -Document: some of the callback 'masks' draftSun, 13 Sep 2009 07:48:47 +0000, by rubidium
-
(svn r17515) -Fix [FS#3189]: [Squirrel] In some cases the call stack would not be cleaned up properly during crash handling. Occasionally this causes asserts to be triggered or crashes. draftSat, 12 Sep 2009 20:31:41 +0000, by rubidium
-
(svn r17514) -Codechange: Nestify Add-NewGRF dialog. draftSat, 12 Sep 2009 18:40:02 +0000, by frosch
-
(svn r17512) -Add: some basic information about the loaded AIs in the crash log draftSat, 12 Sep 2009 17:32:24 +0000, by rubidium
-
(svn r17511) -Codechange: Simplify ShowNewGRFInfo() by passing 'right' instead of 'width'. draftSat, 12 Sep 2009 17:17:07 +0000, by frosch
-
(svn r17510) -Fix [FS#3197]: When loading GRFConfigs from ini file, validate them wrt. duplicate GRF IDs. draftSat, 12 Sep 2009 14:40:26 +0000, by frosch