summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-15(svn r20510) -Codechange: unify packet queue handling and make insertion ↵rubidium
O(1) instead of O(n)
2010-08-15(svn r20509) -Change: don't cycle (quickly) through the shade states. Just ↵rubidium
make scrolling up shade the window and scrolling down unshade it. (avdg)
2010-08-15(svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in ↵michi_cc
screenshot of the visible viewport. (Eddi)
2010-08-15(svn r20507) -Change: Remove the shortcut hints from the screenshot menu ↵michi_cc
strings (as they're configurable now) and rename "Giant screenshot" to "Whole map screenshot".
2010-08-15(svn r20506) -Change: Vehicles will now stop loading after a load cycle that ↵michi_cc
loaded less than possible, unless it's a full load order. This should improve behaviour with gradual loading and cargo continuously trickling in.
2010-08-15(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing ↵frosch
railtype.
2010-08-15(svn r20504) -Codechange: Move updating of train's visual effect to separate ↵frosch
function.
2010-08-15(svn r20503) -Fix (r18838): Powered wagons should check the railtype of the ↵frosch
tile they are on, not where the engine is on.
2010-08-15(svn r20502) -Fix (r12330): VRF_POWEREDWAGON is part of train flags, not ↵frosch
vehicle_flags.
2010-08-15(svn r20501) -Update from WebTranslator v3.0:translators
simplified_chinese - 3 changes by pda1573 chuvash - 7 changes by mefisteron estonian - 5 changes by Jaanus hungarian - 6 changes by IPG turkish - 28 changes by niw3
2010-08-15(svn r20500) -Fix: When converting rail all trains with a part on the ↵frosch
converted rails need updating. Not only engines, which have power afterwards. Also update Acceleration after updating Power.
2010-08-15(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.alberth
2010-08-15(svn r20498) -Fix [FS#4030]: ignore the non-stop state when comparing one ↵rubidium
order type to another order type
2010-08-15(svn r20497) -Fix [FS#3960]: non-dedicated servers failing to load a game ↵rubidium
caused the introgame to be the server's game causing desyncs when people tried to join
2010-08-15(svn r20496) -Codechange: Remove IsProductionMinimum()/Maximum(). The 0 and ↵frosch
255 constants are used all over the place, no need for trivial wrapper functions.
2010-08-14(svn r20493) -Update from WebTranslator v3.0:translators
croatian - 1 changes by VoyagerOne italian - 4 changes by lorenzodv korean - 2 changes by junho2813 polish - 2 changes by silver_777 russian - 4 changes by Lone_Wolf slovenian - 31 changes by ntadej vietnamese - 1 changes by nglekhoi
2010-08-14(svn r20490) -Change: merge the extra GRF sources so updating them becomes a ↵rubidium
bit easier. The (prebuilt) grf will still remain, so if you don't have NFORenum and GRFCodec it will still work.
2010-08-14(svn r20489) -Fix [FS#4031]: [NoAI] checking whether water tiles are ↵rubidium
connected failed in some cases
2010-08-14(svn r20488) -Fix [FS#4029]: Version detection for MSVC using mercurial ↵terkhen
failed (Hirundo).
2010-08-14(svn r20487) -Fix: typo in commentsrubidium
2010-08-13(svn r20486) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by Wowanxm croatian - 4 changes by VoyagerOne dutch - 4 changes by habell finnish - 3 changes by jpx_ french - 3 changes by glx german - 3 changes by planetmaker italian - 2 changes by lorenzodv polish - 5 changes by xine serbian - 6 changes by etran spanish - 3 changes by Terkhen vietnamese - 4 changes by nglekhoi
2010-08-13(svn r20485) -Fix [FS#4012]: Sorting of refittable cargos was wrong for trains.terkhen
2010-08-13(svn r20484) -Codechange: Move BuildRefitList to the RefitWindow class.terkhen
2010-08-13(svn r20483) -Doc: RefitOption operators.terkhen
2010-08-13(svn r20482) -Codechange: move some object related information off the map ↵rubidium
and unify the relation objects have to towns
2010-08-13(svn r20481) -Fix: statues were not removed when towns would be removedrubidium
2010-08-13(svn r20480) -Codechange: make CmdDeleteTown responsible for actually ↵rubidium
clearing tiles and such; ~Town still checks it though.
2010-08-13(svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF ↵frosch
parameter GUI.
2010-08-13(svn r20478) -Codechange: remove support for 'helipad groups' because there ↵yexo
are no airports with more than 1 helipad group
2010-08-13(svn r20477) -Codechange: remove some airport-related constants/functions ↵yexo
and add some documentation
2010-08-12(svn r20476) -Codechange: simplify a check in aircraft_cmd.cpp by using the ↵yexo
existing CanVehicleUseStation
2010-08-12(svn r20475) -Fix (r20474): also remove the include of crc32.hppyexo
2010-08-12(svn r20474) -Cleanup: remove some unused codeyexo
2010-08-12(svn r20473) -Codechange: pass Town instead of TownID to BuildObjectrubidium
2010-08-12(svn r20472) -Update from WebTranslator v3.0:translators
italian - 2 changes by lorenzodv russian - 1 changes by Lone_Wolf
2010-08-12(svn r20471) -Fix: some files didn't have their svn properties setrubidium
2010-08-12(svn r20470) -Codechange: Make arrow buttons lower and raise like other ↵frosch
buttons when clicked.
2010-08-12(svn r20469) -Fix (r20227): Building statues used different companys for ↵frosch
CMD_LANDSCAPE_CLEAR during testrun and DC_EXEC.
2010-08-12(svn r20468) -Fix: Vehicledetails of non-trains accessed a non existing ↵frosch
scrollbar, though values were unused.
2010-08-12(svn r20467) -Fix (r20453): Remove personal note.frosch
2010-08-12(svn r20466) -Codechange: USe NWID_SELECTION to hide the scrollbar in dropdowns.frosch
2010-08-12(svn r20465) -Codechange: Use NWID_SELECTION to hide horizontal scrollbar ↵frosch
and 'sell chain' button for non-train depot windows.
2010-08-12(svn r20464) -Codechange/Fix: Do not use a scrollbar to store the number of ↵frosch
columns for non-train depot windows.
2010-08-12(svn r20462) -Fix (r20452): Initialise scrollbar_index with -1 to indicate ↵frosch
'no scrollbar associated'.
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and ↵frosch
WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
2010-08-12(svn r20460) -Codechange: Remove WF_SCROLL window flags and store the state ↵frosch
directly in the scrollbar widget instead.
2010-08-12(svn r20459) -Codechange: Remove the Scrollbar members of Window and make ↵frosch
NWidgetScrollbar inherit from Scrollbar instead.
2010-08-12(svn r20458) -Codechange: Move Scrollbar from window.cpp to widget.cppfrosch
2010-08-12(svn r20457) -Codechange: Remove _scrolling_scrollbar and WF_SCROLL_MIDDLE ↵frosch
and instead store the widget index of the being scrolled scrollbar in the Window.
2010-08-12(svn r20456) -Codechange: Add separate nested widget class for scrollbars.frosch