celestar [Thu, 30 Mar 2006 10:53:31 +0000] rev 3370
(svn r4168) -Fix: Fixed a typo in previous commit
tron [Thu, 30 Mar 2006 09:29:01 +0000] rev 3369
(svn r4166) Sprinkle several map accessors with assert()s
celestar [Thu, 30 Mar 2006 09:26:17 +0000] rev 3368
(svn r4165) -Do not use GetBridgeAxis on bridge ramps (request by Tron)
tron [Thu, 30 Mar 2006 09:08:43 +0000] rev 3367
(svn r4164) Use acessor functions
belugas [Thu, 30 Mar 2006 00:48:45 +0000] rev 3366
(svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas [Wed, 29 Mar 2006 21:10:42 +0000] rev 3365
(svn r4160) CodeChange : Revert part of 4157, spotted by Tron
bjarni [Wed, 29 Mar 2006 20:57:17 +0000] rev 3364
(svn r4159) added missing comments about refitting in CmdCloneVehicle
bjarni [Wed, 29 Mar 2006 20:41:15 +0000] rev 3363
(svn r4158) -Fix: [autoreplace] cost for refitting the new vehicle is now added to the cost animation. The player always paid for it, but it was not displayed until now
belugas [Wed, 29 Mar 2006 20:35:39 +0000] rev 3362
(svn r4157) CodeChange : Keep on cleaning up Celestar's elrail merge
belugas [Wed, 29 Mar 2006 20:06:31 +0000] rev 3361
(svn r4156) CodeChange : Little cleanup after Celestar's elrail merge
celestar [Wed, 29 Mar 2006 19:37:18 +0000] rev 3360
(svn r4155) -Changed GetRoadStopByTile to use GetStationType and moved it. TODO: unify RS_TRUCK and STATION_TRUCK (same for bus)
celestar [Wed, 29 Mar 2006 19:03:47 +0000] rev 3359
(svn r4154) -Moved MAX_BRIDGES in bridge.h and made it an enum. This makes two drops ...
celestar [Wed, 29 Mar 2006 19:00:56 +0000] rev 3358
(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
belugas [Wed, 29 Mar 2006 16:59:33 +0000] rev 3357
(svn r4152) properties set for elrail.c
bjarni [Wed, 29 Mar 2006 16:56:38 +0000] rev 3356
(svn r4151) -Fix: [PowerPC] removed an incorrect uninitialized var used warning in os_timer
celestar [Wed, 29 Mar 2006 16:30:26 +0000] rev 3355
(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.
bjarni [Wed, 29 Mar 2006 16:28:41 +0000] rev 3354
(svn r4149) -Codechange: [OSX] rewrite of how universal binaries are compiled
Now OSX stores object files in .OSX and instead of making FAT object files, there are one for each architecture
Each architecture got their own targets to make a non-FAT binary and in the end, lipo will merge them into one binary
It's now possible to select which architectures you want to support by defining OTTD_PPC, OTTD_PPC970 (G5) and/or OTTD_i386
All combos are supported. UNIVERSAL_BINARY and TRIPLE_BINARY can still be used even though it's possible to gain the same result by using the new flags
Making a universal build when you already got part of it compiled (say the PPC part), it will reuse it and only compile the i386 part to save time
Note: in some cases when you switch flags, you risk that openttd is not updated. Delete it and try again. The Makefile can't solve this except if it forces linking each time
This fixes: FS#87 universal binary building borked in 0.4.7
Now universal binaries work on OSX 10.3.9 again
Building universal binaries no longer needs to store flags in Makefile.config as the new design makes it possible to figure everything out automatically
celestar [Wed, 29 Mar 2006 06:51:13 +0000] rev 3353
(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)
Darkvater [Tue, 28 Mar 2006 21:51:14 +0000] rev 3352
(svn r4142) - Fix [FS#74]: Incorrectly loaded settings from the config file when the signed uint32 variable would be negative.
belugas [Mon, 27 Mar 2006 14:28:56 +0000] rev 3351
(svn r4136) CodeChange : Revert part of r4092 (as spotted by Tron) and clean-up a little further
tron [Mon, 27 Mar 2006 06:18:02 +0000] rev 3350
(svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea
Darkvater [Sun, 26 Mar 2006 22:58:11 +0000] rev 3349
(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)
Darkvater [Sun, 26 Mar 2006 22:56:58 +0000] rev 3348
(svn r4132) - Missed 3 CargoID's
Darkvater [Sun, 26 Mar 2006 22:55:27 +0000] rev 3347
(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.
Darkvater [Sun, 26 Mar 2006 22:41:56 +0000] rev 3346
(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.
Darkvater [Sun, 26 Mar 2006 22:25:29 +0000] rev 3345
(svn r4129) - CodeChange: Add proper bool type for is_ai as well...it is a bool type.
Darkvater [Sun, 26 Mar 2006 22:23:32 +0000] rev 3344
(svn r4128) - CodeChange: Add proper semantics for CargoID for such variables instead of using the general byte-type.
peter1138 [Sun, 26 Mar 2006 22:02:11 +0000] rev 3343
(svn r4127) - Update English language file to use tags for the new unit system.
peter1138 [Sun, 26 Mar 2006 21:50:57 +0000] rev 3342
(svn r4126) - Feature: A new multi-lingual multi-measuring-unit system:
- Replace miles/kilometres game option with a general measuring units option.
- Add {POWER}, {WEIGHT}, {WEIGHT_S} and {VOLUME_S} (_S for short) tags to the language/string system.
- Add SI as option for measuring units.
Language file updates to use the system will come soon.
Darkvater [Sun, 26 Mar 2006 21:15:09 +0000] rev 3341
(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.