Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-02 | (svn r21696) -Feature [FS#4362]: allow changing the AI configuration in the ↵ | yexo | |
scenario editor / in game | |||
2011-01-02 | (svn r21695) -Codechange: add helper function to get the currently ↵ | yexo | |
applicable GameSettings object | |||
2011-01-01 | (svn r21694) -Fix: changing AI settings ingame was impossible when the ↵ | yexo | |
difficulty level was other than custom | |||
2011-01-01 | (svn r21693) -Codechange: no need to cast char[] to const uint8* | smatz | |
2011-01-01 | (svn r21692) -Cleanup: remove unused extern declaration of ↵ | smatz | |
HashCurrentCompanyPassword(), make it static | |||
2011-01-01 | (svn r21691) -Codechange: make sure GenerateCompanyPasswordHash() behaves ↵ | smatz | |
deterministically when/if the value of NETWORK_SERVER_ID_LENGTH is changed | |||
2011-01-01 | (svn r21690) -Fix: the top of a tall building standing on a hill at the top ↵ | yexo | |
of the map could be cut off in a giant screenshot | |||
2011-01-01 | (svn r21689) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 73 changes by josesun italian - 1 changes by lorenzodv serbian - 1 changes by etran | |||
2011-01-01 | (svn r21688) -Codechange: verify the colour code passed to ↵ | smatz | |
IConsolePrint()/IConsolePrintF() is valid | |||
2011-01-01 | (svn r21687) -Fix: verify the colour code we received from the server is valid | smatz | |
2011-01-01 | (svn r21686) -Cleanup: remove unused constants and comment used ones | smatz | |
2011-01-01 | (svn r21685) -Codechange: prevent bug tracker entries like FS#2487 and ↵ | rubidium | |
FS#1613 for this year | |||
2011-01-01 | (svn r21684) -Fix [FS#4360] (r21573): Silence some compile warnings | planetmaker | |
2010-12-31 | (svn r21683) -Update from WebTranslator v3.0: | translators | |
hungarian - 1 changes by IPG russian - 3 changes by Lone_Wolf | |||
2010-12-31 | (svn r21682) -Fix: Debian changelog was incorrect, so .deb compilation failed | rubidium | |
2010-12-31 | (svn r21680) -Fix (r21656): of course MSVC complains | glx | |
2010-12-31 | (svn r21679) -Fix (r21642): reading a just freed variable | rubidium | |
2010-12-31 | (svn r21678) -Update: use 'Ctrl+klik' instead of 'Ctrl+Klik' in the Dutch ↵ | yexo | |
translation | |||
2010-12-31 | (svn r21677) -Fix: WT3 not validating some strings... | rubidium | |
2010-12-31 | (svn r21676) -Prepare 1.1.0-beta2 | planetmaker | |
2010-12-31 | (svn r21675) -Update from WebTranslator v3.0: | translators | |
czech - 3 changes by SmatZ dutch - 12 changes by Yexo english_US - 1 changes by Rubidium estonian - 138 changes by notAbot finnish - 5 changes by jpx_ french - 1 changes by glx german - 3 changes by planetmaker polish - 135 changes by amateja spanish - 1 changes by Terkhen vietnamese - 3 changes by sephiroth2m | |||
2010-12-31 | (svn r21674) -Fix: for Mac OS X %p seems to add "x0", so filter that out for ↵ | rubidium | |
the regression test comparison | |||
2010-12-31 | (svn r21673) -Change [FS#4358]: do not show price to build a bridge in the ↵ | smatz | |
scenario editor, it is free there | |||
2010-12-31 | (svn r21672) -Fix: mention AIEventTownFounded in the AI changelog as well | rubidium | |
2010-12-31 | (svn r21671) -Change: some changelog consistency fixes | rubidium | |
2010-12-31 | (svn r21670) -Fix (prospective): EEK->EUR@2011 | rubidium | |
2010-12-30 | (svn r21669) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 6 changes by ww9980 greek - 10 changes by fumantsu | |||
2010-12-30 | (svn r21668) -Feature: command logging using the admin interface (dihedral) | rubidium | |
2010-12-30 | (svn r21667) -Codechange: Introduce _thd.Reset(). | alberth | |
2010-12-30 | (svn r21666) -Codechange: Use GetCallbackWnd at more places. | alberth | |
2010-12-30 | (svn r21665) -Codechange: Make GetCallbackWnd a method of _thd. | alberth | |
2010-12-29 | (svn r21664) -Add: [NoAI] AIEventTownFounded | yexo | |
2010-12-29 | (svn r21663) -Add: [NoAI]: AIRail::GetName() to get the name of a railtype | yexo | |
2010-12-29 | (svn r21662) -Codechange: use -flto=jobserver for GCC 4.6, it makes linking ↵ | smatz | |
with LTO use number of processes passed to make -j | |||
2010-12-29 | (svn r21661) -Codechange: use -fwhole-program when linking in LTO mode so ↵ | smatz | |
compiler can do more optimisations | |||
2010-12-29 | (svn r21660) -Fix [FS#4354]: autofill timetable had side effects in test ↵ | rubidium | |
mode, possibly causing desyncs in MP | |||
2010-12-29 | (svn r21659) -Update from WebTranslator v3.0: | translators | |
hungarian - 6 changes by IPG indonesian - 9 changes by fanioz italian - 3 changes by lorenzodv malay - 24 changes by rionix88 norwegian_bokmal - 5 changes by Utvik romanian - 130 changes by tonny | |||
2010-12-29 | (svn r21658) -Fix [FS#4351]: cargo payment window wasn't properly ↵ | rubidium | |
invalidated when payment changed | |||
2010-12-29 | (svn r21657) -Cleanup (r17107): remove superfluous semicolon | smatz | |
2010-12-29 | (svn r21656) -Fix [FS#4345] (r3722, r15301): Use a bool instead of uint8 to ↵ | planetmaker | |
store a bool and use the dedicated accessor function when reading boolean settings (glx, rubidium) | |||
2010-12-29 | (svn r21655) -Add: mention AITown::IsCity in the NoAI changelog | yexo | |
2010-12-29 | (svn r21654) -Add: [NoAI] AITown::IsCity() so AIs can find out which towns ↵ | yexo | |
grow faster than others (Lord Aro) | |||
2010-12-28 | (svn r21653) -Update from WebTranslator v3.0: | translators | |
catalan - 2 changes by arnau english_US - 6 changes by Rubidium esperanto - 13 changes by Christopher estonian - 35 changes by notAbot french - 8 changes by glx japanese - 63 changes by dchou serbian - 76 changes by etran spanish - 6 changes by Terkhen swedish - 48 changes by Zuu turkish - 11 changes by niw3 | |||
2010-12-28 | (svn r21652) -Cleanup: one semicolon is enough | smatz | |
2010-12-27 | (svn r21651) -Fix [FS#4338] (r21229): infinite loop in the road pathfinder ↵ | rubidium | |
due to bouncing around in an "one way" trap; two one ways pointing towards eachother making it impossible to leave | |||
2010-12-27 | (svn r21650) -Fix [FS#4339]: make "centre [main] view" consistent, and make ↵ | rubidium | |
"[main|global] view" consistent | |||
2010-12-27 | (svn r21649) -Update from WebTranslator v3.0: | translators | |
belarusian - 2 changes by KorneySan dutch - 34 changes by Hirundo, Hyronymus esperanto - 2 changes by Christopher malay - 12 changes by rionix88 marathi - 100 changes by jaguarnac russian - 2 changes by KorneySan serbian - 2 changes by etran | |||
2010-12-27 | (svn r21648) -Codechange: unduplicate a bit of code | rubidium | |
2010-12-26 | (svn r21647) -Fix: failure of WT3 to properly validate some string... | rubidium | |
2010-12-26 | (svn r21646) -Update from WebTranslator v3.0: | translators | |
croatian - 2 changes by VoyagerOne english_US - 2 changes by Rubidium finnish - 2 changes by jpx_ greek - 91 changes by fumantsu hungarian - 2 changes by IPG italian - 3 changes by lorenzodv brazilian_portuguese - 58 changes by Ic3cold slovenian - 2 changes by ntadej spanish - 2 changes by Terkhen swedish - 18 changes by Ledel |