------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r7048 | Darkvater | 2006-11-03 01:18:40 +0000 (Fri, 03 Nov 2006) | 2 lines -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the verb is build/built/built not build/*/build or build/*/builded. ------------------------------------------------------------------------ r7047 | Darkvater | 2006-11-03 00:48:03 +0000 (Fri, 03 Nov 2006) | 3 lines -Fix [FS#317]: Zooming out near map-borders would previously fail because the new centre would be outside the map. Change behaviour so that a reasonable approximation is returned so that zooming (out) still works (GrimRC) ------------------------------------------------------------------------ r7046 | Darkvater | 2006-11-02 23:51:05 +0000 (Thu, 02 Nov 2006) | 2 lines -Fix [FS#311]: 'Goto' button in orders window got depressed along with all other buttons when an existing order was modified (GrimRC) ------------------------------------------------------------------------ r7032 | peter1138 | 2006-11-01 22:27:16 +0000 (Wed, 01 Nov 2006) | 3 lines - Fix (r1704): Sprite index wasn't updated with correct image number if custom image lookup fails. ------------------------------------------------------------------------ r7031 | peter1138 | 2006-11-01 17:42:34 +0000 (Wed, 01 Nov 2006) | 2 lines -Codechange: Use _skip_sprites to skip the rest of the NewGRF when disabled by GRM, and add a shortcut so that the rest of the file isn't scanned. ------------------------------------------------------------------------ r7030 | miham | 2006-11-01 16:20:32 +0000 (Wed, 01 Nov 2006) | 5 lines WebTranslator2 update to 2006-11-01 17:19:54 german - 1 fixed, 1 changed by Neonox (2) hungarian - 5 fixed by miham (5) norwegian - 5 fixed by brygge_2 (5) ------------------------------------------------------------------------ r7028 | Darkvater | 2006-10-31 23:04:47 +0000 (Tue, 31 Oct 2006) | 2 lines -Fix [FS#200]: Scenario bridges/tunnels cannot be demolished; now it's possible to delete tunnels/bridges owned by nobody. ------------------------------------------------------------------------ r7027 | peter1138 | 2006-10-31 22:54:57 +0000 (Tue, 31 Oct 2006) | 2 lines - Codechange: Replace NewGRF loading stage masks with separate function lists. This will allow us to call different handlers depending on the current stage. Also enum-ize the stage. ------------------------------------------------------------------------ r7026 | miham | 2006-10-31 22:22:17 +0000 (Tue, 31 Oct 2006) | 5 lines WebTranslator2 update to 2006-10-31 23:21:44 norwegian - 4 fixed by brygge_2 (4) portuguese - 7 fixed by izhirahider (7) spanish - 2 fixed by eusebio (2) ------------------------------------------------------------------------ r7023 | Darkvater | 2006-10-31 21:46:21 +0000 (Tue, 31 Oct 2006) | 3 lines -Fix: Pressing F1 in scenario editor did not work because the keypress event was sent twice. due to e->we.keypress.cont not being set to false. Also indent the switch statements for some coding style bonus points. ------------------------------------------------------------------------ r7022 | Darkvater | 2006-10-31 21:15:56 +0000 (Tue, 31 Oct 2006) | 2 lines -Fix [FS#292]: Properly guard against viewing company-sensitive information from invalid players (eg spectators) which could lead to crashes. ------------------------------------------------------------------------ r7020 | glx | 2006-10-31 17:13:12 +0000 (Tue, 31 Oct 2006) | 1 line -Fix r6047: AI tries to delete stations that are 'in use' because FOR_ALL_STATIONS skips invalid stations ------------------------------------------------------------------------ r7016 | miham | 2006-10-31 14:23:53 +0000 (Tue, 31 Oct 2006) | 2 lines Revert the revert, since I didn't request that, Tron must've misunderstood me :-( ------------------------------------------------------------------------ r7015 | tron | 2006-10-31 14:17:48 +0000 (Tue, 31 Oct 2006) | 1 line Revert r7014. Requested by MiHaMiX ------------------------------------------------------------------------ r7014 | tron | 2006-10-31 13:56:47 +0000 (Tue, 31 Oct 2006) | 1 line Make use of the interpunct in the catalan translation: Change l.l to l·l ------------------------------------------------------------------------ r7013 | tron | 2006-10-31 13:55:38 +0000 (Tue, 31 Oct 2006) | 2 lines Add glyphs for the interpunct. This is mainly useful for the catalan translation ------------------------------------------------------------------------ r7009 | peter1138 | 2006-10-31 08:13:15 +0000 (Tue, 31 Oct 2006) | 2 lines - Fix (r1323, r1326): In the replace vehicle window, the left vehicle list was not drawn when an engine was not selected. ------------------------------------------------------------------------ r7008 | Darkvater | 2006-10-31 01:45:41 +0000 (Tue, 31 Oct 2006) | 1 line -Fix [FS#369]: Crash at game end when server company is bankrupt ------------------------------------------------------------------------