------------------------------------------------------------------------ r10851 | bjarni | 2007-08-11 15:52:34 +0000 (Sat, 11 Aug 2007) | 2 lines -Feature [OSX]: OpenTTD will now pick the same language as finder is set to if no config file is found (ln-) ------------------------------------------------------------------------ r10839 | truelight | 2007-08-10 13:33:04 +0000 (Fri, 10 Aug 2007) | 2 lines -Fix [FS#873]: bring up the assert window for OSX even when there isn't a video-driver loaded (PinguTux) ------------------------------------------------------------------------ r10838 | rubidium | 2007-08-10 13:27:07 +0000 (Fri, 10 Aug 2007) | 2 lines -Fix [FS#1119] (r10698): double negation where only single negation was needed. Patch by frosch. ------------------------------------------------------------------------ r10837 | truelight | 2007-08-10 13:11:53 +0000 (Fri, 10 Aug 2007) | 2 lines -Fix [FS#1102]: DrawLine didn't bound-check the first pixel that was drawn (frosch) ------------------------------------------------------------------------ r10836 | maedhros | 2007-08-10 08:57:04 +0000 (Fri, 10 Aug 2007) | 4 lines -Fix [FS#1014]: Make sure the third cargo type accepted by houses is valid in the current climate when copying properties from existing houses and using action 0 property 0F. ------------------------------------------------------------------------ r10835 | glx | 2007-08-09 20:59:36 +0000 (Thu, 09 Aug 2007) | 1 line -Fix [FS#998] (r10399): don't try to minimise or restore the window when closing openttd ------------------------------------------------------------------------ r10834 | rubidium | 2007-08-09 05:34:56 +0000 (Thu, 09 Aug 2007) | 2 lines -Revert (part of r10833): something too much was committed :( ------------------------------------------------------------------------ r10833 | rubidium | 2007-08-09 05:25:33 +0000 (Thu, 09 Aug 2007) | 2 lines -Fix [FS#1115]: assertion (different cost between test and execution) of overbuilding road tunnels with tram tracks (and vice versa) when the dragged area contains both ends of the tunnel. ------------------------------------------------------------------------ r10828 | miham | 2007-08-08 21:28:03 +0000 (Wed, 08 Aug 2007) | 8 lines -Update: WebTranslator2 update to 2007-08-08 23:27:26 brazilian_portuguese - 3 changed by fukumori (3) bulgarian - 24 fixed by kokobongo (7), thetitan (17) estonian - 1 changed by kristjans (1) german - 564 changed by Timwi (564) polish - 11 fixed, 34 changed by meush (45) russian - 1 changed by DarkFenX (1) ------------------------------------------------------------------------ r10827 | rubidium | 2007-08-08 14:18:05 +0000 (Wed, 08 Aug 2007) | 2 lines -Fix [FS#1112]: out of bounds access in corner case of list allocations of vehicles. ------------------------------------------------------------------------ r10823 | bjarni | 2007-08-07 23:07:10 +0000 (Tue, 07 Aug 2007) | 2 lines -Fix r8610 [FS#1097]: the autoreplace window vehicle count didn't always update correctly) (Matthias) ------------------------------------------------------------------------ r10822 | truelight | 2007-08-07 20:42:02 +0000 (Tue, 07 Aug 2007) | 2 lines -Fix: OSX makes --endian set to PREPROCESSOR, which wasn't an allowed value, making reconfigures to fail (special commit for Bjarni, now he should fix things too :p) ------------------------------------------------------------------------ r10821 | rubidium | 2007-08-07 15:22:58 +0000 (Tue, 07 Aug 2007) | 2 lines -Cleanup: remove the strings that are not needed anymore since r10820. ------------------------------------------------------------------------ r10820 | rubidium | 2007-08-07 15:20:31 +0000 (Tue, 07 Aug 2007) | 4 lines -Codechange: make negative currencies red and restore the colour from before the currency was printed; this removes the need to make two strings for printing currencies (one for positive currencies and one for negative currencies). -Fix [FS#1036]: do not use green for currencies as it is practically unreadable on CRT monitors. ------------------------------------------------------------------------ r10814 | rubidium | 2007-08-06 15:00:32 +0000 (Mon, 06 Aug 2007) | 2 lines -Fix [FS#1103]/Codechange: allow trams to be reverse manually, even though there is no track to do so. ------------------------------------------------------------------------ r10813 | rubidium | 2007-08-06 14:08:25 +0000 (Mon, 06 Aug 2007) | 2 lines -Fix (r10799): some destructors were performing too much during the pool cleanups, which could cause crashes as already removed pool items could then be dereferenced by other destructors. ------------------------------------------------------------------------ r10812 | maedhros | 2007-08-06 13:44:50 +0000 (Mon, 06 Aug 2007) | 2 lines -Fix (r10097) [FS#1093]: Make RoadVehicle::MarkDirty() mark all parts of articulated vehicles as dirty, not just the front. ------------------------------------------------------------------------ r10811 | maedhros | 2007-08-06 13:05:45 +0000 (Mon, 06 Aug 2007) | 2 lines -Fix (r10097): Refit all the parts of an articulated road vehicle, not just the first part. ------------------------------------------------------------------------ r10810 | maedhros | 2007-08-06 12:54:03 +0000 (Mon, 06 Aug 2007) | 2 lines -Fix (r10097): Add a comma between different cargo types if an articulated vehicle carries more than one cargo. ------------------------------------------------------------------------ r10809 | maedhros | 2007-08-06 12:46:49 +0000 (Mon, 06 Aug 2007) | 2 lines -Fix (r10097): When reversing, articulated parts of road vehicles should not attempt to do their own pathfinding. ------------------------------------------------------------------------ r10808 | maedhros | 2007-08-06 11:58:15 +0000 (Mon, 06 Aug 2007) | 2 lines -Fix (r10353): Make sure spectators can't open infrastructure building menus. ------------------------------------------------------------------------ r10807 | rubidium | 2007-08-06 06:23:44 +0000 (Mon, 06 Aug 2007) | 2 lines -Fix [FS#1108]: keep_all_autosaves always got ".sav" as filename, which basically means that it only kept the last autosave. ------------------------------------------------------------------------ r10799 | rubidium | 2007-08-05 21:20:55 +0000 (Sun, 05 Aug 2007) | 2 lines -Fix: only calling QuickFree and not the destructor on pool cleanups might cause memory leaks due to the way C++ works. ------------------------------------------------------------------------ r10798 | rubidium | 2007-08-05 17:43:04 +0000 (Sun, 05 Aug 2007) | 2 lines -Fix [FS#1105]: virtual functions do not work in destructors :(. ------------------------------------------------------------------------ r10792 | rubidium | 2007-08-05 14:08:38 +0000 (Sun, 05 Aug 2007) | 2 lines -Fix [FS#1104]: when determining the gender of a string, do not assume that the gender is in the front of the string when there can be case switching code at that location. ------------------------------------------------------------------------ r10787 | glx | 2007-08-04 23:35:27 +0000 (Sat, 04 Aug 2007) | 1 line -Fix r10755: _total_towns was not increased when placing town manually in scenario editor ------------------------------------------------------------------------