------------------------------------------------------------------------ r4109 | Darkvater | 2006-03-25 15:47:20 +0000 (Sat, 25 Mar 2006) | 1 line - Fix (r4105) [iconv]: Only include the needed headers when ICONV is actually used. Thanks for noticing Bjarni ------------------------------------------------------------------------ r4108 | tron | 2006-03-25 10:38:28 +0000 (Sat, 25 Mar 2006) | 1 line Add [GS]etIndustryGfx() ------------------------------------------------------------------------ r4107 | Darkvater | 2006-03-25 10:15:53 +0000 (Sat, 25 Mar 2006) | 1 line - Fix (r4105): Mixup of string parameters in debug message if iconv_open() failed. Also clarify the message a bit. ------------------------------------------------------------------------ r4105 | Darkvater | 2006-03-25 09:22:10 +0000 (Sat, 25 Mar 2006) | 2 lines - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the mess that is makefile can't properly support it at the moment, it is only available for MACOSX. Windows doesn't need FS conversion and I have no idea about OS/2 so it's disabled for them. - CodeChange: Change the function GetCurrentLocale(). It returns the locale from some default environment-variables, plus a custom one defined as parameter. If all fail, it tries $LANG. ------------------------------------------------------------------------ r4103 | bjarni | 2006-03-25 08:53:06 +0000 (Sat, 25 Mar 2006) | 1 line updated mac documentation to mention the fact that it's a triple binary ------------------------------------------------------------------------ r4099 | bjarni | 2006-03-25 07:22:53 +0000 (Sat, 25 Mar 2006) | 3 lines -Codechange: [OSX] the cocoa video driver speedup of around 1000% now also applies to Intel macs ------------------------------------------------------------------------ r4092 | belugas | 2006-03-24 18:16:39 +0000 (Fri, 24 Mar 2006) | 1 line CodeChange : Named sprites instead of magic numbers plus create/use helper macro/enum for recoloring scheme ------------------------------------------------------------------------ r4091 | Darkvater | 2006-03-24 17:40:55 +0000 (Fri, 24 Mar 2006) | 1 line - Fix r4075. Do not "enter" please. ------------------------------------------------------------------------ r4090 | Darkvater | 2006-03-24 17:00:55 +0000 (Fri, 24 Mar 2006) | 1 line - Followup for r4075. Some SDL implementations seem to have a different define for the SDL_ACTIVEEVENT SDL_APPMOUSEFOCUS which caused undrawing of the mouse only on losing input-focus. Correctly check for the event state ------------------------------------------------------------------------ r4089 | belugas | 2006-03-24 16:03:09 +0000 (Fri, 24 Mar 2006) | 1 line CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection ------------------------------------------------------------------------ r4088 | celestar | 2006-03-24 15:24:16 +0000 (Fri, 24 Mar 2006) | 2 lines -Codechange: Introduce {Unb,B}arCrossing and IsCrossingBarred to put and get the status of a level crossing ------------------------------------------------------------------------ r4087 | tron | 2006-03-24 13:46:45 +0000 (Fri, 24 Mar 2006) | 1 line Add IsIndustryCompleted() to check if a industry tile is fully built ------------------------------------------------------------------------ r4086 | tron | 2006-03-24 13:31:17 +0000 (Fri, 24 Mar 2006) | 1 line Add MakeIndustry() ------------------------------------------------------------------------ r4085 | tron | 2006-03-24 12:00:24 +0000 (Fri, 24 Mar 2006) | 1 line Add GetTown{Index,ByTile}() to get the town index resp. the town from a tile ------------------------------------------------------------------------ r4084 | bjarni | 2006-03-24 10:53:49 +0000 (Fri, 24 Mar 2006) | 4 lines -Documentation: [OSX] changed OSX specific docs -added an explanation to why there is a special Jaguar download (people appears to download it even when they should download the other one) -removed the long outdated README_if_game_crashed_on_OSX.txt ------------------------------------------------------------------------ r4083 | egladil | 2006-03-24 10:17:39 +0000 (Fri, 24 Mar 2006) | 2 lines -Feature: [OSX] Ported r4075 (Undraw the mouse when it leaves the window and Draw it again when it enters). ------------------------------------------------------------------------ r4082 | bjarni | 2006-03-24 09:47:50 +0000 (Fri, 24 Mar 2006) | 6 lines -Fix: [OSX] FS#80 Crash when switching from windowed to fullscreen this bug was introduced in rev 3670, but when undetected for a long time since it was resolution specific this is likely the issue with x86 OSX in fullscreen, so I removed the really slow workaround and will clean it up once I get positive feedback from a x86 mac this means that x86 OSX should now get the 1000% video driver speed boost as well this fix is written by eglandil ------------------------------------------------------------------------ r4079 | tron | 2006-03-24 08:55:08 +0000 (Fri, 24 Mar 2006) | 1 line Add GetSation{Index,ByTile}() to get the station index resp. the station from a tile ------------------------------------------------------------------------ r4077 | tron | 2006-03-24 08:00:45 +0000 (Fri, 24 Mar 2006) | 1 line Add GetIndustry{Index,ByTile}() to get the industry index resp. the industry from a tile ------------------------------------------------------------------------ r4076 | tron | 2006-03-24 06:40:49 +0000 (Fri, 24 Mar 2006) | 1 line Back out r4074. It doesn't work and leads to make endlessly calling itself. NOTE: Delete Makefile.config to recover. ------------------------------------------------------------------------ r4075 | Darkvater | 2006-03-24 00:42:35 +0000 (Fri, 24 Mar 2006) | 1 line - Feature: Undraw the mouse when it leaves the window and Draw it again when it enters. Added both for WIN32 and SDL. Since Win95 has troubles with TrackMouseEvent(), this function was just simply rewritten which was the easiest. Based on a patch by DmitryKo. ------------------------------------------------------------------------ r4074 | bjarni | 2006-03-23 23:54:43 +0000 (Thu, 23 Mar 2006) | 7 lines -Feature: [Makefile] the makefile can now detect if iconv is present in the system if detected, WITH_ICONV will be defined in the C code WITH_ICONV is also added to Makefile.config OSX do not use this flag setting in Makefile.config, as it is set at compile time based on target OS version the actual C code is not changed as the current iconv code is hardcoded for OSX and would break if any other OS got iconv This detection system is by request of Darkvater ------------------------------------------------------------------------ r4073 | tron | 2006-03-23 20:47:56 +0000 (Thu, 23 Mar 2006) | 1 line Add functions to make and test for (most) unmovable tiles ------------------------------------------------------------------------ r4071 | matthijs | 2006-03-23 17:49:50 +0000 (Thu, 23 Mar 2006) | 2 lines - Fix: [NPF] Trains & busses were unable to find a route when leaving a depot or bus stop. Small omission from r4023 (fix by glx) ------------------------------------------------------------------------ r4070 | truelight | 2006-03-23 17:38:31 +0000 (Thu, 23 Mar 2006) | 1 line -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict ------------------------------------------------------------------------ r4066 | truelight | 2006-03-23 16:23:12 +0000 (Thu, 23 Mar 2006) | 1 line -Fix: oops, forgot to remove a debug line ------------------------------------------------------------------------ r4065 | truelight | 2006-03-23 16:03:11 +0000 (Thu, 23 Mar 2006) | 1 line -Fix: the configure now knows --host-cflags ------------------------------------------------------------------------ r4064 | truelight | 2006-03-23 15:34:47 +0000 (Thu, 23 Mar 2006) | 1 line -Fix: fixes for configure to accept spaces in params. This are mostly bypasses because bash really does suck in handling spaces and " stuff :( ------------------------------------------------------------------------ r4061 | bjarni | 2006-03-23 13:40:33 +0000 (Thu, 23 Mar 2006) | 1 line -Codechange: [OSX] removed some long dead flags for universal binary building and removed an absolute path for hdiutil (I don't thin anybody will have it at a non-default place, but still) ------------------------------------------------------------------------ r4060 | bjarni | 2006-03-23 13:29:58 +0000 (Thu, 23 Mar 2006) | 4 lines -Codechange: [OSX] made the release target (in os/macosx/Makefile) easier to use since it gives the release disk image the right name automatically it now uses REV instead of RELEASE, which means RELEASE is not needed to be set manaully anymore it also automatically adds "-jaguar" when making a build aimed at OSX 10.2 (codenamed jaguar) ------------------------------------------------------------------------ r4059 | truelight | 2006-03-23 13:24:09 +0000 (Thu, 23 Mar 2006) | 1 line -Fix: add --dedicated flag to configure ------------------------------------------------------------------------ r4047 | tron | 2006-03-23 06:30:39 +0000 (Thu, 23 Mar 2006) | 1 line Remove two calls to FindLandscapeHeight() and some confusing use of the comma operator ------------------------------------------------------------------------ r4039 | peter1138 | 2006-03-22 22:07:53 +0000 (Wed, 22 Mar 2006) | 2 lines - NewGRF: Add support for a few more vehicle variables. These are sometimes used for animation of sprites. ------------------------------------------------------------------------ r4033 | matthijs | 2006-03-22 21:08:05 +0000 (Wed, 22 Mar 2006) | 2 lines - Codechange: [Debian] Update debian packaging files to use debconf for user interaction. ------------------------------------------------------------------------ r4030 | Darkvater | 2006-03-22 20:41:48 +0000 (Wed, 22 Mar 2006) | 2 lines Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr) ------------------------------------------------------------------------ r4028 | tron | 2006-03-22 19:16:58 +0000 (Wed, 22 Mar 2006) | 3 lines The last external user of FindLandscapeHeightByTile() is gone (r4027). Move its implementation into its only caller - FindLandscapeHeight() - and remove it ------------------------------------------------------------------------ r4027 | tron | 2006-03-22 19:04:04 +0000 (Wed, 22 Mar 2006) | 1 line Remove another call to FindLandscapeHeightByTile() ------------------------------------------------------------------------ r4023 | matthijs | 2006-03-22 16:37:59 +0000 (Wed, 22 Mar 2006) | 2 lines - Fix: [ 1453646 NPF ] Road vehicles planning through the back of depots and stations. ------------------------------------------------------------------------ r4019 | bjarni | 2006-03-22 13:06:50 +0000 (Wed, 22 Mar 2006) | 3 lines -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in 10.3 this have the sideeffect that 10.2.8 will still have the "failure to save with certain chars in the filename bug", but at least it can compile again ------------------------------------------------------------------------ r4011 | miham | 2006-03-22 10:13:15 +0000 (Wed, 22 Mar 2006) | 1 line [test WT2 #2.] ------------------------------------------------------------------------ r4010 | miham | 2006-03-22 10:10:33 +0000 (Wed, 22 Mar 2006) | 1 line [test WT2] ------------------------------------------------------------------------ r4007 | tron | 2006-03-22 08:48:50 +0000 (Wed, 22 Mar 2006) | 1 line Add a function to make a farm field tile ------------------------------------------------------------------------ r4004 | belugas | 2006-03-21 23:22:21 +0000 (Tue, 21 Mar 2006) | 1 line -CodeChange : Renaming sprites and functions ------------------------------------------------------------------------ r4003 | Darkvater | 2006-03-21 23:18:43 +0000 (Tue, 21 Mar 2006) | 1 line - Minor codebeautifier@work ------------------------------------------------------------------------ r4002 | Darkvater | 2006-03-21 22:09:19 +0000 (Tue, 21 Mar 2006) | 1 line - Fix: Use the title of a savegame in the saveload dialog-editbox. This gets rid of the '.sav' appended to each game as well as properly showing UTF-8 saves when this is implemented. Also don't change the text if the save has failed. ------------------------------------------------------------------------ r4001 | Darkvater | 2006-03-21 22:08:15 +0000 (Tue, 21 Mar 2006) | 1 line - Add length parameter to FiosMakeSavegameName() and use this function for creating the full path instead of home-brewn snprintf. ------------------------------------------------------------------------ r4000 | tron | 2006-03-21 22:06:32 +0000 (Tue, 21 Mar 2006) | 1 line Rewrite GetSlope{Tileh,Z}_{Road,Track} in a less confusing way ------------------------------------------------------------------------ r3999 | Darkvater | 2006-03-21 21:55:49 +0000 (Tue, 21 Mar 2006) | 1 line - Fix: [win32] Change the order of DestroyWindow and ChangeDisplay. On some machines a sizechange messagequeue is handled before sending WM_DISPLAYCHANGE resulting in an improper resolution written to the configuration file when exiting from fullscreen. (Frostregen) ------------------------------------------------------------------------ r3998 | peter1138 | 2006-03-21 21:11:41 +0000 (Tue, 21 Mar 2006) | 2 lines - Fix: When removing rail track from a while where only X and Y (/ and \) pieces exist, explicitly update signals in both directions. ------------------------------------------------------------------------ r3997 | Darkvater | 2006-03-21 21:07:50 +0000 (Tue, 21 Mar 2006) | 1 line - Default the patch-setting 'pause_on_join' to true. ------------------------------------------------------------------------ r3996 | tron | 2006-03-21 20:02:05 +0000 (Tue, 21 Mar 2006) | 4 lines -Fix: Slope and height information returned for some tile types is wrong This leads to graphical glitches when drawing foundations. This doesn't fix all problems, but at least some of them. ------------------------------------------------------------------------ r3995 | celestar | 2006-03-21 09:44:07 +0000 (Tue, 21 Mar 2006) | 1 line -Fix: Committed one file too much in 3992 (Thanks to Tron for pointing it out) ------------------------------------------------------------------------ r3994 | Darkvater | 2006-03-21 09:14:41 +0000 (Tue, 21 Mar 2006) | 1 line - Fix: convert filenames to UTF-8-MAC instead of UTF-8 for MACOSX, because that's what it uses. This is no real fix for the current iconv hack but it should at least work properly ------------------------------------------------------------------------ r3992 | celestar | 2006-03-20 16:43:48 +0000 (Mon, 20 Mar 2006) | 6 lines -Fix: Rewrote the code to determine whether a rail-tile can be terraformed. Fixes a bug where you could terraform a tunnel (fixed by r3228, but reverted that one) Fixes a bug introduced by r3228 which allowed steep rail tiles resulting in ... unwanted effects such as display artifacts. That means the terraform feature should not work as intended; it also uses _valid_tileh_slopes to determine valid configurations instead of hand-brewn stuff. TODO: _terraform_err_tile and similar TileIndices should have INVALID_TILE as "unused", not 0. (0 is a valid tile). ------------------------------------------------------------------------ r3991 | belugas | 2006-03-20 16:20:37 +0000 (Mon, 20 Mar 2006) | 1 line -Fix : Last remaining separation of SpriteID from Palette ------------------------------------------------------------------------ r3990 | tron | 2006-03-20 13:34:01 +0000 (Mon, 20 Mar 2006) | 1 line Remove another call to FindLandscapeHeight() ------------------------------------------------------------------------ r3988 | tron | 2006-03-19 19:56:57 +0000 (Sun, 19 Mar 2006) | 1 line Remove the info about valid rails on shore tiles. It's the same as for any other sloped tile ------------------------------------------------------------------------ r3987 | tron | 2006-03-19 19:55:43 +0000 (Sun, 19 Mar 2006) | 1 line Fix another bug in r3979 *grumble* ------------------------------------------------------------------------ r3986 | tron | 2006-03-19 19:33:19 +0000 (Sun, 19 Mar 2006) | 1 line Add [GS]etCrossingRoadOwner ------------------------------------------------------------------------ r3985 | tron | 2006-03-19 17:52:02 +0000 (Sun, 19 Mar 2006) | 1 line Make CmdBuildSingleRail() a bit more comprehensible ------------------------------------------------------------------------ r3984 | tron | 2006-03-19 17:15:33 +0000 (Sun, 19 Mar 2006) | 1 line Add a function to get the road axis of a level crossing ------------------------------------------------------------------------ r3983 | tron | 2006-03-19 16:57:48 +0000 (Sun, 19 Mar 2006) | 1 line Use existing functions to access tree and road info ------------------------------------------------------------------------ r3982 | tron | 2006-03-19 14:43:23 +0000 (Sun, 19 Mar 2006) | 1 line Fix last commit. I got confused by some strange test, which did nothing ------------------------------------------------------------------------ r3981 | tron | 2006-03-19 13:48:08 +0000 (Sun, 19 Mar 2006) | 1 line More work for the rail accessing functions and enums ------------------------------------------------------------------------ r3980 | tron | 2006-03-19 13:44:11 +0000 (Sun, 19 Mar 2006) | 1 line Fix glitch in r3979 spotted by Rubidium. Maybe I'm getting too old for this... ------------------------------------------------------------------------ r3979 | tron | 2006-03-19 12:06:12 +0000 (Sun, 19 Mar 2006) | 1 line Move GetRailFoundation() to rail_map.h and use it and friends to get information about rail tiles ------------------------------------------------------------------------ r3977 | Darkvater | 2006-03-19 09:01:40 +0000 (Sun, 19 Mar 2006) | 1 line - Change all STRING1's back to STRING in french.txt because these {STRINGn} are only applicable to english.txt. Fixup of r3973. Sorry ------------------------------------------------------------------------ r3976 | tron | 2006-03-19 06:50:19 +0000 (Sun, 19 Mar 2006) | 1 line Fix typo in r3946 ------------------------------------------------------------------------ r3974 | Darkvater | 2006-03-19 01:13:37 +0000 (Sun, 19 Mar 2006) | 1 line - Typo in r3973, missing } ------------------------------------------------------------------------ r3973 | belugas | 2006-03-19 00:58:23 +0000 (Sun, 19 Mar 2006) | 1 line Update french translation, adding STRING1 where needed, as well as other omissions. Thanks to Darkvater for this opportunity ------------------------------------------------------------------------