------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r6969 | miham | 2006-10-27 17:13:22 +0000 (Fri, 27 Oct 2006) | 6 lines WebTranslator2 update to 2006-10-27 19:12:49 american - 1 fixed by WhiteRabbit (1) italian - 4 changed by sidew (4) polish - 1 fixed, 1 changed by meush (2) slovak - 4 fixed by lengyel (4) ------------------------------------------------------------------------ r6966 | belugas | 2006-10-27 16:18:47 +0000 (Fri, 27 Oct 2006) | 1 line -Fix(6965): Little typo while making the comment doxygen friendly ------------------------------------------------------------------------ r6965 | belugas | 2006-10-27 15:54:24 +0000 (Fri, 27 Oct 2006) | 2 lines -CodeChange : Add a climate bitmask member to IndutrySpec. Removed a loop that used the array _build_industry_types for that purpose. ------------------------------------------------------------------------ r6963 | peter1138 | 2006-10-27 14:05:42 +0000 (Fri, 27 Oct 2006) | 2 lines - Fix (r6960): signed/unsigned complaints from MSVC ------------------------------------------------------------------------ r6962 | Darkvater | 2006-10-27 13:58:58 +0000 (Fri, 27 Oct 2006) | 1 line -Fix r6961: spacing... ------------------------------------------------------------------------ r6961 | Darkvater | 2006-10-27 13:48:56 +0000 (Fri, 27 Oct 2006) | 3 lines -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was originally used to not to allow clicking if a button was disabled. This has been superseded in r212 with general code that doesn't allow any click events for disabled buttons. ------------------------------------------------------------------------ r6960 | peter1138 | 2006-10-27 13:15:21 +0000 (Fri, 27 Oct 2006) | 2 lines - Feature: NewGRF: Implement some support for GRF Resource Management (GRM) ------------------------------------------------------------------------ r6959 | Darkvater | 2006-10-27 11:49:51 +0000 (Fri, 27 Oct 2006) | 4 lines -Codechange: Move GfxFillRect() out of the chat-message drawing loop since we already know how many lines we are going to draw. On certain architectures this results in a minor penalty of local function performance if only 1 line is drawn. But starting from 2 and more you'll get a net gain. ------------------------------------------------------------------------ r6958 | Darkvater | 2006-10-27 11:17:38 +0000 (Fri, 27 Oct 2006) | 2 lines -Fix (r6956): GCC warning (thx Tron) and a coding style forgotten in r6957 ------------------------------------------------------------------------ r6957 | Darkvater | 2006-10-27 11:09:24 +0000 (Fri, 27 Oct 2006) | 1 line -Cleanup: comments, coding style ------------------------------------------------------------------------ r6956 | Darkvater | 2006-10-27 11:08:17 +0000 (Fri, 27 Oct 2006) | 2 lines -Feature: Increase the chatbuffer of chat messages. Messages longer than the allocated graphical box will be wrapped to a new line. ------------------------------------------------------------------------ r6955 | Darkvater | 2006-10-27 10:27:38 +0000 (Fri, 27 Oct 2006) | 2 lines -Codechange: Change some variable names for _textmessage_box, and replace 5 different global variables with a single struct. ------------------------------------------------------------------------ r6954 | Darkvater | 2006-10-27 10:12:57 +0000 (Fri, 27 Oct 2006) | 3 lines -Feature: Constrain the drawing of a string inside an editbox to the dimensions of the widget it is in. This allows for typing longer text into an editbox (if maxwidth allows of course) and scroll around properly. ------------------------------------------------------------------------ r6953 | Darkvater | 2006-10-27 09:55:38 +0000 (Fri, 27 Oct 2006) | 3 lines -Codechange: Change FormatStringLinebreaks in such a way that if no whitespace was seen for the 'current line' of a certain maximum width, the string will be truncated instead of the old behaviour which just left it alone. ------------------------------------------------------------------------ r6948 | peter1138 | 2006-10-26 19:16:10 +0000 (Thu, 26 Oct 2006) | 2 lines - Codechange: Clear out all NewGRF file data before loading files again ------------------------------------------------------------------------ r6946 | peter1138 | 2006-10-26 13:18:12 +0000 (Thu, 26 Oct 2006) | 2 lines - Fix (r6654): This applies to all vehicle types, not just rail vehicles... (mart3p) ------------------------------------------------------------------------ r6942 | miham | 2006-10-25 19:35:09 +0000 (Wed, 25 Oct 2006) | 8 lines WebTranslator2 update to 2006-10-25 21:34:26 bulgarian - 11 fixed, 5 changed by groupsky (16) czech - 4 fixed, 3 changed by Hadez (7) dutch - 1 fixed by habell (1) galician - 22 fixed by Condex (22) italian - 2 changed by sidew (2) swedish - 4 fixed, 2 changed by daishan (6) ------------------------------------------------------------------------