Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-27 | (svn r26761) -Update from WebTranslator v3.0: | translators | |
catalan - 2 changes by juanjo english_US - 3 changes by Supercheese spanish - 2 changes by juanjo | |||
2014-08-25 | (svn r26760) -Update from WebTranslator v3.0: | translators | |
english_US - 1 changes by Supercheese ukrainian - 62 changes by Strategy | |||
2014-08-24 | (svn r26759) -Update from WebTranslator v3.0: | translators | |
italian - 50 changes by lorenzodv spanish - 138 changes by juanjo | |||
2014-08-24 | (svn r26758) -Fix [FS#5972]: [OSX] Implement more of the text editing API to ↵ | michi_cc | |
prevent crashes and improve IME support. | |||
2014-08-23 | (svn r26757) -Update from WebTranslator v3.0: | translators | |
afrikaans - 1 changes by telanus catalan - 1 changes by juanjo | |||
2014-08-23 | (svn r26756) -Fix (r26747): Ground vehicle breakdown smoke was not supposed ↵ | frosch | |
to be available yet, since it is a looping animation. | |||
2014-08-23 | (svn r26755) -Fix (r26747) [FS#6093]: Silence MSVC warning. | frosch | |
2014-08-22 | (svn r26754) -Update from WebTranslator v3.0: | translators | |
catalan - 9 changes by juanjo | |||
2014-08-22 | (svn r26753) -Fix: desync due to not always properly restoring game state ↵ | rubidium | |
from the savegame | |||
2014-08-20 | (svn r26752) -Update from WebTranslator v3.0: | translators | |
korean - 1 changes by telk5093 | |||
2014-08-19 | (svn r26751) -Update from WebTranslator v3.0: | translators | |
croatian - 47 changes by VoyagerOne english_AU - 50 changes by mrtux finnish - 25 changes by jpx_ korean - 1 changes by telk5093 polish - 50 changes by wojteks86 | |||
2014-08-18 | (svn r26750) -Update from WebTranslator v3.0: | translators | |
belarusian - 47 changes by KorneySan finnish - 22 changes by jpx_ | |||
2014-08-17 | (svn r26749) -Update from WebTranslator v3.0: | translators | |
afrikaans - 47 changes by telanus hungarian - 50 changes by Brumi | |||
2014-08-17 | (svn r26748) -Merge: documentation updates from 1.4 branch | frosch | |
2014-08-17 | (svn r26747) -Feature: [NewGRF] Advanced visual effects with multiple effect ↵ | frosch | |
sprites independent of spawning model. | |||
2014-08-17 | (svn r26746) -Codechange: Separate enums for visual effect type and spawning ↵ | frosch | |
model. | |||
2014-08-17 | (svn r26745) -Codechange: Deduplicate calls to CreateEffectVehicleRel for ↵ | frosch | |
vehicle visual effects. | |||
2014-08-16 | (svn r26744) -Fix [FS6085-ish]: ScriptListSorterItemDescending::FindNext ↵ | frosch | |
failed to detect the end. | |||
2014-08-16 | (svn r26743) -Codechange: Simplify ScriptList iterators. | frosch | |
2014-08-16 | (svn r26742) -Doc: Why reverse_iterator is unsuitable for ScriptList iterators | frosch | |
2014-08-16 | (svn r26741) -Revert (r26736): reverse_iterators are invalidated when the ↵ | frosch | |
element next to them is erased (not the element they are pointing to), which makes them unsuitable for ScriptList. | |||
2014-08-16 | (svn r26738) -Update from WebTranslator v3.0: | translators | |
catalan - 23 changes by juanjo simplified_chinese - 50 changes by siu238X traditional_chinese - 82 changes by siu238X english_US - 49 changes by Supercheese norwegian_bokmal - 2 changes by cuthbert russian - 47 changes by Lone_Wolf slovak - 1 changes by Milsa | |||
2014-08-16 | (svn r26737) -Fix (r26735): one = too many... why can't all languages use ↵ | rubidium | |
the same basic definition for comparisons? | |||
2014-08-16 | (svn r26736) -Fix [Script]: infinite loop (by scripts; always returning the ↵ | rubidium | |
same item) when sorted by item in descending order by oddly constructed FindNext that uses forward iterators. Simply use the same code as the ascending item sort but use the reverse iterator instead of the forward. Also do this same trick for the descending value sort even though I couldn't trigger the problem there | |||
2014-08-16 | (svn r26735) -Fix (rmakefilerewrite): for profiling CFLAGS got a -p (for ↵ | rubidium | |
prof) and LDFLAGS got -pg (for gprof), but in the end gprof would be used (via make run-prof). Furthermore -pg isn't compatible with -fomit-frame-pointer on certain architectures (most importantly x86(_64)), so simply don't enable that flag when profiling is enabled | |||
2014-08-16 | (svn r26734) -Fix-ish: make clear the AI/GS List's Begin and Next return the ↵ | rubidium | |
item, not the value | |||
2014-08-15 | (svn r26733) -Fix [FS#6086]: inconsistency in using spaces between number ↵ | rubidium | |
and unit in some strings Try to follow the SI recommendation to use a non-breaking space between a number and its units (and prefix) | |||
2014-08-15 | (svn r26732) -Fix [FS#6083]: do not reset the last selected airport or ↵ | rubidium | |
layout (unless it is really necessary) | |||
2014-08-15 | (svn r26731) -Update from WebTranslator v3.0: | translators | |
afrikaans - 6 changes by telanus belarusian - 3 changes by KorneySan catalan - 5 changes by juanjo korean - 2 changes by telk5093 russian - 2 changes by Lone_Wolf | |||
2014-08-14 | (svn r26730) -Update from WebTranslator v3.0: | translators | |
afrikaans - 6 changes by telanus croatian - 2 changes by VoyagerOne dutch - 2 changes by habell finnish - 2 changes by jpx_ german - 3 changes by planetmaker lithuanian - 2 changes by Stabilitronas swedish - 1 changes by spacejens | |||
2014-08-13 | (svn r26729) -Feature: Warn about missing industries after generating a map. | alberth | |
2014-08-12 | (svn r26728) -Update from WebTranslator v3.0: | translators | |
croatian - 1 changes by VoyagerOne | |||
2014-08-11 | (svn r26727) -Update from WebTranslator v3.0: | translators | |
english_US - 1 changes by Supercheese finnish - 1 changes by jpx_ polish - 6 changes by p0358 | |||
2014-08-10 | (svn r26726) -Update from WebTranslator v3.0: | translators | |
afrikaans - 4 changes by telanus catalan - 1 changes by juanjo russian - 1 changes by Lone_Wolf | |||
2014-08-10 | (svn r26725) -Fix: String pointed the user to a non-existent group of settings. | alberth | |
2014-08-09 | (svn r26724) -Fix[FS#6077] Use the normal search path to look for xdg-open ↵ | alberth | |
at Unix (kernigh2) | |||
2014-08-09 | (svn r26723) -Fix[FS#5997]: Properly check for cargo acceptance of houses. | alberth | |
2014-08-07 | (svn r26722) -Update from WebTranslator v3.0: | translators | |
malay - 3 changes by TheITChap norwegian_bokmal - 1 changes by | |||
2014-08-05 | (svn r26721) -Update from WebTranslator v3.0: | translators | |
korean - 3 changes by telk5093 norwegian_bokmal - 1 changes by | |||
2014-08-03 | (svn r26720) -Update from WebTranslator v3.0: | translators | |
arabic_egypt - 38 changes by ahm_ijal norwegian_bokmal - 1 changes by slovak - 1 changes by Milsa | |||
2014-08-03 | (svn r26716) -Fix: CMD_CLEAR_ORDER_BACKUP should not be suppressed by pause ↵ | frosch | |
modes. | |||
2014-08-03 | (svn r26713) -Fix (r23027): [NewGRF] Parameters to SCC_NEWGRF_PUSH_WORD and ↵ | frosch | |
SCC_NEWGRF_UNPRINT were not skipped during drawing. | |||
2014-08-01 | (svn r26712) -Update from WebTranslator v3.0: | translators | |
malay - 5 changes by rasserie norwegian_bokmal - 1 changes by slovak - 1 changes by Milsa | |||
2014-07-31 | (svn r26711) -Update from WebTranslator v3.0: | translators | |
arabic_egypt - 26 changes by ahm_ijal norwegian_bokmal - 1 changes by ukrainian - 2 changes by Strategy | |||
2014-07-30 | (svn r26709) -Fix (r15892 and others) [FS#6069]: [OSX] Compilation fails ↵ | planetmaker | |
with some lzo2 versions if we define __LP64__ as 0 instead of checking whether it is defined (kernigh2) | |||
2014-07-30 | (svn r26708) -Codechange: replace C preprocessor with all kinds of options ↵ | rubidium | |
to prevent adding certain things to the result and the sed script to remove everything that shouldn't be in the resulting nfo file but came out of the C preprocessor by a small-ish awk program. This means no more breaking if a C preprocessor decides to add more data to the processed file (like GCC's inclusion of stdc-predef.h when not passing -nostdinc). It furthermore more than halfs the time needed for the assemble step of the extra GRF compilation | |||
2014-07-29 | (svn r26707) -Update from WebTranslator v3.0: | translators | |
lithuanian - 1 changes by RunisLabs norwegian_bokmal - 1 changes by ukrainian - 37 changes by Strategy | |||
2014-07-27 | (svn r26706) -Fix [FS#6015] (r20644): wrong breakdown sound was played for ships | rubidium | |
2014-07-27 | (svn r26705) -Fix: WT3 validation error | rubidium | |
2014-07-27 | (svn r26704) -Update from WebTranslator v3.0: | translators | |
norwegian_bokmal - 1 changes by slovak - 5 changes by Milsa |