------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r10782 | truelight | 2007-08-04 13:51:41 +0000 (Sat, 04 Aug 2007) | 2 lines -Fix: wrongly places #endif a long time ago broke WinCE compiling for sure ------------------------------------------------------------------------ r10781 | truelight | 2007-08-04 12:53:41 +0000 (Sat, 04 Aug 2007) | 4 lines -Fix: ported more pieces to WinCE, so it compiles a bit more -Fix: WinCE doesn't support console -Fix: Set debug lvl4 when running a debug WinCE build (as you can't give parameters any easy way) ------------------------------------------------------------------------ r10780 | rubidium | 2007-08-04 01:25:44 +0000 (Sat, 04 Aug 2007) | 2 lines -Fix: assertion when opening the advanced vehicle list with the shortcut when being a spectator. ------------------------------------------------------------------------ r10779 | rubidium | 2007-08-04 00:45:53 +0000 (Sat, 04 Aug 2007) | 2 lines -Fix: GCC 4.2 makes (by default for -O2, -O3 and -Os) an assumption that signed integers do not overflow, whereas it is very likely that some of the legacy code does so. It furthermore breaks with the assumed standard (the behaviour is not actually defined in the standard) about the behaviour when signed integers wrap. ------------------------------------------------------------------------ r10778 | truelight | 2007-08-03 23:26:12 +0000 (Fri, 03 Aug 2007) | 3 lines -Fix: one-liners to allow MSVC and WINCE to work together (or anyway, a step towards that goal) -Fix: put DEBUG lines under WINCE via a function designed for just that under WINCE ------------------------------------------------------------------------ r10777 | truelight | 2007-08-03 23:19:29 +0000 (Fri, 03 Aug 2007) | 2 lines -Fix: don't put the ctor debug on lvl3, it is more a lvl5 debug ------------------------------------------------------------------------ r10776 | rubidium | 2007-08-03 23:18:56 +0000 (Fri, 03 Aug 2007) | 2 lines -Fix [FS#1081]: you would not pay for some foundations of bridges whereas you would pay for others. ------------------------------------------------------------------------ r10774 | rubidium | 2007-08-03 20:46:59 +0000 (Fri, 03 Aug 2007) | 2 lines -Fix (r10768): obiwan pleased us with a visit. ------------------------------------------------------------------------ r10773 | rubidium | 2007-08-03 20:18:38 +0000 (Fri, 03 Aug 2007) | 2 lines -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*. ------------------------------------------------------------------------ r10772 | rubidium | 2007-08-03 20:17:26 +0000 (Fri, 03 Aug 2007) | 2 lines -Codechange: also make use of the generic clean and destroy pool callback functions for vehicle. ------------------------------------------------------------------------ r10771 | rubidium | 2007-08-03 20:07:43 +0000 (Fri, 03 Aug 2007) | 2 lines -Codechange: remove some code duplication from the old loader. ------------------------------------------------------------------------ r10770 | rubidium | 2007-08-03 19:36:00 +0000 (Fri, 03 Aug 2007) | 3 lines -Codechange: use the pool item class as super class for the vehicle struct. -Codechange: do not force "special" vehicles to be allocated in the low 1024 vehicle slots and non "special" vehicles in the rest of the slots. ------------------------------------------------------------------------ r10768 | rubidium | 2007-08-03 18:34:47 +0000 (Fri, 03 Aug 2007) | 2 lines -Codechange: allow to specify from which index to search for a free pool item. ------------------------------------------------------------------------ r10765 | rubidium | 2007-08-03 12:29:56 +0000 (Fri, 03 Aug 2007) | 2 lines -Documentation [FS#1100]: of rail.h. Based on a patch by Progman. ------------------------------------------------------------------------ r10764 | rubidium | 2007-08-03 12:16:06 +0000 (Fri, 03 Aug 2007) | 2 lines -Documentation: [FS#1099]: of road.h. Based on a patch by Progman. ------------------------------------------------------------------------ r10763 | rubidium | 2007-08-03 12:10:07 +0000 (Fri, 03 Aug 2007) | 2 lines -Documentation [FS#1098]: document direction.h. Patch by Progman. ------------------------------------------------------------------------ r10762 | peter1138 | 2007-08-03 09:08:49 +0000 (Fri, 03 Aug 2007) | 4 lines -Codechange: Change enum StringIDEnum { to static const StringID = for each STR_ entry. This avoids the need for a cast to StringID in some places and thus better type-safety. ------------------------------------------------------------------------ r10761 | glx | 2007-08-03 02:21:10 +0000 (Fri, 03 Aug 2007) | 1 line -Fix (FS#1101, r10216): _pal_last_dirty changed to _pal_count_dirty without updating, so it was of by one ------------------------------------------------------------------------ r10760 | rubidium | 2007-08-02 23:40:19 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: make the order struct use the pool item class as super class. ------------------------------------------------------------------------ r10759 | rubidium | 2007-08-02 23:21:52 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: make the industry struct use the pool item class as super class. ------------------------------------------------------------------------ r10758 | rubidium | 2007-08-02 22:33:53 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: make the depot struct use the pool item class as super class. ------------------------------------------------------------------------ r10757 | rubidium | 2007-08-02 22:32:47 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: make the engine renew struct use the pool item class as super class. ------------------------------------------------------------------------ r10756 | rubidium | 2007-08-02 21:19:07 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: use vehicle->IsValid in favour of IsValidVehicle(vehicle). ------------------------------------------------------------------------ r10755 | rubidium | 2007-08-02 21:05:54 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: make the town struct use the pool item class as super class. ------------------------------------------------------------------------ r10754 | rubidium | 2007-08-02 21:02:57 +0000 (Thu, 02 Aug 2007) | 2 lines -Fix: MorphOS does not like sizeof in the templated pool item class, so use the item size that is set in the pool. ------------------------------------------------------------------------