log

age author description
Tue, 07 Nov 2006 13:09:44 +0000 peter1138 (svn r7096) -Fix (r6995 (sort-of)): Don't set bit 6 when convert grf ver 6 language ids to use ver 7 format draft
Tue, 07 Nov 2006 13:08:42 +0000 Darkvater (svn r7095) -Codechange: Move MaxZoomIn function to viewport.h and change it to MaxZoomInOut draft
Tue, 07 Nov 2006 13:06:02 +0000 Darkvater (svn r7094) -Codechange: Get rid of the window-specific code in DoZoomInOutWindow (enable, disable draft
Tue, 07 Nov 2006 13:01:36 +0000 Darkvater (svn r7093) -Codechange: Move DoZoomInOutWindow declaration to viewport.h and rewrite the function draft
Tue, 07 Nov 2006 12:51:34 +0000 Darkvater (svn r7092) -Codechange: Add function to send a window message to a whole class of windows, draft
Tue, 07 Nov 2006 12:03:34 +0000 tron (svn r7091) Make some code a) shorter b) simpler c) not leak memory draft
Mon, 06 Nov 2006 22:06:29 +0000 peter1138 (svn r7086) -Featurette: Add additional positioning for long dropdown lists: first, try to fit the dropdown below the calling widget, as before; second, try to fit it wholly above the calling widget; and lastly, fit the list below the widget and add a scrollbar. draft
Mon, 06 Nov 2006 21:13:18 +0000 miham (svn r7084) WebTranslator2 update to 2006-11-06 22:12:45 draft
Mon, 06 Nov 2006 19:59:19 +0000 belugas (svn r7083) -Fix 6631: Protect out of boundaries widget testing draft
Mon, 06 Nov 2006 15:25:02 +0000 peter1138 (svn r7080) -Codechange: Remove negative array indexes, and only add ", " when needed, when building station acceptance lists. draft
Mon, 06 Nov 2006 10:11:03 +0000 peter1138 (svn r7079) -Codechange: Move an array to the only place it is used. draft
Mon, 06 Nov 2006 00:17:32 +0000 Darkvater (svn r7078) -Codechange: Make the zoom in/out buttons of the extra viewport into proper push-buttons. draft
Mon, 06 Nov 2006 00:14:36 +0000 Darkvater (svn r7077) -Codechange: Send proper message to network window, and handle selection control in draft
Mon, 06 Nov 2006 00:12:55 +0000 Darkvater (svn r7076) -Codechange: Prefer includes instead of using extern. Move UpdateNetworkGameWindow draft
Mon, 06 Nov 2006 00:10:47 +0000 Darkvater (svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549) draft
Sun, 05 Nov 2006 22:50:59 +0000 peter1138 (svn r7074) -Fix (r7073): stupid debugs draft
Sun, 05 Nov 2006 22:49:34 +0000 peter1138 (svn r7073) -Feature: Add cargo refit support to both AIs for road vehicles draft
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... draft
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. draft
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) draft
Sun, 05 Nov 2006 12:22:46 +0000 tron (svn r7068) if () cascades -> switch () draft
Sun, 05 Nov 2006 11:52:19 +0000 tron (svn r7067) Remove the unused parameter params_3 from AddStringToDraw() draft
Sun, 05 Nov 2006 11:17:33 +0000 tron (svn r7066) -Codechange: Factorise common code draft
Sun, 05 Nov 2006 08:24:52 +0000 tron (svn r7065) Use simple assignment instead of memcpy() draft
Sun, 05 Nov 2006 08:24:09 +0000 tron (svn r7064) static draft
Sun, 05 Nov 2006 08:01:47 +0000 tron (svn r7063) static draft
Sun, 05 Nov 2006 01:53:12 +0000 Darkvater (svn r7062) -[win32] Codechange: Remove unneeded WM_MOUSEENTER event, and change mouse behaviour draft
Sun, 05 Nov 2006 01:13:08 +0000 Darkvater (svn r7061) -[win32] Feature: Remember the window size between restarts when quit in fullscreen mode. draft
Sun, 05 Nov 2006 01:09:57 +0000 Darkvater (svn r7060) -Fix (r5874): Restore of window maximized state not always working (Mart3p) . Remember draft
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) draft
Fri, 03 Nov 2006 23:29:24 +0000 peter1138 (svn r7058) -Codechange: Truncate text in window captions draft
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. draft
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 draft
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 draft
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 draft
Wed, 01 Nov 2006 22:27:16 +0000 peter1138 (svn r7032) - Fix (r1704): Sprite index wasn't updated with correct image number if draft
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. draft
Wed, 01 Nov 2006 16:20:32 +0000 miham (svn r7030) WebTranslator2 update to 2006-11-01 17:19:54 draft
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 draft
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. draft
Tue, 31 Oct 2006 22:22:17 +0000 miham (svn r7026) WebTranslator2 update to 2006-10-31 23:21:44 draft
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 draft
Tue, 31 Oct 2006 21:15:56 +0000 Darkvater (svn r7022) -Fix [FS#292]: Properly guard against viewing company-sensitive information from draft
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 draft
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 :-( draft
Tue, 31 Oct 2006 14:17:48 +0000 tron (svn r7015) Revert r7014. Requested by MiHaMiX draft
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 draft
Tue, 31 Oct 2006 13:55:38 +0000 tron (svn r7013) Add glyphs for the interpunct. This is mainly useful for the catalan translation draft
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. draft
Tue, 31 Oct 2006 01:45:41 +0000 Darkvater (svn r7008) -Fix [FS#369]: Crash at game end when server company is bankrupt draft
Sun, 29 Oct 2006 18:54:05 +0000 miham (svn r7005) WebTranslator2 update to 2006-10-29 19:53:34 draft
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) draft
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. draft
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 draft
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... draft
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. draft
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 draft
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 draft
Sat, 28 Oct 2006 12:43:15 +0000 tron (svn r6992) Make a const_cast<> obsolete by properly propagating the type draft
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) draft
Sat, 28 Oct 2006 12:12:20 +0000 tron (svn r6990) Remove stuff forgotten in r6980 draft
Sat, 28 Oct 2006 12:10:11 +0000 tron (svn r6989) Remove the unused GetItemFromPool() function draft
Sat, 28 Oct 2006 12:07:32 +0000 tron (svn r6988) Remove a layer of indirection when using the Savegame pool draft
Sat, 28 Oct 2006 11:59:10 +0000 tron (svn r6987) Use the pool macros for the Waypoint pool draft
Sat, 28 Oct 2006 11:55:29 +0000 tron (svn r6986) Use the pool macros for the Town pool draft
Sat, 28 Oct 2006 11:54:53 +0000 tron (svn r6985) Remove stuff forgotten in r6984 draft
Sat, 28 Oct 2006 11:51:38 +0000 tron (svn r6984) Use the pool macros for the RoadStop pool draft
Sat, 28 Oct 2006 11:48:21 +0000 tron (svn r6983) Use the pool macros for the Station pool draft
Sat, 28 Oct 2006 11:43:56 +0000 tron (svn r6982) Use the pool macros for the Sign pool draft
Sat, 28 Oct 2006 11:40:47 +0000 tron (svn r6981) Use the pool macros for the Savegame pool draft
Sat, 28 Oct 2006 11:37:26 +0000 tron (svn r6980) Use the pool macros for the Order pool draft
Sat, 28 Oct 2006 11:32:45 +0000 tron (svn r6979) Use the pool macros for the Industry pool draft
Sat, 28 Oct 2006 11:32:12 +0000 tron (svn r6978) Use the pool macros for the SoundInternal pool draft
Sat, 28 Oct 2006 11:08:52 +0000 tron (svn r6977) Use the pool macros for the EngineRenew pool draft
Sat, 28 Oct 2006 11:02:37 +0000 tron (svn r6976) Use the pool macros for the Depot pool draft
Sat, 28 Oct 2006 10:55:59 +0000 tron (svn r6975) Use the pool macros for the Vehicle pool draft
Sat, 28 Oct 2006 10:55:26 +0000 tron (svn r6974) use the pool macros for the SpriteGroup pool draft
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 draft
Sat, 28 Oct 2006 08:48:31 +0000 peter1138 (svn r6972) - Codechange: Allow standard ini-file style comments draft
Fri, 27 Oct 2006 20:39:58 +0000 glx (svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push buttons draft
Fri, 27 Oct 2006 17:13:22 +0000 miham (svn r6969) WebTranslator2 update to 2006-10-27 19:12:49 draft
Fri, 27 Oct 2006 16:18:47 +0000 belugas (svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly draft
Fri, 27 Oct 2006 15:54:24 +0000 belugas (svn r6965) -CodeChange : Add a climate bitmask member to IndutrySpec. draft
Fri, 27 Oct 2006 14:05:42 +0000 peter1138 (svn r6963) - Fix (r6960): signed/unsigned complaints from MSVC draft
Fri, 27 Oct 2006 13:58:58 +0000 Darkvater (svn r6962) -Fix r6961: spacing... draft
Fri, 27 Oct 2006 13:48:56 +0000 Darkvater (svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was originally used to not draft
Fri, 27 Oct 2006 13:15:21 +0000 peter1138 (svn r6960) - Feature: NewGRF: Implement some support for GRF Resource Management (GRM) draft
Fri, 27 Oct 2006 11:49:51 +0000 Darkvater (svn r6959) -Codechange: Move GfxFillRect() out of the chat-message drawing loop since we already draft
Fri, 27 Oct 2006 11:17:38 +0000 Darkvater (svn r6958) -Fix (r6956): GCC warning (thx Tron) and a coding style forgotten in r6957 draft
Fri, 27 Oct 2006 11:09:24 +0000 Darkvater (svn r6957) -Cleanup: comments, coding style draft
Fri, 27 Oct 2006 11:08:17 +0000 Darkvater (svn r6956) -Feature: Increase the chatbuffer of chat messages. Messages longer than the allocated draft
Fri, 27 Oct 2006 10:27:38 +0000 Darkvater (svn r6955) -Codechange: Change some variable names for _textmessage_box, and replace 5 different draft
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 draft
Fri, 27 Oct 2006 09:55:38 +0000 Darkvater (svn r6953) -Codechange: Change FormatStringLinebreaks in such a way that if no whitespace was seen draft
Thu, 26 Oct 2006 19:16:10 +0000 peter1138 (svn r6948) - Codechange: Clear out all NewGRF file data before loading files again draft
Thu, 26 Oct 2006 13:18:12 +0000 peter1138 (svn r6946) - Fix (r6654): This applies to all vehicle types, not just rail vehicles... (mart3p) draft
Wed, 25 Oct 2006 19:35:09 +0000 miham (svn r6942) WebTranslator2 update to 2006-10-25 21:34:26 draft
Wed, 25 Oct 2006 05:49:41 +0000 miham (svn r6939) WebTranslator2 update to 2006-10-25 07:48:50 draft
Tue, 24 Oct 2006 23:11:40 +0000 Darkvater (svn r6938) -Codechange: Comments, typo, variable naming, whitespace, strecpy and simplification draft
Tue, 24 Oct 2006 22:57:44 +0000 Darkvater (svn r6937) -Codechange: Add an InitializeTextBuffer() function that handles setting up the draft
Tue, 24 Oct 2006 22:40:27 +0000 Darkvater (svn r6935) -Fix up the languages changed in r6931 draft
Tue, 24 Oct 2006 22:27:10 +0000 Darkvater (svn r6934) -Cleanup: Some minor cleanup for network_client and removing 'stupid' comment draft
Tue, 24 Oct 2006 22:26:20 +0000 Darkvater (svn r6933) -Feature: Allow spectators to speak to eachother (team) draft
Tue, 24 Oct 2006 22:23:08 +0000 Darkvater (svn r6932) -Codechange: Send server messages with format NETWORK_ACTION_SERVER_MESSAGE so it is draft
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 draft
Tue, 24 Oct 2006 19:19:25 +0000 belugas (svn r6930) -Codechange: Move industry name into IndustrySpec draft
Tue, 24 Oct 2006 16:39:48 +0000 miham (svn r6928) WebTranslator2 update to 2006-10-24 18:38:04 draft
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 draft
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 draft
Tue, 24 Oct 2006 14:15:17 +0000 Darkvater (svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL is only plain panel, draft
Tue, 24 Oct 2006 13:20:54 +0000 Darkvater (svn r6924) -Codechange: Give the last (in the widget arrays at least) sprites meaningful names. draft
Tue, 24 Oct 2006 13:08:52 +0000 Darkvater (svn r6923) -Codechange: Load nsignalsw.grf in the same way as other mandatory additional grfs draft
Tue, 24 Oct 2006 12:56:14 +0000 Darkvater (svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks draft
Tue, 24 Oct 2006 10:15:56 +0000 peter1138 (svn r6921) - PEBKAC: Add an MD5 sum check of our own data files, and warn if they don't match. draft
Tue, 24 Oct 2006 07:10:37 +0000 peter1138 (svn r6920) - Codechange: Ignore refit options of an engine if it has no capacity. draft
Mon, 23 Oct 2006 21:39:15 +0000 peter1138 (svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p) draft
Mon, 23 Oct 2006 21:25:30 +0000 peter1138 (svn r6911) - Codechange: Add extra space to all purchase windows (and the replace window) to allow room for more text. (mart3p) draft
Mon, 23 Oct 2006 18:45:43 +0000 peter1138 (svn r6910) - Codechange: Supply width of area when drawing purchase info instead of using hardcoded values. (mart3p) draft
Mon, 23 Oct 2006 18:28:46 +0000 peter1138 (svn r6909) - Codechange: Base the decision to draw rail engine or wagon purchase information on the rail vehicle type, not an arbitrary value. draft
Mon, 23 Oct 2006 18:13:24 +0000 peter1138 (svn r6908) - Codechange: Modify DrawStringMultiLine() to return the number of pixel lines used, and use it for drawing NewGRF additional text (mart3p) draft