log

age author description
Wed, 14 Feb 2007 11:53:39 +0000 celestar (svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into template functions. Fixes a problem with MSVC and 64-bit shifts. draft
Wed, 14 Feb 2007 10:33:36 +0000 rubidium (svn r8730) -Codechange: more replacements of magic numbers by enums and removal of some (by now) redundant comments. draft
Wed, 14 Feb 2007 10:22:00 +0000 miham (svn r8729) [Translations] -Fix: removed dead cases from czech language draft
Wed, 14 Feb 2007 09:41:20 +0000 miham (svn r8728) -Update: WebTranslator2 update to 2007-02-14 10:40:39 draft
Wed, 14 Feb 2007 09:39:04 +0000 maedhros (svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more. draft
Wed, 14 Feb 2007 09:34:12 +0000 rubidium (svn r8726) -Codechange: bools are 1 or 0 according to the C++ standard and refactor RoadStop::AllocateBay to remove a loop condition. Suggestions by Tron. draft
Wed, 14 Feb 2007 09:23:52 +0000 rubidium (svn r8725) -Fix (r8712): test the first bit of the bitmask, not the nth, as we are shifting the bitmask. draft
Wed, 14 Feb 2007 01:00:57 +0000 rubidium (svn r8723) -Codechange: replace yet another couple of magic numbers with enums. draft
Wed, 14 Feb 2007 00:50:34 +0000 rubidium (svn r8721) -Fix (8715): road vehicles could not turn around properly draft
Tue, 13 Feb 2007 23:37:50 +0000 rubidium (svn r8719) -Fix: some strings have an empty translation where it isn't empty in english. draft
Tue, 13 Feb 2007 22:27:27 +0000 rubidium (svn r8715) -Codechange/cleanup: replace magic numbers related to state of road vehicles with enums. Original patch by mart3p. draft
Tue, 13 Feb 2007 20:57:02 +0000 rubidium (svn r8712) -Codechange/cleanup: replace 'magic' constants with enums, use proper types instead of byte, uint etc., give variables more descriptive names and add some comments. draft
Tue, 13 Feb 2007 16:36:38 +0000 celestar (svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into GetPlatformLength because that is what it really does. Overload it because there is already a GetPlatformLength (one gives the length of the whole platform, the other gives the remaining length in a given direction). Turned both functions into methods of Station. While messing around with it, fix a problem where loading times for overhanging trains are miscomputed. draft
Tue, 13 Feb 2007 15:44:37 +0000 celestar (svn r8708) -Codechange(r8514): No need to use "this->" in methods draft
Tue, 13 Feb 2007 15:42:52 +0000 celestar (svn r8707) -Codechange: Turn IsValidStation into a method of Station draft
Tue, 13 Feb 2007 12:34:54 +0000 celestar (svn r8705) -Codechange: Increased the number of airport blocks to 64. This involves changing the enum of airport blocks to a static const uint64 as SOME platforms do not support 64-bit enums draft
Tue, 13 Feb 2007 11:29:20 +0000 rubidium (svn r8703) -Codechange/cleanup: some magic numbers -> enums and other small coding style changes to the ShipController and TrainController. draft
Tue, 13 Feb 2007 10:46:45 +0000 rubidium (svn r8701) -Codechange: replace magic numbers with enums for u.rail.track. draft
Tue, 13 Feb 2007 10:43:50 +0000 rubidium (svn r8700) -Fix (8698): replaced a magic number with the wrong enum :( draft
Tue, 13 Feb 2007 10:26:53 +0000 rubidium (svn r8698) -Codechange: enumify the returns of VehicleEnterTile draft
Tue, 13 Feb 2007 00:25:42 +0000 rubidium (svn r8694) -Codechange: make RoadStop's status accessible via accessor functions. draft
Mon, 12 Feb 2007 22:46:10 +0000 rubidium (svn r8692) -Cleanup: add comments to RoadVehController. Patch by mart3p. draft
Mon, 12 Feb 2007 21:55:10 +0000 Darkvater (svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart draft
Mon, 12 Feb 2007 19:19:15 +0000 miham (svn r8690) -Update: WebTranslator2 update to 2007-02-12 20:18:38 draft
Mon, 12 Feb 2007 12:52:37 +0000 rubidium (svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on the northern edge of the map. draft
Mon, 12 Feb 2007 09:01:40 +0000 miham (svn r8686) -Update: WebTranslator2 update to 2007-02-12 10:00:57 draft
Mon, 12 Feb 2007 00:38:15 +0000 bjarni (svn r8685) -Feature: selecting "end of orders" and clicking delete will delete all the vehicle's orders draft
Sun, 11 Feb 2007 23:18:01 +0000 rubidium (svn r8684) -Fix [FS#483] (r3720): a bool (uint32 in PPC) was written to as a uint8. Later those bools are used as index into an array as they expect the value to be 0 or 1. draft
Sun, 11 Feb 2007 19:31:29 +0000 rubidium (svn r8681) -Fix (FS#608): wrong comment (rfalke) draft
Sun, 11 Feb 2007 17:39:28 +0000 truelight (svn r8680) [Configure] -Codechange: allow a bit more flexible code in check_compiler draft
Sun, 11 Feb 2007 17:36:46 +0000 truelight (svn r8679) [Configure] -Fix: 'checking for' and 'checking' was used mixed, now only 'checking' is used draft
Sun, 11 Feb 2007 16:28:00 +0000 truelight (svn r8678) [PSP] -Add: added LIBS and CFLAGS needed to compile PSP draft
Sun, 11 Feb 2007 14:25:02 +0000 glx (svn r8677) -Fix r8615: removed 'debug' language from project files draft
Sun, 11 Feb 2007 14:04:40 +0000 truelight (svn r8675) [PSP] -Fix: don't autosave in networking for PSP, to time expensive draft
Sun, 11 Feb 2007 13:57:35 +0000 truelight (svn r8674) [PSP] -Add: added network code for PSP, based on the work of Turulo draft
Sun, 11 Feb 2007 13:39:23 +0000 rubidium (svn r8673) -Codechange: use SetNonBlocking instead of implementing yet another version. draft
Sun, 11 Feb 2007 10:30:54 +0000 tron (svn r8671) -Fix draft
Sat, 10 Feb 2007 14:22:11 +0000 bjarni (svn r8662) -Fix r8661: don't try to put negative values in unsigned vars draft
Sat, 10 Feb 2007 13:37:32 +0000 bjarni (svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a sprite is too big to fit (ships and aircraft only) draft
Sat, 10 Feb 2007 08:19:39 +0000 tron (svn r8660) -Fix draft
Sat, 10 Feb 2007 00:22:32 +0000 bjarni (svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++) draft
Fri, 09 Feb 2007 16:21:03 +0000 rubidium (svn r8651) -Codechange: group the functions related to getting and setting the town index and move one function that is not related to the map array out of town_map.h. draft
Fri, 09 Feb 2007 08:58:25 +0000 celestar (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms draft
Thu, 08 Feb 2007 23:46:25 +0000 truelight (svn r8647) -Codechange: add a general way to handle platforms who can only have a limited amount of file-descripters open at any given time. draft
Thu, 08 Feb 2007 21:53:15 +0000 miham (svn r8645) -Update: WebTranslator2 update to 2007-02-08 22:52:39 draft
Thu, 08 Feb 2007 17:57:19 +0000 rubidium (svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc. draft
Thu, 08 Feb 2007 15:54:36 +0000 rubidium (svn r8637) -Fix: CTRL-clicking on a hangar in the order list segfaulted as hangars are part of a station instead of real depots. draft
Thu, 08 Feb 2007 14:04:02 +0000 rubidium (svn r8635) -Fix: draw canal edges under buoys that are in a canal. draft
Thu, 08 Feb 2007 14:02:12 +0000 rubidium (svn r8634) -Codechange: replace missing sprites with a red question mark. draft
Thu, 08 Feb 2007 12:54:23 +0000 truelight (svn r8633) [PSP] -Fix r8629: mixed psp-config and pspconfig, making ./configure --reconfig to fail draft
Thu, 08 Feb 2007 12:52:25 +0000 truelight (svn r8632) [PSP] -Add: added include and lib to CFLAGS / LDFLAGS based on the SDK dir from psp-config draft
Thu, 08 Feb 2007 12:27:53 +0000 truelight (svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects DEBUG() to a remote connection over TCP draft
Thu, 08 Feb 2007 11:21:10 +0000 truelight (svn r8629) [PSP] -Add: added psp-config detection in configure for PSP target draft
Thu, 08 Feb 2007 11:04:39 +0000 truelight (svn r8628) [PSP] -Add: added configure support for the PlayStation Portable target draft
Wed, 07 Feb 2007 21:46:25 +0000 miham (svn r8622) -Update: WebTranslator2 update to 2007-02-07 22:44:21 draft
Wed, 07 Feb 2007 19:10:19 +0000 bjarni (svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on draft
Wed, 07 Feb 2007 18:01:26 +0000 rubidium (svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros). draft
Wed, 07 Feb 2007 17:52:21 +0000 rubidium (svn r8619) -Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile. draft
Wed, 07 Feb 2007 13:46:28 +0000 tron (svn r8618) -Fix draft
Wed, 07 Feb 2007 08:36:53 +0000 tron (svn r8617) -Fix draft