log

age author description
Fri, 03 Sep 2010 23:04:02 +0000 yexo (svn r20731) -Fix (r20739): SmallVector did not have an assignment operator, causing invalid memory reads / double free draft
Fri, 03 Sep 2010 22:28:11 +0000 yexo (svn r20730) -Fix: crash when removing an object while the newgrf debug window was open for that object draft
Fri, 03 Sep 2010 21:50:51 +0000 yexo (svn r20729) -Fix [FS#4107]: assert when overbuilding object draft
Fri, 03 Sep 2010 21:41:08 +0000 yexo (svn r20728) -Codechange: shuffle some code in CMD_BUILD_ROAD so it doesn't call CMD_LANDSCAPE_CLEAR in test-mode from exec-mode draft
Fri, 03 Sep 2010 20:32:33 +0000 yexo (svn r20727) -Fix [FS#4106]: compilation with --disable-ai was broken (cirdan) draft
Fri, 03 Sep 2010 17:45:31 +0000 translators (svn r20726) -Update from WebTranslator v3.0: draft
Fri, 03 Sep 2010 14:14:06 +0000 smatz (svn r20725) -Codechange: simplify make_compiler_cflags draft
Fri, 03 Sep 2010 13:23:29 +0000 smatz (svn r20724) -Fix: debug builds with LTO enabled didn't have debug information and were not optimised at all, causing many compile-time warnings draft
Fri, 03 Sep 2010 13:09:56 +0000 smatz (svn r20723) -Fix: don't define _FORTIFY_SOURCE when not compiling with GCC, other compilers would likely barf on GLIBC code draft
Fri, 03 Sep 2010 12:52:09 +0000 glx (svn r20722) -Fix (r20719): signed/unsigned side effect makes a small negative value become a big positive value draft
Thu, 02 Sep 2010 20:45:54 +0000 rubidium (svn r20721) -Fix: objects that can be built on water shouldn't be drowned. draft
Thu, 02 Sep 2010 20:00:48 +0000 frosch (svn r20720) -Add: separate GUI icons for vehicle/company profit, exclusive rights and unread news. draft
Thu, 02 Sep 2010 19:34:44 +0000 frosch (svn r20719) -Codechange: Remove some hardcoded iconsizes. draft
Thu, 02 Sep 2010 17:45:39 +0000 translators (svn r20718) -Update from WebTranslator v3.0: draft
Wed, 01 Sep 2010 23:41:56 +0000 yexo (svn r20717) -Fix [FS#4103]: water class was not set for stations draft
Wed, 01 Sep 2010 23:14:15 +0000 yexo (svn r20716) -Feature: add airport class and airport name to the land info tool draft
Wed, 01 Sep 2010 20:17:25 +0000 frosch (svn r20715) -Fix: Recent nforenum does not know '-?'. draft
Wed, 01 Sep 2010 20:09:15 +0000 rubidium (svn r20714) -Fix: bit 9 of object's flags implies bit 3 is set, so just test for either of the bits being set draft
Wed, 01 Sep 2010 19:45:50 +0000 rubidium (svn r20713) -Fix (r20654): when ignoring action0 object properties, ignore property 13 correctly draft
Wed, 01 Sep 2010 19:04:06 +0000 terkhen (svn r20712) -Fix [FS#4094]: Do not use new game settings when creating many random industries in the scenario editor. draft
Wed, 01 Sep 2010 19:00:32 +0000 terkhen (svn r20711) -Fix [FS#4094]: Do not use new game settings when creating many random towns at the scenario editor. draft
Wed, 01 Sep 2010 18:52:27 +0000 terkhen (svn r20710) -Codechange: Clarify the name of some town generation variables. draft
Wed, 01 Sep 2010 17:45:06 +0000 translators (svn r20709) -Update from WebTranslator v3.0: draft
Wed, 01 Sep 2010 06:15:26 +0000 rubidium (svn r20708) -Fix [FS#4101]: upon company bankruptcy some objects weren't removed properly draft
Tue, 31 Aug 2010 17:45:21 +0000 translators (svn r20707) -Update from WebTranslator v3.0: draft
Tue, 31 Aug 2010 16:17:22 +0000 rubidium (svn r20706) -Fix (r20664): land slope check wasn't called when it should be called draft
Tue, 31 Aug 2010 12:18:28 +0000 yexo (svn r20705) -Fix: graphic glitch when switching to a different-sized font while the chat message box was visible draft
Mon, 30 Aug 2010 22:54:48 +0000 rubidium (svn r20704) -Fix (r20658): regression got out-of-sync draft
Mon, 30 Aug 2010 17:45:29 +0000 translators (svn r20699) -Update from WebTranslator v3.0: draft
Mon, 30 Aug 2010 14:52:28 +0000 yexo (svn r20697) -Fix [FS#4084]: call the new function after resizing a window so it's not possible a window becomes unmoveable draft
Mon, 30 Aug 2010 14:51:11 +0000 yexo (svn r20696) -Codechange: create a new function to make sure part of the caption bar is visible when creating a window draft
Mon, 30 Aug 2010 14:50:42 +0000 yexo (svn r20695) -Codechange: move PreventHiding to another location draft
Mon, 30 Aug 2010 10:52:27 +0000 yexo (svn r20694) -Fix [FS#4087]: empty newgrf presets were not selectable draft
Mon, 30 Aug 2010 10:49:02 +0000 yexo (svn r20693) -Fix: use strncmp instead of memcmp for comparing strings draft
Mon, 30 Aug 2010 10:16:04 +0000 yexo (svn r20692) -Fix [FS#4055]: crash after downloading missing content draft
Sun, 29 Aug 2010 18:39:28 +0000 rubidium (svn r20691) -Fix (r20690): unmessup a broken string draft
Sun, 29 Aug 2010 17:45:46 +0000 translators (svn r20690) -Update from WebTranslator v3.0: draft
Sun, 29 Aug 2010 15:58:43 +0000 alberth (svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file. draft
Sun, 29 Aug 2010 13:47:15 +0000 alberth (svn r20688) -Codechange: Rename Queue struct to BinaryHeap. draft
Sun, 29 Aug 2010 13:46:34 +0000 alberth (svn r20687) -Codechange: Replace the THISBIN_HEAP_ARR macro by a GetElement() method. draft
Sun, 29 Aug 2010 13:42:38 +0000 alberth (svn r20686) -Codechange: Make init_BinaryHeap() a method. draft
Sun, 29 Aug 2010 13:38:43 +0000 alberth (svn r20685) -Codechange: Make BinaryHeap_Clear() a method. draft
Sun, 29 Aug 2010 13:38:27 +0000 alberth (svn r20684) -Codechange: Make BinaryHeap_Free() a method. draft
Sun, 29 Aug 2010 13:38:06 +0000 alberth (svn r20683) -Codechange: Make BinaryHeap_Delete() a method. draft
Sun, 29 Aug 2010 13:36:50 +0000 alberth (svn r20682) -Codechange: Make BinaryHeap_Pop() a method. draft
Sun, 29 Aug 2010 13:35:51 +0000 alberth (svn r20681) -Codechange: Make BinaryHeap_Push() a method, introduce temporary THISBIN_HEAP_ARR macro. draft
Sun, 29 Aug 2010 13:34:08 +0000 alberth (svn r20680) -Codechange: Remove the now useless union and struct wrappers around the binary heap data. draft
Sun, 29 Aug 2010 13:32:39 +0000 alberth (svn r20679) -Codechange: Remove unused insertion sorter. draft
Sun, 29 Aug 2010 12:37:49 +0000 alberth (svn r20678) -Codechange: Remove unused NetworkFindClientInfoFromIndex(), NetworkFindClientInfoFromIP(). draft
Sun, 29 Aug 2010 09:41:50 +0000 rubidium (svn r20677) -Fix (r20136): copy-paste error (jwm) draft
Sat, 28 Aug 2010 22:26:25 +0000 rubidium (svn r20676) -Codechange: it's not needed to supply two almost identical vars draft
Sat, 28 Aug 2010 21:45:44 +0000 rubidium (svn r20675) -Add [FS#4077]: method to access the (action 14) NewGRF version of other NewGRFs draft
Sat, 28 Aug 2010 20:15:45 +0000 alberth (svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise. draft
Sat, 28 Aug 2010 19:48:46 +0000 rubidium (svn r20673) -Codechange: add support for inspecting objects draft
Sat, 28 Aug 2010 19:46:35 +0000 rubidium (svn r20672) -Remove: some stale strings draft
Sat, 28 Aug 2010 19:45:56 +0000 rubidium (svn r20671) -Add: feature F (not action F as written mistakenly in the previous message) support for the scenario editor draft
Sat, 28 Aug 2010 19:43:41 +0000 rubidium (svn r20670) -Add: support for action F draft
Sat, 28 Aug 2010 19:13:20 +0000 rubidium (svn r20669) -Codechange: trigger the whole object every 256 ticks instead of every 250 ticks draft
Sat, 28 Aug 2010 19:02:21 +0000 rubidium (svn r20668) -Codechange: add (more) support for bridges over objects draft
Sat, 28 Aug 2010 19:00:21 +0000 rubidium (svn r20667) -Codechange: implement the autoslope callback for objects draft