------------------------------------------------------------------------ r7126 | Darkvater | 2006-11-10 18:34:19 +0000 (Fri, 10 Nov 2006) | 1 line -Synchronize the engine-renew settings of a player when joining a multiplayer game. ------------------------------------------------------------------------ r7125 | Darkvater | 2006-11-10 17:52:51 +0000 (Fri, 10 Nov 2006) | 2 lines -Fix: Several errors/glitches related to multiplayer and bankrupcy, mainly such a thing happening to a server, and non updated company-information. Also fixes FS#393. ------------------------------------------------------------------------ r7124 | Darkvater | 2006-11-10 11:45:50 +0000 (Fri, 10 Nov 2006) | 2 lines -Fix (r37xx): sizeof(bool) = 4 for (certain) OSX do not assume it is 1. This would break the saving of certain values to the config. Thanks PandaMojo ford ebugging. ------------------------------------------------------------------------ r7121 | belugas | 2006-11-09 18:31:06 +0000 (Thu, 09 Nov 2006) | 1 line -Fix(r1): Tell the town that this player has built a statue only if it really did happened ------------------------------------------------------------------------ r7120 | Darkvater | 2006-11-09 13:03:34 +0000 (Thu, 09 Nov 2006) | 3 lines -Fix (r6631): A town size of 0 in the scenario editor is a random size. So to get a size you need it between 1 and 3 and therefore there is no one-on-one correspondence between widget-numbers and town-size. Based on a patch by Maedhros ------------------------------------------------------------------------ r7116 | miham | 2006-11-08 18:31:35 +0000 (Wed, 08 Nov 2006) | 3 lines WebTranslator2 update to 2006-11-08 19:31:08 ukrainian - 7 fixed, 18 changed by znikoz (25) ------------------------------------------------------------------------ r7115 | peter1138 | 2006-11-08 17:44:17 +0000 (Wed, 08 Nov 2006) | 2 lines -Fix [FS#371]: Cloning a vehicle that has been refitted would incur the expense as running costs, not new vehicles. ------------------------------------------------------------------------ r7114 | peter1138 | 2006-11-08 12:28:57 +0000 (Wed, 08 Nov 2006) | 2 lines -Codechange: [NewStations] Free up custom station layouts ------------------------------------------------------------------------ r7113 | peter1138 | 2006-11-08 12:17:14 +0000 (Wed, 08 Nov 2006) | 2 lines -Codechange: [NewStations] Add support for copying custom station layouts ------------------------------------------------------------------------ r7112 | peter1138 | 2006-11-08 10:09:46 +0000 (Wed, 08 Nov 2006) | 2 lines -Codechange (r7106): Improve the test for determining if the rail type should be converted ------------------------------------------------------------------------ r7111 | tron | 2006-11-08 09:18:27 +0000 (Wed, 08 Nov 2006) | 1 line After checking p1 in CmdBuildSingleRail() assign it to a variable railtype instead of using p1 in the function. Also assign p2 to track only after it has been checked for validity ------------------------------------------------------------------------ r7110 | peter1138 | 2006-11-08 08:41:54 +0000 (Wed, 08 Nov 2006) | 2 lines -Fix: Do not let ships enter partial water tiles under bridges; they will travel up land... ------------------------------------------------------------------------ r7109 | belugas | 2006-11-08 05:05:35 +0000 (Wed, 08 Nov 2006) | 1 line -Codechange: use map accessor IsClearWaterTile ------------------------------------------------------------------------ r7108 | Darkvater | 2006-11-07 23:25:27 +0000 (Tue, 07 Nov 2006) | 1 line -Fix (r7106): signed/unsigned comparison warning ------------------------------------------------------------------------ r7106 | peter1138 | 2006-11-07 22:34:59 +0000 (Tue, 07 Nov 2006) | 4 lines -Feature: Allow over-building of compatible railtypes, i.e. normal and electrified rail. If building electrified rail, normal rail is upgraded for you (for the normal cost). ------------------------------------------------------------------------ r7104 | miham | 2006-11-07 18:42:31 +0000 (Tue, 07 Nov 2006) | 5 lines WebTranslator2 update to 2006-11-07 19:41:56 german - 1 changed by Neonox (1) portuguese - 5 fixed by izhirahider (5) turkish - 8 fixed, 4 changed by jnmbk (12) ------------------------------------------------------------------------ r7102 | peter1138 | 2006-11-07 16:07:31 +0000 (Tue, 07 Nov 2006) | 2 lines -Codechange: Remove and hardcode unnecessary patch setting progress_update_interval ------------------------------------------------------------------------ r7101 | tron | 2006-11-07 15:58:54 +0000 (Tue, 07 Nov 2006) | 1 line Evaluate the necessary flags for libpng once per make run, not every time the CFLAGS/LIBS variables are used ------------------------------------------------------------------------ r7100 | tron | 2006-11-07 15:53:20 +0000 (Tue, 07 Nov 2006) | 1 line Evaluate the necessary flags for SDL once per make run, not every time the CFLAGS/LIBS variables are used ------------------------------------------------------------------------ r7099 | peter1138 | 2006-11-07 15:25:07 +0000 (Tue, 07 Nov 2006) | 2 lines -Fix (r4768): When changing the selected newstation type, ensure the station size chosen is permitted. If not, pick the first valid sizes. ------------------------------------------------------------------------ r7098 | Darkvater | 2006-11-07 14:41:53 +0000 (Tue, 07 Nov 2006) | 2 lines -Regression (r7094): Zoom buttons were not properly updated with a new/loaded game. The good thing is, we got rid of even more magic code (tm) ------------------------------------------------------------------------ r7096 | peter1138 | 2006-11-07 13:09:44 +0000 (Tue, 07 Nov 2006) | 2 lines -Fix (r6995 (sort-of)): Don't set bit 6 when convert grf ver 6 language ids to use ver 7 format ------------------------------------------------------------------------ r7095 | Darkvater | 2006-11-07 13:08:42 +0000 (Tue, 07 Nov 2006) | 2 lines -Codechange: Move MaxZoomIn function to viewport.h and change it to MaxZoomInOut with a zoom parameter and a pointer to the window which's viewport we want to zoom. ------------------------------------------------------------------------ r7094 | Darkvater | 2006-11-07 13:06:02 +0000 (Tue, 07 Nov 2006) | 3 lines -Codechange: Get rid of the window-specific code in DoZoomInOutWindow (enable, disable buttons depending on calling window, game-mode); handle it by broadcasting messages to the calling window, because that knows how and what buttons to set. ------------------------------------------------------------------------ r7093 | Darkvater | 2006-11-07 13:01:36 +0000 (Tue, 07 Nov 2006) | 2 lines -Codechange: Move DoZoomInOutWindow declaration to viewport.h and rewrite the function a bit more sensibly. ------------------------------------------------------------------------ r7092 | Darkvater | 2006-11-07 12:51:34 +0000 (Tue, 07 Nov 2006) | 2 lines -Codechange: Add function to send a window message to a whole class of windows, SendWindowMessageClass(). ------------------------------------------------------------------------ r7091 | tron | 2006-11-07 12:03:34 +0000 (Tue, 07 Nov 2006) | 1 line Make some code a) shorter b) simpler c) not leak memory ------------------------------------------------------------------------ r7086 | peter1138 | 2006-11-06 22:06:29 +0000 (Mon, 06 Nov 2006) | 2 lines -Featurette: Add additional positioning for long dropdown lists: first, try to fit the dropdown below the calling widget, as before; second, try to fit it wholly above the calling widget; and lastly, fit the list below the widget and add a scrollbar. ------------------------------------------------------------------------ r7084 | miham | 2006-11-06 21:13:18 +0000 (Mon, 06 Nov 2006) | 5 lines WebTranslator2 update to 2006-11-06 22:12:45 danish - 5 fixed, 25 changed by ThomasA (30) italian - 5 changed by sidew (5) turkish - 13 fixed by jnmbk (13) ------------------------------------------------------------------------ r7083 | belugas | 2006-11-06 19:59:19 +0000 (Mon, 06 Nov 2006) | 2 lines -Fix 6631: Protect out of boundaries widget testing ------------------------------------------------------------------------ r7080 | peter1138 | 2006-11-06 15:25:02 +0000 (Mon, 06 Nov 2006) | 2 lines -Codechange: Remove negative array indexes, and only add ", " when needed, when building station acceptance lists. ------------------------------------------------------------------------ r7079 | peter1138 | 2006-11-06 10:11:03 +0000 (Mon, 06 Nov 2006) | 2 lines -Codechange: Move an array to the only place it is used. ------------------------------------------------------------------------ r7078 | Darkvater | 2006-11-06 00:17:32 +0000 (Mon, 06 Nov 2006) | 1 line -Codechange: Make the zoom in/out buttons of the extra viewport into proper push-buttons. ------------------------------------------------------------------------ r7077 | Darkvater | 2006-11-06 00:14:36 +0000 (Mon, 06 Nov 2006) | 2 lines -Codechange: Send proper message to network window, and handle selection control in there instead of calling function. ------------------------------------------------------------------------ r7076 | Darkvater | 2006-11-06 00:12:55 +0000 (Mon, 06 Nov 2006) | 2 lines -Codechange: Prefer includes instead of using extern. Move UpdateNetworkGameWindow declaration to network.h, and remove stale externs of NetworkPopulateCompanyInfo ------------------------------------------------------------------------ r7075 | Darkvater | 2006-11-06 00:10:47 +0000 (Mon, 06 Nov 2006) | 1 line -Codechange: Remove stale code. Please clean up after yourself!! (r5549) ------------------------------------------------------------------------ r7074 | peter1138 | 2006-11-05 22:50:59 +0000 (Sun, 05 Nov 2006) | 2 lines -Fix (r7073): stupid debugs ------------------------------------------------------------------------ r7073 | peter1138 | 2006-11-05 22:49:34 +0000 (Sun, 05 Nov 2006) | 2 lines -Feature: Add cargo refit support to both AIs for road vehicles ------------------------------------------------------------------------ r7072 | peter1138 | 2006-11-05 22:11:12 +0000 (Sun, 05 Nov 2006) | 2 lines -Fix (r7070): Go up, not down, through the engines. And replace the comment too... ------------------------------------------------------------------------ r7070 | peter1138 | 2006-11-05 21:50:08 +0000 (Sun, 05 Nov 2006) | 2 lines -Codechange: Make the AI choose road vehicles based on a rating (currently max speed * capacity) instead of either the cost or the index of the vheicle. ------------------------------------------------------------------------ r7069 | KUDr | 2006-11-05 18:42:25 +0000 (Sun, 05 Nov 2006) | 1 line -Fix: AI tried to build road from the back or side of road stop/depot (peter1138) ------------------------------------------------------------------------ r7068 | tron | 2006-11-05 12:22:46 +0000 (Sun, 05 Nov 2006) | 1 line if () cascades -> switch () ------------------------------------------------------------------------ r7067 | tron | 2006-11-05 11:52:19 +0000 (Sun, 05 Nov 2006) | 1 line Remove the unused parameter params_3 from AddStringToDraw() ------------------------------------------------------------------------ r7066 | tron | 2006-11-05 11:17:33 +0000 (Sun, 05 Nov 2006) | 1 line -Codechange: Factorise common code ------------------------------------------------------------------------ r7065 | tron | 2006-11-05 08:24:52 +0000 (Sun, 05 Nov 2006) | 1 line Use simple assignment instead of memcpy() ------------------------------------------------------------------------ r7064 | tron | 2006-11-05 08:24:09 +0000 (Sun, 05 Nov 2006) | 1 line static ------------------------------------------------------------------------ r7063 | tron | 2006-11-05 08:01:47 +0000 (Sun, 05 Nov 2006) | 1 line static ------------------------------------------------------------------------ r7062 | Darkvater | 2006-11-05 01:53:12 +0000 (Sun, 05 Nov 2006) | 2 lines -[win32] Codechange: Remove unneeded WM_MOUSEENTER event, and change mouse behaviour a bit so that any specific windows inside (eg IME compositor) will have a cursor. ------------------------------------------------------------------------ r7061 | Darkvater | 2006-11-05 01:13:08 +0000 (Sun, 05 Nov 2006) | 1 line -[win32] Feature: Remember the window size between restarts when quit in fullscreen mode. ------------------------------------------------------------------------ r7060 | Darkvater | 2006-11-05 01:09:57 +0000 (Sun, 05 Nov 2006) | 2 lines -Fix (r5874): Restore of window maximized state not always working (Mart3p) . Remember maximize state even between switching fullscreen/windowed mode. ------------------------------------------------------------------------ r7059 | KUDr | 2006-11-04 11:44:19 +0000 (Sat, 04 Nov 2006) | 1 line -Fix [FS#384]: Tunnel YAPF Penalty Incorrect. The penalty for upward slope was incorrectly applied on tunnel entrances. (Danny) ------------------------------------------------------------------------ r7058 | peter1138 | 2006-11-03 23:29:24 +0000 (Fri, 03 Nov 2006) | 2 lines -Codechange: Truncate text in window captions ------------------------------------------------------------------------ r7057 | peter1138 | 2006-11-03 23:06:54 +0000 (Fri, 03 Nov 2006) | 2 lines -Codechange: Remove hardcoded lists of road vehicles for each cargo type in favour of just checking the cargo type of each vehicle. ------------------------------------------------------------------------