log

age author description
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
Thu, 05 Oct 2006 23:38:40 +0000 glx (svn r6659) -Fix r6619: Fix widget state setting of the rail toolbar when using global hotkeys. draft
Thu, 05 Oct 2006 23:24:16 +0000 glx (svn r6658) -CodeChange: cleaned up the PlayerCompanyWindow code draft
Thu, 05 Oct 2006 23:10:58 +0000 bjarni (svn r6657) -Change: [depot window] sell all vehicles in depot confirm window now opens on top of depot window instead of in the middle of the screen draft
Thu, 05 Oct 2006 19:00:24 +0000 glx (svn r6656) -Fix r6631: keep gender button lowered when clicking on 'New Face' draft
Thu, 05 Oct 2006 18:35:09 +0000 miham (svn r6655) WebTranslator2 update to 2006-10-05 20:34:35 draft
Thu, 05 Oct 2006 15:07:34 +0000 peter1138 (svn r6654) - Codechange: If no 2cc vehicles are available, hide the secondary colour choice. draft
Thu, 05 Oct 2006 14:04:24 +0000 bjarni (svn r6653) -Fix r6624: [autoreplace] autoreplace will no longer replace a vehicle if the old type can refit to the cargo types being used in the refit orders and the new one lacks one or more of those refit capabilities draft
Thu, 05 Oct 2006 13:11:17 +0000 bjarni (svn r6652) -Feature: [depot window] depot lists are now sorted, so vehicle 1 is always first and so on draft
Thu, 05 Oct 2006 12:59:28 +0000 bjarni (svn r6651) -Coding feature: added the windowevent WE_INVALIDATE_DATA draft
Thu, 05 Oct 2006 12:18:07 +0000 peter1138 (svn r6650) - Fix (r6619): Fix widget state setting of the rail toolbar when using hotkeys. draft
Thu, 05 Oct 2006 11:26:59 +0000 peter1138 (svn r6649) - Codechange: Show more correct capacity of articulated wagons in the train purchase list. draft
Thu, 05 Oct 2006 08:39:16 +0000 bjarni (svn r6648) -Codechange: simplified CmdDepotMassAutoReplace() by changing a switch-case into using a function, that was added in r6647 draft
Thu, 05 Oct 2006 08:27:40 +0000 bjarni (svn r6647) -Fix: [vehicle list windows] Lists of shared orders are now no longer closed by a window event if the list is empty draft
Thu, 05 Oct 2006 08:15:51 +0000 bjarni (svn r6646) -Codechange: [vehicle list window] Cleaned up the drawing code draft
Thu, 05 Oct 2006 02:29:01 +0000 belugas (svn r6645) -Fix(r6631): Forgot two click_state occurences draft
Thu, 05 Oct 2006 02:26:27 +0000 belugas (svn r6644) -Fix(r6637): remove inline to allow MSVC compilation draft
Thu, 05 Oct 2006 01:43:49 +0000 belugas (svn r6643) -Fix(r6631): Adjust proper disabled and lowered states of removal button on railtoolbar draft
Wed, 04 Oct 2006 20:12:39 +0000 glx (svn r6642) -Fix r6639: 2 conversions missed draft
Wed, 04 Oct 2006 19:27:53 +0000 belugas (svn r6641) -Fix(6639): Wongly converted SetWidgetLoweredState draft
Wed, 04 Oct 2006 19:15:25 +0000 bjarni (svn r6640) -Fix: [autoreplace] autoreplace can now use the money for selling the old vehicle to build the new one draft
Wed, 04 Oct 2006 19:11:43 +0000 belugas (svn r6639) -CodeChange : Conversion of SetWidgetLoweredState to SetWindowWidgetLoweredState, in order to follow pre-established standard draft
Wed, 04 Oct 2006 17:09:17 +0000 bjarni (svn r6638) -Fix r5652: restored each vehicle list type to their type classes, so it's possible to redraw all lists of one vehicle type again (instead of all types) draft
Wed, 04 Oct 2006 12:01:59 +0000 bjarni (svn r6637) -Codechange: merged all (vehicle type)EnterDepot into VehicleEnterDepot() draft
Wed, 04 Oct 2006 07:10:35 +0000 miham (svn r6636) WebTranslator2 update to 2006-10-04 09:10:08 draft
Wed, 04 Oct 2006 01:08:25 +0000 glx (svn r6635) -Fix r6634: incomplete/incorrect assignment draft
Wed, 04 Oct 2006 00:51:13 +0000 belugas (svn r6634) -Fix(r6377): Do not change a widget state after a DrawWindowWidgets, as it is a bit useless draft
Wed, 04 Oct 2006 00:27:31 +0000 glx (svn r6633) -Fix r6631: climate selector now shows the current selected climate (and only this one) draft
Tue, 03 Oct 2006 21:11:42 +0000 miham (svn r6632) WebTranslator2 update to 2006-10-03 23:11:07 draft
Tue, 03 Oct 2006 20:16:20 +0000 belugas (svn r6631) -Codechange: Use accessors for click_state. draft
Tue, 03 Oct 2006 17:39:36 +0000 miham (svn r6630) WebTranslator2 update to 2006-10-03 19:38:59 draft
Tue, 03 Oct 2006 16:25:03 +0000 peter1138 (svn r6629) - Fix (r6628): One check for the number of players got misplaced by patch... draft
Tue, 03 Oct 2006 16:15:34 +0000 peter1138 (svn r6628) - Feature: Add the ability to pause a server if not enough players are connected. The setting for this is 'min_players' and can be set in the config and via the console. If the number of players drops below this number, the server will pause the game. draft
Tue, 03 Oct 2006 16:05:11 +0000 bjarni (svn r6627) -Fix r6624: fixed some warnings draft
Tue, 03 Oct 2006 15:05:27 +0000 miham (svn r6626) WebTranslator2 update to 2006-10-03 17:04:54 draft
Tue, 03 Oct 2006 14:59:05 +0000 peter1138 (svn r6625) - Feature: Add the ability for servers to execute a script just after a client has connected, e.g. for a MOTD, etc. draft
Tue, 03 Oct 2006 14:52:39 +0000 bjarni (svn r6624) -Feature: added ability to add refit commands to vehicle orders (can only be done in goto depot orders) draft
Tue, 03 Oct 2006 14:04:43 +0000 peter1138 (svn r6623) - Codechange: When adding a NewGRF string, check to see if it can replace an existing string. Also remove string length check on load which was a quickfix for some grfs. draft
Tue, 03 Oct 2006 09:25:42 +0000 peter1138 (svn r6622) - Add support for NewGRF text includes. (Based on mart3p's patch) draft
Tue, 03 Oct 2006 02:08:15 +0000 belugas (svn r6619) -Codechange: Use accessors for disabled_state. draft
Mon, 02 Oct 2006 22:10:04 +0000 peter1138 (svn r6618) - After refitting a train, update its cached variables as they may change. draft
Mon, 02 Oct 2006 20:30:20 +0000 glx (svn r6617) -Fix r6596: missing '>' in openttd.vcproj draft
Mon, 02 Oct 2006 16:27:02 +0000 miham (svn r6616) WebTranslator2 update to 2006-10-02 18:26:27 draft
Mon, 02 Oct 2006 16:03:31 +0000 peter1138 (svn r6615) - Fix (r6601): Fix bug that prevented subtypes appearing in some cases. draft
Mon, 02 Oct 2006 08:41:20 +0000 bjarni (svn r6614) -Fix: added check to see if a newly opened refit window is different from NULL before assigning data to it draft
Mon, 02 Oct 2006 08:10:09 +0000 miham (svn r6613) WebTranslator2 update to 2006-10-02 10:09:31 draft
Mon, 02 Oct 2006 00:28:31 +0000 belugas (svn r6612) -Codechange: Use accessors for hidden_state. draft
Sun, 01 Oct 2006 17:56:38 +0000 peter1138 (svn r6611) - Newsounds: draft
Sun, 01 Oct 2006 17:26:37 +0000 miham (svn r6610) WebTranslator2 update to 2006-10-01 19:26:07 draft
Sun, 01 Oct 2006 16:02:29 +0000 peter1138 (svn r6609) - Move the mass stop/start buttons of the depot window to the bottom row, to match all other vehicle list windows, and make it look a bit neater, (Suggested by skidd13) draft
Sun, 01 Oct 2006 15:03:15 +0000 peter1138 (svn r6608) - Fix (r6601): The scroll bar could fall out of the window... more gui-fu needed... draft
Sun, 01 Oct 2006 14:55:53 +0000 peter1138 (svn r6607) - Fix (r6601): Fix selection of refit type when the list is scrolled. draft
Sun, 01 Oct 2006 14:48:22 +0000 miham (svn r6606) WebTranslator2 update to 2006-10-01 16:47:44 draft
Sun, 01 Oct 2006 12:25:31 +0000 peter1138 (svn r6602) - Feature: we now support NewGRF livery refits, as used by DBsetXL, amongst others. This requires a savegame bump to save the cargo subtype. draft
Sun, 01 Oct 2006 12:00:32 +0000 peter1138 (svn r6601) - Codechange: Support cargo subtypes in the refit window. The refit window has been altered to support resizing and scrolling. Note that the cargo subtype isn't yet passed for actual refitting yet. (Based on mart3p's patch) draft