------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r10753 | rubidium | 2007-08-02 13:27:45 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: make the sign struct use the pool item class as super class. ------------------------------------------------------------------------ r10752 | rubidium | 2007-08-02 13:18:57 +0000 (Thu, 02 Aug 2007) | 2 lines -Fix: apparantly const on function pointers is ignored. ------------------------------------------------------------------------ r10751 | rubidium | 2007-08-02 12:51:57 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: make the group struct use the pool item class as super class. ------------------------------------------------------------------------ r10750 | rubidium | 2007-08-02 12:22:40 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: make the waypoint struct use the new poolitem class as super class. ------------------------------------------------------------------------ r10749 | rubidium | 2007-08-02 10:49:24 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: use the generic pool item class as super class for cargo packets, which results in a nice reduction of code duplication. ------------------------------------------------------------------------ r10748 | rubidium | 2007-08-02 10:47:43 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: call the pool cleanup functions for stations directly instead of using the wrapper functions. ------------------------------------------------------------------------ r10747 | rubidium | 2007-08-02 10:47:00 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: add a variable that points to some index in the pool that is not beyond the first free pool item. It does not necessarily point to the first free item, but it reduces allocation time as it does not have to start at the first item in the pool to find the first free item. ------------------------------------------------------------------------ r10746 | rubidium | 2007-08-02 08:47:56 +0000 (Thu, 02 Aug 2007) | 2 lines -Codechange: add a generic superclass for almost all pool items so we do not have to duplicate code for each of the pool item classes and use it for the station and roadstop classes. ------------------------------------------------------------------------ r10745 | rubidium | 2007-08-01 23:49:06 +0000 (Wed, 01 Aug 2007) | 2 lines -Codechange: generalize the pool cleanup/initialize functions for stations (in such a manner that they can be used for other pools too). ------------------------------------------------------------------------ r10744 | rubidium | 2007-08-01 22:10:54 +0000 (Wed, 01 Aug 2007) | 2 lines -Codechange: make the pool a little more OO, so it can be easier in other places. ------------------------------------------------------------------------ r10743 | rubidium | 2007-08-01 19:13:42 +0000 (Wed, 01 Aug 2007) | 2 lines -Fix: some typos introduces by copy-pasting. ------------------------------------------------------------------------ r10737 | miham | 2007-07-30 17:33:33 +0000 (Mon, 30 Jul 2007) | 5 lines -Update: WebTranslator2 update to 2007-07-30 19:33:14 catalan - 51 changed by arnaullv (51) german - 3 changed by chu (3) polish - 5 fixed by meush (5) ------------------------------------------------------------------------ r10736 | peter1138 | 2007-07-30 13:36:09 +0000 (Mon, 30 Jul 2007) | 2 lines -Fix: Correct all mispellings of 'successful'. ------------------------------------------------------------------------ r10734 | peter1138 | 2007-07-30 08:49:41 +0000 (Mon, 30 Jul 2007) | 2 lines -Fix [FS#1030]: Revert r10513) and add special cases for collision detection on bridges/tunnels. ------------------------------------------------------------------------ r10733 | rubidium | 2007-07-29 23:42:59 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type. ------------------------------------------------------------------------ r10732 | rubidium | 2007-07-29 23:25:17 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: lower the minimum size for the extra viewport window. ------------------------------------------------------------------------ r10731 | rubidium | 2007-07-29 22:58:59 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: allow smaller initial "build " windows. ------------------------------------------------------------------------ r10730 | rubidium | 2007-07-29 22:57:40 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: allow (some) arbitrary data to be send to the WE_CREATE event. ------------------------------------------------------------------------ r10729 | rubidium | 2007-07-29 22:21:26 +0000 (Sun, 29 Jul 2007) | 2 lines -Fix: some hardware (PS(P|3)) seems to loose the non-blocking state of UDP sockets. ------------------------------------------------------------------------ r10728 | rubidium | 2007-07-29 21:43:49 +0000 (Sun, 29 Jul 2007) | 2 lines -Documentation [FS#1088]: of tile.h. Based on a patch by Progman. ------------------------------------------------------------------------ r10727 | rubidium | 2007-07-29 20:54:37 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: when a window would fall outside of the screen (on the right) when opening it, move it to the left so it stays inside the screen. ------------------------------------------------------------------------ r10726 | rubidium | 2007-07-29 19:19:30 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: make it possible that the chat window is less than 640 pixels. ------------------------------------------------------------------------ r10725 | rubidium | 2007-07-29 19:18:22 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: move some window related code out of gfx.cpp to windows.cpp ------------------------------------------------------------------------ r10724 | peter1138 | 2007-07-29 16:43:58 +0000 (Sun, 29 Jul 2007) | 2 lines -Fix (r10723): Toolbar spacing was off-by-one ------------------------------------------------------------------------ r10723 | rubidium | 2007-07-29 15:48:43 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: dynamically sized (width) main toolbars and status bar for when the window becomes less than 640 pixels in width. ------------------------------------------------------------------------ r10722 | rubidium | 2007-07-29 14:06:53 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: unhardcode the positions of strings in the status bar. ------------------------------------------------------------------------ r10721 | peter1138 | 2007-07-29 14:02:27 +0000 (Sun, 29 Jul 2007) | 2 lines -Fix [FS#1084]: Skip articulated parts of road vehicles during unique name check. ------------------------------------------------------------------------ r10720 | rubidium | 2007-07-29 14:01:22 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: unhardcode the positions of the player toolbar menus. ------------------------------------------------------------------------ r10719 | rubidium | 2007-07-29 12:13:22 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: since DParams are now 64 bits we should make NUM and COMMA handle writing 64 bit integers to the strings. ------------------------------------------------------------------------ r10718 | rubidium | 2007-07-29 12:11:50 +0000 (Sun, 29 Jul 2007) | 2 lines -Fix (r10698): when having a road corner on a slope removing the road bit perpendicular on the slope made the foundation disappear. ------------------------------------------------------------------------ r10717 | rubidium | 2007-07-28 21:00:31 +0000 (Sat, 28 Jul 2007) | 2 lines -Fix: in-game console had a "transparent" part when opened in a game, while it did not in the menu. ------------------------------------------------------------------------ r10716 | rubidium | 2007-07-28 20:59:30 +0000 (Sat, 28 Jul 2007) | 2 lines -Codechange: not all windows' minimum size is actually their minimum size, so take the size of the window after WE_CREATE has been called as bare minimum size. ------------------------------------------------------------------------