Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-15 | (svn r21813) -Fix [FS#4411](r21720): Prevent crash when displaying the owner ↵ | terkhen | |
view. | |||
2011-01-15 | (svn r21812) -Fix (r21754): Don't try to scroll the matrix widget to ↵ | alberth | |
position -1. | |||
2011-01-15 | (svn r21811) -Fix: guess what... | rubidium | |
2011-01-15 | (svn r21810) -Update from WebTranslator v3.0: | translators | |
croatian - 2 changes by VoyagerOne estonian - 2 changes by notAbot italian - 2 changes by lorenzodv serbian - 4 changes by etran spanish - 3 changes by Terkhen | |||
2011-01-15 | (svn r21809) -Fix [FS#4404]: remove unreached automatic orders as well when ↵ | rubidium | |
reaching an ordered waypoint or depot (fonsinchen) | |||
2011-01-15 | (svn r21808) -Fix: don't create automatic orders when there are no manual ↵ | rubidium | |
orders (fonsinchen) | |||
2011-01-15 | (svn r21807) -Codechange: split automatic order removal into a separate ↵ | rubidium | |
function (fonsinchen) | |||
2011-01-15 | (svn r21806) -Codechange: Correct additional appearances of the same typo. | terkhen | |
2011-01-15 | (svn r21805) -Codechange: Correct a typo. | terkhen | |
2011-01-15 | (svn r21804) -Remove [FS#4409]: the 'stopall' console command, as its ↵ | smatz | |
functionality was broken. Group start/stop commands can be used instead | |||
2011-01-15 | (svn r21803) -Cleanup: Remove unnecessary semicolons. | terkhen | |
2011-01-15 | (svn r21802) -Cleanup (r2600): remove unused _vehicle_id_ctr_day | smatz | |
2011-01-15 | (svn r21801) -Fix (r21772): Attach scrollbar to select matrix in object gui. | alberth | |
2011-01-15 | (svn r21800) -Fix [FS#3569]: under certain circumstances one could crash a ↵ | rubidium | |
competitor's train; take the lazy non-future proof version of the fix from the 1.0 branch as fixing the real bug is significantly more complex and might even break some backwards compatability if not done perfectly | |||
2011-01-15 | (svn r21799) -Fix: further variables need to be reset when we loaded a ↵ | smatz | |
TTDPatch savegame in the past | |||
2011-01-14 | (svn r21798) -Fix: loading a TTO savegame failed after loading a TTDP ↵ | smatz | |
savegame with vehicle multiplier bigger than 1 | |||
2011-01-14 | (svn r21797) -Fix/Change: unify the size (in characters) of the string ↵ | rubidium | |
inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long | |||
2011-01-14 | (svn r21796) -Fix [FS#4398]: drive through road stop state wasn't properly ↵ | rubidium | |
converted from TTDPatch savegames | |||
2011-01-14 | (svn r21795) -Fix (r21790): when converting TTDPatch train waypoints, ↵ | rubidium | |
convert the data on the map as well | |||
2011-01-14 | (svn r21794) -Fix (r21790): convert train orders too (Rubidium) | smatz | |
2011-01-14 | (svn r21793) -Fix (r20446): broken usage of GetTileOwner() caused wrong ↵ | smatz | |
conversion of old savegames | |||
2011-01-14 | (svn r21792) -Update from WebTranslator v3.0: | translators | |
belarusian - 1 changes by KorneySan croatian - 1 changes by VoyagerOne czech - 8 changes by CrazyBenny, marek995 dutch - 1 changes by habell english_US - 3 changes by Rubidium estonian - 1 changes by notAbot finnish - 3 changes by jpx_ french - 3 changes by glx german - 5 changes by planetmaker hungarian - 1 changes by IPG italian - 1 changes by lorenzodv latvian - 1 changes by frosch polish - 1 changes by wojteks86 russian - 1 changes by KorneySan spanish - 4 changes by Terkhen swedish - 1 changes by spacejens turkish - 9 changes by niw3 ukrainian - 1 changes by Fixer vietnamese - 1 changes by nglekhoi | |||
2011-01-14 | (svn r21791) -Fix [FS#4407]: off-by-one-ish for the terraforming limit | rubidium | |
2011-01-14 | (svn r21790) -Fix [FS#4398]: TTDPatch savegames can have train waypoints ↵ | smatz | |
encoded as buoys | |||
2011-01-14 | (svn r21789) -Fix [FS#4405]: When the font misses the fallback character ↵ | frosch | |
'?', use the sprite font's '?' instead. | |||
2011-01-14 | (svn r21788) -Codechange: Enable GetRawSprite() to also load sprites not ↵ | frosch | |
using the spritecache but a custom allocator function. | |||
2011-01-14 | (svn r21787) -Codechange: Pass the allocator function to use to ReadSprite(). | frosch | |
2011-01-14 | (svn r21786) -Fix [FS#4398]: don't trust rail station width and height data ↵ | smatz | |
stored by TTDPatch, it is invalid for stations wider or higher than 7 | |||
2011-01-14 | (svn r21785) -Codechange: Make ReadSprite() not operate on the sprite chache ↵ | frosch | |
directly. | |||
2011-01-14 | (svn r21784) -Fix (r16909): crash when converting savegame with custom ↵ | smatz | |
waypoint name | |||
2011-01-14 | (svn r21783) -Cleanup (r14997): Remove redundant assignment. | frosch | |
2011-01-14 | (svn r21782) -Codechange: Move declaration of AllocatorProc from Blitter:: ↵ | frosch | |
to spritecache.h | |||
2011-01-14 | (svn r21781) -Change: Make the description of the setting on how to obtain ↵ | planetmaker | |
the tooltip a bit clearer | |||
2011-01-14 | (svn r21780) -Change: Keep aqueducts and road/tram tunnels and bridges after ↵ | terkhen | |
removing a company. | |||
2011-01-14 | (svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line. | terkhen | |
2011-01-14 | (svn r21778) -Add: After building a road or tram tunnel, connect it to any ↵ | terkhen | |
existing road or tram. | |||
2011-01-14 | (svn r21777) -Add: After building a road or tram bridge, connect it to any ↵ | terkhen | |
existing road or tram. | |||
2011-01-14 | (svn r21776) -Codechange: Give a more appropriate name to the road ↵ | terkhen | |
connection function. -Document: Add doxygen comments to the function. | |||
2011-01-13 | (svn r21775) -Add: Allow vertical resizing of the newobject gui. | alberth | |
2011-01-13 | (svn r21774) -Change: Update the other languages too. | alberth | |
2011-01-13 | (svn r21773) -Change: Remove the dropdown, and make BOW_OBJECT_LIST a list ↵ | alberth | |
of newobject classes. | |||
2011-01-13 | (svn r21772) -Feature: Add a clickable display of the available objects in ↵ | alberth | |
the newobject gui. | |||
2011-01-13 | (svn r21771) -Update from WebTranslator v3.0: | translators | |
czech - 3 changes by CrazyBenny marathi - 28 changes by jcravi | |||
2011-01-12 | (svn r21770) -Update from WebTranslator v3.0: | translators | |
latvian - 135 changes by dzhins portuguese - 4 changes by JayCity serbian - 1 changes by etran | |||
2011-01-11 | (svn r21769) -Update from WebTranslator v3.0: | translators | |
latvian - 21 changes by dzhins serbian - 8 changes by etran swedish - 2 changes by Ledel | |||
2011-01-11 | (svn r21768) -Fix [FS#4396]: Diagonal tile iterator needed a special case ↵ | frosch | |
for A * 0 selections. | |||
2011-01-10 | (svn r21767) -Fix [FS#4397]: don't limit tile clearing during bankruptcy | rubidium | |
2011-01-10 | (svn r21766) -Update from WebTranslator v3.0: | translators | |
belarusian - 6 changes by KorneySan, Wowanxm catalan - 1 changes by arnau croatian - 1 changes by VoyagerOne dutch - 1 changes by habell estonian - 1 changes by notAbot finnish - 1 changes by jpx_ french - 1 changes by glx italian - 1 changes by lorenzodv norwegian_bokmal - 6 changes by leaderroy polish - 2 changes by amateja russian - 1 changes by KorneySan slovenian - 9 changes by ntadej spanish - 1 changes by Terkhen swedish - 3 changes by Ledel ukrainian - 1 changes by Fixer | |||
2011-01-09 | (svn r21765) -Fix [FS#4369]: PBS reservation was not shown on road crossings ↵ | rubidium | |
with NewGRF railtypes (andythenorth) | |||
2011-01-09 | (svn r21764) -Change: Make the scrollbar associated to a NWidgetMatrix ↵ | frosch | |
scroll in steps of the matrix when using the wheel or the scrollbar-buttons. |