log

age author description
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
Mon, 23 Oct 2006 17:56:32 +0000 miham (svn r6907) WebTranslator2 update to 2006-10-23 19:56:02 draft
Mon, 23 Oct 2006 17:01:02 +0000 peter1138 (svn r6906) - Fix [FS#370]: Clear 'large plane' flag if 'helicopter' flag is set. (mart3p) draft
Mon, 23 Oct 2006 16:47:20 +0000 peter1138 (svn r6905) - Codechange: Copy cargo subtype when cloning vehicles. draft
Mon, 23 Oct 2006 16:35:27 +0000 belugas (svn r6904) -CodeChange : Cleanup of industry_cmd (Step-5). draft
Mon, 23 Oct 2006 08:29:16 +0000 miham (svn r6901) WebTranslator2 update to 2006-10-23 10:28:46 draft
Sun, 22 Oct 2006 20:46:18 +0000 Darkvater (svn r6898) -Fix: lowercase Error/Warning/Fatal for strgen and remove static on error() so strgen draft
Sun, 22 Oct 2006 19:56:26 +0000 peter1138 (svn r6897) - Fix (r6884): Another wrong last parametr :) draft
Sun, 22 Oct 2006 15:13:48 +0000 peter1138 (svn r6896) - Fix (r6895): Supply last position of the correct buffer *again* draft
Sun, 22 Oct 2006 10:08:49 +0000 peter1138 (svn r6895) - Fix (r6884): Add 'last' parameter to the town name generators. draft
Sun, 22 Oct 2006 10:07:40 +0000 peter1138 (svn r6894) - Codechange: Lower the verbosity level of some NewGRF warnings draft
Sun, 22 Oct 2006 05:37:51 +0000 miham (svn r6893) WebTranslator2 update to 2006-10-22 07:37:19 draft
Sun, 22 Oct 2006 00:05:19 +0000 peter1138 (svn r6890) - Fix (r6884): Supply last position of the correct buffer... draft
Sat, 21 Oct 2006 23:51:02 +0000 peter1138 (svn r6888) - Fix (r6884): Missed a couple of strecpy()s in newgrf text handling draft
Sat, 21 Oct 2006 23:36:43 +0000 Darkvater (svn r6886) -Be anal for the time being about string-wannabe-buffer-overflows draft
Sat, 21 Oct 2006 23:36:06 +0000 peter1138 (svn r6885) - Fix (r1379): List of actions panel in the town authority window went underneath its scrollbar draft
Sat, 21 Oct 2006 23:31:34 +0000 Darkvater (svn r6884) -Codechange: Add strict bounds checking in string formatting system. draft
Sat, 21 Oct 2006 23:08:17 +0000 Darkvater (svn r6882) -Fix r6777: Off by one drawing error for cargo buttons draft
Sat, 21 Oct 2006 23:00:27 +0000 Darkvater (svn r6881) -Fix r6874: uint > int to remove signedness warning MSVC (peter1138) draft
Sat, 21 Oct 2006 22:50:57 +0000 Darkvater (svn r6879) -Codechange: Remove the superflouos argument CharsetFilter parameter from HandleEditBoxKey draft
Sat, 21 Oct 2006 22:38:50 +0000 Darkvater (svn r6878) -Fix r6876 +add network.c, network_client.c draft
Sat, 21 Oct 2006 22:33:45 +0000 Darkvater (svn r6877) -Fix r6876 +add main_gui.c draft
Sat, 21 Oct 2006 22:29:14 +0000 Darkvater (svn r6876) -Codechange: Change the naming of _PLAYER in DESTTYPE_PLAYER/NETWORK_ACTION_CHAT_PLAYER draft
Sat, 21 Oct 2006 22:24:28 +0000 Darkvater (svn r6875) -Feature: Allow for " to be in console tokens. Escape them with \. eg \". draft
Sat, 21 Oct 2006 19:32:46 +0000 peter1138 (svn r6874) - [NewStations] Mark all tiles of a railway station dirty when adding or removing tiles. draft
Sat, 21 Oct 2006 17:58:14 +0000 miham (svn r6873) WebTranslator2 update to 2006-10-21 19:57:49 draft
Sat, 21 Oct 2006 17:36:29 +0000 miham (svn r6872) WebTranslator2 update to 2006-10-21 19:36:04 draft
Sat, 21 Oct 2006 14:53:57 +0000 peter1138 (svn r6870) - Codechange: (re-)unify the code to retrieve the sprite group for a vehicle. draft
Sat, 21 Oct 2006 13:42:47 +0000 miham (svn r6867) WebTranslator2 update to 2006-10-21 15:42:20 draft
Sat, 21 Oct 2006 07:49:22 +0000 miham (svn r6865) WebTranslator2 update to 2006-10-21 09:47:34 draft
Fri, 20 Oct 2006 19:48:25 +0000 peter1138 (svn r6858) - Fix (r6855): Handle rail vehicles with no capacity (N/A) by setting cargo type to CT_INVALID and handling it later. STR_8838_N_A is not a valid cargo type... draft
Fri, 20 Oct 2006 14:31:35 +0000 peter1138 (svn r6857) - Fix (r6855): Update all languages with {STRING} -> {CARGO} change draft
Fri, 20 Oct 2006 11:53:29 +0000 peter1138 (svn r6855) - Codechange: When displaying a "quantity of cargo" string, use the {CARGO} command and supply the cargo type and quantity, instead of manually looking up the cargo type's string. draft
Fri, 20 Oct 2006 10:48:46 +0000 Darkvater (svn r6854) -Codechange: Use DrawSringCentered instead of DrawStringMultiCenter for simple draft
Thu, 19 Oct 2006 12:21:35 +0000 peter1138 (svn r6838) - Fix (r6836): MS VC complains beecause it doesn't understand consts... (or I don't...) draft
Thu, 19 Oct 2006 10:40:21 +0000 peter1138 (svn r6837) - Codechange: More const SpriteGroups missed in r6836 draft
Thu, 19 Oct 2006 10:20:36 +0000 peter1138 (svn r6836) - Codechange: constify SpriteGroup references. These used to be non-const when we kept a reference count, which we don't do anymore. draft
Thu, 19 Oct 2006 09:39:29 +0000 peter1138 (svn r6835) - Fix: Pressing ^D (EOF) at a dedicated console caused it to repeat the last command, instead of doing nothing. draft
Wed, 18 Oct 2006 21:38:45 +0000 Darkvater (svn r6828) -Fix: Properly fix r6842 draft
Wed, 18 Oct 2006 21:33:59 +0000 glx (svn r6827) -Fix r6824: removed warning draft
Wed, 18 Oct 2006 21:19:04 +0000 Darkvater (svn r6825) -Codechange: Remove two globals from chat-window draft
Wed, 18 Oct 2006 21:07:36 +0000 Darkvater (svn r6824) -Feature: Change the functionality of the chat window. SHIFT+ENTER (SHIFT+T) draft
Wed, 18 Oct 2006 17:44:46 +0000 peter1138 (svn r6823) - Codechange: Ignore bit 0 of a NewStation custom tile callback result. This fixes cosmetic problems with some add on stations. draft
Wed, 18 Oct 2006 14:42:19 +0000 glx (svn r6822) -Fix r6821: add type for measure_strings_length[] draft
Wed, 18 Oct 2006 14:20:10 +0000 Darkvater (svn r6821) -Codechange: For the measurement tool do not show the tooltip when the selection draft
Wed, 18 Oct 2006 13:17:46 +0000 Darkvater (svn r6820) -Codechange: Some more const correctness, coding style. draft
Wed, 18 Oct 2006 10:57:32 +0000 miham (svn r6819) WebTranslator2 update to 2006-10-18 12:54:18 draft
Wed, 18 Oct 2006 00:10:38 +0000 glx (svn r6817) -Fix: set svn:eol-style for vs80 files draft
Tue, 17 Oct 2006 23:34:12 +0000 Darkvater (svn r6816) -Codechange: Some coding style, variable localization, const correctness. draft
Tue, 17 Oct 2006 22:21:13 +0000 miham (svn r6815) WebTranslator2 update to 2006-10-18 00:20:47 draft
Tue, 17 Oct 2006 22:16:46 +0000 Darkvater (svn r6814) -Codechange: For network games ci->client_playas was always p->index + 1. To draft
Tue, 17 Oct 2006 20:36:03 +0000 miham (svn r6811) WebTranslator2 update to 2006-10-17 22:35:27 draft
Tue, 17 Oct 2006 19:12:30 +0000 miham (svn r6807) WebTranslator2 update to 2006-10-17 21:11:51 draft
Tue, 17 Oct 2006 18:36:39 +0000 miham (svn r6806) WebTranslator2 update to 2006-10-17 20:36:04 draft
Tue, 17 Oct 2006 18:15:35 +0000 Darkvater (svn r6804) -Codechange: Remove the unused NF_NOEXPIRE flag. draft
Tue, 17 Oct 2006 17:59:41 +0000 Darkvater (svn r6803) -Codechange: Substitute magic numbers by an enum for the news windows draft
Tue, 17 Oct 2006 17:17:51 +0000 peter1138 (svn r6802) - Fix (r6800): Remove now unused 'lost train' strings from all language files. draft
Tue, 17 Oct 2006 17:10:39 +0000 peter1138 (svn r6801) - Fix (r6619): Always disable the train refit button. It will be enabled later if refitting is possible. draft
Tue, 17 Oct 2006 16:16:19 +0000 KUDr (svn r6800) -Feature change: [train is lost] message is now generated immediately when pathfinder can't find the path. (thanks MeusH, peter1138 and Brianetta for ideas and help). draft
Tue, 17 Oct 2006 14:52:55 +0000 peter1138 (svn r6795) - NewGRF: Add support for cargo-specific wagon overrides. draft
Tue, 17 Oct 2006 07:33:05 +0000 peter1138 (svn r6794) - Fix: In the train detail window, split up articulated parts if they can contain cargo. This allows us to show the full cargo contents. draft
Tue, 17 Oct 2006 03:39:30 +0000 belugas (svn r6793) -Fix(5464): When checking items on an array, make sure to respect boundaries(jez). draft
Mon, 16 Oct 2006 21:30:08 +0000 bjarni (svn r6792) -Cleanup: improved the English used in STR_VEH_WITH_SHARED_ORDERS_LIST_TIP (jez) draft
Mon, 16 Oct 2006 19:17:30 +0000 KUDr (svn r6791) -Fix: [YAPF] YapfFindNearestRailDepotTwoWay() did not work for train inside tunnel. draft
Mon, 16 Oct 2006 11:46:47 +0000 miham (svn r6790) WebTranslator2 update to 2006-10-16 13:46:16 draft
Mon, 16 Oct 2006 10:29:29 +0000 peter1138 (svn r6789) - Codechange: Tidy up VehicleNameSorter() to use no global vars, and match the style of EngineNameSorter(). This also removes a bug where _internal_name_sorter_id was never set properly for anything other than trains. draft
Mon, 16 Oct 2006 10:26:22 +0000 peter1138 (svn r6788) - Codechange: Add and use a function to test if a string ID is a custom name. draft
Sun, 15 Oct 2006 23:48:34 +0000 Darkvater (svn r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishing to become a draft
Sun, 15 Oct 2006 23:42:18 +0000 Darkvater (svn r6786) -Codechange: To join a new company CMD_PLAYER_CTRL is executed with so far a draft
Sun, 15 Oct 2006 23:37:15 +0000 Darkvater (svn r6785) -Cleanup: Remove unused _network_playas from NetworkAddServer. This function draft
Sun, 15 Oct 2006 23:35:26 +0000 Darkvater (svn r6784) -Codechange: Change invalid PlayerID type into ClientID which it is in CmdPlayerCtrl draft
Sun, 15 Oct 2006 23:31:22 +0000 Darkvater (svn r6783) -Codechange: Allow ParseConnectionString to allow players with more than one digit draft
Sun, 15 Oct 2006 20:46:10 +0000 peter1138 (svn r6782) - Fix (r3947): Invalidate depot & vehicle windows when reversing a single engine with ctrl-click. draft
Sun, 15 Oct 2006 19:01:40 +0000 peter1138 (svn r6781) - Fix (r5926): Some house introduction dates were incorrectly adjusted in the move to 32bit dates. draft
Sun, 15 Oct 2006 17:01:19 +0000 Darkvater (svn r6780) -Codechange: Remove GPMI leftovers (-b impersonisation of AI in MP). draft
Sun, 15 Oct 2006 16:56:58 +0000 glx (svn r6779) -Fix r6631: waypoint selector now correctly shows the current selected waypoint type (thx Maedhros) draft
Sun, 15 Oct 2006 13:28:20 +0000 miham (svn r6778) WebTranslator2 update to 2006-10-15 15:27:37 draft
Sun, 15 Oct 2006 03:40:53 +0000 belugas (svn r6777) -GuiChange: When painting a lowered button on CargoPaymentsRates, displace the content of one pixel to the right and to the bottom. This will make it look like a normal button draft
Sat, 14 Oct 2006 22:31:18 +0000 Darkvater (svn r6776) -Codechange: Use IsValidPlayer() function to determine of a PlayerID is an draft
Sat, 14 Oct 2006 22:22:48 +0000 Darkvater (svn r6775) -Codechange: Use some more proper types, especially Owner and PlayerID as draft
Sat, 14 Oct 2006 15:49:43 +0000 Darkvater (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPECTATOR and draft
Sat, 14 Oct 2006 15:44:28 +0000 Darkvater (svn r6773) -eh...I had to test it didn't i, just forgot to save draft
Sat, 14 Oct 2006 15:43:37 +0000 Darkvater (svn r6772) -Codechange: Do not abuse OWNER_SPECTATOR as the "owner" of the industry for draft
Sat, 14 Oct 2006 15:15:56 +0000 Darkvater (svn r6771) -Codechange: Replace two macros with functions. IS_HUMAN_PLAYER and draft
Sat, 14 Oct 2006 10:26:13 +0000 Darkvater (svn r6770) -Codechange: Make the airport checking a bit stricter...fix unnoticed errors: draft
Sat, 14 Oct 2006 09:51:04 +0000 Darkvater (svn r6769) -Codechange: Minor syntax, const correctness, variable localization, coding draft
Fri, 13 Oct 2006 23:08:55 +0000 Darkvater (svn r6768) -Cleanup: For airports change *Airport to *apc (variable naming coding style draft
Fri, 13 Oct 2006 17:55:56 +0000 miham (svn r6767) WebTranslator2 update to 2006-10-13 19:54:10 draft
Fri, 13 Oct 2006 15:52:22 +0000 Darkvater (svn r6766) -Codechange: Move _openttd_revision[] into the functions that use it instead of global draft
Fri, 13 Oct 2006 15:15:22 +0000 peter1138 (svn r6765) - Fix: Don't add up running cost of articulated engine parts. draft
Thu, 12 Oct 2006 22:11:18 +0000 Darkvater (svn r6764) -Fix (r6758): Wrong height difference calculated because invalid drag-type draft
Thu, 12 Oct 2006 16:12:06 +0000 miham (svn r6761) WebTranslator2 update to 2006-10-12 18:11:37 draft
Thu, 12 Oct 2006 15:39:33 +0000 Darkvater (svn r6760) -Codechange: Do a case insensitive sort of train engine names and just normally draft
Thu, 12 Oct 2006 15:38:37 +0000 Darkvater (svn r6759) -Codechange: Remove the brainheaded usage of STR_JUST_STRING to pass a StringID draft
Thu, 12 Oct 2006 15:13:40 +0000 Darkvater (svn r6758) -Feature: Add a measurement tool that will show dimensions and height draft
Thu, 12 Oct 2006 15:06:59 +0000 Darkvater (svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah draft
Thu, 12 Oct 2006 15:05:25 +0000 peter1138 (svn r6756) - Fix: When resolving vehicle groups, only fall back to the default group if the group chosen is undefined, not if it returns a bad result. This fixes some issues with UKRS. draft
Thu, 12 Oct 2006 15:03:19 +0000 peter1138 (svn r6755) - Fix: Pass the newly created vehicle when checking for articulated engines. As this could result in more parts being added than previously counted, we check to see if we need to allocate more vehicles as we add parts. draft
Thu, 12 Oct 2006 14:59:27 +0000 Darkvater (svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. With networking draft
Thu, 12 Oct 2006 14:48:36 +0000 Darkvater (svn r6753) -Codechange: Move some function declerations from functions.h into network.h draft
Thu, 12 Oct 2006 14:42:00 +0000 Darkvater (svn r6752) -Codechange: Move command functions from messy functions.h into command.h draft
Thu, 12 Oct 2006 14:31:42 +0000 Darkvater (svn r6751) -Fix: Add option to enable/disable network support. Default is on draft
Thu, 12 Oct 2006 14:13:39 +0000 Darkvater (svn r6750) -Codechange: Juggle around some header includes as they're only used when draft
Thu, 12 Oct 2006 13:46:45 +0000 miham (svn r6749) WebTranslator2 update to 2006-10-12 15:46:08 draft
Thu, 12 Oct 2006 11:42:57 +0000 Darkvater (svn r6748) -Codechange: Use already existing function to count active players. draft
Thu, 12 Oct 2006 11:30:16 +0000 Darkvater (svn r6747) -Revert wrongly committed english strings. draft
Thu, 12 Oct 2006 11:27:37 +0000 Darkvater (svn r6746) -Codechange: Remove the need for double strings in "checkmarked" items. While draft
Thu, 12 Oct 2006 10:52:24 +0000 Darkvater (svn r6745) -Codechange: Have the dropdown menus fall fully inside the top toolbar. So draft
Thu, 12 Oct 2006 10:43:14 +0000 Darkvater (svn r6744) -Fix: Determine the length of the main toolbar dropdown list based draft
Thu, 12 Oct 2006 10:14:45 +0000 Darkvater (svn r6743) -Fix (r6462): When determining string length for GetStringBoundingBox SETX and draft
Thu, 12 Oct 2006 07:42:37 +0000 peter1138 (svn r6742) - Newsounds: Add support for importing sounds from previously loaded GRF files. draft
Wed, 11 Oct 2006 22:05:59 +0000 peter1138 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default. draft
Wed, 11 Oct 2006 22:04:46 +0000 Darkvater (svn r6740) -Fix: if a rail is not available, don't show toolbar even with hotkey 'A' draft
Wed, 11 Oct 2006 21:20:53 +0000 Darkvater (svn r6739) -Fix (r6001): Crash on removing farmland belonging to a farm. The search would loop draft
Wed, 11 Oct 2006 18:57:02 +0000 peter1138 (svn r6738) - Fix (r2441): Only apply the virtual transfer profit if the order is a transfer order, rather than to any unload order. This fixes an issue where the AI doesn't know that a route is unprofitable. draft
Wed, 11 Oct 2006 18:44:02 +0000 peter1138 (svn r6737) - Codechange: Sort train engines by their NewGRF specified list position instead of plain EngineID. This brings us back the custom order that was lost when generalized sorting was introduced. draft
Wed, 11 Oct 2006 18:35:40 +0000 peter1138 (svn r6736) - Add a function to get the list position of an engine ID, for use with sorting. This is basically a reversed version of GetRailVehAtPosition() draft
Wed, 11 Oct 2006 17:28:31 +0000 peter1138 (svn r6735) - Codestyle: Just some tidying up... draft
Wed, 11 Oct 2006 17:25:36 +0000 miham (svn r6734) WebTranslator2 update to 2006-10-11 19:25:04 draft
Wed, 11 Oct 2006 09:16:05 +0000 miham (svn r6733) WebTranslator2 update to 2006-10-11 11:15:30 draft
Wed, 11 Oct 2006 00:48:55 +0000 belugas (svn r6730) Fix: Make Build HQ and Relocate HQ buttons of Player window behave as normal placement buttons, and not as push buttons. draft
Tue, 10 Oct 2006 20:11:48 +0000 bjarni (svn r6729) -Fix r6707: [build aircraft window] solved a crash when using a grf set with a buildable helicopter with a lower EngineID than the first buildable plane draft
Tue, 10 Oct 2006 17:53:08 +0000 bjarni (svn r6728) -Fix r6651: solved issue where moving rail vehicles in a depot could read from a NULL pointer draft
Tue, 10 Oct 2006 17:19:21 +0000 glx (svn r6727) -Fix r6619: don't disable inexistant widget draft
Tue, 10 Oct 2006 15:46:03 +0000 bjarni (svn r6726) -Codechange: [vehicle build window] cleaned up the name sorter (mainly by peter1138) draft
Tue, 10 Oct 2006 15:13:41 +0000 bjarni (svn r6725) -Fix r6624: fixed some translated strings to apply to the added {STRING} in english.txt draft
Tue, 10 Oct 2006 15:09:28 +0000 glx (svn r6724) -Fix r6723: respect alphabetical order draft
Tue, 10 Oct 2006 15:07:13 +0000 glx (svn r6723) -Fix r6722: forgot openttd.vcproj draft
Tue, 10 Oct 2006 15:02:38 +0000 bjarni (svn r6722) -Codechange: [aircraft build window] moved aircraft build window to a file of it's own draft
Tue, 10 Oct 2006 14:05:39 +0000 Darkvater (svn r6721) -Codechange: some comments, aligning, types and variable localization. draft
Tue, 10 Oct 2006 12:18:46 +0000 miham (svn r6720) WebTranslator2 update to 2006-10-10 14:18:03 draft
Tue, 10 Oct 2006 10:11:41 +0000 bjarni (svn r6719) -Code cleanup: [depot window] removed line that assigned 0 to a var, that's already 0 draft
Tue, 10 Oct 2006 10:04:09 +0000 bjarni (svn r6718) -Codechange: added function to get the line height for a vehicle type draft
Tue, 10 Oct 2006 09:40:12 +0000 Darkvater (svn r6717) -Codechange: move OPENTTD_SPRITES_COUNT into table/sprites.h to use it from there. draft
Tue, 10 Oct 2006 08:34:14 +0000 bjarni (svn r6716) -Code cleanup: [aircraft/train build windows] fixed a spelling mistake in the widget names (the game itself is unaffected by this) draft
Tue, 10 Oct 2006 08:24:29 +0000 bjarni (svn r6715) -Fix r6714: roadvehicle and ship building windows are now also marked dirty when getting a WE_INVALIDATE_DATA event draft
Tue, 10 Oct 2006 08:14:30 +0000 bjarni (svn r6714) -Codechange: replaced a direct manipulation of windows with InvalidateWindowData() in rail_cmd.c draft
Tue, 10 Oct 2006 07:57:16 +0000 miham (svn r6713) WebTranslator2 update to 2006-10-10 09:56:34 draft
Tue, 10 Oct 2006 07:56:23 +0000 bjarni (svn r6712) -Code cleanup: renamed buildtrain_d to buildvehicle_d as it's used for all vehicle types draft
Tue, 10 Oct 2006 06:19:46 +0000 miham (svn r6711) WebTranslator2 update to 2006-10-10 08:19:02 draft
Mon, 09 Oct 2006 21:42:18 +0000 bjarni (svn r6709) -Fix r6679: [build train window] solved an issue that could lead to trailing empty blocks in the list array draft
Mon, 09 Oct 2006 21:30:16 +0000 bjarni (svn r6708) -Feature: [build aircraft window] added sort options to the list draft
Mon, 09 Oct 2006 20:16:56 +0000 bjarni (svn r6707) -Feature: [build aircraft window] added buttons to view propeller planes, jet planes or helicopters draft
Mon, 09 Oct 2006 14:28:35 +0000 Darkvater (svn r6699) -Fixed translator link in readme draft
Sun, 08 Oct 2006 22:16:30 +0000 bjarni (svn r6698) -Code cleanup r6697: simplified getting the string of the vehicle type draft
Sun, 08 Oct 2006 21:46:05 +0000 bjarni (svn r6697) -Fix: [order refit] if an order refit fails, the vehicle is now stopped and the player gets a message (like vehicle stopped in depot) draft
Sun, 08 Oct 2006 21:10:00 +0000 bjarni (svn r6696) -Codechange: changed all comparision for refit cargo in orders against CT_NO_REFIT to checks for valid cargo IDs draft
Sun, 08 Oct 2006 21:00:13 +0000 glx (svn r6695) -Fix FS#356: disable main toolbar buttons showing company list drop downs when there are no companies draft
Sun, 08 Oct 2006 20:54:27 +0000 bjarni (svn r6694) -Fix: FS#361 Refit-to Order bug (only one of the two bugs mentioned there) draft
Sun, 08 Oct 2006 19:50:10 +0000 bjarni (svn r6693) -Fix: [ship view window] disable the refit button when the ship is not refitable or not stopped in a depot draft
Sun, 08 Oct 2006 19:43:35 +0000 miham (svn r6692) WebTranslator2 update to 2006-10-08 21:42:47 draft
Sun, 08 Oct 2006 19:31:01 +0000 glx (svn r6691) -Fix r3907: check the transport type under the bridge when you want to get the road bits under a bridge (thanx hylje) draft
Sun, 08 Oct 2006 19:28:55 +0000 peter1138 (svn r6690) - Fix (r6602): Translate global to per-climate cargo ids before... doing anything with them. (Thanks to MeusH for pointing this out...) draft
Sun, 08 Oct 2006 17:56:08 +0000 bjarni (svn r6689) -Fix: corrected vehicle type in tooltip for the list in the refit window draft
Sun, 08 Oct 2006 11:54:47 +0000 Darkvater (svn r6688) -Fix (r6297): Wrong caption for server password query window (eg put 'break' after switch statements) draft
Sun, 08 Oct 2006 10:40:52 +0000 miham (svn r6687) WebTranslator2 update to 2006-10-08 12:40:12 draft
Sun, 08 Oct 2006 08:47:07 +0000 bjarni (svn r6686) -Fix r6684: Intro Date is now called Introduction Date draft
Sun, 08 Oct 2006 08:04:40 +0000 peter1138 (svn r6685) -Fix (r6672): Hide the 'sell chain' panel instead of the horizontal scroll bar twice... draft
Sat, 07 Oct 2006 22:58:25 +0000 bjarni (svn r6684) -Feature: [train build window] added sorting options for the engines draft
Sat, 07 Oct 2006 20:31:38 +0000 KUDr (svn r6683) -Fix: '<' signed unsigned mismatch produced by VC8 draft
Sat, 07 Oct 2006 17:36:32 +0000 miham (svn r6682) WebTranslator2 update to 2006-10-07 19:35:57 draft
Sat, 07 Oct 2006 15:04:22 +0000 bjarni (svn r6681) -Fix: when vehicles never expire they will stay at peak reliability instead of the lowest to make them useful even when old draft
Sat, 07 Oct 2006 14:30:13 +0000 bjarni (svn r6680) -Codechange r6679: [train build window] only generate the list when the window data is invalidated or the window is generated, not on each redraw draft
Sat, 07 Oct 2006 13:58:08 +0000 bjarni (svn r6679) -Feature: [train build window] added filter for wagons, engines or both in the display draft
Sat, 07 Oct 2006 09:02:48 +0000 bjarni (svn r6678) -Code cleanup: [train build window] made an enum with widget names and fixed some incorrect indents draft
Sat, 07 Oct 2006 08:39:34 +0000 bjarni (svn r6677) -Codechange r6651: [depot window] disabled the check for the correct cache in the depot window draft
Sat, 07 Oct 2006 08:24:11 +0000 bjarni (svn r6676) -Fix: [vehicle list windows] mass start/stop now works correctly in shared orders and station lists draft
Sat, 07 Oct 2006 07:24:45 +0000 miham (svn r6675) WebTranslator2 update to 2006-10-07 09:24:13 draft
Fri, 06 Oct 2006 23:17:04 +0000 glx (svn r6674) -Fix r6631: two loops had incorrect behaviour (out of bound access in widget arrays) draft
Fri, 06 Oct 2006 22:08:37 +0000 bjarni (svn r6673) -Codechange: [depot window] replaced a piece of code to calculate max number of vehicles in a row with a simple read of the matrix grid draft
Fri, 06 Oct 2006 21:44:18 +0000 bjarni (svn r6672) -Codechange: [depot & vehicle windows] applied SetWindowWidgetsDisabledState() and SetWindowWidgetsHiddenState() to depot and vehicle windows draft
Fri, 06 Oct 2006 21:30:09 +0000 glx (svn r6671) -Fix r6670: typo :P draft
Fri, 06 Oct 2006 21:27:23 +0000 glx (svn r6670) -Fix r6669: SetWindowWidgetsDisableState() should disable widgets, not hide them draft
Fri, 06 Oct 2006 21:10:14 +0000 glx (svn r6669) -Add: vararg functions to set hidden/disabled/lowered state of multiple widgets in one call draft
Fri, 06 Oct 2006 10:16:47 +0000 bjarni (svn r6668) -Codechange: [depot window] simplified the engine drawing loop in the depot window draft
Fri, 06 Oct 2006 08:47:01 +0000 peter1138 (svn r6667) - Codechange: The vehicle list has no horizontal scroll bar, so don't use it to store data; instead, just get the widget's width. draft
Fri, 06 Oct 2006 06:48:11 +0000 miham (svn r6666) WebTranslator2 update to 2006-10-06 08:47:45 draft
Fri, 06 Oct 2006 05:05:37 +0000 rubidium (svn r6664) -Fix (r6513): use svn:eol-style instead of eol-style draft
Fri, 06 Oct 2006 02:30:50 +0000 belugas (svn r6663) -Codechange: Remove the 32 widgets limit on landscape generator. draft
Fri, 06 Oct 2006 01:33:27 +0000 belugas (svn r6661) Feature: Windows are not restricted to 32 widget items anymore. draft
Fri, 06 Oct 2006 01:18:12 +0000 belugas (svn r6660) -Fix(r6631): Prevent the fast-foward button to toggle up and down when pressing shift. draft