------------------------------------------------------------------------ r21811 | rubidium | 2011-01-15 18:46:42 +0000 (Sat, 15 Jan 2011) | 2 lines -Fix: guess what... ------------------------------------------------------------------------ r21810 | translators | 2011-01-15 18:45:19 +0000 (Sat, 15 Jan 2011) | 7 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r21809 | rubidium | 2011-01-15 18:19:04 +0000 (Sat, 15 Jan 2011) | 2 lines -Fix [FS#4404]: remove unreached automatic orders as well when reaching an ordered waypoint or depot (fonsinchen) ------------------------------------------------------------------------ r21808 | rubidium | 2011-01-15 18:16:46 +0000 (Sat, 15 Jan 2011) | 2 lines -Fix: don't create automatic orders when there are no manual orders (fonsinchen) ------------------------------------------------------------------------ r21807 | rubidium | 2011-01-15 18:14:29 +0000 (Sat, 15 Jan 2011) | 2 lines -Codechange: split automatic order removal into a separate function (fonsinchen) ------------------------------------------------------------------------ r21806 | terkhen | 2011-01-15 16:27:04 +0000 (Sat, 15 Jan 2011) | 2 lines -Codechange: Correct additional appearances of the same typo. ------------------------------------------------------------------------ r21805 | terkhen | 2011-01-15 15:58:03 +0000 (Sat, 15 Jan 2011) | 2 lines -Codechange: Correct a typo. ------------------------------------------------------------------------ r21804 | smatz | 2011-01-15 15:51:16 +0000 (Sat, 15 Jan 2011) | 1 line -Remove [FS#4409]: the 'stopall' console command, as its functionality was broken. Group start/stop commands can be used instead ------------------------------------------------------------------------ r21803 | terkhen | 2011-01-15 15:36:58 +0000 (Sat, 15 Jan 2011) | 2 lines -Cleanup: Remove unnecessary semicolons. ------------------------------------------------------------------------ r21802 | smatz | 2011-01-15 14:20:34 +0000 (Sat, 15 Jan 2011) | 1 line -Cleanup (r2600): remove unused _vehicle_id_ctr_day ------------------------------------------------------------------------ r21801 | alberth | 2011-01-15 14:17:53 +0000 (Sat, 15 Jan 2011) | 1 line -Fix (r21772): Attach scrollbar to select matrix in object gui. ------------------------------------------------------------------------ r21800 | rubidium | 2011-01-15 09:53:21 +0000 (Sat, 15 Jan 2011) | 2 lines -Fix [FS#3569]: under certain circumstances one could crash a 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 ------------------------------------------------------------------------ r21799 | smatz | 2011-01-15 00:10:16 +0000 (Sat, 15 Jan 2011) | 1 line -Fix: further variables need to be reset when we loaded a TTDPatch savegame in the past ------------------------------------------------------------------------ r21798 | smatz | 2011-01-14 22:23:09 +0000 (Fri, 14 Jan 2011) | 1 line -Fix: loading a TTO savegame failed after loading a TTDP savegame with vehicle multiplier bigger than 1 ------------------------------------------------------------------------ r21797 | rubidium | 2011-01-14 22:08:40 +0000 (Fri, 14 Jan 2011) | 2 lines -Fix/Change: unify the size (in characters) of the string inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long ------------------------------------------------------------------------ r21796 | rubidium | 2011-01-14 21:54:37 +0000 (Fri, 14 Jan 2011) | 2 lines -Fix [FS#4398]: drive through road stop state wasn't properly converted from TTDPatch savegames ------------------------------------------------------------------------ r21795 | rubidium | 2011-01-14 20:52:22 +0000 (Fri, 14 Jan 2011) | 2 lines -Fix (r21790): when converting TTDPatch train waypoints, convert the data on the map as well ------------------------------------------------------------------------ r21794 | smatz | 2011-01-14 19:51:50 +0000 (Fri, 14 Jan 2011) | 1 line -Fix (r21790): convert train orders too (Rubidium) ------------------------------------------------------------------------ r21793 | smatz | 2011-01-14 18:58:03 +0000 (Fri, 14 Jan 2011) | 1 line -Fix (r20446): broken usage of GetTileOwner() caused wrong conversion of old savegames ------------------------------------------------------------------------ r21792 | translators | 2011-01-14 18:46:03 +0000 (Fri, 14 Jan 2011) | 21 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r21791 | rubidium | 2011-01-14 18:45:14 +0000 (Fri, 14 Jan 2011) | 2 lines -Fix [FS#4407]: off-by-one-ish for the terraforming limit ------------------------------------------------------------------------ r21790 | smatz | 2011-01-14 16:49:29 +0000 (Fri, 14 Jan 2011) | 1 line -Fix [FS#4398]: TTDPatch savegames can have train waypoints encoded as buoys ------------------------------------------------------------------------ r21789 | frosch | 2011-01-14 16:39:41 +0000 (Fri, 14 Jan 2011) | 1 line -Fix [FS#4405]: When the font misses the fallback character '?', use the sprite font's '?' instead. ------------------------------------------------------------------------ r21788 | frosch | 2011-01-14 16:36:34 +0000 (Fri, 14 Jan 2011) | 1 line -Codechange: Enable GetRawSprite() to also load sprites not using the spritecache but a custom allocator function. ------------------------------------------------------------------------ r21787 | frosch | 2011-01-14 16:28:23 +0000 (Fri, 14 Jan 2011) | 1 line -Codechange: Pass the allocator function to use to ReadSprite(). ------------------------------------------------------------------------ r21786 | smatz | 2011-01-14 16:20:25 +0000 (Fri, 14 Jan 2011) | 1 line -Fix [FS#4398]: don't trust rail station width and height data stored by TTDPatch, it is invalid for stations wider or higher than 7 ------------------------------------------------------------------------ r21785 | frosch | 2011-01-14 16:16:33 +0000 (Fri, 14 Jan 2011) | 1 line -Codechange: Make ReadSprite() not operate on the sprite chache directly. ------------------------------------------------------------------------ r21784 | smatz | 2011-01-14 16:15:05 +0000 (Fri, 14 Jan 2011) | 1 line -Fix (r16909): crash when converting savegame with custom waypoint name ------------------------------------------------------------------------ r21783 | frosch | 2011-01-14 16:09:51 +0000 (Fri, 14 Jan 2011) | 1 line -Cleanup (r14997): Remove redundant assignment. ------------------------------------------------------------------------ r21782 | frosch | 2011-01-14 15:34:33 +0000 (Fri, 14 Jan 2011) | 1 line -Codechange: Move declaration of AllocatorProc from Blitter:: to spritecache.h ------------------------------------------------------------------------ r21781 | planetmaker | 2011-01-14 14:54:29 +0000 (Fri, 14 Jan 2011) | 1 line -Change: Make the description of the setting on how to obtain the tooltip a bit clearer ------------------------------------------------------------------------ r21780 | terkhen | 2011-01-14 13:19:23 +0000 (Fri, 14 Jan 2011) | 2 lines -Change: Keep aqueducts and road/tram tunnels and bridges after removing a company. ------------------------------------------------------------------------ r21779 | terkhen | 2011-01-14 12:46:05 +0000 (Fri, 14 Jan 2011) | 2 lines -Cleanup(r21778): Remove unneeded space at the start of a line. ------------------------------------------------------------------------ r21778 | terkhen | 2011-01-14 12:01:07 +0000 (Fri, 14 Jan 2011) | 2 lines -Add: After building a road or tram tunnel, connect it to any existing road or tram. ------------------------------------------------------------------------ r21777 | terkhen | 2011-01-14 12:00:07 +0000 (Fri, 14 Jan 2011) | 2 lines -Add: After building a road or tram bridge, connect it to any existing road or tram. ------------------------------------------------------------------------ r21776 | terkhen | 2011-01-14 11:55:40 +0000 (Fri, 14 Jan 2011) | 3 lines -Codechange: Give a more appropriate name to the road connection function. -Document: Add doxygen comments to the function. ------------------------------------------------------------------------ r21775 | alberth | 2011-01-13 22:02:13 +0000 (Thu, 13 Jan 2011) | 1 line -Add: Allow vertical resizing of the newobject gui. ------------------------------------------------------------------------ r21774 | alberth | 2011-01-13 22:01:42 +0000 (Thu, 13 Jan 2011) | 1 line -Change: Update the other languages too. ------------------------------------------------------------------------ r21773 | alberth | 2011-01-13 21:59:39 +0000 (Thu, 13 Jan 2011) | 1 line -Change: Remove the dropdown, and make BOW_OBJECT_LIST a list of newobject classes. ------------------------------------------------------------------------ r21772 | alberth | 2011-01-13 21:55:41 +0000 (Thu, 13 Jan 2011) | 1 line -Feature: Add a clickable display of the available objects in the newobject gui. ------------------------------------------------------------------------ r21771 | translators | 2011-01-13 18:45:10 +0000 (Thu, 13 Jan 2011) | 4 lines -Update from WebTranslator v3.0: czech - 3 changes by CrazyBenny marathi - 28 changes by jcravi ------------------------------------------------------------------------ r21770 | translators | 2011-01-12 18:45:13 +0000 (Wed, 12 Jan 2011) | 5 lines -Update from WebTranslator v3.0: latvian - 135 changes by dzhins portuguese - 4 changes by JayCity serbian - 1 changes by etran ------------------------------------------------------------------------ r21769 | translators | 2011-01-11 18:45:13 +0000 (Tue, 11 Jan 2011) | 5 lines -Update from WebTranslator v3.0: latvian - 21 changes by dzhins serbian - 8 changes by etran swedish - 2 changes by Ledel ------------------------------------------------------------------------ r21768 | frosch | 2011-01-11 16:45:45 +0000 (Tue, 11 Jan 2011) | 1 line -Fix [FS#4396]: Diagonal tile iterator needed a special case for A * 0 selections. ------------------------------------------------------------------------ r21767 | rubidium | 2011-01-10 21:58:05 +0000 (Mon, 10 Jan 2011) | 2 lines -Fix [FS#4397]: don't limit tile clearing during bankruptcy ------------------------------------------------------------------------ r21766 | translators | 2011-01-10 18:45:51 +0000 (Mon, 10 Jan 2011) | 17 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r21765 | rubidium | 2011-01-09 20:54:56 +0000 (Sun, 09 Jan 2011) | 2 lines -Fix [FS#4369]: PBS reservation was not shown on road crossings with NewGRF railtypes (andythenorth) ------------------------------------------------------------------------ r21764 | frosch | 2011-01-09 20:40:35 +0000 (Sun, 09 Jan 2011) | 1 line -Change: Make the scrollbar associated to a NWidgetMatrix scroll in steps of the matrix when using the wheel or the scrollbar-buttons. ------------------------------------------------------------------------ r21763 | frosch | 2011-01-09 20:39:06 +0000 (Sun, 09 Jan 2011) | 1 line -Codechange: Pass the distance to Scrollbar::UpdatePosition() in units of small or big steps. ------------------------------------------------------------------------ r21762 | translators | 2011-01-09 18:45:20 +0000 (Sun, 09 Jan 2011) | 7 lines -Update from WebTranslator v3.0: english_US - 1 changes by Rubidium hungarian - 1 changes by IPG korean - 1 changes by junho2813 norwegian_bokmal - 21 changes by leaderroy swedish - 1 changes by Ledel ------------------------------------------------------------------------ r21761 | frosch | 2011-01-09 18:43:47 +0000 (Sun, 09 Jan 2011) | 1 line -Add: Wheel-scrolling in the new build station GUI. ------------------------------------------------------------------------ r21760 | alberth | 2011-01-09 15:36:02 +0000 (Sun, 09 Jan 2011) | 1 line -Fix (r20452): Restore wheeling of vertical scrollbars. ------------------------------------------------------------------------ r21759 | alberth | 2011-01-09 15:34:58 +0000 (Sun, 09 Jan 2011) | 1 line -Codechange: Increase the initial horizontal size of the stationpicker slightly. ------------------------------------------------------------------------ r21758 | alberth | 2011-01-09 15:34:00 +0000 (Sun, 09 Jan 2011) | 1 line -Add: Allow vertical resizing of the stationpicker window. ------------------------------------------------------------------------ r21757 | alberth | 2011-01-09 15:33:00 +0000 (Sun, 09 Jan 2011) | 1 line -Codechange: Use a list instead of a dropdown for selecting the station classes. ------------------------------------------------------------------------ r21756 | alberth | 2011-01-09 15:31:14 +0000 (Sun, 09 Jan 2011) | 1 line -Add: Display name of the selected station type in the station picker window. ------------------------------------------------------------------------ r21755 | alberth | 2011-01-09 15:27:48 +0000 (Sun, 09 Jan 2011) | 1 line -Feature: Display newgrf station sprites during station picking. ------------------------------------------------------------------------ r21754 | alberth | 2011-01-09 15:25:33 +0000 (Sun, 09 Jan 2011) | 1 line -Codechange: Scroll the matrix widget to make a clicked entry fully visible. ------------------------------------------------------------------------ r21753 | alberth | 2011-01-09 15:24:36 +0000 (Sun, 09 Jan 2011) | 1 line -Codechange: Use a widget for the coverage text, and re-init instead of resize to adapt for height changes. ------------------------------------------------------------------------ r21752 | alberth | 2011-01-09 15:22:39 +0000 (Sun, 09 Jan 2011) | 1 line -Doc: document the stationpicker widgets and variables. ------------------------------------------------------------------------ r21751 | alberth | 2011-01-09 15:21:55 +0000 (Sun, 09 Jan 2011) | 1 line -Fix: Re-initialize the stationpicker data when newgrf classes have disappeared. ------------------------------------------------------------------------ r21749 | rubidium | 2011-01-09 15:14:22 +0000 (Sun, 09 Jan 2011) | 2 lines -Prepare: for 1.1.0-beta3 ------------------------------------------------------------------------ r21748 | translators | 2011-01-09 15:08:53 +0000 (Sun, 09 Jan 2011) | 4 lines -Update from WebTranslator v3.0: czech - 1 changes by SmatZ norwegian_bokmal - 20 changes by leaderroy ------------------------------------------------------------------------ r21747 | rubidium | 2011-01-09 14:55:22 +0000 (Sun, 09 Jan 2011) | 2 lines -Fix [FS#4395]: the diagonal iterator would iterate twice over some tiles (fonsinchen) ------------------------------------------------------------------------ r21746 | frosch | 2011-01-09 13:53:57 +0000 (Sun, 09 Jan 2011) | 1 line -Fix: [NewGRF] Canal variable 83 accessed water random bits also for non-water tiles (e.g. watery industries or objects). ------------------------------------------------------------------------ r21745 | frosch | 2011-01-09 13:53:05 +0000 (Sun, 09 Jan 2011) | 1 line -Fix: [NewGRF] Canal variable 80 shall return consistent heights within a lock. ------------------------------------------------------------------------ r21744 | frosch | 2011-01-09 13:11:50 +0000 (Sun, 09 Jan 2011) | 1 line -Fix: Allow Ctrl+Clicking automatic orders for scrolling to their destination. ------------------------------------------------------------------------ r21743 | rubidium | 2011-01-09 12:17:52 +0000 (Sun, 09 Jan 2011) | 2 lines -Fix [FS#4386]: coast tiles weren't drawn under bridges ------------------------------------------------------------------------ r21742 | translators | 2011-01-08 18:45:10 +0000 (Sat, 08 Jan 2011) | 4 lines -Update from WebTranslator v3.0: german - 2 changes by planetmaker swedish - 3 changes by Ledel ------------------------------------------------------------------------