Commit Graph

10873 Commits (c06089006240dc6c4ffda092f5f85a9c4376fbb2)

Author SHA1 Message Date
rubidium c060890062 (svn r21727) -Fix [FS#4377]: admin bots weren't always notified of password changes (dihedral) 14 years ago
terkhen 2e92755d6c (svn r21726) -Add: Allow to toggle height visualization in the owner view of the smallmap. 14 years ago
terkhen f57eb2c886 (svn r21725) -Cleanup: Remove unused owner code. 14 years ago
terkhen 61b5cdbcd8 (svn r21724) -Change: Do not reset the "Show height" state after closing the smallmap window. 14 years ago
terkhen e6dbc0ca88 (svn r21723) -Add: Enable/Disable all buttons to the owner view of the smallmap. 14 years ago
terkhen 7d95963393 (svn r21722) -Update: String names on other translations. 14 years ago
terkhen f7d9da95a7 (svn r21721) -Codechange: Rename the smallmap button panel and its strings. 14 years ago
terkhen 88f8363881 (svn r21720) -Feature: Allow to toggle visualization of company property in the owner view of the smallmap. 14 years ago
terkhen 41d13b9d63 (svn r21719) -Doc: Correct a doxygen comment. 14 years ago
terkhen 1af95597cf (svn r21718) -Feature: Show a list of companies in the owner legend. 14 years ago
terkhen 247cced2ad (svn r21717) -Codechange: Unify smallmap functions for getting the legend height. 14 years ago
terkhen 929aaa7e08 (svn r21716) -Add: Tooltip for the industry legend at the smallmap. 14 years ago
terkhen dcb71c3770 (svn r21715) -Fix: Use the correct land colour in the owner legend. 14 years ago
rubidium e634652517 (svn r21714) -Codechange: unduplicate a bit of code path 14 years ago
translators 8014ec9bef (svn r21713) -Update from WebTranslator v3.0:
estonian - 7 changes by notAbot
marathi - 2 changes by jaguarnac
romanian - 4 changes by kkmic
swedish - 1 changes by spacejens
14 years ago
michi_cc c1091569d0 (svn r21712) -Change: Tune 'realistic' acceleration even more to make more trains reach their top speed. 14 years ago
frosch 679afa362e (svn r21711) -Change: Display the minimal height of the tile in the LandInfo window instead of the height of the northern corner. So it is more useful for NewGRF and AI developers, and maybe more transparent for players. 14 years ago
peter1138 109e4f79f9 (svn r21710) -Fix (r8128): Update oldloader for change in vehicle cur_image size. 14 years ago
peter1138 bf09d85f93 (svn r21709) -Fix (r8128): Vehicle sprite was cached into a 16 bit variable, causing incorrect sprites to be displayed. 14 years ago
frosch 01468cf113 (svn r21708) -Add: [NewGRF] Report TTDPatch flag 4A (newobjects) as set. 14 years ago
rubidium 830f334410 (svn r21707) -Fix [FS#4371]: bit too strict assertion on validness of console colours 14 years ago
rubidium e1a6485c22 (svn r21706) -Fix-ish [FS#4370]: the old ship pathfinder is too stupid to provide "lost" notices; it would even get lost while following it's own path 14 years ago
translators 07672b10de (svn r21705) -Update from WebTranslator v3.0:
catalan - 5 changes by arnau
croatian - 2 changes by VoyagerOne
dutch - 2 changes by Yexo
german - 1 changes by planetmaker
korean - 1 changes by junho2813
polish - 2 changes by amateja
russian - 1 changes by Lone_Wolf
serbian - 1 changes by etran
spanish - 3 changes by Terkhen
swedish - 1 changes by Ledel
14 years ago
smatz a57d2243de (svn r21704) -Fix [FS#4374]: no need to perform any more checks after the connection is closed (Rubidium) 14 years ago
yexo 57f969de2b (svn r21703) -Feature [FS#4372]: list_ai_libs console command to get a list of recognized AI libraries (dihedral) 14 years ago
rubidium 94ced36be7 (svn r21702) -Fix: make sure the colour argument of echoc is properly validated to be a text colour 14 years ago
rubidium 692e61d1dc (svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and remove some unneeded casts 14 years ago
rubidium 8d9c6ecf7f (svn r21700) -Codechange: GetDrawStringCompanyColour returns a TextColour 14 years ago
translators 27f3636b2c (svn r21699) -Update from WebTranslator v3.0:
english_US - 2 changes by Rubidium
finnish - 1 changes by jpx_
french - 1 changes by glx
indonesian - 62 changes by fanioz
italian - 1 changes by lorenzodv
norwegian_nynorsk - 3 changes by 2rB
turkish - 2 changes by niw3
14 years ago
rubidium 6ed9a8fb77 (svn r21698) -Fix: incorrectly named global variable 14 years ago
yexo e7b57edfe6 (svn r21697) -Codechange: use GetGameSettings() in a few more places to enhance readability 14 years ago
yexo b6680625d3 (svn r21696) -Feature [FS#4362]: allow changing the AI configuration in the scenario editor / in game 14 years ago
yexo 8ae90addd6 (svn r21695) -Codechange: add helper function to get the currently applicable GameSettings object 14 years ago
yexo 3436562d3a (svn r21694) -Fix: changing AI settings ingame was impossible when the difficulty level was other than custom 14 years ago
smatz b84a618575 (svn r21693) -Codechange: no need to cast char[] to const uint8* 14 years ago
smatz 03ad8ae5ea (svn r21692) -Cleanup: remove unused extern declaration of HashCurrentCompanyPassword(), make it static 14 years ago
smatz 1a59b8d35a (svn r21691) -Codechange: make sure GenerateCompanyPasswordHash() behaves deterministically when/if the value of NETWORK_SERVER_ID_LENGTH is changed 14 years ago
yexo 6cc694c723 (svn r21690) -Fix: the top of a tall building standing on a hill at the top of the map could be cut off in a giant screenshot 14 years ago
translators 79baba4343 (svn r21689) -Update from WebTranslator v3.0:
traditional_chinese - 73 changes by josesun
italian - 1 changes by lorenzodv
serbian - 1 changes by etran
14 years ago
smatz ed186da1be (svn r21688) -Codechange: verify the colour code passed to IConsolePrint()/IConsolePrintF() is valid 14 years ago
smatz fee10eeb18 (svn r21687) -Fix: verify the colour code we received from the server is valid 14 years ago
smatz c0471356ba (svn r21686) -Cleanup: remove unused constants and comment used ones 14 years ago
rubidium 460bc601e9 (svn r21685) -Codechange: prevent bug tracker entries like FS#2487 and FS#1613 for this year 14 years ago
planetmaker 6ac1a139d0 (svn r21684) -Fix [FS#4360] (r21573): Silence some compile warnings 14 years ago
translators 646dc3ab33 (svn r21683) -Update from WebTranslator v3.0:
hungarian - 1 changes by IPG
russian - 3 changes by Lone_Wolf
14 years ago
glx 3da0c86304 (svn r21680) -Fix (r21656): of course MSVC complains 14 years ago
rubidium 4f8cc1be46 (svn r21679) -Fix (r21642): reading a just freed variable 14 years ago
yexo 3fccdcf1cd (svn r21678) -Update: use 'Ctrl+klik' instead of 'Ctrl+Klik' in the Dutch translation 14 years ago
rubidium 7d58848fee (svn r21677) -Fix: WT3 not validating some strings... 14 years ago
translators 6c6dc8ce1b (svn r21675) -Update from WebTranslator v3.0:
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
14 years ago