Mercurial > hg > openttd
graph
-
(svn r4119) There's one more possible hangar tile. Check for this in IsHangar(), too draftSun, 26 Mar 2006 19:03:03 +0000, by tron
-
(svn r4116) -Fix: The AI should send a plane into a hangar if it's not in a hangar _or_ not stopped, not when it's not in a hangar _and_ not stopped draftSun, 26 Mar 2006 18:48:23 +0000, by tron
-
(svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113 draftSun, 26 Mar 2006 16:29:20 +0000, by Darkvater
-
(svn r4113) Moved all relevant map functions for stations to station_map.[ch] draftSun, 26 Mar 2006 14:41:39 +0000, by celestar
-
(svn r4109) - Fix (r4105) [iconv]: Only include the needed headers when ICONV is actually used. Thanks for noticing Bjarni draftSat, 25 Mar 2006 15:47:20 +0000, by Darkvater
-
(svn r4107) - Fix (r4105): Mixup of string parameters in debug message if iconv_open() failed. Also clarify the message a bit. draftSat, 25 Mar 2006 10:15:53 +0000, by 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. draftSat, 25 Mar 2006 09:22:10 +0000, by Darkvater
-
(svn r4103) updated mac documentation to mention the fact that it's a triple binary draftSat, 25 Mar 2006 08:53:06 +0000, by bjarni
-
(svn r4099) -Codechange: [OSX] the cocoa video driver speedup of around 1000% now also applies to Intel macs draftSat, 25 Mar 2006 07:22:53 +0000, by bjarni
-
(svn r4092) CodeChange : Named sprites instead of magic numbers plus create/use helper macro/enum for recoloring scheme draftFri, 24 Mar 2006 18:16:39 +0000, by belugas
-
(svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection draftFri, 24 Mar 2006 16:03:09 +0000, by belugas
-
(svn r4088) -Codechange: Introduce {Unb,B}arCrossing and IsCrossingBarred to put and get the status of a level crossing draftFri, 24 Mar 2006 15:24:16 +0000, by celestar
-
(svn r4087) Add IsIndustryCompleted() to check if a industry tile is fully built draftFri, 24 Mar 2006 13:46:45 +0000, by tron
-
(svn r4085) Add GetTown{Index,ByTile}() to get the town index resp. the town from a tile draftFri, 24 Mar 2006 12:00:24 +0000, by tron
-
(svn r4084) -Documentation: [OSX] changed OSX specific docs draftFri, 24 Mar 2006 10:53:49 +0000, by bjarni
-
(svn r4083) -Feature: [OSX] Ported r4075 (Undraw the mouse when it leaves the window and Draw it again when it enters). draftFri, 24 Mar 2006 10:17:39 +0000, by egladil
-
(svn r4082) -Fix: [OSX] FS#80 Crash when switching from windowed to fullscreen draftFri, 24 Mar 2006 09:47:50 +0000, by bjarni
-
(svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the station from a tile draftFri, 24 Mar 2006 08:55:08 +0000, by tron
-
(svn r4077) Add GetIndustry{Index,ByTile}() to get the industry index resp. the industry from a tile draftFri, 24 Mar 2006 08:00:45 +0000, by tron
-
(svn r4076) Back out r4074. It doesn't work and leads to make endlessly calling itself. NOTE: Delete Makefile.config to recover. draftFri, 24 Mar 2006 06:40:49 +0000, by tron
-
(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. draftFri, 24 Mar 2006 00:42:35 +0000, by Darkvater
-
(svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system draftThu, 23 Mar 2006 23:54:43 +0000, by bjarni
-
(svn r4073) Add functions to make and test for (most) unmovable tiles draftThu, 23 Mar 2006 20:47:56 +0000, by tron
-
(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) draftThu, 23 Mar 2006 17:49:50 +0000, by matthijs
-
(svn r4070) -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict draftThu, 23 Mar 2006 17:38:31 +0000, by truelight
-
(svn r4066) -Fix: oops, forgot to remove a debug line draftThu, 23 Mar 2006 16:23:12 +0000, by truelight
-
(svn r4065) -Fix: the configure now knows --host-cflags draftThu, 23 Mar 2006 16:03:11 +0000, by 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 :( draftThu, 23 Mar 2006 15:34:47 +0000, by truelight
-
(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 draftThu, 23 Mar 2006 13:29:58 +0000, by bjarni
-
(svn r4059) -Fix: add --dedicated flag to configure draftThu, 23 Mar 2006 13:24:09 +0000, by truelight
-
(svn r4047) Remove two calls to FindLandscapeHeight() and some confusing use of the comma operator draftThu, 23 Mar 2006 06:30:39 +0000, by tron
-
(svn r4039) - NewGRF: Add support for a few more vehicle variables. These are sometimes used for animation of sprites. draftWed, 22 Mar 2006 22:07:53 +0000, by peter1138
-
(svn r4033) - Codechange: [Debian] Update debian packaging files to use debconf for user interaction. draftWed, 22 Mar 2006 21:08:05 +0000, by matthijs
-
(svn r4028) The last external user of FindLandscapeHeightByTile() is gone (r4027). draftWed, 22 Mar 2006 19:16:58 +0000, by tron
-
(svn r4027) Remove another call to FindLandscapeHeightByTile() draftWed, 22 Mar 2006 19:04:04 +0000, by tron
-
(svn r4023) - Fix: [ 1453646 NPF ] Road vehicles planning through the back of depots and stations. draftWed, 22 Mar 2006 16:37:59 +0000, by matthijs
-
(svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in 10.3 draftWed, 22 Mar 2006 13:06:50 +0000, by bjarni
-
(svn r4004) -CodeChange : Renaming sprites and functions draftTue, 21 Mar 2006 23:22:21 +0000, by belugas
-
(svn r4001) - Add length parameter to FiosMakeSavegameName() and use this function for creating the full path instead of home-brewn snprintf. draftTue, 21 Mar 2006 22:08:15 +0000, by Darkvater
-
(svn r4000) Rewrite GetSlope{Tileh,Z}_{Road,Track} in a less confusing way draftTue, 21 Mar 2006 22:06:32 +0000, by tron
-
(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) draftTue, 21 Mar 2006 21:55:49 +0000, by Darkvater
-
(svn r3998) - Fix: When removing rail track from a while where only X and Y (/ and \) pieces exist, explicitly update signals in both directions. draftTue, 21 Mar 2006 21:11:41 +0000, by peter1138
-
(svn r3997) - Default the patch-setting 'pause_on_join' to true. draftTue, 21 Mar 2006 21:07:50 +0000, by Darkvater
-
(svn r3996) -Fix: Slope and height information returned for some tile types is wrong draftTue, 21 Mar 2006 20:02:05 +0000, by tron
-
(svn r3995) -Fix: Committed one file too much in 3992 (Thanks to Tron for pointing it out) draftTue, 21 Mar 2006 09:44:07 +0000, by celestar
-
(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 draftTue, 21 Mar 2006 09:14:41 +0000, by Darkvater
-
(svn r3992) -Fix: Rewrote the code to determine whether a rail-tile can be terraformed. draftMon, 20 Mar 2006 16:43:48 +0000, by celestar
-
(svn r3991) -Fix : Last remaining separation of SpriteID from Palette draftMon, 20 Mar 2006 16:20:37 +0000, by belugas