summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-11(svn r22056) -Fix [FS#4408]: metric and imperial HP are not the same. As ↵rubidium
imperial HP are used internally, set a conversion rate for metric HP -Change: make the imperial HP to kW conversions a bit more precise
2011-02-11(svn r22055) -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused ↵yexo
the squirrel compiler to crash
2011-02-10(svn r22054) -Codechange: support for rounding the converted units to their ↵rubidium
closest integral value instead of flooring
2011-02-10(svn r22053) -Fix: The land area information window was not updated after a ↵terkhen
language change.
2011-02-10(svn r22052) -Update from WebTranslator v3.0:translators
catalan - 11 changes by arnau
2011-02-10(svn r22051) -Fix (r21935): Roads under road stops would get a wrong owner ↵terkhen
after overbuilding.
2011-02-10(svn r22050) -Fix-ish [FS#4496]: in ancient savegames, e.g. TTO savegames, ↵rubidium
non primary vehicles (wagons and such) could have unitnumbers or even orders. However, these orders would not be updated when a station is removed. As such some savegames have wagons with current orders to invalid stations which triggers trouble in the load conversion. So, trash any orders/unitnumbers a non-primary vehicle has.
2011-02-10(svn r22049) -Codechange: Add assert condition to GetRoadOwner.terkhen
2011-02-10(svn r22048) -Fix (r4495): company 0 does not always exist, so put temporary ↵glx
vehicles in a valid company
2011-02-10(svn r22047) -Fix: selling a vehicle triggered the assert added in r22041yexo
2011-02-09(svn r22046) -Fix [FS#4487]: Make sure order indices stay in range when ↵frosch
copying, sharing, unsharing or deleting all orders.
2011-02-09(svn r22045) -Codechange: Move cancelling the current loading order on ↵frosch
deleting the current order to a separate function.
2011-02-09(svn r22044) -Fix [FS#4493]: update the consist cache when a part of a train ↵rubidium
is flipped in the depot
2011-02-09(svn r22043) -Fix: invalidate the right windows when a part of a train is ↵rubidium
flipped in the depot
2011-02-09(svn r22042) -Fix: when loading a TTO/TTD savegame, verify we can allocate a ↵smatz
CargoPacket before actually trying to do so
2011-02-09(svn r22041) -Codechange: add a check that we called ↵smatz
PoolItem::CanAllocateItem() before actually allocating it
2011-02-09(svn r22040) -Codechange: handle case where too many Engines would be ↵rubidium
loaded, and ensure we don't overfill the SpriteGroup pool
2011-02-09(svn r22039) -Update from WebTranslator v3.0:translators
dutch - 3 changes by habell korean - 3 changes by junho2813 brazilian_portuguese - 99 changes by Luis_Mizuchiro serbian - 1 changes by etran
2011-02-09(svn r22038) -Fix (r21406): Tab completion in chat did not cycle through all ↵terkhen
possible options.
2011-02-09(svn r22037) -Codechange: remove some unneeded (hidden) castingrubidium
2011-02-09(svn r22036) -Codechange: rename units to match coding style, and give ↵rubidium
conversion variables a more descriptive name
2011-02-09(svn r22035) -Codechange: refactor (display) unit conversion to happen at a ↵rubidium
single place
2011-02-08(svn r22034) -Fix [FS#4488]: crash when watching the vehicle view of a ↵rubidium
vehicle that has multiple sequential nearest depot orders (or consists of a single nearest depot order) when there is no depot with index 0
2011-02-08(svn r22033) -Fix: don't crash when there are too many objects generated ↵smatz
already when placing transmitters
2011-02-08(svn r22032) -Codechange: add some asserts to verify we don't allocate too ↵rubidium
many NetworkClientSockets/Infos
2011-02-08(svn r22031) -Fix: bad servers could crash a clientrubidium
2011-02-08(svn r22030) -Cleanup: dead code in NetworkGameWindow::OnInvalidateData (adf88)rubidium
2011-02-08(svn r22029) -Fix [FS#4482]: the server list got not resorted/redrawn after ↵rubidium
NewGRFs were downloaded
2011-02-08(svn r22028) -Cleanup: remove traces of a debugging "feature" that got ↵rubidium
disabled a long time ago
2011-02-08(svn r22027) -Update from WebTranslator v3.0:translators
traditional_chinese - 38 changes by josesun luxembourgish - 12 changes by Phreeze
2011-02-08(svn r22026) -Fix: don't crash when we generate too many objects while ↵smatz
generating map
2011-02-08(svn r22025) -Fix: verify there is enough space in the pool when creating ↵smatz
new pool items while loading old savegames
2011-02-08(svn r22024) -Fix [FS#4468]: verify we can allocate an OrderList before we ↵smatz
actually try to do so (Rubidium)
2011-02-08(svn r22023) -Fix: verify we can allocate a CargoPacket and CargoPayment ↵smatz
before we actually try to do so -Codechange: increase the limit of number of CargoPayments to match the limit of Vehicles (Rubidium)
2011-02-08(svn r22022) -Fix [FS#4468]: verify we can allocate an order before we ↵smatz
actually try to do so
2011-02-07(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so ↵rubidium
it doesn't recompile everything that needs to be recompiled...
2011-02-07(svn r22020) -Fix: load of failures of WT3 to properly validate some strings...rubidium
2011-02-07(svn r22019) -Codechange: s/functions.h/clear_func.h/rubidium
2011-02-07(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.hrubidium
2011-02-07(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.hrubidium
2011-02-07(svn r22016) -Fix [FS#4479]: when paused and having the allowed actions ↵rubidium
while paused setting on "no actions" cheating money would fail
2011-02-07(svn r22015) -Codechange: move yet another pair of methods from functions.hrubidium
2011-02-07(svn r22014) -Codechange: move some more functions out of functions.hrubidium
2011-02-07(svn r22013) -Codechange: move some functions out of functions.hrubidium
2011-02-07(svn r22012) -Add: [NewGRF] Test all industry layouts also when prospectingplanetmaker
2011-02-07(svn r22011) -Codechange: Rename a few variables and enhance code clearityplanetmaker
2011-02-07(svn r22010) -Feature-ette [FS#4131]: [NewGRF] Test all possible industry ↵planetmaker
layouts during construction and add another pony to andy's stables
2011-02-07(svn r22009) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by KorneySan croatian - 11 changes by VoyagerOne estonian - 3 changes by notAbot romanian - 10 changes by kkmic russian - 5 changes by KorneySan, Lone_Wolf, perk11 spanish - 3 changes by Terkhen swedish - 9 changes by Ledel
2011-02-07(svn r22008) -Add [FS#4470]: log the command that invocated configure in ↵rubidium
config.log
2011-02-07(svn r22007) -Change: only show one AI per unique ID instead of all versions ↵rubidium
in the output of "openttd -h"