summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-12(svn r21485) -Codechange: use CircularTileSearch to find whether there's a ↵rubidium
transmitter nearby
2010-12-12(svn r21484) -Codechange: use TILE_AREA_LOOP in CommonRaiseLowerBigLandrubidium
2010-12-12(svn r21483) -Codechange: make StationRect::ScanForStationTiles make use of ↵rubidium
TILE_AREA_LOOP. Making use of make makes me making use of my brain to determine whether I make use of tautology, or make use of pleonasm, or make use of both, or even make use of neither
2010-12-12(svn r21482) -Codechange: make landscape clearing make use of TILE_AREA_LOOP ↵rubidium
as well
2010-12-12(svn r21481) -Codechange: make rail conversion make use of TILE_AREA_LOOP as ↵rubidium
well
2010-12-12(svn r21480) -Change [FS#4292]: make it possible to start actions that ↵rubidium
require selecting stuff (landscaping, vehicle cloning, etc) in the viewport while paused. As side-effect you'll get an error message explaining the command can't be executed because the game is paused instead of seemingly nothing happening when you click. Addition side effect of this is that you can make use of the measurement tooltip while paused
2010-12-12(svn r21479) -Fix (r9563): Keep transparency for textual stuff in newspaper.frosch
2010-12-12(svn r21478) -Change [FS#4297]: improve some order related tooltips. Based ↵rubidium
on patch by Krille
2010-12-12(svn r21477) -Fix [FS#4300]: tooltips were removed when their related window ↵rubidium
got closed
2010-12-12(svn r21476) -Fix [FS#4299]: DC_FORCE_CLEAR_TILE should only add extra cost ↵frosch
for clearing water for stuff which results in water after clearing.
2010-12-12(svn r21475) -Fix: MSVC's code analyser says DeleteObject shouldn't be ↵rubidium
called with NULL
2010-12-12(svn r21474) -Fix: some MSVC code analysis warnings in strgenrubidium
2010-12-11(svn r21473) -Feature [FS#4279]: [NewGRF] Use the station graphics property ↵rubidium
to determine a fallback for the depot sprites
2010-12-11(svn r21472) -Fix [FS#4298] (r21459-ish): make sure the query window is only ↵rubidium
opened once per parent window / callback.
2010-12-11(svn r21471) -Change [FS#4153]: make building aqueducts behave more like ↵rubidium
building tunnels. They can't be built on flat (or foundationed) tiles, so there is at most one destination tile like there is only one for tunnels
2010-12-11(svn r21470) -Codechange: add method to get the distance from the edge in a ↵rubidium
given direction
2010-12-11(svn r21469) -Update from WebTranslator v3.0:translators
basque - 32 changes by HerrBasque english_US - 5 changes by Rubidium finnish - 5 changes by jpx_ french - 5 changes by glx german - 6 changes by planetmaker italian - 5 changes by lorenzodv spanish - 5 changes by Terkhen
2010-12-11(svn r21468) -Change: make sure the end of a bridge is always a valid tile ↵rubidium
as well, and for aqueducts show "wrong land slope" when that would be more appropriate than "bridge heads not at same height"
2010-12-11(svn r21467) -Doc: Add a few doxygen comments to config file settings code.alberth
2010-12-11(svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle.rubidium
2010-12-11(svn r21465) -Cleanup [FS#4295]: remove some dead code (fonsinchen)rubidium
2010-12-11(svn r21464) -Add: Explicitly make 'shared orders' an option in the orders menuplanetmaker
2010-12-11(svn r21463) -Fix [FS#4296] (r21405): when packets are filled their pos and ↵rubidium
size aren't the same as when they're read. As a check was incorrect.
2010-12-11(svn r21462) -Codechange [FS#3689]: don't do unnecessary cargo reservations ↵rubidium
in while loading/unloading vehicles. It is only needed when at least one vehicle is loading; all other times it is a waste of effort. Roughly halves the time it takes to perform loading/unloading of vehicles (fonsinchen)
2010-12-11(svn r21461) -Feature(tte) [FS#3711]: make it more clear that you're ↵rubidium
stopping a shared order, and make it possible retain the order list upon unsharing (sbr)
2010-12-11(svn r21460) -Change [FS#3975]: place the bridge building window under the ↵rubidium
mouse instead of somewhere randomly on the screen and change the default sort order
2010-12-10(svn r21459) -Feature(tte) [FS#3217]: Hotkey Ctrl+W for returning to the ↵planetmaker
main menu
2010-12-10(svn r21458) -Fix [FS#4180]: possible crash when news item gets removed at ↵rubidium
just the wrong moment
2010-12-10(svn r21457) -Feature(tte) [FS#4215]: scroll to the inserted order (thror)rubidium
2010-12-10(svn r21456) -Fix: [NewGRF] make sure the parameter for house var 60 is the ↵yexo
id of an original house
2010-12-10(svn r21455) -Feature [NewGRF]: selecting of different views of an objectrubidium
2010-12-10(svn r21454) -Codechange: add support for object variable 48rubidium
2010-12-10(svn r21453) -Codechange: add the view of an object to the savegamerubidium
2010-12-10(svn r21452) -Codechange: read object property 17 (number of views)rubidium
2010-12-10(svn r21451) -Fix (r21449): make sure the matrix's child widget's size is ↵rubidium
updated with the right widget index
2010-12-10(svn r21450) -Update from WebTranslator v3.0:translators
romanian - 14 changes by kkmic ukrainian - 6 changes by Fixer
2010-12-10(svn r21449) -Change: make the waypoint window make use the generic "matrix" ↵rubidium
widget
2010-12-10(svn r21448) -Add: generic widget for creating a scrollable (one direction) ↵rubidium
and resizable (both directions) area with same sized widgets
2010-12-10(svn r21447) -Add: accessor function to get the direction of a scrollbarrubidium
2010-12-09(svn r21446) -Doc: doxygen comments for some functions in strings.cppyexo
2010-12-09(svn r21445) -Fix: [NewGRF] fix gender choice lists in newgrf strings.yexo
Change: strgen no longer writes the type of a string for a gender choice list
2010-12-09(svn r21444) -Codechange: compute the type of elements in the argv string ↵yexo
array on the fly and compare it with the type set by strgen
2010-12-09(svn r21443) -Update from WebTranslator v3.0:translators
croatian - 6 changes by VoyagerOne english_US - 8 changes by Rubidium german - 9 changes by planetmaker hungarian - 1 changes by IPG serbian - 6 changes by etran
2010-12-09(svn r21442) -Fix [FS#4293] (r21412): don't use the current company for ↵rubidium
awarding subsidies; it's not quite valid there
2010-12-09(svn r21441) -Codechange: check all accesses to the argv array so a bad ↵yexo
NewGRF can 'only' trigger an assert but no longer cause an invalid memory read
2010-12-09(svn r21440) -Codechange: pass a pointer to just past the end of the argv ↵yexo
array around in FormatString and friends
2010-12-08(svn r21439) -Update from WebTranslator v3.0:translators
belarusian - 6 changes by KorneySan dutch - 6 changes by habell finnish - 6 changes by jpx_ french - 6 changes by glx hungarian - 7 changes by IPG italian - 6 changes by lorenzodv polish - 6 changes by voythas russian - 6 changes by Lone_Wolf slovenian - 6 changes by ntadej spanish - 6 changes by Terkhen vietnamese - 6 changes by nglekhoi
2010-12-08(svn r21438) -Fix (r21424): fix triggered an assertion when the build did ↵rubidium
support networking
2010-12-08(svn r21437) -Fix: Object newgrf debug data table was outdatedrubidium
2010-12-08(svn r21436) -Fix: LTO was no longer detected for GCC 4.6smatz