Mercurial > hg > openttd
graph
-
(svn r7059) -Fix [FS#384]: Tunnel YAPF Penalty Incorrect. The penalty for upward slope was incorrectly applied on tunnel entrances. (Danny) draftSat, 04 Nov 2006 11:44:19 +0000, by KUDr
-
(svn r7058) -Codechange: Truncate text in window captions draftFri, 03 Nov 2006 23:29:24 +0000, by 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. draftFri, 03 Nov 2006 23:06:54 +0000, by peter1138
-
(svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the draftFri, 03 Nov 2006 01:18:40 +0000, by Darkvater
-
(svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail because the new centre draftFri, 03 Nov 2006 00:48:03 +0000, by Darkvater
-
(svn r7046) -Fix [FS#311]: 'Goto' button in orders window got depressed along with all other draftThu, 02 Nov 2006 23:51:05 +0000, by Darkvater
-
(svn r7032) - Fix (r1704): Sprite index wasn't updated with correct image number if draftWed, 01 Nov 2006 22:27:16 +0000, by 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. draftWed, 01 Nov 2006 17:42:34 +0000, by peter1138
-
(svn r7030) WebTranslator2 update to 2006-11-01 17:19:54 draftWed, 01 Nov 2006 16:20:32 +0000, by miham
-
(svn r7028) -Fix [FS#200]: Scenario bridges/tunnels cannot be demolished; now it's possible to draftTue, 31 Oct 2006 23:04:47 +0000, by Darkvater
-
(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. draftTue, 31 Oct 2006 22:54:57 +0000, by peter1138
-
(svn r7026) WebTranslator2 update to 2006-10-31 23:21:44 draftTue, 31 Oct 2006 22:22:17 +0000, by miham
-
(svn r7023) -Fix: Pressing F1 in scenario editor did not work because the keypress event was sent draftTue, 31 Oct 2006 21:46:21 +0000, by Darkvater
-
(svn r7022) -Fix [FS#292]: Properly guard against viewing company-sensitive information from draftTue, 31 Oct 2006 21:15:56 +0000, by Darkvater
-
(svn r7020) -Fix r6047: AI tries to delete stations that are 'in use' because FOR_ALL_STATIONS skips invalid stations draftTue, 31 Oct 2006 17:13:12 +0000, by glx
-
(svn r7016) Revert the revert, since I didn't request that, Tron must've misunderstood me :-( draftTue, 31 Oct 2006 14:23:53 +0000, by miham
-
(svn r7014) Make use of the interpunct in the catalan translation: Change l.l to l·l draftTue, 31 Oct 2006 13:56:47 +0000, by tron
-
(svn r7013) Add glyphs for the interpunct. This is mainly useful for the catalan translation draftTue, 31 Oct 2006 13:55:38 +0000, by tron
-
(svn r7009) - Fix (r1323, r1326): In the replace vehicle window, the left vehicle list was not drawn when an engine was not selected. draftTue, 31 Oct 2006 08:13:15 +0000, by peter1138
-
(svn r7008) -Fix [FS#369]: Crash at game end when server company is bankrupt draftTue, 31 Oct 2006 01:45:41 +0000, by Darkvater
-
(svn r7005) WebTranslator2 update to 2006-10-29 19:53:34 draftSun, 29 Oct 2006 18:54:05 +0000, by miham
-
(svn r7003) -Fix: only the appropriate train owner can now see the "Train is lost" message (peter1138) draftSun, 29 Oct 2006 13:50:39 +0000, by KUDr
-
(svn r7001) -Codechange: _build_industry_trypes is now only used by industry_gui.c. Move it there. draftSun, 29 Oct 2006 00:39:41 +0000, by belugas
-
(svn r7000) -Fix: Incorrect use of e->we.click when the event is a 'place'. This didn't cause any draftSat, 28 Oct 2006 23:47:00 +0000, by Darkvater
-
(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... draftSat, 28 Oct 2006 18:49:28 +0000, by 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. draftSat, 28 Oct 2006 18:42:57 +0000, by peter1138
-
(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 draftSat, 28 Oct 2006 14:37:33 +0000, by 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 draftSat, 28 Oct 2006 14:06:40 +0000, by tron
-
(svn r6992) Make a const_cast<> obsolete by properly propagating the type draftSat, 28 Oct 2006 12:43:15 +0000, by tron
-
(svn r6991) Remove an unnecessary const_cast<> and incorrect comment (There is a difference between const FOO* and FOO* const) draftSat, 28 Oct 2006 12:32:55 +0000, by tron
-
(svn r6989) Remove the unused GetItemFromPool() function draftSat, 28 Oct 2006 12:10:11 +0000, by tron
-
(svn r6988) Remove a layer of indirection when using the Savegame pool draftSat, 28 Oct 2006 12:07:32 +0000, by tron
-
(svn r6987) Use the pool macros for the Waypoint pool draftSat, 28 Oct 2006 11:59:10 +0000, by tron
-
(svn r6984) Use the pool macros for the RoadStop pool draftSat, 28 Oct 2006 11:51:38 +0000, by tron
-
(svn r6981) Use the pool macros for the Savegame pool draftSat, 28 Oct 2006 11:40:47 +0000, by tron
-
(svn r6979) Use the pool macros for the Industry pool draftSat, 28 Oct 2006 11:32:45 +0000, by tron
-
(svn r6978) Use the pool macros for the SoundInternal pool draftSat, 28 Oct 2006 11:32:12 +0000, by tron
-
(svn r6977) Use the pool macros for the EngineRenew pool draftSat, 28 Oct 2006 11:08:52 +0000, by tron
-
(svn r6974) use the pool macros for the SpriteGroup pool draftSat, 28 Oct 2006 10:55:26 +0000, by tron
-
(svn r6973) Add macros to easily create a pool with less code duplication and more opportunities for constant expression evaluation draftSat, 28 Oct 2006 10:54:20 +0000, by tron
-
(svn r6972) - Codechange: Allow standard ini-file style comments draftSat, 28 Oct 2006 08:48:31 +0000, by peter1138
-
(svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push buttons draftFri, 27 Oct 2006 20:39:58 +0000, by glx
-
(svn r6969) WebTranslator2 update to 2006-10-27 19:12:49 draftFri, 27 Oct 2006 17:13:22 +0000, by miham
-
(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly draftFri, 27 Oct 2006 16:18:47 +0000, by belugas
-
(svn r6965) -CodeChange : Add a climate bitmask member to IndutrySpec. draftFri, 27 Oct 2006 15:54:24 +0000, by belugas
-
(svn r6963) - Fix (r6960): signed/unsigned complaints from MSVC draftFri, 27 Oct 2006 14:05:42 +0000, by peter1138
-
(svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was originally used to not draftFri, 27 Oct 2006 13:48:56 +0000, by Darkvater
-
(svn r6960) - Feature: NewGRF: Implement some support for GRF Resource Management (GRM) draftFri, 27 Oct 2006 13:15:21 +0000, by peter1138
-
(svn r6959) -Codechange: Move GfxFillRect() out of the chat-message drawing loop since we already draftFri, 27 Oct 2006 11:49:51 +0000, by Darkvater
-
(svn r6958) -Fix (r6956): GCC warning (thx Tron) and a coding style forgotten in r6957 draftFri, 27 Oct 2006 11:17:38 +0000, by Darkvater