Wed, 29 Mar 2006 20:35:39 +0000 belugas (svn r4157) CodeChange : Keep on cleaning up Celestar's elrail merge
Wed, 29 Mar 2006 20:06:31 +0000 belugas (svn r4156) CodeChange : Little cleanup after Celestar's elrail merge
Wed, 29 Mar 2006 19:37:18 +0000 celestar (svn r4155) -Changed GetRoadStopByTile to use GetStationType and moved it. TODO: unify RS_TRUCK and STATION_TRUCK (same for bus)
Wed, 29 Mar 2006 19:03:47 +0000 celestar (svn r4154) -Moved MAX_BRIDGES in bridge.h and made it an enum. This makes two drops ...
Wed, 29 Mar 2006 19:00:56 +0000 celestar (svn r4153) -Codechange. Changed NPF_TILE_LENGTH into an enum and moved it out of variables.h. Just a drop in the bucket, but it is a start
Wed, 29 Mar 2006 16:59:33 +0000 belugas (svn r4152) properties set for elrail.c
Wed, 29 Mar 2006 16:56:38 +0000 bjarni (svn r4151) -Fix: [PowerPC] removed an incorrect uninitialized var used warning in os_timer
Wed, 29 Mar 2006 16:30:26 +0000 celestar (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.
Wed, 29 Mar 2006 16:28:41 +0000 bjarni (svn r4149) -Codechange: [OSX] rewrite of how universal binaries are compiled
Wed, 29 Mar 2006 06:51:13 +0000 celestar (svn r4143) -[FS#86]: Fixed and obi-wan error in station_map.h that would lead to assertions in the airport handling (of international airports)
Tue, 28 Mar 2006 21:51:14 +0000 Darkvater (svn r4142) - Fix [FS#74]: Incorrectly loaded settings from the config file when the signed uint32 variable would be negative.
Mon, 27 Mar 2006 14:28:56 +0000 belugas (svn r4136) CodeChange : Revert part of r4092 (as spotted by Tron) and clean-up a little further
Mon, 27 Mar 2006 06:18:02 +0000 tron (svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea
Sun, 26 Mar 2006 22:58:11 +0000 Darkvater (svn r4133) - Some miscellaneous changes (unconverted TownID in function definition, Owner instead of byte, remove obsolete member and compare waypoint index with 0 not STR_NULL)
Sun, 26 Mar 2006 22:56:58 +0000 Darkvater (svn r4132) - Missed 3 CargoID's
Sun, 26 Mar 2006 22:55:27 +0000 Darkvater (svn r4131) - CodeChange: Add proper semantics for StationID for such variables instead of using the general uint16-type. StationID was added for depots, waypoints and stations where necessary. We probably need to change GetDepot(), IsDepotIndex(), IsStationIndex(), GetWaypoint() and IsWaypointIndex() as well to use StationID.
Sun, 26 Mar 2006 22:41:56 +0000 Darkvater (svn r4130) - CodeChange: Add proper semantics for TownID for such variables instead of using the general uint16-type. We probably need to change GetTown() and IsTownIndex() as well to use TownID.
Sun, 26 Mar 2006 22:25:29 +0000 Darkvater (svn r4129) - CodeChange: Add proper bool type for is_ai as well...it is a bool type.
Sun, 26 Mar 2006 22:23:32 +0000 Darkvater (svn r4128) - CodeChange: Add proper semantics for CargoID for such variables instead of using the general byte-type.
Sun, 26 Mar 2006 22:02:11 +0000 peter1138 (svn r4127) - Update English language file to use tags for the new unit system.
Sun, 26 Mar 2006 21:50:57 +0000 peter1138 (svn r4126) - Feature: A new multi-lingual multi-measuring-unit system:
Sun, 26 Mar 2006 21:15:09 +0000 Darkvater (svn r4125) - Feature: Add a general TIC() TOC() mechanism using rdtsc or something similar on non-i386 architectures to performance-tune (critical) code. Some systems are probably missing, but those can be added later.
Sun, 26 Mar 2006 21:13:16 +0000 Darkvater (svn r4124) - CodeChange: remove windows-specific code from initializing the random generator. There was no need for it.
Sun, 26 Mar 2006 21:07:56 +0000 Darkvater (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Sun, 26 Mar 2006 19:20:15 +0000 tron (svn r4120) Use the new station functions where appropriate
Sun, 26 Mar 2006 19:03:03 +0000 tron (svn r4119) There's one more possible hangar tile. Check for this in IsHangar(), too
Sun, 26 Mar 2006 18:48:23 +0000 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
Sun, 26 Mar 2006 16:29:20 +0000 Darkvater (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Sun, 26 Mar 2006 14:41:39 +0000 celestar (svn r4113) Moved all relevant map functions for stations to station_map.[ch]
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