Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-13 | (svn r19812) -Codechange: give some unnamed enums a name or, in case they ↵ | rubidium | |
consisted of unrelated values use static const (u)int | |||
2010-05-13 | (svn r19811) -Codechange: make the last bits from table/strings.h use static ↵ | rubidium | |
consts too instead of an unnamed enum | |||
2010-05-13 | (svn r19810) -Fix: [YAPF] Improperly formatted (global) constant | rubidium | |
2010-05-13 | (svn r19809) -Codechange: make some unnamed network related enums/defines ↵ | rubidium | |
static const variables | |||
2010-05-13 | (svn r19808) -Codechange: NetworkCalculateLag returned an uint, so keep it ↵ | rubidium | |
that way | |||
2010-05-13 | (svn r19807) -Codechange: instead of having an unnamed enum and passing it ↵ | rubidium | |
as an int, name the enum and pass that | |||
2010-05-13 | (svn r19806) -Codechange: silence one warning | smatz | |
2010-05-12 | (svn r19804) -Fix (r19802): Compile before commit, or at least triple check :) | rubidium | |
2010-05-12 | (svn r19803) -Fix(r19802): Compile before commit, or at least double check... | belugas | |
2010-05-12 | (svn r19802) -Codechange: Replace some more magic numbers by corresponding ↵ | belugas | |
constants | |||
2010-05-12 | (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr | rubidium | |
2010-05-12 | (svn r19800) -Codechange: Replace magic number by corresponding constant | belugas | |
2010-05-12 | (svn r19799) -Change: give depots an unique name in the same manner buoys ↵ | rubidium | |
and waypoints are named | |||
2010-05-12 | (svn r19798) -Codechange: generalise the waypoint naming method | rubidium | |
2010-05-12 | (svn r19797) -Cleanup: language files due to r19796 | rubidium | |
2010-05-12 | (svn r19796) -Codechange: introduce and use a {DEPOT} string command | rubidium | |
2010-05-12 | (svn r19795) -Update from WebTranslator v3.0: | translators | |
galician - 5 changes by Drenghist polish - 3 changes by silver_777 russian - 3 changes by | |||
2010-05-11 | (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) | rubidium | |
2010-05-11 | (svn r19791) -Change: use the typed FOR_EACH_SET_BIT for RoadTypes (adf88) | rubidium | |
2010-05-11 | (svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88) | rubidium | |
2010-05-11 | (svn r19789) -Add [FS#3519]: a typed FOR_EACH_SET_BIT (adf88) | rubidium | |
2010-05-11 | (svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the ↵ | rubidium | |
passed bit variable, i.e. allow expressions as parameter | |||
2010-05-11 | (svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODE | glx | |
2010-05-11 | (svn r19786) -Update from WebTranslator v3.0: | translators | |
irish - 95 changes by tem polish - 2 changes by xine russian - 6 changes by Lone_Wolf turkish - 3 changes by niw3 | |||
2010-05-11 | (svn r19785) -Codechange: reorder/rework the checks for CheckNextTrainTile a ↵ | rubidium | |
bit, causing the whole function to be a few percent faster and hopefully better to understand | |||
2010-05-11 | (svn r19784) -Fix [FS#3770]: if a waypoint is immediately followed by a path ↵ | rubidium | |
signal a reservation would be made from that path signal before the waypoint is marked passed. As a result the order to go to the waypoint is used to reserve the path after the waypoint and as such trains get lost | |||
2010-05-10 | (svn r19783) -Update from WebTranslator v3.0: | translators | |
polish - 5 changes by xine russian - 24 changes by Lone_Wolf | |||
2010-05-10 | (svn r19782) -Fix [FS#3828]: NULL pointer deference when testing relative ↵ | peter1138 | |
scope *action2 on an unbuilt engine. | |||
2010-05-10 | (svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille) | rubidium | |
2010-05-10 | (svn r19780) -Fix [FS#3807]: make sure that when checking whether a path + ↵ | rubidium | |
filename are valid the whole string can be constructed within an array of length MAX_PATH. If not, the name is too long and is deemed invalid | |||
2010-05-10 | (svn r19779) -Change: add a return type to AppendPathSeparator and use that ↵ | rubidium | |
to determine whether we could append the path separator. If not, do not recurse into that directory as the path would exceed the maximum path length | |||
2010-05-10 | (svn r19778) -Change: use the value from PATH_MAX (POSIX) for MAX_PATH ↵ | rubidium | |
(Windows/OpenTTD) if it exists | |||
2010-05-10 | (svn r19777) -Change: use the file scanner to find the .tars | rubidium | |
2010-05-10 | (svn r19776) -Change: don't scan for tars in the script scanner; it has ↵ | rubidium | |
already happened. | |||
2010-05-09 | (svn r19775) -Fix: improper use of 'then' in few comments (ln) | smatz | |
2010-05-09 | (svn r19774) -Update from WebTranslator v3.0: | translators | |
czech - 33 changes by Hadez korean - 3 changes by junho2813 portuguese - 3 changes by JayCity russian - 24 changes by Lone_Wolf slovenian - 3 changes by ntadej vietnamese - 3 changes by nglekhoi | |||
2010-05-09 | (svn r19773) -Add: [NoAI] AIIndustry::GetIndustryID(TileIndex) | yexo | |
2010-05-09 | (svn r19772) -Fix [FS#3818]: the break-on-log-message feature could trigger ↵ | yexo | |
an assert (Zuu) | |||
2010-05-08 | (svn r19771) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 1 changes by josesun brazilian_portuguese - 3 changes by Tucalipe russian - 1 changes by Lone_Wolf slovak - 77 changes by keso53 swedish - 3 changes by Zuu | |||
2010-05-08 | (svn r19770) -Feature: Hide all other industries when ctrl+clicking an ↵ | frosch | |
industry type in smallmap legend. | |||
2010-05-08 | (svn r19769) -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone. | frosch | |
2010-05-08 | (svn r19768) -Fix: half-desert tiles would never revert back to clear tiles | smatz | |
2010-05-07 | (svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured ↵ | alberth | |
heights (ChillCore). | |||
2010-05-07 | (svn r19766) -Codechange: Store tile height of smallmap contour legend in ↵ | alberth | |
the LegendAndColour struct. | |||
2010-05-07 | (svn r19765) -Codechange: Apply a bit of code style and a bit of comment ↵ | alberth | |
shuffling to CalcHeightdiff. | |||
2010-05-07 | (svn r19764) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 9 changes by josesun croatian - 3 changes by VoyagerOne irish - 7 changes by tem russian - 2 changes by Lone_Wolf | |||
2010-05-06 | (svn r19763) -Update from WebTranslator v3.0: | translators | |
dutch - 3 changes by habell irish - 3 changes by tem italian - 3 changes by lorenzodv norwegian_bokmal - 3 changes by mantaray norwegian_nynorsk - 3 changes by mantaray russian - 5 changes by Lone_Wolf spanish - 3 changes by Terkhen | |||
2010-05-05 | (svn r19762) -Update from WebTranslator v3.0: | translators | |
catalan - 3 changes by arnau finnish - 3 changes by jpx_ french - 3 changes by glx german - 3 changes by planetmaker greek - 16 changes by fumantsu hebrew - 7 changes by dnd_man hungarian - 3 changes by IPG, Petert irish - 233 changes by tem romanian - 3 changes by kkmic russian - 7 changes by Lone_Wolf serbian - 3 changes by etran | |||
2010-05-05 | (svn r19761) -Fix: [NewGRF] Vehicle var 43 missed AI information in purchase ↵ | frosch | |
list. | |||
2010-05-04 | (svn r19760) -Change: use the {HEIGHT} command for the smallmap legend | rubidium | |