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
Sat, 28 Oct 2006 11:08:52 +0000 tron (svn r6977) Use the pool macros for the EngineRenew pool
Sat, 28 Oct 2006 11:02:37 +0000 tron (svn r6976) Use the pool macros for the Depot pool
Sat, 28 Oct 2006 10:55:59 +0000 tron (svn r6975) Use the pool macros for the Vehicle pool
Sat, 28 Oct 2006 10:55:26 +0000 tron (svn r6974) use the pool macros for the SpriteGroup pool
Sat, 28 Oct 2006 10:54:20 +0000 tron (svn r6973) Add macros to easily create a pool with less code duplication and more opportunities for constant expression evaluation
Sat, 28 Oct 2006 08:48:31 +0000 peter1138 (svn r6972) - Codechange: Allow standard ini-file style comments
Fri, 27 Oct 2006 20:39:58 +0000 glx (svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push buttons
Fri, 27 Oct 2006 17:13:22 +0000 miham (svn r6969) WebTranslator2 update to 2006-10-27 19:12:49
Fri, 27 Oct 2006 16:18:47 +0000 belugas (svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly
Fri, 27 Oct 2006 15:54:24 +0000 belugas (svn r6965) -CodeChange : Add a climate bitmask member to IndutrySpec.
Fri, 27 Oct 2006 14:05:42 +0000 peter1138 (svn r6963) - Fix (r6960): signed/unsigned complaints from MSVC
Fri, 27 Oct 2006 13:58:58 +0000 Darkvater (svn r6962) -Fix r6961: spacing...
Fri, 27 Oct 2006 13:48:56 +0000 Darkvater (svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was originally used to not
Fri, 27 Oct 2006 13:15:21 +0000 peter1138 (svn r6960) - Feature: NewGRF: Implement some support for GRF Resource Management (GRM)
Fri, 27 Oct 2006 11:49:51 +0000 Darkvater (svn r6959) -Codechange: Move GfxFillRect() out of the chat-message drawing loop since we already
Fri, 27 Oct 2006 11:17:38 +0000 Darkvater (svn r6958) -Fix (r6956): GCC warning (thx Tron) and a coding style forgotten in r6957
Fri, 27 Oct 2006 11:09:24 +0000 Darkvater (svn r6957) -Cleanup: comments, coding style
Fri, 27 Oct 2006 11:08:17 +0000 Darkvater (svn r6956) -Feature: Increase the chatbuffer of chat messages. Messages longer than the allocated
Fri, 27 Oct 2006 10:27:38 +0000 Darkvater (svn r6955) -Codechange: Change some variable names for _textmessage_box, and replace 5 different
Fri, 27 Oct 2006 10:12:57 +0000 Darkvater (svn r6954) -Feature: Constrain the drawing of a string inside an editbox to the dimensions of
Fri, 27 Oct 2006 09:55:38 +0000 Darkvater (svn r6953) -Codechange: Change FormatStringLinebreaks in such a way that if no whitespace was seen
Thu, 26 Oct 2006 19:16:10 +0000 peter1138 (svn r6948) - Codechange: Clear out all NewGRF file data before loading files again
Thu, 26 Oct 2006 13:18:12 +0000 peter1138 (svn r6946) - Fix (r6654): This applies to all vehicle types, not just rail vehicles... (mart3p)
Wed, 25 Oct 2006 19:35:09 +0000 miham (svn r6942) WebTranslator2 update to 2006-10-25 21:34:26
Wed, 25 Oct 2006 05:49:41 +0000 miham (svn r6939) WebTranslator2 update to 2006-10-25 07:48:50
Tue, 24 Oct 2006 23:11:40 +0000 Darkvater (svn r6938) -Codechange: Comments, typo, variable naming, whitespace, strecpy and simplification
Tue, 24 Oct 2006 22:57:44 +0000 Darkvater (svn r6937) -Codechange: Add an InitializeTextBuffer() function that handles setting up the
Tue, 24 Oct 2006 22:40:27 +0000 Darkvater (svn r6935) -Fix up the languages changed in r6931
Tue, 24 Oct 2006 22:27:10 +0000 Darkvater (svn r6934) -Cleanup: Some minor cleanup for network_client and removing 'stupid' comment
Tue, 24 Oct 2006 22:26:20 +0000 Darkvater (svn r6933) -Feature: Allow spectators to speak to eachother (team)
Tue, 24 Oct 2006 22:23:08 +0000 Darkvater (svn r6932) -Codechange: Send server messages with format NETWORK_ACTION_SERVER_MESSAGE so it is
Tue, 24 Oct 2006 22:19:12 +0000 Darkvater (svn r6931) -Codechange: Change textmessage format a bit. Only the sender's name and target are
Tue, 24 Oct 2006 19:19:25 +0000 belugas (svn r6930) -Codechange: Move industry name into IndustrySpec
Tue, 24 Oct 2006 16:39:48 +0000 miham (svn r6928) WebTranslator2 update to 2006-10-24 18:38:04
Tue, 24 Oct 2006 16:28:34 +0000 Darkvater (svn r6927) -Codechange: No need to explicitly cast a boolean to a boolean and move draw_default
Tue, 24 Oct 2006 16:27:18 +0000 Darkvater (svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET (credits to peter1138
Tue, 24 Oct 2006 14:15:17 +0000 Darkvater (svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL is only plain panel,
Tue, 24 Oct 2006 13:20:54 +0000 Darkvater (svn r6924) -Codechange: Give the last (in the widget arrays at least) sprites meaningful names.
Tue, 24 Oct 2006 13:08:52 +0000 Darkvater (svn r6923) -Codechange: Load nsignalsw.grf in the same way as other mandatory additional grfs