summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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