Mon, 06 Nov 2006 00:12:55 +0000 Darkvater (svn r7076) -Codechange: Prefer includes instead of using extern. Move UpdateNetworkGameWindow
Mon, 06 Nov 2006 00:10:47 +0000 Darkvater (svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549)
Sun, 05 Nov 2006 22:50:59 +0000 peter1138 (svn r7074) -Fix (r7073): stupid debugs
Sun, 05 Nov 2006 22:49:34 +0000 peter1138 (svn r7073) -Feature: Add cargo refit support to both AIs for road vehicles
Sun, 05 Nov 2006 22:11:12 +0000 peter1138 (svn r7072) -Fix (r7070): Go up, not down, through the engines. And replace the comment too...
Sun, 05 Nov 2006 21:50:08 +0000 peter1138 (svn r7070) -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.
Sun, 05 Nov 2006 18:42:25 +0000 KUDr (svn r7069) -Fix: AI tried to build road from the back or side of road stop/depot (peter1138)
Sun, 05 Nov 2006 12:22:46 +0000 tron (svn r7068) if () cascades -> switch ()
Sun, 05 Nov 2006 11:52:19 +0000 tron (svn r7067) Remove the unused parameter params_3 from AddStringToDraw()
Sun, 05 Nov 2006 11:17:33 +0000 tron (svn r7066) -Codechange: Factorise common code
Sun, 05 Nov 2006 08:24:52 +0000 tron (svn r7065) Use simple assignment instead of memcpy()
Sun, 05 Nov 2006 08:24:09 +0000 tron (svn r7064) static
Sun, 05 Nov 2006 08:01:47 +0000 tron (svn r7063) static
Sun, 05 Nov 2006 01:53:12 +0000 Darkvater (svn r7062) -[win32] Codechange: Remove unneeded WM_MOUSEENTER event, and change mouse behaviour
Sun, 05 Nov 2006 01:13:08 +0000 Darkvater (svn r7061) -[win32] Feature: Remember the window size between restarts when quit in fullscreen mode.
Sun, 05 Nov 2006 01:09:57 +0000 Darkvater (svn r7060) -Fix (r5874): Restore of window maximized state not always working (Mart3p) . Remember
Sat, 04 Nov 2006 11:44:19 +0000 KUDr (svn r7059) -Fix [FS#384]: Tunnel YAPF Penalty Incorrect. The penalty for upward slope was incorrectly applied on tunnel entrances. (Danny)
Fri, 03 Nov 2006 23:29:24 +0000 peter1138 (svn r7058) -Codechange: Truncate text in window captions
Fri, 03 Nov 2006 23:06:54 +0000 peter1138 (svn r7057) -Codechange: Remove hardcoded lists of road vehicles for each cargo type in favour of just checking the cargo type of each vehicle.
Fri, 03 Nov 2006 01:18:40 +0000 Darkvater (svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the
Fri, 03 Nov 2006 00:48:03 +0000 Darkvater (svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail because the new centre
Thu, 02 Nov 2006 23:51:05 +0000 Darkvater (svn r7046) -Fix [FS#311]: 'Goto' button in orders window got depressed along with all other
Wed, 01 Nov 2006 22:27:16 +0000 peter1138 (svn r7032) - Fix (r1704): Sprite index wasn't updated with correct image number if
Wed, 01 Nov 2006 17:42:34 +0000 peter1138 (svn r7031) -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.
Wed, 01 Nov 2006 16:20:32 +0000 miham (svn r7030) WebTranslator2 update to 2006-11-01 17:19:54
Tue, 31 Oct 2006 23:04:47 +0000 Darkvater (svn r7028) -Fix [FS#200]: Scenario bridges/tunnels cannot be demolished; now it's possible to
Tue, 31 Oct 2006 22:54:57 +0000 peter1138 (svn r7027) - 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.
Tue, 31 Oct 2006 22:22:17 +0000 miham (svn r7026) WebTranslator2 update to 2006-10-31 23:21:44
Tue, 31 Oct 2006 21:46:21 +0000 Darkvater (svn r7023) -Fix: Pressing F1 in scenario editor did not work because the keypress event was sent
Tue, 31 Oct 2006 21:15:56 +0000 Darkvater (svn r7022) -Fix [FS#292]: Properly guard against viewing company-sensitive information from
Tue, 31 Oct 2006 17:13:12 +0000 glx (svn r7020) -Fix r6047: AI tries to delete stations that are 'in use' because FOR_ALL_STATIONS skips invalid stations
Tue, 31 Oct 2006 14:23:53 +0000 miham (svn r7016) Revert the revert, since I didn't request that, Tron must've misunderstood me :-(
Tue, 31 Oct 2006 14:17:48 +0000 tron (svn r7015) Revert r7014. Requested by MiHaMiX
Tue, 31 Oct 2006 13:56:47 +0000 tron (svn r7014) Make use of the interpunct in the catalan translation: Change l.l to l?l
Tue, 31 Oct 2006 13:55:38 +0000 tron (svn r7013) Add glyphs for the interpunct. This is mainly useful for the catalan translation
Tue, 31 Oct 2006 08:13:15 +0000 peter1138 (svn r7009) - Fix (r1323, r1326): In the replace vehicle window, the left vehicle list was not drawn when an engine was not selected.
Tue, 31 Oct 2006 01:45:41 +0000 Darkvater (svn r7008) -Fix [FS#369]: Crash at game end when server company is bankrupt
Sun, 29 Oct 2006 18:54:05 +0000 miham (svn r7005) WebTranslator2 update to 2006-10-29 19:53:34
Sun, 29 Oct 2006 13:50:39 +0000 KUDr (svn r7003) -Fix: only the appropriate train owner can now see the "Train is lost" message (peter1138)
Sun, 29 Oct 2006 00:39:41 +0000 belugas (svn r7001) -Codechange: _build_industry_trypes is now only used by industry_gui.c. Move it there.
Sat, 28 Oct 2006 23:47:00 +0000 Darkvater (svn r7000) -Fix: Incorrect use of e->we.click when the event is a 'place'. This didn't cause any
Sat, 28 Oct 2006 18:49:28 +0000 peter1138 (svn r6996) - 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...
Sat, 28 Oct 2006 18:42:57 +0000 peter1138 (svn r6995) - Codechange: NewGRF; strip bit 7 of the language ID earlier and handle handle a language ID of 0x7F as the preferred default language.
Sat, 28 Oct 2006 14:37:33 +0000 tron (svn r6994) -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
Sat, 28 Oct 2006 14:06:40 +0000 tron (svn r6993) -Regression (r5833): Rails/roads on steep slopes incorrectly show a foundation edge if the NE/NW adjacent tile is a steep tile
Sat, 28 Oct 2006 12:43:15 +0000 tron (svn r6992) Make a const_cast<> obsolete by properly propagating the type
Sat, 28 Oct 2006 12:32:55 +0000 tron (svn r6991) Remove an unnecessary const_cast<> and incorrect comment (There is a difference between const FOO* and FOO* const)
Sat, 28 Oct 2006 12:12:20 +0000 tron (svn r6990) Remove stuff forgotten in r6980
Sat, 28 Oct 2006 12:10:11 +0000 tron (svn r6989) Remove the unused GetItemFromPool() function
Sat, 28 Oct 2006 12:07:32 +0000 tron (svn r6988) Remove a layer of indirection when using the Savegame pool
Sat, 28 Oct 2006 11:59:10 +0000 tron (svn r6987) Use the pool macros for the Waypoint pool
Sat, 28 Oct 2006 11:55:29 +0000 tron (svn r6986) Use the pool macros for the Town pool
Sat, 28 Oct 2006 11:54:53 +0000 tron (svn r6985) Remove stuff forgotten in r6984
Sat, 28 Oct 2006 11:51:38 +0000 tron (svn r6984) Use the pool macros for the RoadStop pool
Sat, 28 Oct 2006 11:48:21 +0000 tron (svn r6983) Use the pool macros for the Station pool
Sat, 28 Oct 2006 11:43:56 +0000 tron (svn r6982) Use the pool macros for the Sign pool
Sat, 28 Oct 2006 11:40:47 +0000 tron (svn r6981) Use the pool macros for the Savegame pool
Sat, 28 Oct 2006 11:37:26 +0000 tron (svn r6980) Use the pool macros for the Order pool
Sat, 28 Oct 2006 11:32:45 +0000 tron (svn r6979) Use the pool macros for the Industry pool
Sat, 28 Oct 2006 11:32:12 +0000 tron (svn r6978) Use the pool macros for the SoundInternal pool