summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-17(svn r22094) -Fix [FS#4510]: remove invalid keycodes when reading hotkeys.cfgyexo
2011-02-17(svn r22093) -Fix [FS#4514]: The server list did not get sorted with one ↵rubidium
item in it, so the "position in the list" variable was never updated causing problems when using the keyboard shortcuts for scrolling
2011-02-17(svn r22092) -Fix-ish (r22068): when you change a boolean to a enum, check ↵rubidium
specifically for a particular value
2011-02-17(svn r22091) -Update from WebTranslator v3.0:translators
simplified_chinese - 41 changes by ww9980 danish - 23 changes by beruic, krak brazilian_portuguese - 125 changes by Luis_Mizuchiro thai - 19 changes by kenny urdu - 15 changes by yasirniazkhan
2011-02-16(svn r22090) -Doc: Explain OpenTTD's ports and their role in multiplayer and ↵planetmaker
especially for servers
2011-02-16(svn r22089) -Update from WebTranslator v3.0:translators
afrikaans - 96 changes by Maccie123 arabic_egypt - 29 changes by kasakg danish - 69 changes by krak indonesian - 17 changes by adjayanto brazilian_portuguese - 25 changes by Luis_Mizuchiro urdu - 80 changes by yasirniazkhan
2011-02-15(svn r22087) -Fix: When deleting towns, only relocate objects during DC_EXEC.terkhen
2011-02-15(svn r22086) -Fix: do not check if we can allocate an item if we won't try ↵smatz
to do so anyway
2011-02-15(svn r22085) -Fix: assert when connecting to the admin portsmatz
2011-02-14(svn r22084) -Change: [NewGRF] Check grf version strictly and consider grfs ↵frosch
with version < 2 as incompatible. If you have trouble with certain grfs from BaNaNaS, then bother the author about fixing the grf.
2011-02-14(svn r22083) -Change: trunk is heading towards 1.2 nowrubidium
2011-02-14(svn r22081) -Fix [FS#4489]: if fullscreen fails with current resolution, ↵glx
use desktop resolution
2011-02-14(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few ↵planetmaker
existing comments
2011-02-14(svn r22079) -Fix: The owner view of the smallmap was not updated after a ↵terkhen
company colour change.
2011-02-14(svn r22078) -Fix [FS#4499]: maximum train length interfered with wagon ↵rubidium
replacement when wagon removal was turned on
2011-02-14(svn r22077) -Update from WebTranslator v3.0:translators
latvian - 2 changes by skazhy
2011-02-14(svn r22076) -Fix (r22075): build failed with GCCsmatz
2011-02-13(svn r22075) -Fix [FS#4501]: newgrfs with invalid multi-tile houses could ↵yexo
cause a valid 1x1 house following it to be seen as multi-tile, causing crashes
2011-02-13(svn r22074) -Cleanup (r22073): there was already a setting-callback that ↵yexo
did what is needed
2011-02-13(svn r22073) -Fix: immediately update the train weight when you change the ↵yexo
multiplier for train cargo weight
2011-02-13(svn r22072) -Fix (r21966): flipping wasn't (correctly) disabled in some casesrubidium
2011-02-13(svn r22071) -Fix (r20075): some hotkey names in hotkey.cfg for the scenario ↵yexo
editor toolbar were completely bogus
2011-02-12(svn r22070) -Fix [FS#4503] (r21399): crashes when disconnecting after ↵rubidium
requesting the map
2011-02-12(svn r22069) -Fix: delete all savegame packets, not just the first onerubidium
2011-02-12(svn r22068) -Codechange/Fix: return "connection lost" instead of "okay" ↵rubidium
when SendPackets closed the connection
2011-02-12(svn r22067) -Fix: don't hold a mutex when sending packets and thus possibly ↵rubidium
closing the connection as that wants to acquire the mutex again
2011-02-12(svn r22066) -Fix [FS#4502]: building a statue did not check whether the ↵rubidium
object pool is full
2011-02-12(svn r22065) -Fix [FS#4500]: pool allocation checks triggered when towns ↵rubidium
could not be built
2011-02-11(svn r22064) -Fix [FS#4497] (r21399): crash when disconnecting and ↵rubidium
reconnecting while the server is still saving the savegame
2011-02-11(svn r22063) -Change: make the "has network" check also check whether the ↵rubidium
client is actually fully connected
2011-02-11(svn r22062) -Fix: memory leak when saving fails mid-wayrubidium
2011-02-11(svn r22061) -Change: when loading old savegames with long trains set the ↵yexo
maximum train length to the length of the longest train
2011-02-11(svn r22060) -Update from WebTranslator v3.0:translators
arabic_egypt - 46 changes by Company_director hungarian - 20 changes by IPG spanish - 1 changes by Terkhen
2011-02-11(svn r22059) -Fix (r21179): Make the send chat message window follow the ↵terkhen
position of the status bar.
2011-02-11(svn r22058) -Fix (r22050): removing broken orders happened before the ↵rubidium
"front engine" conversion was done for road vehicles, so road vehicles didn't have orders anymore
2011-02-11(svn r22057) -Fix: waypoint conversion could (previously) silently overfill ↵rubidium
the pool and crash
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