Mercurial > hg > openttd
graph
-
(svn r20711) -Fix [FS#4094]: Do not use new game settings when creating many random towns at the scenario editor. draftWed, 01 Sep 2010 19:00:32 +0000, by terkhen
-
(svn r20710) -Codechange: Clarify the name of some town generation variables. draftWed, 01 Sep 2010 18:52:27 +0000, by terkhen
-
(svn r20708) -Fix [FS#4101]: upon company bankruptcy some objects weren't removed properly draftWed, 01 Sep 2010 06:15:26 +0000, by rubidium
-
(svn r20706) -Fix (r20664): land slope check wasn't called when it should be called draftTue, 31 Aug 2010 16:17:22 +0000, by rubidium
-
(svn r20705) -Fix: graphic glitch when switching to a different-sized font while the chat message box was visible draftTue, 31 Aug 2010 12:18:28 +0000, by yexo
-
(svn r20704) -Fix (r20658): regression got out-of-sync draftMon, 30 Aug 2010 22:54:48 +0000, by rubidium
-
(svn r20697) -Fix [FS#4084]: call the new function after resizing a window so it's not possible a window becomes unmoveable draftMon, 30 Aug 2010 14:52:28 +0000, by yexo
-
(svn r20696) -Codechange: create a new function to make sure part of the caption bar is visible when creating a window draftMon, 30 Aug 2010 14:51:11 +0000, by yexo
-
(svn r20695) -Codechange: move PreventHiding to another location draftMon, 30 Aug 2010 14:50:42 +0000, by yexo
-
(svn r20694) -Fix [FS#4087]: empty newgrf presets were not selectable draftMon, 30 Aug 2010 10:52:27 +0000, by yexo
-
(svn r20693) -Fix: use strncmp instead of memcmp for comparing strings draftMon, 30 Aug 2010 10:49:02 +0000, by yexo
-
(svn r20692) -Fix [FS#4055]: crash after downloading missing content draftMon, 30 Aug 2010 10:16:04 +0000, by yexo
-
(svn r20691) -Fix (r20690): unmessup a broken string draftSun, 29 Aug 2010 18:39:28 +0000, by rubidium
-
(svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file. draftSun, 29 Aug 2010 15:58:43 +0000, by alberth
-
(svn r20688) -Codechange: Rename Queue struct to BinaryHeap. draftSun, 29 Aug 2010 13:47:15 +0000, by alberth
-
(svn r20687) -Codechange: Replace the THISBIN_HEAP_ARR macro by a GetElement() method. draftSun, 29 Aug 2010 13:46:34 +0000, by alberth
-
(svn r20686) -Codechange: Make init_BinaryHeap() a method. draftSun, 29 Aug 2010 13:42:38 +0000, by alberth
-
(svn r20685) -Codechange: Make BinaryHeap_Clear() a method. draftSun, 29 Aug 2010 13:38:43 +0000, by alberth
-
(svn r20684) -Codechange: Make BinaryHeap_Free() a method. draftSun, 29 Aug 2010 13:38:27 +0000, by alberth
-
(svn r20683) -Codechange: Make BinaryHeap_Delete() a method. draftSun, 29 Aug 2010 13:38:06 +0000, by alberth
-
(svn r20682) -Codechange: Make BinaryHeap_Pop() a method. draftSun, 29 Aug 2010 13:36:50 +0000, by alberth
-
(svn r20681) -Codechange: Make BinaryHeap_Push() a method, introduce temporary THISBIN_HEAP_ARR macro. draftSun, 29 Aug 2010 13:35:51 +0000, by alberth
-
(svn r20680) -Codechange: Remove the now useless union and struct wrappers around the binary heap data. draftSun, 29 Aug 2010 13:34:08 +0000, by alberth
-
(svn r20679) -Codechange: Remove unused insertion sorter. draftSun, 29 Aug 2010 13:32:39 +0000, by alberth
-
(svn r20678) -Codechange: Remove unused NetworkFindClientInfoFromIndex(), NetworkFindClientInfoFromIP(). draftSun, 29 Aug 2010 12:37:49 +0000, by alberth
-
(svn r20677) -Fix (r20136): copy-paste error (jwm) draftSun, 29 Aug 2010 09:41:50 +0000, by rubidium
-
(svn r20676) -Codechange: it's not needed to supply two almost identical vars draftSat, 28 Aug 2010 22:26:25 +0000, by rubidium
-
(svn r20675) -Add [FS#4077]: method to access the (action 14) NewGRF version of other NewGRFs draftSat, 28 Aug 2010 21:45:44 +0000, by rubidium
-
(svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise. draftSat, 28 Aug 2010 20:15:45 +0000, by alberth
-
(svn r20673) -Codechange: add support for inspecting objects draftSat, 28 Aug 2010 19:48:46 +0000, by rubidium
-
(svn r20671) -Add: feature F (not action F as written mistakenly in the previous message) support for the scenario editor draftSat, 28 Aug 2010 19:45:56 +0000, by rubidium
-
(svn r20669) -Codechange: trigger the whole object every 256 ticks instead of every 250 ticks draftSat, 28 Aug 2010 19:13:20 +0000, by rubidium
-
(svn r20668) -Codechange: add (more) support for bridges over objects draftSat, 28 Aug 2010 19:02:21 +0000, by rubidium
-
(svn r20667) -Codechange: implement the autoslope callback for objects draftSat, 28 Aug 2010 19:00:21 +0000, by rubidium
-
(svn r20666) -Codechange: enable drawing of (NewGRF) objects draftSat, 28 Aug 2010 18:57:32 +0000, by rubidium
-
(svn r20665) -Codechange: make clearing object tiles behave (more) like TTDPatch draftSat, 28 Aug 2010 18:56:07 +0000, by rubidium
-
(svn r20664) -Codechange: implement the land slope callback for objects draftSat, 28 Aug 2010 18:55:20 +0000, by rubidium
-
(svn r20663) -Codechange: add the GRF name to the tile info window draftSat, 28 Aug 2010 18:54:12 +0000, by rubidium
-
(svn r20662) -Codechange: implement object animation draftSat, 28 Aug 2010 18:51:47 +0000, by rubidium
-
(svn r20661) -Codechange: implement the "decide colour" callback for objects draftSat, 28 Aug 2010 18:50:32 +0000, by rubidium
-
(svn r20660) -Codechange: implement (most) of action2 support for objects draftSat, 28 Aug 2010 18:49:39 +0000, by rubidium
-
(svn r20659) -Feature: make the (flat) area around an industry configurable (Eddi|zuHause) draftSat, 28 Aug 2010 18:37:49 +0000, by rubidium
-
(svn r20658) -Codechange: add the colour of an object to the object instance draftSat, 28 Aug 2010 18:28:34 +0000, by rubidium
-
(svn r20657) -Codechange: add function to draw NewGRF tileseq in the GUI draftSat, 28 Aug 2010 18:23:58 +0000, by rubidium
-
(svn r20656) -Codechange: implement counting of objects draftSat, 28 Aug 2010 18:23:14 +0000, by rubidium
-
(svn r20655) -Codechange: implement reading the action3 of objects draftSat, 28 Aug 2010 18:22:24 +0000, by rubidium
-
(svn r20654) -Codechange: implement reading action0 of objects draftSat, 28 Aug 2010 18:21:09 +0000, by rubidium
-
(svn r20652) -Codechange: implement a function to get the index of a spec. draftSat, 28 Aug 2010 17:38:07 +0000, by rubidium
-
(svn r20651) -Codechange: add a function to determine whether an object is available and use it draftSat, 28 Aug 2010 17:36:28 +0000, by rubidium
-
(svn r20650) -Codechange: add some variables to the object's spec draftSat, 28 Aug 2010 17:35:00 +0000, by rubidium
-
(svn r20649) -Codechange: implement classes for objects draftSat, 28 Aug 2010 17:32:30 +0000, by rubidium
-
(svn r20648) -Codechange: implement the NewGRF override manager for objects draftSat, 28 Aug 2010 17:30:55 +0000, by rubidium
-
(svn r20647) -Codechange: update some of the object spec information draftSat, 28 Aug 2010 17:29:12 +0000, by rubidium