Tue, 08 Jul 2008 15:10:23 +0000 rubidium (svn r13681) -Revert (r13678, r13677): the fixes didn't work in all cases (assertions on savegame loads).
Mon, 07 Jul 2008 16:04:38 +0000 rubidium (svn r13680) -Fix: NPF crashing when a ship tried to find a nearby depot when on an aqueduct.
Mon, 07 Jul 2008 09:23:54 +0000 rubidium (svn r13679) -Fix [FS#2131]: saving TTD imported games in recession failed due to wrong (and unneeded) type conversions in the saveload code.
Sun, 06 Jul 2008 11:08:40 +0000 rubidium (svn r13678) -Fix (r13677): electric trains from pre elrail savegames would get stopped on load.
Fri, 04 Jul 2008 21:43:17 +0000 rubidium (svn r13677) -Fix [FS#2102]: in the case that elrails and 'realistic' acceleration are disabled all electrified engines would have no power on load, until the vehicle got turned around, loaded or got into a depot.
Fri, 04 Jul 2008 19:00:11 +0000 rubidium (svn r13676) -Fix [FS#2126]: inactive companies from old (TTD) saves could be marked active in some cases, which then loads garbage in their statistics and such.
Fri, 04 Jul 2008 18:42:04 +0000 rubidium (svn r13675) -Fix: memory leak when NewGRFs got forcefully disabled and they defined GOTO labels.
Fri, 04 Jul 2008 14:45:51 +0000 rubidium (svn r13674) -Fix [FS#2127]: crash when drawing a non-real sprite. The drawing of the non-real sprite is caused when two NewGRFs replace the same sprite and the first replaces it with a real sprite (and thus assumes it remains a real sprite) and the second replaces it with a non-real sprite. OpenTTD already looked at whether the sprite to load should be seen as a real or non-real sprite, but it failed to replace non-real sprites with a substitute real sprite when getting the sprite from the cache.
Thu, 03 Jul 2008 18:00:36 +0000 rubidium (svn r13673) -Fix [FS#2122]: desync when building electrified trains on a dedicated server that was started with electrification disabled.
Thu, 03 Jul 2008 01:08:35 +0000 belugas (svn r13672) -Fix(r13670): silent warnings that MSVC did not raised. Looks like enums can not be easily matched :(
Tue, 01 Jul 2008 18:56:40 +0000 frosch (svn r13671) -Cleanup: Zeros for sell.
Tue, 01 Jul 2008 00:04:09 +0000 belugas (svn r13670) -Codechange : Merge some very alike events handlers.
Mon, 30 Jun 2008 21:31:23 +0000 truebrain (svn r13669) [NoAI] -Fix: allow clients only to join non-AI controlled companies in multiplayer noai
Mon, 30 Jun 2008 21:27:53 +0000 truebrain (svn r13668) [NoAI] -Add: execute 'game_start.scr' on game-start or scenario load, to allow you to load AIs on game-start noai
Mon, 30 Jun 2008 19:54:03 +0000 frosch (svn r13667) -Documentation: Comment 'tgp.cpp' a bit. Based on patch by CommanderZ.
Mon, 30 Jun 2008 19:35:57 +0000 truebrain (svn r13666) [NoAI] -Fix: benchmarked and set the default opcodes-till-suspend to a much higher value. Benchmarks show that this value should be relative unnoticable on any 'recent' hardware (read: 5 years or newer), under normal conditions. noai
Mon, 30 Jun 2008 16:59:35 +0000 belugas (svn r13665) -Fix[FS#2119]: Wrong PlayerID used for sending a message to.Patch by Yexo
Mon, 30 Jun 2008 15:13:40 +0000 rubidium (svn r13664) -Fix [FS#2117]: bus/truck forgetting go-to-depot order when entering a non-drivethrough road stop.
Mon, 30 Jun 2008 14:58:58 +0000 belugas (svn r13663) -Codechange: Use a default parameter, hoping to reduce the different signatures of functions in menus
Mon, 30 Jun 2008 14:49:50 +0000 rubidium (svn r13662) -Fix [FS#2113]: crash when adding conditional orders to ships.
Mon, 30 Jun 2008 14:48:44 +0000 rubidium (svn r13661) -Fix: server crashing when banning the rconning client.
Mon, 30 Jun 2008 13:51:28 +0000 truebrain (svn r13660) [NoAI] -Fix: Is(Tunnel|Bridge)Tile could cause asserts (spotted by Yexo and ST_) noai
Mon, 30 Jun 2008 13:49:41 +0000 truebrain (svn r13659) [NoAI] -Fix: give regression a bit more time to do his job, as the new scheduler makes it take too long ;) noai
Mon, 30 Jun 2008 13:36:06 +0000 truebrain (svn r13658) [NoAI] -Fix r13656: to maintain savegame compatibility with trunk, don't allow setting max_opcodes, but force it to value 4000. noai
Mon, 30 Jun 2008 13:35:29 +0000 truebrain (svn r13657) [NoAI] -Fix r13654: forgot to update regression noai
Mon, 30 Jun 2008 12:27:24 +0000 truebrain (svn r13656) [NoAI] -Add: added suspend control. If an AI consumes N (default = 4000) opcodes, a sleep is forced (for 1 tick). This to give fair play for all AIs. Also, an infinite loop won't hang the GUI of the player. (Morloth) noai
Mon, 30 Jun 2008 12:15:10 +0000 truebrain (svn r13654) [NoAI] -Change [API CHANGE]: moved AISetting::SetCommandDelay to AIController::SetCommandDelay, as it was silly to have it in a seperate class, while it was part of the controller. noai
Mon, 30 Jun 2008 10:46:20 +0000 truebrain (svn r13653) [NoAI] -Fix r13652: nice typo noai
Mon, 30 Jun 2008 10:40:50 +0000 truebrain (svn r13652) [NoAI] -Fix: throw thread-exit-signal with a custom class, not with the value '0', which might be captured by a lot of other layers noai
Mon, 30 Jun 2008 10:26:40 +0000 truebrain (svn r13651) [NoAI] -Fix: SUSPENDED state can be STOPPING state too in some cases, which made debugging slightly harder .. don't 'cheat' like that, and split the ambiguous SUSPENDED into unambiguous SUSPENDED and STOPPING noai
Mon, 30 Jun 2008 09:57:17 +0000 truebrain (svn r13650) [NoAI] -Fix: don't segfault if you type just 'stop_ai' noai
Sat, 28 Jun 2008 15:44:24 +0000 frosch (svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
Fri, 27 Jun 2008 20:59:30 +0000 frosch (svn r13648) -Cleanup (r5303): Amplitudes should be amplitudes and not amplitudes/16.
Fri, 27 Jun 2008 17:46:43 +0000 skidd13 (svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant
Fri, 27 Jun 2008 16:16:35 +0000 belugas (svn r13646) -Change: typos and miss-aligned enum values
Fri, 27 Jun 2008 15:01:18 +0000 frosch (svn r13645) -Codechange: Convert a macro into an inlined member function.
Fri, 27 Jun 2008 02:26:51 +0000 belugas (svn r13644) -Fix(r13643): compare an apple with an apple. MSVC seems to not care, but some other compilers do.
Fri, 27 Jun 2008 01:26:13 +0000 belugas (svn r13643) -Codechange: Enumify some loosely related values been used in the toolbar resizing processes
Thu, 26 Jun 2008 17:43:56 +0000 belugas (svn r13642) -Documentation: Add the enum values to the widget arrays, in concordance with code style
Thu, 26 Jun 2008 17:13:39 +0000 belugas (svn r13641) -Fix: Misleading enum name.
Thu, 26 Jun 2008 16:47:29 +0000 smatz (svn r13640) -Codechange: make colours behind not fully solid objects less darker for BM_TRANSPARENT (for 32bpp blitters)
Thu, 26 Jun 2008 15:46:19 +0000 smatz (svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and encoding so it uses similiar scheme as 8bpp-optimized
Thu, 26 Jun 2008 00:40:42 +0000 smatz (svn r13638) -Fix: signed/unsigned warning for MSVC9 and gcc2
Wed, 25 Jun 2008 21:37:59 +0000 miham (svn r13637) -Update: WebTranslator2 update to 2008-06-25 23:36:50
Wed, 25 Jun 2008 20:09:47 +0000 truebrain (svn r13636) [NoAI] -Add: added AIGroupList, to list your groups (Yexo) noai
Wed, 25 Jun 2008 20:08:40 +0000 truebrain (svn r13635) [NoAI] -Fix: minor typo (Yexo) noai
Wed, 25 Jun 2008 20:04:27 +0000 frosch (svn r13634) -Codechange: Let house var 0x65 ignore the house, the variable is queried for.
Wed, 25 Jun 2008 19:33:11 +0000 rubidium (svn r13633) -Fix: restoring 'service at depot X' orders from the order backup failed.
Wed, 25 Jun 2008 18:46:05 +0000 frosch (svn r13632) -Codechange: Use 'void *' for user-data of CircularTileSearch().
Wed, 25 Jun 2008 17:45:05 +0000 smatz (svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions
Wed, 25 Jun 2008 17:37:12 +0000 skidd13 (svn r13630) -Update: apply english.txt changes from r13628 to other languages
Wed, 25 Jun 2008 17:30:53 +0000 frosch (svn r13629) -Fix [FS#2108](r13603): diameter != radius
Wed, 25 Jun 2008 17:30:16 +0000 skidd13 (svn r13628) -Feature: enable building of aqueducts in the scenario editor
Wed, 25 Jun 2008 17:01:19 +0000 truebrain (svn r13627) [NoAI] -Fix: typo in word 'nuclear' (Finaldeath) noai
Tue, 24 Jun 2008 23:38:10 +0000 smatz (svn r13626) -Fix (r11871): signals were not updated when player removed signals from nonexistent track sharing bits with existing track
Tue, 24 Jun 2008 21:46:18 +0000 truebrain (svn r13625) [NoAI] -Fix: re-introduce the About button in the last menu, to make Yexo really really happy again :) noai
Tue, 24 Jun 2008 15:58:01 +0000 rubidium (svn r13624) -Fix [FS#2106]: crash when one tries to raise the nothern corner of MP_VOID tiles (i.e. the southern corner of the tiles on the southern map edge) in the scenario editor.
Tue, 24 Jun 2008 13:49:13 +0000 rubidium (svn r13623) -Codechange: only show the 'load' of articulated RV parts that have a capacity instead of showing 'empty' parts when a vehicle is completely full.
Tue, 24 Jun 2008 13:47:15 +0000 rubidium (svn r13622) -Fix [FS#2109]: only the front of a RV would be considered when determining to what cargos a vehicle can be refitted instead of all cargos.
Tue, 24 Jun 2008 11:42:01 +0000 rubidium (svn r13621) -Fix: building roadbits in the wrong direction on bridges or building roadbits from underneath the bridge to the bridgehead is impossible, so don't silently ignore that error when building over houses and industries is not ignored.