summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-08-12(svn r20455) -Codechange: Rename some vscroll and vscroll2 to more suitable ↵frosch
names.
2010-08-12(svn r20454) -Fix: some whitespace.frosch
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ↵frosch
and vscroll2. Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion.
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate ↵frosch
scrollbar explicitly using a NWidgetPart via SetScrollbar().
2010-08-12(svn r20451) -Codechange: Add helper function Window::GetScrollbar() to get ↵frosch
the Scrollbar belonging to a scrollbar widget.
2010-08-11(svn r20450) -Fix: same the airport tile ID mapping as wellrubidium
2010-08-11(svn r20449) -Codechange: unduplicate saving/loading of NewGRF ID + local id ↵rubidium
-> OpenTTD spec mappings
2010-08-11(svn r20448) -Codechange: make some functions that can be const construbidium
2010-08-11(svn r20447) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by Wowanxm finnish - 2 changes by jpx_ french - 2 changes by glx german - 3 changes by planetmaker hungarian - 17 changes by IPG irish - 7 changes by tem romanian - 2 changes by tonny spanish - 3 changes by Terkhen swedish - 3 changes by Zuu
2010-08-11(svn r20446) -Codechange: unify the location of the water classrubidium
2010-08-11(svn r20445) -Codechange (r20435): Some compilers (esp. mine) do not comply ↵frosch
to the specs.
2010-08-10(svn r20444) -Cleanup: unify writing of {NUM} x {NUM}rubidium
2010-08-10(svn r20443) -Codechange: more TileHash to a more generic locationrubidium
2010-08-10(svn r20442) -Update from WebTranslator v3.0:translators
czech - 2 changes by Hadez dutch - 2 changes by habell french - 2 changes by glx italian - 2 changes by lorenzodv polish - 2 changes by lion spanish - 2 changes by Terkhen
2010-08-10(svn r20441) -Fix [FS#4024]: adding "goto nearest depot and stop" orders in ↵rubidium
one go was denied. This caused both AI adding those orders and backed up order restoration to fail.
2010-08-10(svn r20440) -Fix: MSVC warning about shifting a 32 bit value and then ↵rubidium
converting it to 64 bits
2010-08-10(svn r20439) -Fix [FS#4023]: MinGW compiler complaining about converting -1 ↵rubidium
to an unsigned int
2010-08-10(svn r20438) -Fix [FS#4022]: for docks "facing" north, i.e. having the ↵rubidium
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
2010-08-10(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as wellrubidium
2010-08-10(svn r20436) -Codechange: use GRFFilePropsBase's spritegroup for stations.rubidium
2010-08-10(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare ↵rubidium
it for more spritegroups
2010-08-09(svn r20427) -Revert (r20105): even though MCI has less problems with ↵rubidium
wrongly pitched songs than dmusic, it crashed instead.
2010-08-09(svn r20426) -Update: the known bugs (part by Eddi|zuHause)rubidium
2010-08-09(svn r20425) -Update from WebTranslator v3.0:translators
simplified_chinese - 14 changes by pda1573 traditional_chinese - 32 changes by josesun chuvash - 25 changes by mefisteron croatian - 3 changes by VoyagerOne estonian - 44 changes by KSiimson german - 3 changes by planetmaker hungarian - 1 changes by IPG italian - 1 changes by lorenzodv russian - 3 changes by Lone_Wolf serbian - 2 changes by etran
2010-08-09(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with ↵terkhen
an existing define on MinGW).
2010-08-09(svn r20423) -Change [FS#3947]: Make snow on bridges depend on bridgeheight.frosch
2010-08-09(svn r20422) -Change [FS#3947]: Resolve tracksprites on bridges always using ↵frosch
the southern bridgehead as tile.
2010-08-09(svn r20421) -Change [FS#3947]: Make snowyness of bridgehead depend on the ↵frosch
tileheight at the entry edge.
2010-08-09(svn r20420) -Codechange: Add TileContext enum instead of using a bool.frosch
2010-08-09(svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cppfrosch
2010-08-08(svn r20418) -Fix [FS#4017](r20125): During world generation the ↵frosch
snow-mapbits are not yet available, so test the snowline variable directly (as before).
2010-08-08(svn r20417) -Fix (r20345) [FS#4018]: the offset stored for objects ↵rubidium
shouldn't be substracted immediately from the TileIndex as that doesn't quite do the right thing
2010-08-08(svn r20416) -Update from WebTranslator v3.0:translators
finnish - 3 changes by jpx_ german - 1 changes by BRFBlake italian - 8 changes by lorenzodv romanian - 2 changes by tonny
2010-08-08(svn r20415) -Add: Clicking at the smallmap disables updates from the ↵alberth
industry chain window.
2010-08-08(svn r20414) -Feature: Enable industries in the smallmap displayed in the ↵alberth
industry chain window.
2010-08-08(svn r20413) -Fix (r20326): some comments got a bit outdatedrubidium
2010-08-08(svn r20412) -Codechange: Replace an if by a switch in ↵alberth
IndustryCargoesWindow::OnClick.
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are ↵rubidium
actually movable; e.g. HQ and owned land are pretty movable.
2010-08-08(svn r20410) -Codechange: Move smallmap map-type switching to a function.alberth
2010-08-08(svn r20409) -Codechange: reduce the number of includes needed by newgrf.hrubidium
2010-08-08(svn r20408) -Fix [FS#4013]: PBS reservations were always displayed on ↵frosch
halftile foundations if the railtype uses overlays.
2010-08-07(svn r20407) -Codechange: make AirportClass use the new generic classrubidium
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
2010-08-07(svn r20405) -Add: generic class for "classes" for NewGRFs, e.g. the Station ↵rubidium
classes and Airport classes
2010-08-07(svn r20404) -Codechange: remove the need for StationSpec::allocatedrubidium
2010-08-07(svn r20403) -Fix (r20399): forgot to update regressionyexo
2010-08-07(svn r20402) -Codechange: rename the airport/station class id to something ↵rubidium
slightly more generic
2010-08-07(svn r20401) -Codechange: let HouseSpec use GRFFilePropsrubidium