Commit Graph

14538 Commits (c1b40ee5e0762fd8e2a6f4810ea3f3c363cd21bc)
 

Author SHA1 Message Date
alberth c1b40ee5e0 (svn r19118) -Fix [FS#3593]: Some buttons in the order gui were raised too soon. 15 years ago
terkhen ff80df980a (svn r19117) -Fix [FS#3593]: The Non-stop dropdown wasn't enabled for depot and waypoint orders. 15 years ago
rubidium 077c751201 (svn r19116) -Fix [FS#3615]: enabling ccache via environment variables failed to properly detect/set a compiler 15 years ago
rubidium 0c6be84ccf (svn r19115) -Document: --with-ccache and --with-distcc in configure 15 years ago
rubidium f6dfce6d59 (svn r19114) -Change: [strgen] Modify the outputted format for MSVC builds of strgen so it also shows fatal errors in the 'error list' and it also counts them. (Fatal) errors are marked as warnings so a failing language file is not causing the complete compilation to fail. 15 years ago
rubidium b1cce3f70f (svn r19113) -Change: [strgen] Remove the partially generated language file if compilation fails. 15 years ago
smatz 66837b1edd (svn r19112) -Fix [FS#3611]: don't crash on broken lng file 15 years ago
rubidium 171dbb7831 (svn r19111) -Fix (r19070): the station view didn't show acceptance anymore 15 years ago
rubidium c70c16c64e (svn r19110) -Fix (r19107): if GCC 3.2 has the trouble, then don't allow it 15 years ago
translators e412dfedca (svn r19109) -Update from WebTranslator v3.0:
catalan - 13 changes by arnau
croatian - 1 changes by VoyagerOne
french - 1 changes by glx
lithuanian - 2 changes by 
norwegian_nynorsk - 71 changes by mantaray
polish - 5 changes by silver_777
russian - 15 changes by Lone_Wolf
slovak - 27 changes by keso53
slovenian - 6 changes by ntadej
vietnamese - 39 changes by myquartz, nglekhoi
15 years ago
rubidium a1c66a956f (svn r19108) -Document: what compilers are known to succeed compiling OpenTTD and which ones have proven to fail compiling OpenTTD 15 years ago
rubidium ad7a139f49 (svn r19107) -Change: GCC 3.2 seems to be having trouble with some templates too 15 years ago
rubidium 3108101cb2 (svn r19106) -Codechange: change 'const static' -> 'static const' for consistency (1 vs 2900 cases); some GCCs/ICCs are known to warn about the former case, but it's valid C++. 15 years ago
yexo 7d5cfa5884 (svn r19105) -Fix [FS#3614]: not all news data was properly freed when starting a new game 15 years ago
alberth dd1c72d39a (svn r19104) -Fix (r19039): Stablize main view centering in smallmap. 15 years ago
alberth 47295bb8b9 (svn r19103) -Codechange: Use px/py for pixel coordinates in PixelToTile(), as promised by the documentation. 15 years ago
yexo d403d82617 (svn r19102) -Codechange; let doxygen parse as much code as possible 15 years ago
alberth 464ad6b951 (svn r19101) -Fix (r19039): Click sound was not played when pressing zoom in/out buttons. 15 years ago
yexo 6c35de1d25 (svn r19100) -Fix: [MSVC] don't stop building language files if building one language file fails 15 years ago
yexo 26005c55e5 (svn r19099) -Doc: two files had the wrong name in the @file comment 15 years ago
translators 826e8a92ef (svn r19098) -Update from WebTranslator v3.0:
arabic_egypt - 101 changes by kasakg
croatian - 7 changes by VoyagerOne
czech - 8 changes by SmatZ
dutch - 2 changes by habell
finnish - 4 changes by jpx_
french - 12 changes by glx
hebrew - 12 changes by dnd_man
hungarian - 15 changes by IPG
indonesian - 2 changes by fanioz
italian - 2 changes by lorenzodv
korean - 2 changes by junho2813
lithuanian - 10 changes by BlinK_
luxembourgish - 2 changes by Phreeze
norwegian_bokmal - 5 changes by mantaray
norwegian_nynorsk - 225 changes by mantaray
portuguese - 1 changes by JayCity
romanian - 2 changes by tonny
serbian - 2 changes by etran
slovak - 99 changes by keso53
spanish - 6 changes by Terkhen
vietnamese - 4 changes by myquartz
15 years ago
rubidium 1217bb9411 (svn r19097) -Fix [FS#3610] (r10444): compilation error in the BeMidi driver (jrepan) 15 years ago
yexo 804a6894c5 (svn r19096) -Fix: segfault when one of the items in the news_display group in the config file has no value 15 years ago
yexo f709290220 (svn r19095) -Fix: segfault when a baseset has an empty metadata field 15 years ago
yexo 6406b75b8f (svn r19094) -Codechange: don't check for NULL values before calling StrEmpty 15 years ago
smatz 07409e6741 (svn r19093) -Codechange: do not prefix console debug output with 'condbg', [console] is enough 15 years ago
rubidium 036d204f4b (svn r19092) -Fix (r19081): MSVC couldn't quite compile OpenTTD 15 years ago
rubidium 32cdc157ee (svn r19091) -Cleanup: remove some unneeded zeroing 15 years ago
rubidium 7a73a7490d (svn r19090) -Codechange: some comment coding style fixes 15 years ago
rubidium 249acc9e4f (svn r19089) -Codechange: some minor coding style 15 years ago
rubidium aab7768a3e (svn r19088) -Fix: some typos/spelling errors in the base 'translation' 15 years ago
rubidium 0072503496 (svn r19087) -Codechange: some typos in StringIDs 15 years ago
translators 1aee53ef6c (svn r19086) -Update from WebTranslator v3.0:
traditional_chinese - 4 changes by josesun
dutch - 4 changes by habell
french - 3 changes by glx
german - 2 changes by planetmaker
greek - 4 changes by fumantsu
hebrew - 29 changes by dnd_man
hungarian - 2 changes by alyr
italian - 4 changes by lorenzodv
japanese - 25 changes by PouncingAnt
lithuanian - 34 changes by BlinK_
luxembourgish - 178 changes by Phreeze
romanian - 4 changes by kkmic
slovenian - 2 changes by ntadej
spanish - 2 changes by Terkhen
15 years ago
smatz 8cd83f87df (svn r19085) -Codechange: simplify hooking of console commands 15 years ago
smatz c5b34444af (svn r19084) -Codechange: minor coding-style fixups 15 years ago
smatz 023fc16894 (svn r19083) -Cleanup: remove support for modifying variables from console 15 years ago
smatz d8a0278cf2 (svn r19082) -Codechange: make 'developer' a regular setting 15 years ago
rubidium 21bd2722cd (svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel 15 years ago
smatz 78ce2858fc (svn r19080) -Cleanup: remove unused _debug_ntp_level and _debug_ms_level 15 years ago
smatz ac6ff0de9b (svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_developer 15 years ago
rubidium 2fcab9d54e (svn r19078) -Update: add cases to Hebrew (dnd_man) 15 years ago
smatz 91988f2722 (svn r19077) -Codechange: remove company_pw from console vars 15 years ago
terkhen 2329eacfe8 (svn r19076) -Codechange: Move graph functions to their own header. 15 years ago
smatz 73ed81b1c7 (svn r19075) -Codechange: unhackify NetworkChangeCompanyPassword() 15 years ago
smatz b91b3ac836 (svn r19074) -Change: when filtering list of settings and console commands, use strstr() instead of strncmp() 15 years ago
rubidium 4cd2ad0a5f (svn r19073) -Fix (r15027): -a is not a command line parameter 15 years ago
rubidium ab35d95b5a (svn r19072) -Fix [FS#3599]: possible read/write after free when the client triggered the server to close the connection 15 years ago
rubidium 3c9c2f704f (svn r19071) -Codechange: update the other language files for r19070 (sbr) 15 years ago
rubidium 29ce905bc2 (svn r19070) -Fix [FS#3607]: the station coverage text was not RTL language aware (sbr) 15 years ago
glx 8f2f4ddeec (svn r19069) -Fix: typo in known-bugs.txt 15 years ago