Sun, 26 Mar 2006 11:08:44 +0000 tron (svn r4111) Fix/Remove some stale comments
Sat, 25 Mar 2006 15:47:20 +0000 Darkvater (svn r4109) - Fix (r4105) [iconv]: Only include the needed headers when ICONV is actually used. Thanks for noticing Bjarni
Sat, 25 Mar 2006 10:38:28 +0000 tron (svn r4108) Add [GS]etIndustryGfx()
Sat, 25 Mar 2006 10:15:53 +0000 Darkvater (svn r4107) - Fix (r4105): Mixup of string parameters in debug message if iconv_open() failed. Also clarify the message a bit.
Sat, 25 Mar 2006 09:22:10 +0000 Darkvater (svn r4105) - 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.
Sat, 25 Mar 2006 08:53:06 +0000 bjarni (svn r4103) updated mac documentation to mention the fact that it's a triple binary
Sat, 25 Mar 2006 07:22:53 +0000 bjarni (svn r4099) -Codechange: [OSX] the cocoa video driver speedup of around 1000% now also applies to Intel macs
Fri, 24 Mar 2006 18:16:39 +0000 belugas (svn r4092) CodeChange : Named sprites instead of magic numbers plus create/use helper macro/enum for recoloring scheme
Fri, 24 Mar 2006 17:40:55 +0000 Darkvater (svn r4091) - Fix r4075. Do not "enter" please.
Fri, 24 Mar 2006 17:00:55 +0000 Darkvater (svn r4090) - 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
Fri, 24 Mar 2006 16:03:09 +0000 belugas (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
Fri, 24 Mar 2006 15:24:16 +0000 celestar (svn r4088) -Codechange: Introduce {Unb,B}arCrossing and IsCrossingBarred to put and get the status of a level crossing
Fri, 24 Mar 2006 13:46:45 +0000 tron (svn r4087) Add IsIndustryCompleted() to check if a industry tile is fully built
Fri, 24 Mar 2006 13:31:17 +0000 tron (svn r4086) Add MakeIndustry()
Fri, 24 Mar 2006 12:00:24 +0000 tron (svn r4085) Add GetTown{Index,ByTile}() to get the town index resp. the town from a tile
Fri, 24 Mar 2006 10:53:49 +0000 bjarni (svn r4084) -Documentation: [OSX] changed OSX specific docs
Fri, 24 Mar 2006 10:17:39 +0000 egladil (svn r4083) -Feature: [OSX] Ported r4075 (Undraw the mouse when it leaves the window and Draw it again when it enters).
Fri, 24 Mar 2006 09:47:50 +0000 bjarni (svn r4082) -Fix: [OSX] FS#80 Crash when switching from windowed to fullscreen
Fri, 24 Mar 2006 08:55:08 +0000 tron (svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the station from a tile
Fri, 24 Mar 2006 08:00:45 +0000 tron (svn r4077) Add GetIndustry{Index,ByTile}() to get the industry index resp. the industry from a tile
Fri, 24 Mar 2006 06:40:49 +0000 tron (svn r4076) Back out r4074. It doesn't work and leads to make endlessly calling itself. NOTE: Delete Makefile.config to recover.
Fri, 24 Mar 2006 00:42:35 +0000 Darkvater (svn r4075) - 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.
Thu, 23 Mar 2006 23:54:43 +0000 bjarni (svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system
Thu, 23 Mar 2006 20:47:56 +0000 tron (svn r4073) Add functions to make and test for (most) unmovable tiles
Thu, 23 Mar 2006 17:49:50 +0000 matthijs (svn r4071) - Fix: [NPF] Trains & busses were unable to find a route when leaving a depot or bus stop. Small omission from r4023 (fix by glx)
Thu, 23 Mar 2006 17:38:31 +0000 truelight (svn r4070) -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict
Thu, 23 Mar 2006 16:23:12 +0000 truelight (svn r4066) -Fix: oops, forgot to remove a debug line
Thu, 23 Mar 2006 16:03:11 +0000 truelight (svn r4065) -Fix: the configure now knows --host-cflags
Thu, 23 Mar 2006 15:34:47 +0000 truelight (svn r4064) -Fix: fixes for configure to accept spaces in params. This are mostly bypasses because bash really does suck in handling spaces and " stuff :(
Thu, 23 Mar 2006 13:40:33 +0000 bjarni (svn r4061) -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)
Thu, 23 Mar 2006 13:29:58 +0000 bjarni (svn r4060) -Codechange: [OSX] made the release target (in os/macosx/Makefile) easier to use since it gives the release disk image the right name automatically
Thu, 23 Mar 2006 13:24:09 +0000 truelight (svn r4059) -Fix: add --dedicated flag to configure
Thu, 23 Mar 2006 06:30:39 +0000 tron (svn r4047) Remove two calls to FindLandscapeHeight() and some confusing use of the comma operator
Wed, 22 Mar 2006 22:07:53 +0000 peter1138 (svn r4039) - NewGRF: Add support for a few more vehicle variables. These are sometimes used for animation of sprites.
Wed, 22 Mar 2006 21:08:05 +0000 matthijs (svn r4033) - Codechange: [Debian] Update debian packaging files to use debconf for user interaction.
Wed, 22 Mar 2006 20:41:48 +0000 Darkvater (svn r4030) 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)
Wed, 22 Mar 2006 19:16:58 +0000 tron (svn r4028) The last external user of FindLandscapeHeightByTile() is gone (r4027).
Wed, 22 Mar 2006 19:04:04 +0000 tron (svn r4027) Remove another call to FindLandscapeHeightByTile()
Wed, 22 Mar 2006 16:37:59 +0000 matthijs (svn r4023) - Fix: [ 1453646 NPF ] Road vehicles planning through the back of depots and stations.
Wed, 22 Mar 2006 13:06:50 +0000 bjarni (svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in 10.3
Wed, 22 Mar 2006 10:13:15 +0000 miham (svn r4011) [test WT2 #2.]
Wed, 22 Mar 2006 10:10:33 +0000 miham (svn r4010) [test WT2]
Wed, 22 Mar 2006 08:48:50 +0000 tron (svn r4007) Add a function to make a farm field tile
Tue, 21 Mar 2006 23:22:21 +0000 belugas (svn r4004) -CodeChange : Renaming sprites and functions
Tue, 21 Mar 2006 23:18:43 +0000 Darkvater (svn r4003) - Minor codebeautifier@work
Tue, 21 Mar 2006 22:09:19 +0000 Darkvater (svn r4002) - 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.
Tue, 21 Mar 2006 22:08:15 +0000 Darkvater (svn r4001) - Add length parameter to FiosMakeSavegameName() and use this function for creating the full path instead of home-brewn snprintf.
Tue, 21 Mar 2006 22:06:32 +0000 tron (svn r4000) Rewrite GetSlope{Tileh,Z}_{Road,Track} in a less confusing way
Tue, 21 Mar 2006 21:55:49 +0000 Darkvater (svn r3999) - 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)
Tue, 21 Mar 2006 21:11:41 +0000 peter1138 (svn r3998) - Fix: When removing rail track from a while where only X and Y (/ and \) pieces exist, explicitly update signals in both directions.
Tue, 21 Mar 2006 21:07:50 +0000 Darkvater (svn r3997) - Default the patch-setting 'pause_on_join' to true.
Tue, 21 Mar 2006 20:02:05 +0000 tron (svn r3996) -Fix: Slope and height information returned for some tile types is wrong
Tue, 21 Mar 2006 09:44:07 +0000 celestar (svn r3995) -Fix: Committed one file too much in 3992 (Thanks to Tron for pointing it out)
Tue, 21 Mar 2006 09:14:41 +0000 Darkvater (svn r3994) - 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
Mon, 20 Mar 2006 16:43:48 +0000 celestar (svn r3992) -Fix: Rewrote the code to determine whether a rail-tile can be terraformed.
Mon, 20 Mar 2006 16:20:37 +0000 belugas (svn r3991) -Fix : Last remaining separation of SpriteID from Palette
Mon, 20 Mar 2006 13:34:01 +0000 tron (svn r3990) Remove another call to FindLandscapeHeight()
Sun, 19 Mar 2006 19:56:57 +0000 tron (svn r3988) Remove the info about valid rails on shore tiles. It's the same as for any other sloped tile
Sun, 19 Mar 2006 19:55:43 +0000 tron (svn r3987) Fix another bug in r3979 *grumble*
Sun, 19 Mar 2006 19:33:19 +0000 tron (svn r3986) Add [GS]etCrossingRoadOwner