Tue, 17 Aug 2010 19:52:44 +0000 |
yexo |
(svn r20527) -Codechange: move the flood code and remove some redundant checks
draft
|
Tue, 17 Aug 2010 17:45:49 +0000 |
translators |
(svn r20526) -Update from WebTranslator v3.0:
draft
|
Tue, 17 Aug 2010 11:59:52 +0000 |
yexo |
(svn r20525) -Codechange: make Aircraft::UpdateDeltaXY more readable by removing the MKIT macro
draft
|
Tue, 17 Aug 2010 11:59:09 +0000 |
yexo |
(svn r20524) -Codechange: remove old airport debug code
draft
|
Tue, 17 Aug 2010 09:49:31 +0000 |
frosch |
(svn r20523) -Fix [FS#4040]: Do not print a colon for AI settings with empty name.
draft
|
Tue, 17 Aug 2010 09:42:38 +0000 |
rubidium |
(svn r20522) -Fix [FS#4041] (r20482): the wrong "delete" was called for Objects
draft
|
Mon, 16 Aug 2010 17:45:46 +0000 |
translators |
(svn r20518) -Update from WebTranslator v3.0:
draft
|
Mon, 16 Aug 2010 17:25:11 +0000 |
terkhen |
(svn r20517) -Fix (r20516): Committed way too much.
draft
|
Mon, 16 Aug 2010 16:15:22 +0000 |
terkhen |
(svn r20516) -Feature [FS#3472]: Filter signs at the sign list window. (Zuu)
draft
|
Mon, 16 Aug 2010 15:18:21 +0000 |
rubidium |
(svn r20515) -Feature: ignore _ in console command names so there is no "inconsistent" behaviour w.r.t. underscores anymore without breaking backwards compatability greatly
draft
|
Mon, 16 Aug 2010 12:32:49 +0000 |
frosch |
(svn r20514) -Fix: Draw error messages in white by default, they may not have a colour code.
draft
|
Mon, 16 Aug 2010 12:21:17 +0000 |
rubidium |
(svn r20513) -Change: unify style of some "broken NewGRF" strings
draft
|
Mon, 16 Aug 2010 09:44:05 +0000 |
frosch |
(svn r20512) -Fix [FS#4036]: Generation seed is unsigned.
draft
|
Mon, 16 Aug 2010 08:33:28 +0000 |
frosch |
(svn r20511) -Fix: Initial height of townlist was not a multiple of the line height.
draft
|
Sun, 15 Aug 2010 23:44:45 +0000 |
rubidium |
(svn r20510) -Codechange: unify packet queue handling and make insertion O(1) instead of O(n)
draft
|
Sun, 15 Aug 2010 23:42:36 +0000 |
rubidium |
(svn r20509) -Change: don't cycle (quickly) through the shade states. Just make scrolling up shade the window and scrolling down unshade it. (avdg)
draft
|
Sun, 15 Aug 2010 23:32:36 +0000 |
michi_cc |
(svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in screenshot of the visible viewport. (Eddi)
draft
|
Sun, 15 Aug 2010 23:32:32 +0000 |
michi_cc |
(svn r20507) -Change: Remove the shortcut hints from the screenshot menu strings (as they're configurable now) and rename "Giant screenshot" to "Whole map screenshot".
draft
|
Sun, 15 Aug 2010 22:37:30 +0000 |
michi_cc |
(svn r20506) -Change: Vehicles will now stop loading after a load cycle that loaded less than possible, unless it's a full load order. This should improve behaviour with gradual loading and cargo continuously trickling in.
draft
|
Sun, 15 Aug 2010 19:59:48 +0000 |
frosch |
(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing railtype.
draft
|
Sun, 15 Aug 2010 19:53:53 +0000 |
frosch |
(svn r20504) -Codechange: Move updating of train's visual effect to separate function.
draft
|
Sun, 15 Aug 2010 18:35:57 +0000 |
frosch |
(svn r20503) -Fix (r18838): Powered wagons should check the railtype of the tile they are on, not where the engine is on.
draft
|
Sun, 15 Aug 2010 18:25:57 +0000 |
frosch |
(svn r20502) -Fix (r12330): VRF_POWEREDWAGON is part of train flags, not vehicle_flags.
draft
|
Sun, 15 Aug 2010 17:45:15 +0000 |
translators |
(svn r20501) -Update from WebTranslator v3.0:
draft
|
Sun, 15 Aug 2010 15:47:07 +0000 |
frosch |
(svn r20500) -Fix: When converting rail all trains with a part on the converted rails need updating. Not only engines, which have power afterwards. Also update Acceleration after updating Power.
draft
|
Sun, 15 Aug 2010 14:06:43 +0000 |
alberth |
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
draft
|
Sun, 15 Aug 2010 13:17:04 +0000 |
rubidium |
(svn r20498) -Fix [FS#4030]: ignore the non-stop state when comparing one order type to another order type
draft
|
Sun, 15 Aug 2010 11:58:20 +0000 |
rubidium |
(svn r20497) -Fix [FS#3960]: non-dedicated servers failing to load a game caused the introgame to be the server's game causing desyncs when people tried to join
draft
|
Sun, 15 Aug 2010 10:14:08 +0000 |
frosch |
(svn r20496) -Codechange: Remove IsProductionMinimum()/Maximum(). The 0 and 255 constants are used all over the place, no need for trivial wrapper functions.
draft
|
Sat, 14 Aug 2010 17:45:24 +0000 |
translators |
(svn r20493) -Update from WebTranslator v3.0:
draft
|
Sat, 14 Aug 2010 14:50:06 +0000 |
rubidium |
(svn r20490) -Change: merge the extra GRF sources so updating them becomes a bit easier.
draft
|
Sat, 14 Aug 2010 09:46:36 +0000 |
rubidium |
(svn r20489) -Fix [FS#4031]: [NoAI] checking whether water tiles are connected failed in some cases
draft
|
Sat, 14 Aug 2010 09:28:03 +0000 |
terkhen |
(svn r20488) -Fix [FS#4029]: Version detection for MSVC using mercurial failed (Hirundo).
draft
|
Sat, 14 Aug 2010 09:04:37 +0000 |
rubidium |
(svn r20487) -Fix: typo in comments
draft
|
Fri, 13 Aug 2010 17:45:36 +0000 |
translators |
(svn r20486) -Update from WebTranslator v3.0:
draft
|
Fri, 13 Aug 2010 14:28:51 +0000 |
terkhen |
(svn r20485) -Fix [FS#4012]: Sorting of refittable cargos was wrong for trains.
draft
|
Fri, 13 Aug 2010 14:26:29 +0000 |
terkhen |
(svn r20484) -Codechange: Move BuildRefitList to the RefitWindow class.
draft
|
Fri, 13 Aug 2010 14:24:47 +0000 |
terkhen |
(svn r20483) -Doc: RefitOption operators.
draft
|
Fri, 13 Aug 2010 12:45:26 +0000 |
rubidium |
(svn r20482) -Codechange: move some object related information off the map and unify the relation objects have to towns
draft
|
Fri, 13 Aug 2010 11:58:45 +0000 |
rubidium |
(svn r20481) -Fix: statues were not removed when towns would be removed
draft
|
Fri, 13 Aug 2010 11:57:59 +0000 |
rubidium |
(svn r20480) -Codechange: make CmdDeleteTown responsible for actually clearing tiles and such; ~Town still checks it though.
draft
|
Fri, 13 Aug 2010 07:34:28 +0000 |
frosch |
(svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF parameter GUI.
draft
|
Fri, 13 Aug 2010 00:36:12 +0000 |
yexo |
(svn r20478) -Codechange: remove support for 'helipad groups' because there are no airports with more than 1 helipad group
draft
|
Fri, 13 Aug 2010 00:21:03 +0000 |
yexo |
(svn r20477) -Codechange: remove some airport-related constants/functions and add some documentation
draft
|
Thu, 12 Aug 2010 22:36:42 +0000 |
yexo |
(svn r20476) -Codechange: simplify a check in aircraft_cmd.cpp by using the existing CanVehicleUseStation
draft
|
Thu, 12 Aug 2010 22:08:45 +0000 |
yexo |
(svn r20475) -Fix (r20474): also remove the include of crc32.hpp
draft
|
Thu, 12 Aug 2010 21:36:43 +0000 |
yexo |
(svn r20474) -Cleanup: remove some unused code
draft
|
Thu, 12 Aug 2010 19:18:58 +0000 |
rubidium |
(svn r20473) -Codechange: pass Town instead of TownID to BuildObject
draft
|
Thu, 12 Aug 2010 17:45:09 +0000 |
translators |
(svn r20472) -Update from WebTranslator v3.0:
draft
|
Thu, 12 Aug 2010 17:28:11 +0000 |
rubidium |
(svn r20471) -Fix: some files didn't have their svn properties set
draft
|
Thu, 12 Aug 2010 16:44:51 +0000 |
frosch |
(svn r20470) -Codechange: Make arrow buttons lower and raise like other buttons when clicked.
draft
|
Thu, 12 Aug 2010 14:20:02 +0000 |
frosch |
(svn r20469) -Fix (r20227): Building statues used different companys for CMD_LANDSCAPE_CLEAR during testrun and DC_EXEC.
draft
|
Thu, 12 Aug 2010 13:26:44 +0000 |
frosch |
(svn r20468) -Fix: Vehicledetails of non-trains accessed a non existing scrollbar, though values were unused.
draft
|
Thu, 12 Aug 2010 12:03:52 +0000 |
frosch |
(svn r20467) -Fix (r20453): Remove personal note.
draft
|
Thu, 12 Aug 2010 11:53:11 +0000 |
frosch |
(svn r20466) -Codechange: USe NWID_SELECTION to hide the scrollbar in dropdowns.
draft
|
Thu, 12 Aug 2010 11:46:20 +0000 |
frosch |
(svn r20465) -Codechange: Use NWID_SELECTION to hide horizontal scrollbar and 'sell chain' button for non-train depot windows.
draft
|
Thu, 12 Aug 2010 11:21:30 +0000 |
frosch |
(svn r20464) -Codechange/Fix: Do not use a scrollbar to store the number of columns for non-train depot windows.
draft
|
Thu, 12 Aug 2010 09:47:48 +0000 |
frosch |
(svn r20462) -Fix (r20452): Initialise scrollbar_index with -1 to indicate 'no scrollbar associated'.
draft
|
Thu, 12 Aug 2010 09:16:43 +0000 |
frosch |
(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
draft
|
Thu, 12 Aug 2010 09:14:34 +0000 |
frosch |
(svn r20460) -Codechange: Remove WF_SCROLL window flags and store the state directly in the scrollbar widget instead.
draft
|
Thu, 12 Aug 2010 09:13:04 +0000 |
frosch |
(svn r20459) -Codechange: Remove the Scrollbar members of Window and make NWidgetScrollbar inherit from Scrollbar instead.
draft
|
Thu, 12 Aug 2010 09:11:12 +0000 |
frosch |
(svn r20458) -Codechange: Move Scrollbar from window.cpp to widget.cpp
draft
|
Thu, 12 Aug 2010 09:09:24 +0000 |
frosch |
(svn r20457) -Codechange: Remove _scrolling_scrollbar and WF_SCROLL_MIDDLE and instead store the widget index of the being scrolled scrollbar in the Window.
draft
|
Thu, 12 Aug 2010 09:07:45 +0000 |
frosch |
(svn r20456) -Codechange: Add separate nested widget class for scrollbars.
draft
|
Thu, 12 Aug 2010 08:42:37 +0000 |
frosch |
(svn r20455) -Codechange: Rename some vscroll and vscroll2 to more suitable names.
draft
|
Thu, 12 Aug 2010 08:39:06 +0000 |
frosch |
(svn r20454) -Fix: some whitespace.
draft
|
Thu, 12 Aug 2010 08:37:01 +0000 |
frosch |
(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll and vscroll2.
draft
|
Thu, 12 Aug 2010 06:44:45 +0000 |
frosch |
(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate scrollbar explicitly using a NWidgetPart via SetScrollbar().
draft
|
Thu, 12 Aug 2010 06:40:28 +0000 |
frosch |
(svn r20451) -Codechange: Add helper function Window::GetScrollbar() to get the Scrollbar belonging to a scrollbar widget.
draft
|
Wed, 11 Aug 2010 19:09:26 +0000 |
rubidium |
(svn r20450) -Fix: same the airport tile ID mapping as well
draft
|
Wed, 11 Aug 2010 18:57:48 +0000 |
rubidium |
(svn r20449) -Codechange: unduplicate saving/loading of NewGRF ID + local id -> OpenTTD spec mappings
draft
|
Wed, 11 Aug 2010 18:50:23 +0000 |
rubidium |
(svn r20448) -Codechange: make some functions that can be const const
draft
|
Wed, 11 Aug 2010 17:45:29 +0000 |
translators |
(svn r20447) -Update from WebTranslator v3.0:
draft
|
Wed, 11 Aug 2010 14:14:06 +0000 |
rubidium |
(svn r20446) -Codechange: unify the location of the water class
draft
|
Wed, 11 Aug 2010 07:42:47 +0000 |
frosch |
(svn r20445) -Codechange (r20435): Some compilers (esp. mine) do not comply to the specs.
draft
|
Tue, 10 Aug 2010 23:32:09 +0000 |
rubidium |
(svn r20444) -Cleanup: unify writing of {NUM} x {NUM}
draft
|
Tue, 10 Aug 2010 23:31:43 +0000 |
rubidium |
(svn r20443) -Codechange: more TileHash to a more generic location
draft
|
Tue, 10 Aug 2010 17:45:21 +0000 |
translators |
(svn r20442) -Update from WebTranslator v3.0:
draft
|
Tue, 10 Aug 2010 16:45:32 +0000 |
rubidium |
(svn r20441) -Fix [FS#4024]: adding "goto nearest depot and stop" orders in one go was denied. This caused both AI adding those orders and backed up order restoration to fail.
draft
|
Tue, 10 Aug 2010 16:17:51 +0000 |
rubidium |
(svn r20440) -Fix: MSVC warning about shifting a 32 bit value and then converting it to 64 bits
draft
|
Tue, 10 Aug 2010 16:15:42 +0000 |
rubidium |
(svn r20439) -Fix [FS#4023]: MinGW compiler complaining about converting -1 to an unsigned int
draft
|
Tue, 10 Aug 2010 16:13:51 +0000 |
rubidium |
(svn r20438) -Fix [FS#4022]: for docks "facing" north, i.e. having the watery part a the northern side, the joiner had an off-by-one to the north w.r.t. the station spread against the actual other (correct) building tools
draft
|
Tue, 10 Aug 2010 15:54:53 +0000 |
rubidium |
(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well
draft
|
Tue, 10 Aug 2010 15:51:33 +0000 |
rubidium |
(svn r20436) -Codechange: use GRFFilePropsBase's spritegroup for stations.
draft
|
Tue, 10 Aug 2010 15:49:35 +0000 |
rubidium |
(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it for more spritegroups
draft
|
Mon, 09 Aug 2010 18:29:13 +0000 |
rubidium |
(svn r20427) -Revert (r20105): even though MCI has less problems with wrongly pitched songs than dmusic, it crashed instead.
draft
|
Mon, 09 Aug 2010 18:16:16 +0000 |
rubidium |
(svn r20426) -Update: the known bugs (part by Eddi|zuHause)
draft
|
Mon, 09 Aug 2010 17:45:31 +0000 |
translators |
(svn r20425) -Update from WebTranslator v3.0:
draft
|
Mon, 09 Aug 2010 10:59:30 +0000 |
terkhen |
(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with an existing define on MinGW).
draft
|
Mon, 09 Aug 2010 07:32:04 +0000 |
frosch |
(svn r20423) -Change [FS#3947]: Make snow on bridges depend on bridgeheight.
draft
|
Mon, 09 Aug 2010 07:30:50 +0000 |
frosch |
(svn r20422) -Change [FS#3947]: Resolve tracksprites on bridges always using the southern bridgehead as tile.
draft
|
Mon, 09 Aug 2010 07:19:44 +0000 |
frosch |
(svn r20421) -Change [FS#3947]: Make snowyness of bridgehead depend on the tileheight at the entry edge.
draft
|
Mon, 09 Aug 2010 07:10:42 +0000 |
frosch |
(svn r20420) -Codechange: Add TileContext enum instead of using a bool.
draft
|
Mon, 09 Aug 2010 06:48:52 +0000 |
frosch |
(svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cpp
draft
|
Sun, 08 Aug 2010 21:34:19 +0000 |
frosch |
(svn r20418) -Fix [FS#4017](r20125): During world generation the snow-mapbits are not yet available, so test the snowline variable directly (as before).
draft
|
Sun, 08 Aug 2010 19:50:07 +0000 |
rubidium |
(svn r20417) -Fix (r20345) [FS#4018]: the offset stored for objects shouldn't be substracted immediately from the TileIndex as that doesn't quite do the right thing
draft
|
Sun, 08 Aug 2010 17:45:15 +0000 |
translators |
(svn r20416) -Update from WebTranslator v3.0:
draft
|
Sun, 08 Aug 2010 11:21:24 +0000 |
alberth |
(svn r20415) -Add: Clicking at the smallmap disables updates from the industry chain window.
draft
|
Sun, 08 Aug 2010 11:17:14 +0000 |
alberth |
(svn r20414) -Feature: Enable industries in the smallmap displayed in the industry chain window.
draft
|
Sun, 08 Aug 2010 11:12:34 +0000 |
rubidium |
(svn r20413) -Fix (r20326): some comments got a bit outdated
draft
|
Sun, 08 Aug 2010 11:02:57 +0000 |
alberth |
(svn r20412) -Codechange: Replace an if by a switch in IndustryCargoesWindow::OnClick.
draft
|
Sun, 08 Aug 2010 10:59:30 +0000 |
rubidium |
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
draft
|
Sun, 08 Aug 2010 10:47:09 +0000 |
alberth |
(svn r20410) -Codechange: Move smallmap map-type switching to a function.
draft
|
Sun, 08 Aug 2010 09:07:40 +0000 |
rubidium |
(svn r20409) -Codechange: reduce the number of includes needed by newgrf.h
draft
|
Sun, 08 Aug 2010 08:52:47 +0000 |
frosch |
(svn r20408) -Fix [FS#4013]: PBS reservations were always displayed on halftile foundations if the railtype uses overlays.
draft
|
Sat, 07 Aug 2010 22:08:20 +0000 |
rubidium |
(svn r20407) -Codechange: make AirportClass use the new generic class
draft
|
Sat, 07 Aug 2010 22:07:07 +0000 |
rubidium |
(svn r20406) -Codechange: make StationClass use the new generic class
draft
|
Sat, 07 Aug 2010 22:05:58 +0000 |
rubidium |
(svn r20405) -Add: generic class for "classes" for NewGRFs, e.g. the Station classes and Airport classes
draft
|
Sat, 07 Aug 2010 21:39:30 +0000 |
rubidium |
(svn r20404) -Codechange: remove the need for StationSpec::allocated
draft
|
Sat, 07 Aug 2010 21:32:39 +0000 |
yexo |
(svn r20403) -Fix (r20399): forgot to update regression
draft
|
Sat, 07 Aug 2010 21:10:57 +0000 |
rubidium |
(svn r20402) -Codechange: rename the airport/station class id to something slightly more generic
draft
|
Sat, 07 Aug 2010 21:03:38 +0000 |
rubidium |
(svn r20401) -Codechange: let HouseSpec use GRFFileProps
draft
|
Sat, 07 Aug 2010 20:52:45 +0000 |
rubidium |
(svn r20400) -Codechange: let StationSpec use GRFFilePropsBase
draft
|
Sat, 07 Aug 2010 20:51:53 +0000 |
yexo |
(svn r20399) -Change: [NoAI] AIIndustry::IsCargoAccepted now returns 3 possible values so AIs can detect a temporaral refusal from an industry to accept some cargo type
draft
|
Sat, 07 Aug 2010 20:51:07 +0000 |
rubidium |
(svn r20398) -Codechange: move some variables of GRFFileProps into (the new) GRFFilePropsBase
draft
|
Sat, 07 Aug 2010 20:36:23 +0000 |
alberth |
(svn r20397) -Feature: Display industry smallmap colour in the industry chain window.
draft
|
Sat, 07 Aug 2010 20:11:27 +0000 |
yexo |
(svn r20396) -Codechange: introduce a helper function to test whether an industry temporarily refues to accept some cargo
draft
|
Sat, 07 Aug 2010 17:45:19 +0000 |
translators |
(svn r20395) -Update from WebTranslator v3.0:
draft
|
Fri, 06 Aug 2010 20:52:53 +0000 |
yexo |
(svn r20394) -Fix [FS#4010]: make the default minimum width for editboxes 10 pixels
draft
|
Fri, 06 Aug 2010 20:28:16 +0000 |
alberth |
(svn r20393) -Fix [FS#3993]: Prevent taking over competitors when you'd get too many vehicles.
draft
|