------------------------------------------------------------------------ r5696 | miham | 2006-08-01 17:56:39 +0000 (Tue, 01 Aug 2006) | 3 lines WebTranslator2 update to 2006-08-01 19:56:23 turkish - 5 changed by jnmbk (5) ------------------------------------------------------------------------ r5692 | miham | 2006-08-01 13:27:26 +0000 (Tue, 01 Aug 2006) | 3 lines WebTranslator2 update to 2006-08-01 15:27:09 slovak - 11 changed by lengyel (11) ------------------------------------------------------------------------ r5690 | tron | 2006-08-01 06:08:11 +0000 (Tue, 01 Aug 2006) | 1 line Factor common code to reduce code duplication ------------------------------------------------------------------------ r5689 | tron | 2006-08-01 06:04:50 +0000 (Tue, 01 Aug 2006) | 1 line Default a station tile to be electrifiable if there is no other information available. I suppose this was a copy&paste error ------------------------------------------------------------------------ r5688 | Darkvater | 2006-07-31 22:40:55 +0000 (Mon, 31 Jul 2006) | 1 line - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc. ------------------------------------------------------------------------ r5687 | Darkvater | 2006-07-31 22:26:11 +0000 (Mon, 31 Jul 2006) | 1 line - Cleanup: Some cleanup and commentarizing. ------------------------------------------------------------------------ r5686 | Darkvater | 2006-07-31 22:24:09 +0000 (Mon, 31 Jul 2006) | 1 line - Codechange: Use only FioFOpenFile for opening files, use the other similar functions (FioCheckFileExists and FioOpenFile) as its caller. ------------------------------------------------------------------------ r5685 | Darkvater | 2006-07-31 22:15:39 +0000 (Mon, 31 Jul 2006) | 1 line - Codechange: s/FiosCheckFileExists/FioCheckFileExists/ to unify the naming of these functions. ------------------------------------------------------------------------ r5684 | Darkvater | 2006-07-31 22:11:34 +0000 (Mon, 31 Jul 2006) | 1 line - Codechange: create an strtolower() function that uses tolower() on a whole string and apply it in the places this was used. ------------------------------------------------------------------------ r5670 | Darkvater | 2006-07-31 11:52:39 +0000 (Mon, 31 Jul 2006) | 1 line - The keyword is $Id$ not $Id :) ------------------------------------------------------------------------ r5665 | Darkvater | 2006-07-30 22:55:17 +0000 (Sun, 30 Jul 2006) | 1 line - Codechange: check pointers against NULL, coding style, tabulation; nothing serious. ------------------------------------------------------------------------ r5664 | bjarni | 2006-07-30 22:43:50 +0000 (Sun, 30 Jul 2006) | 4 lines -Fix: [SF 1518090 ] moving train engines in depot - crash (svn r5463) this was present long before 5463 Darkvater deserves some of the credit for this fix since he discovered where the first pointer got set incorrectly ------------------------------------------------------------------------ r5656 | Darkvater | 2006-07-30 14:58:17 +0000 (Sun, 30 Jul 2006) | 1 line -Fix [SF 1296259]: Autosave override. Changing autosave interval ingame should also change the default interval. ------------------------------------------------------------------------ r5655 | Darkvater | 2006-07-30 14:57:28 +0000 (Sun, 30 Jul 2006) | 1 line -Fix [SF 1424115]: Reversed arrow-sign in the multiplayer list column headers on sort by name ------------------------------------------------------------------------ r5654 | Darkvater | 2006-07-30 14:56:40 +0000 (Sun, 30 Jul 2006) | 1 line -Cleanup: Change an ugly define into a function ------------------------------------------------------------------------ r5653 | Darkvater | 2006-07-30 14:55:25 +0000 (Sun, 30 Jul 2006) | 1 line -Cleanup: Do a little cleanup of the industry gui code. ------------------------------------------------------------------------ r5652 | Darkvater | 2006-07-30 14:53:59 +0000 (Sun, 30 Jul 2006) | 1 line -Fix [SF 1480301]: Industry production change button doesn't work ------------------------------------------------------------------------ r5641 | tron | 2006-07-30 07:42:37 +0000 (Sun, 30 Jul 2006) | 1 line -Fix: Adjust/correct some bounding boxes. This fixes some graphical glitches near bridges ------------------------------------------------------------------------ r5632 | tron | 2006-07-29 17:39:58 +0000 (Sat, 29 Jul 2006) | 3 lines Replace a boolean variable in DeallocateSpecFromStation() by a return Also set the return type to void, because the caller doesn't care about it ------------------------------------------------------------------------ r5631 | tron | 2006-07-29 13:06:00 +0000 (Sat, 29 Jul 2006) | 1 line Don't allocate memory for information about a sprite which isn't drawn ------------------------------------------------------------------------ r5630 | tron | 2006-07-29 11:15:34 +0000 (Sat, 29 Jul 2006) | 1 line Replace a boolean variable by continue ------------------------------------------------------------------------ r5629 | tron | 2006-07-29 10:18:59 +0000 (Sat, 29 Jul 2006) | 1 line Simplify the test whether two bounding boxes overlap ------------------------------------------------------------------------ r5628 | tron | 2006-07-29 06:39:19 +0000 (Sat, 29 Jul 2006) | 1 line Rename the attributes for the bounding box of struct ParentSpriteToDraw to something sensible. Half of them was totally off: right is left, bottom is top *sigh* ------------------------------------------------------------------------ r5627 | belugas | 2006-07-28 22:01:43 +0000 (Fri, 28 Jul 2006) | 1 line Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type ------------------------------------------------------------------------ r5626 | belugas | 2006-07-28 21:51:00 +0000 (Fri, 28 Jul 2006) | 4 lines CodeChange : Remove the global _make_screenshot and implement a more flexible mechanism Simplification of the handling of the main_gui menus, Removal of repetitions and Hiding the internals of screenshots. Thanks to glx, Rubidium and Truelight for pointers ------------------------------------------------------------------------ r5625 | miham | 2006-07-27 14:07:51 +0000 (Thu, 27 Jul 2006) | 3 lines WebTranslator2 update to 2006-07-27 16:07:36 estonian - 2 fixed, 1 changed by t2t2 (3) ------------------------------------------------------------------------ r5624 | tron | 2006-07-27 05:30:53 +0000 (Thu, 27 Jul 2006) | 1 line Use {IsPlainRailTile,IsRailDepot,IsRailWaypoint,HasSignals}() instead of GetRailTile{T,Subt}ype() - this is more concise and a bit more flexible if/when the rail tile encoding changes ------------------------------------------------------------------------ r5623 | miham | 2006-07-26 19:07:19 +0000 (Wed, 26 Jul 2006) | 3 lines WebTranslator2 update to 2006-07-26 21:07:04 swedish - 2 fixed, 14 changed by cjw (16) ------------------------------------------------------------------------ r5618 | tron | 2006-07-26 12:11:52 +0000 (Wed, 26 Jul 2006) | 1 line Remove a redundant check, CheckTrackCombination() a few lines above performs the same test ------------------------------------------------------------------------ r5617 | tron | 2006-07-26 10:50:46 +0000 (Wed, 26 Jul 2006) | 1 line if cascade -> switch ------------------------------------------------------------------------ r5616 | miham | 2006-07-26 10:31:23 +0000 (Wed, 26 Jul 2006) | 3 lines WebTranslator2 update to 2006-07-26 12:31:09 ukrainian - 1 fixed by znikoz (1) ------------------------------------------------------------------------ r5615 | tron | 2006-07-26 10:00:33 +0000 (Wed, 26 Jul 2006) | 1 line Move GetStationTileForVehicle() to its only user ------------------------------------------------------------------------ r5614 | tron | 2006-07-26 08:41:14 +0000 (Wed, 26 Jul 2006) | 1 line Move a type declaration to its only user ------------------------------------------------------------------------ r5613 | tron | 2006-07-26 08:32:20 +0000 (Wed, 26 Jul 2006) | 1 line Rename VS_DISASTER to VS_SHADOW, because this is what this flag actually means ------------------------------------------------------------------------ r5612 | tron | 2006-07-26 08:27:05 +0000 (Wed, 26 Jul 2006) | 1 line Restructure some code which uses the vehicle position hash to make it a bit clearer what's going on ------------------------------------------------------------------------ r5611 | tron | 2006-07-26 05:58:34 +0000 (Wed, 26 Jul 2006) | 1 line Remove a stale comment ------------------------------------------------------------------------ r5610 | tron | 2006-07-26 05:57:30 +0000 (Wed, 26 Jul 2006) | 1 line Remove a pointless call to VehicleInTheWayErrMsg() - only trains can be on rail bridges ------------------------------------------------------------------------ r5609 | belugas | 2006-07-26 03:33:12 +0000 (Wed, 26 Jul 2006) | 1 line CodeChange : Apply coding style ------------------------------------------------------------------------ r5607 | tron | 2006-07-25 19:18:31 +0000 (Tue, 25 Jul 2006) | 2 lines -Regression [r3597]: Let a road vehicle only overtake if there is no vehicle close except the two involved ------------------------------------------------------------------------ r5606 | tron | 2006-07-25 18:32:34 +0000 (Tue, 25 Jul 2006) | 1 line Replace some magic numbers by proper TrackBits enums and macros ------------------------------------------------------------------------