log

age author description
Fri, 18 Jul 2008 12:11:46 +0000 smatz (svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken draft
Thu, 17 Jul 2008 23:43:47 +0000 smatz (svn r13721) -Codechange: one less multiplication for colour mixing in 32bpp blitters (GeekToo) draft
Thu, 17 Jul 2008 21:15:57 +0000 rubidium (svn r13720) -Fix (r13715): string wasn't correctly passed to draw function. draft
Thu, 17 Jul 2008 20:13:01 +0000 rubidium (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool. draft
Thu, 17 Jul 2008 16:38:26 +0000 rubidium (svn r13718) -Fix: possible desync on the autorenew settings 20+ game years (i.e. 4.5+ hours) after a company was started. draft
Thu, 17 Jul 2008 15:16:11 +0000 rubidium (svn r13717) -Codechange: place the whole 'create new company' command in #ifdef ENABLE_NETWORK as it may only be executed when we are playing in a network game. draft
Thu, 17 Jul 2008 15:14:42 +0000 rubidium (svn r13716) -Fix [FS#2144]: any player could construct new companies. draft
Thu, 17 Jul 2008 13:47:04 +0000 rubidium (svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind. draft
Thu, 17 Jul 2008 12:02:09 +0000 rubidium (svn r13714) -Fix: remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed. Patch by dih. draft
Thu, 17 Jul 2008 11:47:57 +0000 rubidium (svn r13713) -Fix: possible crash on creating a network packet. draft
Thu, 17 Jul 2008 11:19:20 +0000 rubidium (svn r13712) -Fix: enforce the length restrictions of company and president name in the commands too. draft
Tue, 15 Jul 2008 23:27:28 +0000 miham (svn r13707) -Update: WebTranslator2 update to 2008-07-16 01:21:36 draft
Tue, 15 Jul 2008 17:13:50 +0000 frosch (svn r13706) -Fix (r13695): Small typo. draft
Tue, 15 Jul 2008 00:34:34 +0000 belugas (svn r13705) -Codechange: Define and use BridgePieces enum, which will remove a few more magic numbers draft
Mon, 14 Jul 2008 21:01:49 +0000 rubidium (svn r13704) -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump. draft
Mon, 14 Jul 2008 20:36:21 +0000 rubidium (svn r13703) -Update: the other language files due to a few changed strings in r13702. draft
Mon, 14 Jul 2008 20:18:06 +0000 rubidium (svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed. draft
Mon, 14 Jul 2008 20:04:54 +0000 glx (svn r13701) -Codechange: add some more info in crash.log draft
Mon, 14 Jul 2008 18:22:15 +0000 rubidium (svn r13700) -Fix: possible buffer overflow in string truncation code. draft
Mon, 14 Jul 2008 17:31:41 +0000 rubidium (svn r13699) -Fix: handle SETX(Y) properly when truncating a string instead of ignoring it and returning a too long string. draft
Sun, 13 Jul 2008 19:44:05 +0000 frosch (svn r13698) -Fix (r13697): MorphOS compilation. draft
Sun, 13 Jul 2008 16:09:00 +0000 frosch (svn r13697) -Feature: Add some support for symbolic links in .tar files. draft
Sun, 13 Jul 2008 02:43:46 +0000 belugas (svn r13696) -Fix[GUI]: The Build button of the vehicle list is now hidden, instead of just disabled. It will be only visible when called from the Depot Building Window. draft
Sat, 12 Jul 2008 22:30:10 +0000 rubidium (svn r13695) -Fix [FS#2120]: in some cases the (sound) mixer could overflow causing artefacts in the sound. draft
Sat, 12 Jul 2008 22:28:34 +0000 rubidium (svn r13694) -Change: make it more explicit that you've opened the available train/ship/etc. list instead of the one where you can actually build vehicles by setting the appropriate title for the window. draft
Sat, 12 Jul 2008 14:49:43 +0000 frosch (svn r13693) -Fix (r11106, r11117): Do not rely on .tar files always ending with a block of zeros. draft
Sat, 12 Jul 2008 14:03:36 +0000 rubidium (svn r13692) -Fix (r13674): loading PNG sprites could very quickly fill the sprite cache. draft
Wed, 09 Jul 2008 20:55:47 +0000 smatz (svn r13691) -Codechange: make it easier to determine whether a command is ran in the context of autoreplace or not draft
Wed, 09 Jul 2008 02:18:51 +0000 belugas (svn r13683) -Codechange: privatize a function that is not used outside of the class who calls it draft
Tue, 08 Jul 2008 23:07:58 +0000 belugas (svn r13682) -Codechange: -Codechange: remove a now useless variable(dih). draft
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). draft
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. draft
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. draft
Sun, 06 Jul 2008 11:08:40 +0000 rubidium (svn r13678) -Fix (r13677): electric trains from pre elrail savegames would get stopped on load. draft
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. draft
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. draft
Fri, 04 Jul 2008 18:42:04 +0000 rubidium (svn r13675) -Fix: memory leak when NewGRFs got forcefully disabled and they defined GOTO labels. draft
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. draft
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. draft
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 :( draft
Tue, 01 Jul 2008 18:56:40 +0000 frosch (svn r13671) -Cleanup: Zeros for sell. draft
Tue, 01 Jul 2008 00:04:09 +0000 belugas (svn r13670) -Codechange : Merge some very alike events handlers. draft
Mon, 30 Jun 2008 19:54:03 +0000 frosch (svn r13667) -Documentation: Comment 'tgp.cpp' a bit. Based on patch by CommanderZ. draft
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 draft
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. draft
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 draft
Mon, 30 Jun 2008 14:49:50 +0000 rubidium (svn r13662) -Fix [FS#2113]: crash when adding conditional orders to ships. draft
Mon, 30 Jun 2008 14:48:44 +0000 rubidium (svn r13661) -Fix: server crashing when banning the rconning client. draft
Sat, 28 Jun 2008 15:44:24 +0000 frosch (svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter. draft
Fri, 27 Jun 2008 20:59:30 +0000 frosch (svn r13648) -Cleanup (r5303): Amplitudes should be amplitudes and not amplitudes/16. draft
Fri, 27 Jun 2008 17:46:43 +0000 skidd13 (svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant draft
Fri, 27 Jun 2008 16:16:35 +0000 belugas (svn r13646) -Change: typos and miss-aligned enum values draft
Fri, 27 Jun 2008 15:01:18 +0000 frosch (svn r13645) -Codechange: Convert a macro into an inlined member function. draft
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. draft
Fri, 27 Jun 2008 01:26:13 +0000 belugas (svn r13643) -Codechange: Enumify some loosely related values been used in the toolbar resizing processes draft
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 draft
Thu, 26 Jun 2008 17:13:39 +0000 belugas (svn r13641) -Fix: Misleading enum name. draft
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) draft
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 draft
Thu, 26 Jun 2008 00:40:42 +0000 smatz (svn r13638) -Fix: signed/unsigned warning for MSVC9 and gcc2 draft