log

age author description
Thu, 03 Mar 2011 19:26:18 +0000 yexo (svn r22163) -Fix [FS#4541]: building a station part adjacent to both an existing station and a rail waypoint failed draft
Thu, 03 Mar 2011 18:47:46 +0000 yexo (svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF name becomes available draft
Thu, 03 Mar 2011 18:45:13 +0000 translators (svn r22161) -Update from WebTranslator v3.0: draft
Wed, 02 Mar 2011 18:45:12 +0000 translators (svn r22160) -Update from WebTranslator v3.0: draft
Tue, 01 Mar 2011 18:45:12 +0000 translators (svn r22159) -Update from WebTranslator v3.0: draft
Mon, 28 Feb 2011 18:45:13 +0000 translators (svn r22158) -Update from WebTranslator v3.0: draft
Mon, 28 Feb 2011 15:24:35 +0000 yexo (svn r22157) -Fix: [NewGRF] industry prop 0x11 is 4-bytes long, not 3 bytes draft
Sun, 27 Feb 2011 18:45:16 +0000 translators (svn r22156) -Update from WebTranslator v3.0: draft
Sun, 27 Feb 2011 13:59:20 +0000 smatz (svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong draft
Sun, 27 Feb 2011 11:38:28 +0000 terkhen (svn r22154) -Fix [FS#4529]: _current_company was modified when moving a client to spectators, causing issues in bankruptcy (Rubidium) draft
Sun, 27 Feb 2011 06:36:14 +0000 rubidium (svn r22153) -Fix [FS#4536]: The Greek translation didn't work as it breached the 200.000 bytes "limit" for loading language files draft
Sat, 26 Feb 2011 19:13:58 +0000 rubidium (svn r22149) -Fix [FS#4521]: Windows video driver crashed when it couldn't go to full screen at the resolution of the configuration file when starting OpenTTD draft
Sat, 26 Feb 2011 18:45:17 +0000 translators (svn r22148) -Update from WebTranslator v3.0: draft
Sat, 26 Feb 2011 17:59:36 +0000 rubidium (svn r22147) -Fix: remove all generated .o files in objs/lang upon clean draft
Sat, 26 Feb 2011 17:56:51 +0000 rubidium (svn r22146) -Fix: don't run savegame conversion during SlNullPointers; the pointer might not be converted or be NULL at that point draft
Fri, 25 Feb 2011 22:04:38 +0000 alberth (svn r22145) -Codechange: Do explicit test for non-bool values. draft
Fri, 25 Feb 2011 21:53:43 +0000 alberth (svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' draft
Fri, 25 Feb 2011 18:45:13 +0000 translators (svn r22143) -Update from WebTranslator v3.0: draft
Fri, 25 Feb 2011 13:59:02 +0000 yexo (svn r22142) -Fix (r22094): some valid keycodes were ignored along with the invalid ones draft
Thu, 24 Feb 2011 22:14:41 +0000 frosch (svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu) draft
Thu, 24 Feb 2011 21:48:06 +0000 frosch (svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth) draft
Thu, 24 Feb 2011 18:45:13 +0000 translators (svn r22139) -Update from WebTranslator v3.0: draft
Thu, 24 Feb 2011 18:13:59 +0000 yexo (svn r22138) -Fix: skipping only the invalid part of an action14 failed, the rest of the action was skipped instead draft
Thu, 24 Feb 2011 16:39:04 +0000 smatz (svn r22137) -Codechange: enable -Wnon-virtual-dtor for all GCC versions draft
Thu, 24 Feb 2011 06:57:55 +0000 planetmaker (svn r22136) -Fix (r22112): Silence compiler warning about non-virtual destructor draft
Wed, 23 Feb 2011 20:54:55 +0000 frosch (svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command. draft
Wed, 23 Feb 2011 20:45:52 +0000 frosch (svn r22134) -Codechange: Move ReInit() of the landinfo window from DeleteNewGRFInspectWindow() into a InvalidateData call. draft
Wed, 23 Feb 2011 20:29:48 +0000 frosch (svn r22133) -Fix: some coding style. draft
Wed, 23 Feb 2011 18:45:12 +0000 translators (svn r22132) -Update from WebTranslator v3.0: draft
Wed, 23 Feb 2011 18:39:56 +0000 frosch (svn r22131) -Fix: Spectators had trouble closing buoy windows. (Terkhen) draft
Wed, 23 Feb 2011 00:00:50 +0000 smatz (svn r22130) -Fix: failed assert when loading savegame with empty shared orderlist draft
Tue, 22 Feb 2011 22:21:20 +0000 smatz (svn r22129) -Codechange: use simpler check to test if there any towns in the game draft
Tue, 22 Feb 2011 20:28:24 +0000 frosch (svn r22128) -Fix [FS#4530]: Build-station-window showed wrong selection when reopening. (Regiovogel) draft
Tue, 22 Feb 2011 14:23:38 +0000 terkhen (svn r22127) -Fix: Canals would get drawn as land in the smallmap when using the owner window. draft
Mon, 21 Feb 2011 18:45:22 +0000 translators (svn r22126) -Update from WebTranslator v3.0: draft
Mon, 21 Feb 2011 17:38:33 +0000 frosch (svn r22125) -Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles were swapped, causing the wheeltower to not work properly, and the bottom corner to show the wrong sprite. draft
Sun, 20 Feb 2011 21:10:58 +0000 rubidium (svn r22124) -Codechange: move comment to its logical place draft
Sun, 20 Feb 2011 21:00:24 +0000 frosch (svn r22123) -Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; popping the last item caused the queue to disconnect unless there was only one item. draft
Sun, 20 Feb 2011 20:58:32 +0000 rubidium (svn r22122) -Fix/change: when a NOT_REACHED in saveload can be reached due to an invalid savegame, use SlErrorCorrupt instead draft
Sun, 20 Feb 2011 20:55:21 +0000 rubidium (svn r22121) -Fix: In case of high frame_freq one could get commands executed after a new network game was started draft
Sun, 20 Feb 2011 20:28:49 +0000 rubidium (svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over their allowed amount of operations by subtracting the amount they went over "budget" from the budget for the next "tick". draft
Sun, 20 Feb 2011 18:45:08 +0000 translators (svn r22119) -Update from WebTranslator v3.0: draft
Sun, 20 Feb 2011 18:32:42 +0000 terkhen (svn r22118) -Fix [FS#4525]: The refit window was not correctly updated after selecting with Ctrl+Click (Regiovogel). draft
Sun, 20 Feb 2011 15:19:16 +0000 frosch (svn r22117) -Fix [FS#4523-ish]: CanRemoveRoadWithStop() failed for _current_company = OWNER_TOWN, and for OWNER_NONE-owned road. draft
Sat, 19 Feb 2011 23:05:47 +0000 smatz (svn r22116) -Codechange: use PoolBase::Clean() at more places draft
Sat, 19 Feb 2011 18:55:10 +0000 smatz (svn r22115) -Fix (r22114): some comments and code ordering were wrong draft
Sat, 19 Feb 2011 18:45:09 +0000 translators (svn r22114) -Update from WebTranslator v3.0: draft
Sat, 19 Feb 2011 18:25:24 +0000 smatz (svn r22113) -Codechange: use PoolBase::CleanAll() to clean all pools at game exit draft
Sat, 19 Feb 2011 18:23:45 +0000 smatz (svn r22112) -Codechange: register all pools in a pool vector draft
Sat, 19 Feb 2011 18:02:17 +0000 rubidium (svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should not delete items from other pools draft
Sat, 19 Feb 2011 14:57:15 +0000 frosch (svn r22110) -Codechange: Remove WaterDrawTileStruct and use DrawTileSprites/DrawTileSeqStruct instead. draft
Sat, 19 Feb 2011 14:55:31 +0000 frosch (svn r22109) -Fix (r21269, 21272): Missing undeffing of macros. draft
Sat, 19 Feb 2011 14:51:46 +0000 frosch (svn r22108) -Codechange: Replace some magic with some other magic though less easy to break. draft
Sat, 19 Feb 2011 14:30:21 +0000 frosch (svn r22107) -Cleanup (r1903): Remove unused struct. draft
Sat, 19 Feb 2011 13:16:34 +0000 frosch (svn r22106) -Codechange: Add DrawTileSeqStruct::MakeTerminator(), DrawTileSeqStruct::IsTerminator(), DrawTileSeqStruct::IsParentSprite() to simplify stuff. draft
Fri, 18 Feb 2011 21:46:45 +0000 yexo (svn r22105) -Fix: crash when copying an orderlist to a vehicle that already had orders draft
Fri, 18 Feb 2011 20:52:42 +0000 alberth (svn r22102) -Codechange: Also use the getopt function in strgen. draft
Fri, 18 Feb 2011 20:51:05 +0000 alberth (svn r22101) -Codechange (r22098): Unify a bit of code. draft
Fri, 18 Feb 2011 20:28:25 +0000 alberth (svn r22098) -Codechange: Have an array of option data, use it in the option parsing routine. Adapt openttd option processing too. draft
Fri, 18 Feb 2011 20:23:11 +0000 alberth (svn r22097) -Fix (r22096): Add files before commit. draft