------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r10715 | truelight | 2007-07-28 12:45:27 +0000 (Sat, 28 Jul 2007) | 2 lines -Fix: limited-fs code was broken ------------------------------------------------------------------------ r10714 | glx | 2007-07-28 00:19:49 +0000 (Sat, 28 Jul 2007) | 1 line -Fix r10696: MSVC performance warning ------------------------------------------------------------------------ r10713 | KUDr | 2007-07-27 23:49:48 +0000 (Fri, 27 Jul 2007) | 1 line -Cleanup (r10711): too long string buffers, unsafe sprintf used (Darkvater) ------------------------------------------------------------------------ r10712 | KUDr | 2007-07-27 22:32:48 +0000 (Fri, 27 Jul 2007) | 1 line -Fix (r10711): \0 at the end of string constant (glx) ------------------------------------------------------------------------ r10711 | KUDr | 2007-07-27 22:19:19 +0000 (Fri, 27 Jul 2007) | 1 line -Fix [Win32]: take default language from current user's locale on Windows (In-) ------------------------------------------------------------------------ r10710 | rubidium | 2007-07-27 22:13:12 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: allow automatic downsizing of the group window. Same as idea as for the previous commits, i.e. you could already do so but the button would be out of reach. ------------------------------------------------------------------------ r10709 | rubidium | 2007-07-27 22:11:22 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: allow automatic downsizing of the load game/save game windows. These windows also already supported downsizing, but again the resize button would be unreachable. ------------------------------------------------------------------------ r10708 | rubidium | 2007-07-27 22:10:21 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: allow automatic downsizing of the smallmap window in case of low resolutions; one could already make the window smaller, but the resize button was unreachable. ------------------------------------------------------------------------ r10707 | rubidium | 2007-07-27 22:08:59 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: account for the main toolbar and status bar when determining the maximum height for a window. ------------------------------------------------------------------------ r10706 | rubidium | 2007-07-27 19:57:52 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: allow resizing the multiplayer server list window. ------------------------------------------------------------------------ r10705 | rubidium | 2007-07-27 19:09:31 +0000 (Fri, 27 Jul 2007) | 2 lines -Fix (r10704): some windows were not correctly initialized as they resized the window themselves and that should be interfered by making sure the window is resized in the right "step" size. -Fix (r10704): call the WE_RESIZE when resizing during initialization of the windows. ------------------------------------------------------------------------