summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-12(svn r22068) -Codechange/Fix: return "connection lost" instead of "okay" when...rubidium
2011-02-12(svn r22067) -Fix: don't hold a mutex when sending packets and thus possibly ...rubidium
2011-02-12(svn r22066) -Fix [FS#4502]: building a statue did not check whether the obje...rubidium
2011-02-12(svn r22065) -Fix [FS#4500]: pool allocation checks triggered when towns coul...rubidium
2011-02-11(svn r22064) -Fix [FS#4497] (r21399): crash when disconnecting and reconnecti...rubidium
2011-02-11(svn r22063) -Change: make the "has network" check also check whether the cli...rubidium
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 max...yexo
2011-02-11(svn r22060) -Update from WebTranslator v3.0:translators
2011-02-11(svn r22059) -Fix (r21179): Make the send chat message window follow the posi...terkhen
2011-02-11(svn r22058) -Fix (r22050): removing broken orders happened before the "front...rubidium
2011-02-11(svn r22057) -Fix: waypoint conversion could (previously) silently overfill t...rubidium
2011-02-11(svn r22056) -Fix [FS#4408]: metric and imperial HP are not the same. As impe...rubidium
2011-02-11(svn r22055) -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused the...yexo
2011-02-10(svn r22054) -Codechange: support for rounding the converted units to their c...rubidium
2011-02-10(svn r22053) -Fix: The land area information window was not updated after a l...terkhen
2011-02-10(svn r22052) -Update from WebTranslator v3.0:translators
2011-02-10(svn r22051) -Fix (r21935): Roads under road stops would get a wrong owner af...terkhen
2011-02-10(svn r22050) -Fix-ish [FS#4496]: in ancient savegames, e.g. TTO savegames, no...rubidium
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
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 copyi...frosch
2011-02-09(svn r22045) -Codechange: Move cancelling the current loading order on deleti...frosch
2011-02-09(svn r22044) -Fix [FS#4493]: update the consist cache when a part of a train ...rubidium
2011-02-09(svn r22043) -Fix: invalidate the right windows when a part of a train is fli...rubidium
2011-02-09(svn r22042) -Fix: when loading a TTO/TTD savegame, verify we can allocate a ...smatz
2011-02-09(svn r22041) -Codechange: add a check that we called PoolItem::CanAllocateIte...smatz
2011-02-09(svn r22040) -Codechange: handle case where too many Engines would be loaded,...rubidium
2011-02-09(svn r22039) -Update from WebTranslator v3.0:translators
2011-02-09(svn r22038) -Fix (r21406): Tab completion in chat did not cycle through all ...terkhen
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 conver...rubidium
2011-02-09(svn r22035) -Codechange: refactor (display) unit conversion to happen at a s...rubidium
2011-02-08(svn r22034) -Fix [FS#4488]: crash when watching the vehicle view of a vehicl...rubidium
2011-02-08(svn r22033) -Fix: don't crash when there are too many objects generated alre...smatz
2011-02-08(svn r22032) -Codechange: add some asserts to verify we don't allocate too ma...rubidium
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 N...rubidium
2011-02-08(svn r22028) -Cleanup: remove traces of a debugging "feature" that got disabl...rubidium
2011-02-08(svn r22027) -Update from WebTranslator v3.0:translators
2011-02-08(svn r22026) -Fix: don't crash when we generate too many objects while genera...smatz
2011-02-08(svn r22025) -Fix: verify there is enough space in the pool when creating new...smatz
2011-02-08(svn r22024) -Fix [FS#4468]: verify we can allocate an OrderList before we ac...smatz
2011-02-08(svn r22023) -Fix: verify we can allocate a CargoPacket and CargoPayment befo...smatz
2011-02-08(svn r22022) -Fix [FS#4468]: verify we can allocate an order before we actual...smatz
2011-02-07(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so i...rubidium
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