------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r7005 | miham | 2006-10-29 18:54:05 +0000 (Sun, 29 Oct 2006) | 3 lines WebTranslator2 update to 2006-10-29 19:53:34 brazilian_portuguese - 1 fixed by tucalipe (1) ------------------------------------------------------------------------ r7003 | KUDr | 2006-10-29 13:50:39 +0000 (Sun, 29 Oct 2006) | 1 line -Fix: only the appropriate train owner can now see the "Train is lost" message (peter1138) ------------------------------------------------------------------------ r7001 | belugas | 2006-10-29 00:39:41 +0000 (Sun, 29 Oct 2006) | 2 lines -Codechange: _build_industry_trypes is now only used by industry_gui.c. Move it there. -Codechange: _industry_type_cost is not defined, remove its declaration ------------------------------------------------------------------------ r7000 | Darkvater | 2006-10-28 23:47:00 +0000 (Sat, 28 Oct 2006) | 3 lines -Fix: Incorrect use of e->we.click when the event is a 'place'. This didn't cause any bugs so far because the 'click' element was at the same position in the union for both events. ------------------------------------------------------------------------ r6996 | peter1138 | 2006-10-28 18:49:28 +0000 (Sat, 28 Oct 2006) | 2 lines - Codechange: Pretend to be the current version of TTDPatch. This value doesn't anything to us as we don't follow TTDPatch's development timeline... ------------------------------------------------------------------------ r6995 | peter1138 | 2006-10-28 18:42:57 +0000 (Sat, 28 Oct 2006) | 2 lines - Codechange: NewGRF; strip bit 7 of the language ID earlier and handle handle a language ID of 0x7F as the preferred default language. ------------------------------------------------------------------------ r6994 | tron | 2006-10-28 14:37:33 +0000 (Sat, 28 Oct 2006) | 4 lines -Regression (r6291): When sending an aircrafts to a hangar the wrong bit gets tested to determine if a aircraft should stop there or just get serviced Also remove a stale comment Both spotted and fixed by Mart3p ------------------------------------------------------------------------ r6993 | tron | 2006-10-28 14:06:40 +0000 (Sat, 28 Oct 2006) | 1 line -Regression (r5833): Rails/roads on steep slopes incorrectly show a foundation edge if the NE/NW adjacent tile is a steep tile ------------------------------------------------------------------------ r6992 | tron | 2006-10-28 12:43:15 +0000 (Sat, 28 Oct 2006) | 1 line Make a const_cast<> obsolete by properly propagating the type ------------------------------------------------------------------------ r6991 | tron | 2006-10-28 12:32:55 +0000 (Sat, 28 Oct 2006) | 1 line Remove an unnecessary const_cast<> and incorrect comment (There is a difference between const FOO* and FOO* const) ------------------------------------------------------------------------ r6990 | tron | 2006-10-28 12:12:20 +0000 (Sat, 28 Oct 2006) | 1 line Remove stuff forgotten in r6980 ------------------------------------------------------------------------ r6989 | tron | 2006-10-28 12:10:11 +0000 (Sat, 28 Oct 2006) | 1 line Remove the unused GetItemFromPool() function ------------------------------------------------------------------------ r6988 | tron | 2006-10-28 12:07:32 +0000 (Sat, 28 Oct 2006) | 1 line Remove a layer of indirection when using the Savegame pool ------------------------------------------------------------------------ r6987 | tron | 2006-10-28 11:59:10 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the Waypoint pool ------------------------------------------------------------------------ r6986 | tron | 2006-10-28 11:55:29 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the Town pool ------------------------------------------------------------------------ r6985 | tron | 2006-10-28 11:54:53 +0000 (Sat, 28 Oct 2006) | 1 line Remove stuff forgotten in r6984 ------------------------------------------------------------------------ r6984 | tron | 2006-10-28 11:51:38 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the RoadStop pool ------------------------------------------------------------------------ r6983 | tron | 2006-10-28 11:48:21 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the Station pool ------------------------------------------------------------------------ r6982 | tron | 2006-10-28 11:43:56 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the Sign pool ------------------------------------------------------------------------ r6981 | tron | 2006-10-28 11:40:47 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the Savegame pool ------------------------------------------------------------------------ r6980 | tron | 2006-10-28 11:37:26 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the Order pool ------------------------------------------------------------------------ r6979 | tron | 2006-10-28 11:32:45 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the Industry pool ------------------------------------------------------------------------ r6978 | tron | 2006-10-28 11:32:12 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the SoundInternal pool ------------------------------------------------------------------------ r6977 | tron | 2006-10-28 11:08:52 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the EngineRenew pool ------------------------------------------------------------------------ r6976 | tron | 2006-10-28 11:02:37 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the Depot pool ------------------------------------------------------------------------ r6975 | tron | 2006-10-28 10:55:59 +0000 (Sat, 28 Oct 2006) | 1 line Use the pool macros for the Vehicle pool ------------------------------------------------------------------------ r6974 | tron | 2006-10-28 10:55:26 +0000 (Sat, 28 Oct 2006) | 1 line use the pool macros for the SpriteGroup pool ------------------------------------------------------------------------ r6973 | tron | 2006-10-28 10:54:20 +0000 (Sat, 28 Oct 2006) | 1 line Add macros to easily create a pool with less code duplication and more opportunities for constant expression evaluation ------------------------------------------------------------------------ r6972 | peter1138 | 2006-10-28 08:48:31 +0000 (Sat, 28 Oct 2006) | 2 lines - Codechange: Allow standard ini-file style comments ------------------------------------------------------------------------ r6971 | glx | 2006-10-27 20:39:58 +0000 (Fri, 27 Oct 2006) | 1 line -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push buttons ------------------------------------------------------------------------