log

age author description
Tue, 20 Feb 2007 09:46:10 +0000 Darkvater (svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium) draft
Tue, 20 Feb 2007 06:39:09 +0000 tron (svn r8822) -Fix draft
Tue, 20 Feb 2007 00:09:23 +0000 Darkvater (svn r8821) -Regression: Unable to browse directories on *nix if the filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself. draft
Tue, 20 Feb 2007 00:01:54 +0000 Darkvater (svn r8820) -Codechange (r8807, r8806): Remove the unneeded calloc/free allocation of GRFConfig and turn it into a simple variable (it's supposed to be data-only). Thanks Tron. draft
Mon, 19 Feb 2007 21:18:39 +0000 truelight (svn r8819) [Config] -Documentation: added why we need CC_HOST for linking on PSP draft
Mon, 19 Feb 2007 21:11:44 +0000 rubidium (svn r8818) -Codechange: remove the #ifdef _cplusplus remnants. draft
Mon, 19 Feb 2007 20:10:46 +0000 truelight (svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all draft
Mon, 19 Feb 2007 19:59:19 +0000 truelight (svn r8814) [Config] -Add: added --awk and detect_awk. We now try to find an awk on the user system which allows gsub(). If not found, you can define one yourself, or it tells you versions you might want to install draft
Mon, 19 Feb 2007 18:58:28 +0000 truelight (svn r8813) -Fix r8812: fixed one GNU depending grep statement with an other ;) Switched to egrep, which should work just fine. draft
Mon, 19 Feb 2007 18:47:55 +0000 truelight (svn r8812) -Revert r7880: those changes assumed a GNU-grep, which isn't always available. Reverted back to a bit more ugly way of writing greps, but at least they are not bound to the laws of GNU. draft
Mon, 19 Feb 2007 16:24:10 +0000 truelight (svn r8811) [Configure] -Fix: [:lower:] for tr is GNU specific. Use [a-z] instead. (Celestar) draft
Mon, 19 Feb 2007 16:10:18 +0000 truelight (svn r8810) [Configure] -Fix: "" variables if you test them, else if they are empty they return lovely errors (tnx to Celester for finding thisone ;)) draft
Mon, 19 Feb 2007 13:45:13 +0000 rubidium (svn r8809) -Fix (r8715): accidentally removed a part of an expression. draft
Mon, 19 Feb 2007 10:13:51 +0000 rubidium (svn r8808) -Fix [FS#631]: do not show the 'edit sign' window for spectators. draft
Sun, 18 Feb 2007 22:50:51 +0000 Darkvater (svn r8807) -Feature: Add support for loading (some of) the TTDP extra chunks mainly list of GRFIDs and TTDP version the game was saved with. draft
Sun, 18 Feb 2007 22:37:33 +0000 Darkvater (svn r8806) -Codechange (r7582): Remove a duplicate append of static GRF's when loading the game and hide the intrinsics of adding elements to the GRFConfig list by using an AppendToGRFConfigList function. draft
Sun, 18 Feb 2007 22:07:08 +0000 Darkvater (svn r8805) -Codechange (r8757): DO set eol-style and keywords on new files... draft
Sun, 18 Feb 2007 16:24:29 +0000 tron (svn r8802) -Fix draft
Sun, 18 Feb 2007 11:45:56 +0000 tron (svn r8800) -Fix draft
Sun, 18 Feb 2007 11:27:09 +0000 tron (svn r8799) -Fix draft
Sun, 18 Feb 2007 11:15:13 +0000 rubidium (svn r8798) -Fix (8735): update documentation to reflect the used bits for drive through stations. draft
Sun, 18 Feb 2007 11:14:55 +0000 rubidium (svn r8797) -Fix (8741): the 'drive through station built on town owned road' bit was not set. draft
Sun, 18 Feb 2007 09:00:34 +0000 tron (svn r8796) -Fix draft
Sun, 18 Feb 2007 08:50:27 +0000 tron (svn r8795) -Fix draft
Sun, 18 Feb 2007 08:37:39 +0000 tron (svn r8794) -Fix draft
Sat, 17 Feb 2007 23:53:17 +0000 glx (svn r8793) -Fix: corrected spelling of real french townnames and 'removed' a duplicate draft
Sat, 17 Feb 2007 23:01:42 +0000 maedhros (svn r8792) -Fix (r6623): Don't check whether a string length is 1 when you already know it isn't. draft
Sat, 17 Feb 2007 22:01:07 +0000 miham (svn r8791) -Revert: r8790 Committed too much in last commit draft
Sat, 17 Feb 2007 21:56:22 +0000 miham (svn r8790) [Namegen] -Revert: r8789 (Tron kinda convinced me it is a bad thing, sorry for it) draft
Sat, 17 Feb 2007 21:50:00 +0000 miham (svn r8789) [Namegen] -Change: Sorted townnameparts for hungarian, and added a few more draft
Sat, 17 Feb 2007 21:31:30 +0000 miham (svn r8788) [Translations] -Fix: Removed bogus 3sk case from slovenian, as it is handled in WebTranslator2 from now on draft
Sat, 17 Feb 2007 18:38:35 +0000 bjarni (svn r8787) -Change r8771: allow fast aircraft in small airports draft
Sat, 17 Feb 2007 17:12:19 +0000 bjarni (svn r8786) -Cleanup: replaced a switch-case to get the right refit command for a certain vehicle type. We have a function to do that draft
Sat, 17 Feb 2007 17:10:33 +0000 richk (svn r8785) -Fix: Entry point for commuter airport incorrect. draft
Sat, 17 Feb 2007 16:41:56 +0000 Darkvater (svn r8784) -Regression (r7274 most likely): Unable to load TTDP (on *NIX) games because the static buffer used for name conversion is overwritten in the callback function. draft
Sat, 17 Feb 2007 16:07:45 +0000 bjarni (svn r8783) -Fix r8771: aircraft vehicle subtype and aircraft engine subtype aren't the same (even though they both tell if it's a plane or helicopter) draft
Sat, 17 Feb 2007 15:59:33 +0000 tron (svn r8782) -Fix draft
Sat, 17 Feb 2007 15:34:05 +0000 tron (svn r8781) -Fix draft
Sat, 17 Feb 2007 15:17:47 +0000 richk (svn r8780) -Fix: Spelling of CatchmentArea incorrect. draft
Sat, 17 Feb 2007 15:03:30 +0000 tron (svn r8779) -Fix draft
Sat, 17 Feb 2007 14:54:31 +0000 tron (svn r8778) -Fix draft
Sat, 17 Feb 2007 13:50:22 +0000 bjarni (svn r8777) -Fix: FS#596 Cloning Maglev in UKRS forgets Mail refit draft
Sat, 17 Feb 2007 13:29:11 +0000 truelight (svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too draft
Sat, 17 Feb 2007 12:50:19 +0000 truelight (svn r8772) -Fix: forgot to update 'generate' file while updating 'configure' in the last 3 changes in 'configure' draft
Sat, 17 Feb 2007 12:45:15 +0000 bjarni (svn r8771) -Fix r8343: build aircraft windows will no longer show aircraft that can't use the airport in question draft
Sat, 17 Feb 2007 11:17:49 +0000 bjarni (svn r8770) -Fix r8661: corrected some aircraft sprite placement issues in the depot window draft
Sat, 17 Feb 2007 10:21:48 +0000 KUDr (svn r8768) -Fix (r8767): VC8 compilation failed 'warning C4146: unary minus operator applied to unsigned type, result still unsigned' draft
Sat, 17 Feb 2007 07:45:18 +0000 tron (svn r8767) -Fix draft
Sat, 17 Feb 2007 00:18:11 +0000 KUDr (svn r8766) -Fix[YAPF]: rail station platform penalty not calculated properly draft
Fri, 16 Feb 2007 22:44:56 +0000 rubidium (svn r8765) -Codechange: remove logic redundancy by moving it from the gui into the cmd code. draft
Fri, 16 Feb 2007 21:06:00 +0000 miham (svn r8764) -Update: WebTranslator2 update to 2007-02-16 22:03:24 draft
Fri, 16 Feb 2007 20:03:17 +0000 tron (svn r8763) -Fix draft
Fri, 16 Feb 2007 12:10:19 +0000 celestar (svn r8759) -Feature: Allow airports to have up to 4 entry points depending on approach direction. Note: they're not yet used, but will be soon draft
Fri, 16 Feb 2007 10:08:38 +0000 truelight (svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not draft
Fri, 16 Feb 2007 09:50:28 +0000 truelight (svn r8757) -Add: added libtimidity music driver (it is a nice small library simular to timidity via extmidi) draft
Fri, 16 Feb 2007 09:39:32 +0000 truelight (svn r8756) [PSP] -Fix: made the dedicated code compile with PSP. It is almost UNIX, just it needs more includes ;) draft
Fri, 16 Feb 2007 09:38:43 +0000 tron (svn r8755) -Fix draft
Fri, 16 Feb 2007 07:32:22 +0000 tron (svn r8754) -Fix draft
Fri, 16 Feb 2007 01:35:18 +0000 belugas (svn r8753) -Regression (r8455): Do not unilateraly decide that this engine is a single-headed. Only do it if it previously had no power and that now there is. Or something... draft
Thu, 15 Feb 2007 22:03:48 +0000 belugas (svn r8752) -Cleanup: Reformat, re-arrange, correct tag errors on landscape.html. draft
Thu, 15 Feb 2007 22:00:17 +0000 KUDr (svn r8751) -Fix [lang]: deleted .news and .subs strings causing lang compilation error draft
Thu, 15 Feb 2007 22:00:04 +0000 KUDr (svn r8750) -Fix (r8747): PLANES defined in wingdi.h caused compilation error under Win32. Changed to AIRPLANES draft
Thu, 15 Feb 2007 20:58:45 +0000 bjarni (svn r8749) -Regression r8331: fixed signed/unsigned issue that could create too many lines in build vehicle windows and crash the game draft
Thu, 15 Feb 2007 20:35:45 +0000 tron (svn r8748) -Fix draft
Thu, 15 Feb 2007 20:16:33 +0000 tron (svn r8747) -Fix draft
Thu, 15 Feb 2007 17:51:39 +0000 bjarni (svn r8746) -Regression r8331: build train window could sort incorrectly by EngineID with certain newGRF sets draft
Thu, 15 Feb 2007 16:15:00 +0000 truelight (svn r8745) [PSP] -Add: added a CSleep() for PSP draft
Thu, 15 Feb 2007 10:21:00 +0000 celestar (svn r8744) -Fix(r654/2105): Call GetFirstVehicleInChain only for trains, and assert the vehicle type in that function. Not a critical error, but it does increase game performance by up to 10% when playing a large game (many vehicles) with aircraft/road vehicle newgrfs loaded. draft
Thu, 15 Feb 2007 07:43:06 +0000 tron (svn r8743) -Fix draft
Thu, 15 Feb 2007 07:08:22 +0000 miham (svn r8742) -Update: WebTranslator2 update to 2007-02-15 08:05:58 draft
Wed, 14 Feb 2007 20:58:19 +0000 rubidium (svn r8741) -Fix (r8735): make the saveguards of CmdBuildRoadStop more robust and add roadstops.grf to the list of required grfs. draft
Wed, 14 Feb 2007 20:48:00 +0000 Darkvater (svn r8740) -Fix (r8783): GCC warnings about not-handled MP_ values in switch case (glx) draft
Wed, 14 Feb 2007 20:19:07 +0000 Darkvater (svn r8739) -Codechange: Update the oldloader debug levels to be more in spec with the guidelines in debug.h. draft
Wed, 14 Feb 2007 20:17:11 +0000 Darkvater (svn r8738) -Fix: TTDP games have all tiles touching the water marked as MP_WATER, we do not (tiles with one corner, or steep tiles), so check and fix these tiles. draft
Wed, 14 Feb 2007 20:10:52 +0000 Darkvater (svn r8737) -Regression (r8621): VEH_Type renumbering wasn't performed for TTD(P) games, failing to load them draft
Wed, 14 Feb 2007 18:54:46 +0000 miham (svn r8736) -Update: WebTranslator2 update to 2007-02-14 19:54:03 draft
Wed, 14 Feb 2007 16:37:16 +0000 rubidium (svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p. draft
Wed, 14 Feb 2007 12:00:43 +0000 celestar (svn r8733) -Fix(r8705): Forgot to change some more places where airport blocks are stored draft
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