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