summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-01-20(svn r21869) -Update from WebTranslator v3.0:translators
japanese - 131 changes by kokubunzi slovenian - 4 changes by ntadej
2011-01-20(svn r21868) -Fix (r21866 and some more): the changes to the main toolbar ↵rubidium
rail types dropdown should happen for the autoreplace dropdown as well
2011-01-20(svn r21867) -Codechange: move creating the rail type dropdown to a more ↵rubidium
general location
2011-01-20(svn r21866) -Feature [FS#4394]: [NewGRF] Rail type property to influence ↵rubidium
sorting of rail types in the drop down list
2011-01-20(svn r21865) -Fix (r21862): don't perform savegame conversion when ↵rubidium
reinitialising some vehicle structures due to NewGRF changes
2011-01-19(svn r21864) -Fix [FS#4430]: distant-join station would build at the wrong ↵rubidium
location when having persistent building turned on and selecting a "second" location for the station tile
2011-01-19(svn r21863) -Fix (r21849): load the amount that should be loaded instead of ↵rubidium
the amount that should not be loaded
2011-01-19(svn r21862) -Codechange: Unify subtype handling between road vehicles and ↵terkhen
trains.
2011-01-19(svn r21861) -Update from WebTranslator v3.0:translators
japanese - 92 changes by kokubunzi spanish - 52 changes by Terkhen ukrainian - 2 changes by Fixer
2011-01-19(svn r21860) -Codechange: Rename road vehicle subtype functions to match the ↵terkhen
train names.
2011-01-19(svn r21859) -Codechange: Move train subtype flags to GroundVehicle.terkhen
2011-01-19(svn r21858) -Codechange: Give more similar names to ArticulatedPart functions.terkhen
2011-01-19(svn r21855) -Feature [FS#4368]: [Network] Console command to change the ↵rubidium
password of other companies for servers (dihedral)
2011-01-19(svn r21854) -Codechange: refactor the password setting methods to make it ↵rubidium
possible to change the password of other companies (on the server)
2011-01-19(svn r21853) -Codechange: HashCurrentCompanyPassword is only used by ↵rubidium
servers, so move it to network_server.* (dihedral)
2011-01-19(svn r21852) -Codechange: generalise GenerateCompanyPasswordHash (dihedral)rubidium
2011-01-19(svn r21851) -Codechange: rename NetworkClientSetPassword to ↵rubidium
NetworkClientSetCompanyPassword (dihedral)
2011-01-19(svn r21850) -Codechange: move password hashing to a more general location ↵rubidium
(dihedral)
2011-01-19(svn r21849) -Codechange: move merging/splitting of cargopackets into a ↵rubidium
helper function (fonsinchen)
2011-01-19(svn r21848) -Codechange: unification of comment style for cargopacket.*rubidium
2011-01-19(svn r21847) -Fix [FS#4423]: slowing down of trains was done by reducing the ↵rubidium
speed by 10%, but also when you're just 1% too fast, so limit the slowdown till the new maximum speed
2011-01-18(svn r21846) -Codechange: move documentation towards the code to make it ↵rubidium
more likely to be updated [o-s].
2011-01-18(svn r21845) -Codechange: move documentation towards the code to make it ↵rubidium
more likely to be updates [d-m].
2011-01-18(svn r21844) -Codechange: move documentation towards the code to make it ↵rubidium
more likely to be updates [a-c].
2011-01-18(svn r21843) -Codechange: move documentation towards the code to make it ↵rubidium
more likely to be updates [t-z].
2011-01-18(svn r21842) -Feature [FS#4393]: [NewGRF] Introduction dates/required types ↵rubidium
for rail types; e.g. introduce a particular rail type in 1960 (or when a vehicle using it is introduced), but also allow limiting its introduction to only happen when the required railtypes are available
2011-01-18(svn r21841) -Feature: [NewGRF] Allow to define other railtypes that should ↵rubidium
be introduced if a particular rail type is introduced, e.g. to make sure slow rail is introduced when fast rail gets introduced
2011-01-18(svn r21838) -Change: allow LMB scrolling with the mouse outside of the ↵rubidium
extra viewport instead of canceling scrolling when going slightly over the edge
2011-01-18(svn r21837) -Fix [FS#4419]: LMB dragging would switch over to other ↵rubidium
viewports instead of staying locked to the viewport you started on
2011-01-18(svn r21836) -Fix: when a train was reversed while inside a tunnel/bridge, ↵smatz
it wouldn't have (re)set the GOINGUP/DOWN bits after leaving the tunnel/bridge
2011-01-18(svn r21835) -Codechange: use UpdateStatusAfterSwap() instead of copying the ↵smatz
same code three times
2011-01-18(svn r21834) -Update from WebTranslator v3.0:translators
hungarian - 4 changes by IPG japanese - 151 changes by kokubunzi serbian - 1 changes by etran spanish - 1 changes by Terkhen ukrainian - 4 changes by Fixer
2011-01-18(svn r21833) -Fix [FS#4427]: desync debug savegames might not be actually ↵rubidium
saved in case threading is enabled, which is enabled by default
2011-01-18(svn r21832) -Feature: limit vehicle lateness to the length of a full ↵rubidium
timetable cycle, e.g. when a cycle takes 50 days and the vehicle is 65 days later reduce the lateness to 15 days
2011-01-18(svn r21831) -Fix [FS#4414]: service orders for trains/aircraft would ↵rubidium
(sometimes) not get a time when autofilling
2011-01-17(svn r21830) -Fix: Deunionize a union which was not initialized correctly.terkhen
2011-01-17(svn r21829) -Update from WebTranslator v3.0:translators
belarusian - 4 changes by KorneySan croatian - 2 changes by VoyagerOne czech - 1 changes by CrazyBenny dutch - 4 changes by habell english_US - 1 changes by Rubidium estonian - 3 changes by notAbot finnish - 1 changes by jpx_ french - 2 changes by glx italian - 1 changes by lorenzodv polish - 1 changes by amateja romanian - 24 changes by kkmic russian - 4 changes by KorneySan, Lone_Wolf spanish - 2 changes by Terkhen swedish - 3 changes by Ledel, urdh ukrainian - 34 changes by Fixer
2011-01-16(svn r21827) -Cleanup: remove string removed in r21826 from other languages toorubidium
2011-01-16(svn r21826) -Fix [FS#4007]: the expectations from the "always build ↵rubidium
infrastructure" setting name/description didn't match the behaviour
2011-01-16(svn r21825) -Update from WebTranslator v3.0:translators
catalan - 4 changes by arnau czech - 2 changes by SmatZ english_US - 1 changes by Rubidium estonian - 1 changes by notAbot finnish - 1 changes by jpx_ italian - 1 changes by lorenzodv polish - 3 changes by nouwak serbian - 1 changes by etran spanish - 163 changes by Terkhen swedish - 1 changes by Ledel ukrainian - 1 changes by Fixer
2011-01-16(svn r21824) -Codechange: don't call GetSlopeZ() when the ground vehicle is ↵smatz
on a flat tile
2011-01-16(svn r21822) -Codechange: Merge event handling code.alberth
2011-01-16(svn r21821) -Codechange: Clean up the jump conditions.alberth
2011-01-16(svn r21820) -Codechange: Concatenate both functions.alberth
2011-01-16(svn r21819) -Codechange: Swap order of HandleMouseDrag() and ↵alberth
HandleDragDrop(), and split the w vardecl in the former.
2011-01-16(svn r21818) -Change: Rename the genders of the spanish translation.terkhen
2011-01-16(svn r21817) -Change: only show rail/road types that will eventually be ↵rubidium
available in-game. For example don't show trams when there is no tram NewGRF loaded
2011-01-15(svn r21816) -Fix [FS#4378] (r14012): Allow dragging of combo signals (again)planetmaker
2011-01-15(svn r21815) -Fix [FS#3908]: [YAPF] Apply a pathfinder penalty for back of ↵rubidium
one-way path signals so those aren't preferred over other possibilities
2011-01-15(svn r21814) -Fix/Add: Check GRF version from action 8, and disallow usage ↵frosch
of GRFs with versions above 7.