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
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
Sat, 28 Aug 2010 18:57:32 +0000 rubidium (svn r20666) -Codechange: enable drawing of (NewGRF) objects draft
Sat, 28 Aug 2010 18:56:07 +0000 rubidium (svn r20665) -Codechange: make clearing object tiles behave (more) like TTDPatch draft
Sat, 28 Aug 2010 18:55:20 +0000 rubidium (svn r20664) -Codechange: implement the land slope callback for objects draft
Sat, 28 Aug 2010 18:54:12 +0000 rubidium (svn r20663) -Codechange: add the GRF name to the tile info window draft
Sat, 28 Aug 2010 18:51:47 +0000 rubidium (svn r20662) -Codechange: implement object animation draft
Sat, 28 Aug 2010 18:50:32 +0000 rubidium (svn r20661) -Codechange: implement the "decide colour" callback for objects draft
Sat, 28 Aug 2010 18:49:39 +0000 rubidium (svn r20660) -Codechange: implement (most) of action2 support for objects draft
Sat, 28 Aug 2010 18:37:49 +0000 rubidium (svn r20659) -Feature: make the (flat) area around an industry configurable (Eddi|zuHause) draft
Sat, 28 Aug 2010 18:28:34 +0000 rubidium (svn r20658) -Codechange: add the colour of an object to the object instance draft
Sat, 28 Aug 2010 18:23:58 +0000 rubidium (svn r20657) -Codechange: add function to draw NewGRF tileseq in the GUI draft
Sat, 28 Aug 2010 18:23:14 +0000 rubidium (svn r20656) -Codechange: implement counting of objects draft
Sat, 28 Aug 2010 18:22:24 +0000 rubidium (svn r20655) -Codechange: implement reading the action3 of objects draft
Sat, 28 Aug 2010 18:21:09 +0000 rubidium (svn r20654) -Codechange: implement reading action0 of objects draft
Sat, 28 Aug 2010 17:45:17 +0000 translators (svn r20653) -Update from WebTranslator v3.0: draft
Sat, 28 Aug 2010 17:38:07 +0000 rubidium (svn r20652) -Codechange: implement a function to get the index of a spec. draft
Sat, 28 Aug 2010 17:36:28 +0000 rubidium (svn r20651) -Codechange: add a function to determine whether an object is available and use it draft
Sat, 28 Aug 2010 17:35:00 +0000 rubidium (svn r20650) -Codechange: add some variables to the object's spec draft
Sat, 28 Aug 2010 17:32:30 +0000 rubidium (svn r20649) -Codechange: implement classes for objects draft
Sat, 28 Aug 2010 17:30:55 +0000 rubidium (svn r20648) -Codechange: implement the NewGRF override manager for objects draft
Sat, 28 Aug 2010 17:29:12 +0000 rubidium (svn r20647) -Codechange: update some of the object spec information draft
Sat, 28 Aug 2010 14:18:56 +0000 rubidium (svn r20646) -Codechange: make the code flow of breakdown handling a bit clearer draft
Sat, 28 Aug 2010 14:14:37 +0000 rubidium (svn r20645) -Codechange [FS#4086]: unify the code for checking for breakdown handling as well (Hirundo) draft
Sat, 28 Aug 2010 14:01:50 +0000 rubidium (svn r20644) -Codechange [FS#4086]: unify the vehicle breakdown code (Hirundo) draft
Fri, 27 Aug 2010 22:51:16 +0000 rubidium (svn r20643) -Fix (r20641): != != == draft
Fri, 27 Aug 2010 22:46:11 +0000 rubidium (svn r20642) -Codechange: make the table in object_land easier expandable. draft
Fri, 27 Aug 2010 22:43:27 +0000 rubidium (svn r20641) -Codechange: remove the "require flat land" flag draft
Fri, 27 Aug 2010 22:29:13 +0000 rubidium (svn r20640) -Add: support for water under objects draft
Fri, 27 Aug 2010 22:26:21 +0000 rubidium (svn r20639) -Add: random bits to object tiles draft
Fri, 27 Aug 2010 22:21:23 +0000 rubidium (svn r20638) -Codechange: split object.h draft
Fri, 27 Aug 2010 22:08:59 +0000 michi_cc (svn r20637) -Change: [Win32] Don't build the DirectMusic driver for x64 as it won't work anyway. draft
Fri, 27 Aug 2010 20:46:36 +0000 frosch (svn r20636) -Codechange: Move MarkTileDirtyByTile() and DeleteAnimatedTile() into MakeWaterKeepingClass(). draft
Fri, 27 Aug 2010 17:45:17 +0000 translators (svn r20635) -Update from WebTranslator v3.0: draft
Fri, 27 Aug 2010 10:50:21 +0000 rubidium (svn r20634) -Fix (r20592): gracefully do the date_fract format conversion when an older OpenTTD savegame which loaded an ancient savegame still has the old date_fract "format". draft
Fri, 27 Aug 2010 10:42:48 +0000 rubidium (svn r20633) -Cleanup: and clarify some bits in the landscape documentation and make them pass the validator again. draft
Thu, 26 Aug 2010 22:01:16 +0000 rubidium (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers draft
Thu, 26 Aug 2010 19:29:20 +0000 rubidium (svn r20631) -Codechange: generalise IsIndustryTileOnWater + simplify so related code draft
Thu, 26 Aug 2010 17:45:14 +0000 translators (svn r20630) -Update from WebTranslator v3.0: draft
Thu, 26 Aug 2010 17:12:44 +0000 rubidium (svn r20629) -Fix (r20627): ofcourse I forget to update source.list/MSVC project files when adding a header. draft
Thu, 26 Aug 2010 17:08:37 +0000 rubidium (svn r20628) -Fix: typos in animation trigger enum/comments draft
Thu, 26 Aug 2010 17:01:17 +0000 rubidium (svn r20627) -Codechange: unify the animation code of station, airport, house and industry tiles draft
Thu, 26 Aug 2010 16:56:06 +0000 rubidium (svn r20626) -Codechange: pass AirportTileSpec to the airport tile callback draft
Thu, 26 Aug 2010 16:53:06 +0000 rubidium (svn r20625) -Add: AirportTileSpec::GetByTile to simplify accessing the AirportTileSpec draft
Thu, 26 Aug 2010 16:48:32 +0000 rubidium (svn r20624) -Codechange: some constifying for NewGRF house draft
Thu, 26 Aug 2010 15:31:40 +0000 rubidium (svn r20623) -Codechange: unify the storing of animation related information draft
Thu, 26 Aug 2010 14:45:45 +0000 rubidium (svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]AnimationFrame draft
Thu, 26 Aug 2010 14:36:00 +0000 rubidium (svn r20621) -Codechange: move animation frames of houses, objects and industries to m7 (same as airports and stations) draft
Thu, 26 Aug 2010 11:18:32 +0000 rubidium (svn r20620) -Codechange: rename airporttile's callback_flags to callback_mask, so it's the same for all NewGRF features with callbacks draft
Wed, 25 Aug 2010 19:05:34 +0000 rubidium (svn r20619) -Fix [FS#4070]: [OSX] Limit minimum window size to 64x64 like all other platforms (matheweis) draft
Wed, 25 Aug 2010 19:02:51 +0000 rubidium (svn r20618) -Fix [FS#4081]: drawing the "OpenTTD" text in the intro game caused crashes with very low resolutions draft
Wed, 25 Aug 2010 17:45:30 +0000 translators (svn r20617) -Update from WebTranslator v3.0: draft
Wed, 25 Aug 2010 17:12:26 +0000 glx (svn r20616) -Change: disable .sbr/.bsc generation in MSVC project files draft
Tue, 24 Aug 2010 17:45:33 +0000 translators (svn r20612) -Update from WebTranslator v3.0: draft
Tue, 24 Aug 2010 16:30:31 +0000 yexo (svn r20611) -Fix: disable newgrf houses that have a different size then their substitute type draft
Tue, 24 Aug 2010 16:15:42 +0000 frosch (svn r20610) -Fix (r20609): X and Y got swapped. draft
Tue, 24 Aug 2010 16:00:35 +0000 yexo (svn r20609) -Fix [FS#3702]: crash when a NewGRF defined an invalid substitute type for a house and the NewGRF was removed during the game draft
Mon, 23 Aug 2010 23:49:14 +0000 rubidium (svn r20607) -Fix: retain information about all base sets that are found and not only the latest version. This to stop confusing people that use newer versions of the base sets than those available via BaNaNaS. draft
Mon, 23 Aug 2010 22:44:08 +0000 yexo (svn r20606) -Change [FS#4042]: change the debug level of the "Registering two AIs/libraries with the same name and version" message from 0 to 1 draft
Mon, 23 Aug 2010 22:28:35 +0000 rubidium (svn r20605) -Fix [FS#4063]: let NewGRFs var43 var (information about liveries) for vehicles not be influenced by the local setting determining whether to show liveries or not. draft
Mon, 23 Aug 2010 22:25:50 +0000 yexo (svn r20604) -Feature: add a reset button to the newgrf parameters window draft
Mon, 23 Aug 2010 22:03:36 +0000 rubidium (svn r20603) -Codechange: silence some ICC warnings draft
Mon, 23 Aug 2010 21:53:55 +0000 yexo (svn r20602) -Change (r20601): use DFLT instead of DEFA as name for the default field draft
Mon, 23 Aug 2010 21:47:07 +0000 yexo (svn r20601) -Feature: [NewGRF] Add 'DEFA' field to set parameter defaults with action 14 draft
Mon, 23 Aug 2010 21:21:41 +0000 rubidium (svn r20600) -Fix [FS#4075]: "downscale" a full load order to a load if possible order when removing the order while the vehicle is loading. This to prevent the vehicle from (possibly) staying forever in the station draft
Mon, 23 Aug 2010 18:20:22 +0000 michi_cc (svn r20599) -Add: [Win32] Append a decoded stack trace to the debug.log. Most of the time, the result will only be useful if the corresponding PDB file is present. draft
Mon, 23 Aug 2010 18:19:15 +0000 michi_cc (svn r20598) -Codechange: [Win32] Replace the external x64 asm with a built-in Windows function. draft
Mon, 23 Aug 2010 17:45:26 +0000 translators (svn r20597) -Update from WebTranslator v3.0: draft
Sun, 22 Aug 2010 20:25:45 +0000 rubidium (svn r20596) -Fix [FS#4066]: crash when the tooltip is wider than the window is draft
Sun, 22 Aug 2010 19:15:47 +0000 frosch (svn r20595) -Fix (r20536)[FS#4068]: Autoreplace needs refitting of wagons in free wagon chains. draft
Sun, 22 Aug 2010 17:45:33 +0000 translators (svn r20594) -Update from WebTranslator v3.0: draft
Sun, 22 Aug 2010 16:47:26 +0000 rubidium (svn r20593) -Fix: (rlongago, r20547): long ago the service interval was int16, after which is got converted to Date except in the order backup. Much later I copied the savegame snippets from a vehicle and applied that on the order backup. Presto, reading/writing 32 bits (of Date) into 16 bits of ancient style service interval. That would then "spoil" the name pointer and that eventually crashes OpenTTD as it's likely to be an invalid pointer. draft
Sun, 22 Aug 2010 09:21:56 +0000 rubidium (svn r20592) -Fix (r2041): no (proper) savegame conversion was done when _date_fract got a new value range draft
Sun, 22 Aug 2010 09:18:01 +0000 rubidium (svn r20591) -Codechange: make sure _date_fract is set when SetDate is called. Some places wouldn't reset _date_fract correctly at all draft
Sat, 21 Aug 2010 21:07:34 +0000 rubidium (svn r20590) -Fix: only unix2dos text files when generating the Windows installer draft
Sat, 21 Aug 2010 17:45:24 +0000 translators (svn r20589) -Update from WebTranslator v3.0: draft
Sat, 21 Aug 2010 11:30:41 +0000 rubidium (svn r20588) -Fix (r20586): apparantly some NFORenums don't return an error code when an unknown command line option is given draft
Sat, 21 Aug 2010 10:59:03 +0000 frosch (svn r20587) -Codechange (r20456)[FS#4035]: Revert to scrollbars without minimal size to simplify window setup. draft
Sat, 21 Aug 2010 10:57:01 +0000 rubidium (svn r20586) -Codechange: silence nforenum and grfcodec progress output (if possible) draft
Fri, 20 Aug 2010 17:45:28 +0000 translators (svn r20584) -Update from WebTranslator v3.0: draft
Fri, 20 Aug 2010 17:36:09 +0000 frosch (svn r20583) -Fix: Autoreplace failed while attaching non-replaced wagons to the new chain, if to-be-sold-engines would become front-engines and the unitnumber limit would be exceeded. draft
Fri, 20 Aug 2010 17:35:10 +0000 rubidium (svn r20582) -Fix [FS#4044]: Autoreplace can trigger an assertion when at the vehicle limit draft
Fri, 20 Aug 2010 15:35:14 +0000 rubidium (svn r20581) -Codechange: simplify getting the station in CalcPercentVehicleFilled draft
Fri, 20 Aug 2010 15:30:21 +0000 rubidium (svn r20580) -Fix [FS#4039]: go via station and go via waypoint behaved differently when a train went back to the same (unordered) station again draft
Fri, 20 Aug 2010 12:50:59 +0000 frosch (svn r20579) -Change (r1579): Allow removing of buoys if they are only used by own vehicles. draft
Fri, 20 Aug 2010 12:13:27 +0000 frosch (svn r20578) -Fix [FS#4051]: Draw bounding boxes using white instead of pure white, so they are recoloured to grey in coloured newspaper instead of blue. draft
Fri, 20 Aug 2010 11:55:10 +0000 rubidium (svn r20577) -Fix [FS#4043]: scroll button flickering when pressed draft
Thu, 19 Aug 2010 22:06:20 +0000 rubidium (svn r20575) -Fix [FS#4059] (r20542): reloading of companies did load another AI draft
Thu, 19 Aug 2010 20:58:30 +0000 rubidium (svn r20574) -Codechange: a little over 1 million vehicles should be enough for the forseeable future draft
Thu, 19 Aug 2010 20:45:29 +0000 rubidium (svn r20573) -Codechange: free/reserve some bits in the sell vehicle command to increase the vehicle pool limit draft
Thu, 19 Aug 2010 20:42:00 +0000 rubidium (svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit draft
Thu, 19 Aug 2010 20:39:12 +0000 rubidium (svn r20571) -Codechange: free/reserve some bits in the order commands to increase the vehicle pool limit draft
Thu, 19 Aug 2010 20:34:51 +0000 rubidium (svn r20570) -Codechange: free/reserve some bits in the timetable commands to increase the vehicle pool limit draft
Thu, 19 Aug 2010 20:32:33 +0000 rubidium (svn r20569) -Cleanup: the change timetable command doesn't need the packed bit anymore draft
Thu, 19 Aug 2010 20:20:20 +0000 yexo (svn r20568) -Codechange: change the value of AIVehicle::VEHICLE_INVALID and use it as return value instead of ::INVALID_VEHICLE draft
Thu, 19 Aug 2010 20:15:44 +0000 terkhen (svn r20567) -Document [FS#3966]: Add note to known-bugs about this issue. draft
Thu, 19 Aug 2010 19:23:38 +0000 rubidium (svn r20566) -Feature: happy smiles on the faces of Ammler and planetmaker draft
Thu, 19 Aug 2010 17:45:45 +0000 translators (svn r20565) -Update from WebTranslator v3.0: draft
Thu, 19 Aug 2010 15:44:17 +0000 yexo (svn r20564) -Fix (r20562): provide compatibility for AIs using the 0.7/1.0 API and using AIList::ChangeItem draft
Thu, 19 Aug 2010 15:37:28 +0000 yexo (svn r20563) -Change: [NoAI] rename AIAbstractList to AIList draft
Thu, 19 Aug 2010 15:19:40 +0000 yexo (svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractList draft
Thu, 19 Aug 2010 14:26:41 +0000 rubidium (svn r20561) -Fix: compiler warning draft
Thu, 19 Aug 2010 14:25:07 +0000 rubidium (svn r20560) -Fix: AIs (still/again?) crashing for certain commands draft
Thu, 19 Aug 2010 13:44:41 +0000 yexo (svn r20559) -Fix [FS#4045]: make sure that all vehicles are build in the most northern depot/hangar tile draft
Thu, 19 Aug 2010 12:56:31 +0000 yexo (svn r20558) -Codechange: use one generic function to create a list of company buttons draft
Thu, 19 Aug 2010 12:02:17 +0000 rubidium (svn r20557) -Document [FS#3928]: why we won't fix the issue draft
Thu, 19 Aug 2010 11:36:12 +0000 yexo (svn r20556) -Fix (r20555): a tempory copy/pasted line ended up in the commit draft
Thu, 19 Aug 2010 11:33:15 +0000 yexo (svn r20555) -Fix [FS#4053]: wrong tooltip for the company select button in the AI debug and performance rating windows draft
Thu, 19 Aug 2010 11:16:08 +0000 rubidium (svn r20554) -Fix [FS#4057]: typo in configure --help draft
Thu, 19 Aug 2010 08:59:36 +0000 rubidium (svn r20553) -Feature: allow rate limiting of incoming commands draft
Thu, 19 Aug 2010 08:22:08 +0000 terkhen (svn r20552) -Fix: Never show tooltips when the mouse cursor is outside the window. draft
Thu, 19 Aug 2010 08:07:19 +0000 rubidium (svn r20551) -Fix [FS#4056]: apparantly Mac OS X's sed and GNU's can't decide on a single "format" for replacing stuff in-place draft
Wed, 18 Aug 2010 22:52:02 +0000 rubidium (svn r20550) -Fix: documentation of CmdSetTimetableStart draft
Wed, 18 Aug 2010 22:40:17 +0000 rubidium (svn r20549) -Codechange: centralise the handling of the incoming commands (from clients and the server) draft
Wed, 18 Aug 2010 21:30:38 +0000 rubidium (svn r20548) -Codechange: rename some variables giving them slightly more meaningful names draft
Wed, 18 Aug 2010 20:48:38 +0000 rubidium (svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands. draft
Wed, 18 Aug 2010 18:57:58 +0000 rubidium (svn r20546) -Fix (r20542): starting AIs shouldn't cause an assertion to trigger draft