log

age author description
Mon, 13 Sep 2010 13:08:53 +0000 yexo (svn r20796) -Fix: make sure all houses in the house spec array are valid. It was possible that part of a multitile house was not copied because the array was full draft
Mon, 13 Sep 2010 12:14:22 +0000 yexo (svn r20795) -Codechange: clarify code/documentation of the start/stop bit in CmdMassStartStopVehicle (Krille) draft
Sun, 12 Sep 2010 23:06:28 +0000 rubidium (svn r20794) -Document [FS#4083]: a case where DirectMusic takes hours to initialise draft
Sun, 12 Sep 2010 21:03:10 +0000 rubidium (svn r20793) -Fix: broken string draft
Sun, 12 Sep 2010 19:54:25 +0000 yexo (svn r20792) -Fix (r8973): [NewGRF] vehicle vars 0x98 and 0xB4 (max speed and current speed) used the wrong unit for aircraft (Hirundo) draft
Sun, 12 Sep 2010 19:40:47 +0000 frosch (svn r20791) -Fix (r12161): Building 2x2 houses did not work for 2x2 road layouts on all map sizes. draft
Sun, 12 Sep 2010 18:28:51 +0000 frosch (svn r20790) -Fix (r0)[FS#4118]: Remove a check which is wrong for NewGrf houses and serves no use for original houses. draft
Sun, 12 Sep 2010 17:45:19 +0000 translators (svn r20789) -Update from WebTranslator v3.0: draft
Sun, 12 Sep 2010 16:54:39 +0000 yexo (svn r20788) -Fix (r20733)[FS#4119]: start/stop all vehicles from non-train depots was broken draft
Sun, 12 Sep 2010 14:45:46 +0000 frosch (svn r20787) -Fix: Spelling mistake in slovak real town names. (mek2) draft
Sat, 11 Sep 2010 17:45:17 +0000 translators (svn r20786) -Update from WebTranslator v3.0: draft
Sat, 11 Sep 2010 17:45:03 +0000 rubidium (svn r20785) -Fix: crash when closing the station view of oilrigs (similar to r20774) draft
Sat, 11 Sep 2010 11:48:37 +0000 alberth (svn r20784) -Doc: Doxyment a few debug line printing functions. draft
Fri, 10 Sep 2010 20:03:45 +0000 rubidium (svn r20783) -Change/Fix: do autosave-on-exit as well when using kill/CTRL-C to terminate a dedicated OpenTTD draft
Fri, 10 Sep 2010 17:45:34 +0000 translators (svn r20782) -Update from WebTranslator v3.0: draft
Fri, 10 Sep 2010 13:50:47 +0000 yexo (svn r20781) -Fix (r20780): FinishInitNested reset this->owner, so set it afterwards draft
Fri, 10 Sep 2010 13:34:47 +0000 yexo (svn r20780) -Fix (r20772): group gui only worked properly for the first company draft
Thu, 09 Sep 2010 20:49:56 +0000 frosch (svn r20779) -Add [FS#4025]: If GRFs do not have action14 parameter information, allow to set the number of parameters in the GUI explicitly. draft
Thu, 09 Sep 2010 17:45:04 +0000 translators (svn r20778) -Update from WebTranslator v3.0: draft
Thu, 09 Sep 2010 14:40:39 +0000 rubidium (svn r20777) -Codechange: make VehicleListIdentifier a variable of BaseVehicleList and use that instead of "dereferencing" the window number and storing some information twice draft
Thu, 09 Sep 2010 14:39:48 +0000 rubidium (svn r20776) -Codechange: make VehicleLists for the group "ALL_GROUP" work as well draft
Thu, 09 Sep 2010 14:24:42 +0000 rubidium (svn r20775) -Fix (r20771): the group's vehicle lists weren't properly populated draft
Thu, 09 Sep 2010 10:55:05 +0000 rubidium (svn r20774) -Fix [FS#4116]: assertion triggered when removing a station owned by nobody when the local company is "spectator" as well draft
Wed, 08 Sep 2010 21:40:00 +0000 rubidium (svn r20773) -Codechange: use packed VehicleListIdentifiers for some commands as well draft
Wed, 08 Sep 2010 21:37:13 +0000 rubidium (svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers draft
Wed, 08 Sep 2010 21:28:50 +0000 rubidium (svn r20771) -Add: concept of vehicle list identifiers to identify a vehicle list instead of a string of parameters draft
Wed, 08 Sep 2010 21:14:41 +0000 rubidium (svn r20770) -Codechange: move some bits around in CmdMassStartStop's parameters draft
Wed, 08 Sep 2010 21:02:12 +0000 rubidium (svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehicleToDepot draft
Wed, 08 Sep 2010 18:55:58 +0000 rubidium (svn r20768) -Codechange: unify send-to-depot commands draft
Wed, 08 Sep 2010 17:45:03 +0000 translators (svn r20767) -Update from WebTranslator v3.0: draft
Wed, 08 Sep 2010 15:35:54 +0000 yexo (svn r20766) -Fix [FS#4112]: action14 data was not used for NewGRFs loaded from a savegame draft
Wed, 08 Sep 2010 13:45:26 +0000 yexo (svn r20765) -Fix (r17345): AIEventCompanyAskMerger was disguised as AIEventCompanyMerger (fanioz) draft
Tue, 07 Sep 2010 20:38:26 +0000 smatz (svn r20764) -Codechange: minor coding style fix draft
Tue, 07 Sep 2010 19:20:15 +0000 frosch (svn r20763) -Fix [FS#4113](r20749): The bridgetest on building shipdepots can no longer rely on being only called for clear water tiles. draft
Tue, 07 Sep 2010 17:45:10 +0000 translators (svn r20762) -Update from WebTranslator v3.0: draft
Tue, 07 Sep 2010 11:05:22 +0000 smatz (svn r20761) -Codechange: make PlaceObject() static draft
Tue, 07 Sep 2010 11:03:46 +0000 smatz (svn r20760) -Cleanup (r20753): remove unused CheckMouseOverVehicle() draft
Tue, 07 Sep 2010 11:00:42 +0000 smatz (svn r20759) -Fix (r20753): it wasn't possible to build anything when left button scrolling was active draft
Mon, 06 Sep 2010 18:20:07 +0000 smatz (svn r20758) -Fix: when leaving the program, current newgrf config would leak, causing valgrind warnings draft
Mon, 06 Sep 2010 17:45:11 +0000 translators (svn r20757) -Update from WebTranslator v3.0: draft
Mon, 06 Sep 2010 16:02:42 +0000 smatz (svn r20756) -Cleanup: no need to check return value of CallocT draft
Mon, 06 Sep 2010 15:47:11 +0000 smatz (svn r20755) -Fix (r19975): small memory leak at program exit (happens only once) draft
Mon, 06 Sep 2010 15:23:16 +0000 yexo (svn r20754) -Fix [FS#4112]: assert when an industry previously build on water was flooded because it's grf changed/is missing draft
Mon, 06 Sep 2010 14:14:09 +0000 smatz (svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone and vehicle to clone orders from directly from vehicle lists and depot window draft
Sun, 05 Sep 2010 21:50:59 +0000 rubidium (svn r20752) -Change: move removal of bin/data/openttd.grf from distclean to maintainer-clean draft
Sun, 05 Sep 2010 19:46:04 +0000 frosch (svn r20751) -Fix: IndustryCargoesWindow::HousesCanAccept() did not check climate-availability of houses. draft
Sun, 05 Sep 2010 17:45:17 +0000 translators (svn r20750) -Update from WebTranslator v3.0: draft
Sun, 05 Sep 2010 16:33:32 +0000 yexo (svn r20749) -Fix: allow overbuilding objects with buoys and ship depots draft
Sun, 05 Sep 2010 16:00:36 +0000 yexo (svn r20748) -Fix: overbuilding an object tile with sea under it with a canal didn't take the cost for clearing the sea into account draft
Sun, 05 Sep 2010 16:00:04 +0000 yexo (svn r20747) -Fix: overbuilding an object with water under it succeeded even for industries that can't be build on water draft
Sun, 05 Sep 2010 15:07:38 +0000 yexo (svn r20746) -Fix: set CMD_NO_WATER flag for CmdBuildBridge draft
Sun, 05 Sep 2010 14:54:18 +0000 yexo (svn r20745) -Fix: don't delete an object when trying to terraform a tile of it with canal under it. If we delete the object the terraforming will still fail due to the canal draft
Sun, 05 Sep 2010 14:53:20 +0000 yexo (svn r20744) -Fix: overbuilding an object with water under it failed draft
Sun, 05 Sep 2010 13:31:39 +0000 frosch (svn r20743) -Fix: Make testruns of clearing an object tile not influence repeated testruns resp. the exec run. draft
Sun, 05 Sep 2010 13:28:59 +0000 frosch (svn r20742) -Fix: Evaluate DC_NO_WATER flag when clearing objects built on water. draft
Sun, 05 Sep 2010 13:18:54 +0000 frosch (svn r20741) -Cleanup: Use IsTileOnWater() in more places. draft
Sun, 05 Sep 2010 13:18:26 +0000 frosch (svn r20740) -Codechange: Add HasTileWaterClass() to test for tiletypes with WaterClass. draft
Sat, 04 Sep 2010 17:45:12 +0000 translators (svn r20739) -Update from WebTranslator v3.0: draft
Sat, 04 Sep 2010 12:09:12 +0000 alberth (svn r20738) -Codechange: Introduce a function for getting the number of industries that should be build. draft
Sat, 04 Sep 2010 12:01:55 +0000 alberth (svn r20737) -Codechange: Introduce a function for advertising opening of a new industry. draft
Sat, 04 Sep 2010 11:59:12 +0000 alberth (svn r20736) -Codechange: Introduce a new function for trying to create a new industry. draft
Sat, 04 Sep 2010 11:29:42 +0000 alberth (svn r20735) -Codechange: Introduce GetIndustryGamePlayProbability(). draft
Sat, 04 Sep 2010 11:16:40 +0000 alberth (svn r20734) -Codechange: Rename GetScaledIndustryProbability() to GetScaledIndustryGenerationProbability(). draft
Sat, 04 Sep 2010 00:16:33 +0000 yexo (svn r20733) -Fix: when overbuilding an object with an industry, clear the complete object draft
Fri, 03 Sep 2010 23:48:12 +0000 yexo (svn r20732) -Fix: when trying to build a bridge over an object, try to autoremove the object if it's too high draft
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