Commit Graph

6808 Commits

Author SHA1 Message Date
rubidium dc4deab88b (svn r17193) -Fix [FS#3124]: guard the valuator against 'external' modifications of the valuated list which could cause it to go into an infinite loop. 2009-08-15 20:34:11 +00:00
alberth 118d5e9fac (svn r17192) -Fix (r17175): Buttons in the toolbar of the scenario editor did not raise again. 2009-08-15 20:33:38 +00:00
translators fc1d7d1013 (svn r17190) -Update from WebTranslator v3.0:
bulgarian - 13 changes by Tvel
simplified_chinese - 1 changes by Gavin
german - 1 changes by planetmaker
indonesian - 2 changes by prof
polish - 3 changes by amateja
romanian - 32 changes by kkmic
spanish - 3 changes by Terkhen
turkish - 5 changes by niw3
urdu - 2 changes by yasirniazkhan
vietnamese - 29 changes by pinochioxy
2009-08-15 17:45:30 +00:00
alberth dd6fcb08b6 (svn r17188) -Codechange: Use display mode names for naming window and widget descriptions. 2009-08-15 14:39:22 +00:00
alberth ff60a5605c (svn r17187) -Codechange: Make switches on news display mode complete. 2009-08-15 14:27:54 +00:00
frosch 2ad4bf74a1 (svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps less with vehicle images. 2009-08-15 11:47:11 +00:00
rubidium 5294ca8a10 (svn r17182) -Feature(ish) [FS#2945]: sort vehicle lists on (timetable) delay 2009-08-15 10:51:33 +00:00
alberth 13a37b427a (svn r17178) -Codechange (r17177): Remove now unused define. 2009-08-14 22:07:25 +00:00
alberth 200fcddc38 (svn r17177) -Codechange: Message options window uses nested widget tree. 2009-08-14 22:01:44 +00:00
alberth 3d38744b9f (svn r17176) -Codechange: Move widget state updating out of OnPaint method of message options window. 2009-08-14 21:33:30 +00:00
alberth e6a1da11a3 (svn r17175) -Codechange: Only auto-raise push buttons. 2009-08-14 21:27:08 +00:00
alberth fe74c526d8 (svn r17174) -Codechange: Switch to vertical alignment in the message options window. 2009-08-14 21:21:56 +00:00
alberth 2184b5db8a (svn r17173) -Codechange: Vertically align WWT_TEXT widget, generalize vertical alignment of label and text buttons. 2009-08-14 21:20:22 +00:00
alberth c4f055cc11 (svn r17172) -Codechange: Move the _message_opt variable into the MessageOptionsWindow struct. 2009-08-14 19:02:20 +00:00
alberth 4eb155ccfb (svn r17171) -Doc: Additions and corrections of various doxygen strings. 2009-08-14 18:41:03 +00:00
translators ab9995ddbc (svn r17170) -Update from WebTranslator v3.0:
bulgarian - 91 changes by Tvel
traditional_chinese - 1 changes by Kwokfu
greek - 76 changes by fumantsu
vietnamese - 48 changes by pinochioxy
2009-08-14 17:45:14 +00:00
smatz 2d3ddab7ca (svn r17169) -Codechange: apply coding style to some for statements 2009-08-14 17:14:04 +00:00
smatz c5533ae470 (svn r17168) -Codechange: apply coding style to if and while statements 2009-08-14 17:11:59 +00:00
rubidium 3108ff7ac6 (svn r17167) -Fix: don't resize the 'base grf status' text part in the game options window when there is no base graphics set that misses files. 2009-08-13 19:54:18 +00:00
translators 48e9974d1c (svn r17166) -Update from WebTranslator v3.0:
bulgarian - 29 changes by Tvel
simplified_chinese - 2 changes by ww9980
traditional_chinese - 5 changes by Kwokfu
greek - 146 changes by fumantsu
indonesian - 10 changes by prof
polish - 11 changes by amateja
2009-08-13 17:45:22 +00:00
smatz bd6acb36ae (svn r17164) -Fix: crash when clicking on the spacer in the build airport GUI 2009-08-13 12:49:51 +00:00
rubidium e0c37dcc7f (svn r17162) -Change: move Greek out of unfinished 2009-08-12 17:46:51 +00:00
translators 5d56b4bb0e (svn r17161) -Update from WebTranslator v3.0:
traditional_chinese - 5 changes by Kwokfu
croatian - 74 changes by Tifached
czech - 4 changes by SmatZ
german - 4 changes by planetmaker
greek - 75 changes by fumantsu
malay - 1 changes by rionix88
serbian - 30 changes by BlueEyedFiend
2009-08-12 17:45:24 +00:00
smatz a29bbb1e1f (svn r17157) -Add: localised decimal separator 2009-08-12 01:28:11 +00:00
translators d58d053438 (svn r17156) -Update from WebTranslator v3.0:
dutch - 290 changes by miloiw
finnish - 38 changes by jpx_
indonesian - 11 changes by fanioz, prof
malay - 5 changes by rionix88
2009-08-11 17:45:14 +00:00
smatz 624a1948b1 (svn r17154) -Fix (r11129): several times copypasted typo 2009-08-11 14:57:09 +00:00
smatz d77b5b562c (svn r17153) -Fix (r11429): don't allow further remapping of already remapped string 2009-08-11 14:55:35 +00:00
michi_cc b84e93487f (svn r17152) -Fix: A stuck train could free the reservation of another train if it was reversed or did crash. 2009-08-10 23:52:44 +00:00
michi_cc da18471d48 (svn r17151) -Fix [FS#3104] (r13974): A train entering a PBS section through a block signal could cause a train crash if another reservation ending at a safe tile was already present in the section. 2009-08-10 23:52:40 +00:00
smatz 616370eae3 (svn r17150) -Codechange: when MapGRFStringID() fails to remap, return STR_EMPTY instead of 'random' string 2009-08-10 22:36:15 +00:00
frosch 52f9b8ffbd (svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following vehicles, when autoreplacing/renewing them. 2009-08-10 20:06:39 +00:00
rubidium 238b0e43bb (svn r17146) -Codechange: improve the sample rate conversion a bit 2009-08-10 17:46:44 +00:00
translators 6800db65a7 (svn r17145) -Update from WebTranslator v3.0:
catalan - 62 changes by arnaullv
simplified_chinese - 1 changes by Gavin
danish - 4 changes by silentStatic
dutch - 248 changes by miloiw
french - 7 changes by glx
german - 4 changes by planetmaker
hungarian - 4 changes by alyr
indonesian - 8 changes by fanioz, prof
portuguese - 55 changes by SupSuper
russian - 8 changes by Rikkit
serbian - 4 changes by etran
spanish - 5 changes by Terkhen
2009-08-10 17:45:39 +00:00
rubidium b8954b84bd (svn r17143) -Fix [FS#3097]: NewGRFs sometimes got the wrong string causing crashes later on 2009-08-10 11:11:11 +00:00
rubidium 40a8bd556e (svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuff 2009-08-10 10:25:40 +00:00
rubidium 8e058c2d27 (svn r17140) -Change: allow higher sample rate and higher quality samples. Based on work by orudge. 2009-08-09 23:04:08 +00:00
rubidium 9ee2a66c86 (svn r17139) -Change: add the concept of sound sets 2009-08-09 19:50:44 +00:00
rubidium 35d5a197d6 (svn r17138) -Fix: some MSVC 64 bits compiler warnings 2009-08-09 19:06:35 +00:00
rubidium ed9c01e8b0 (svn r17137) -Fix (r17129): strgen complained a lot about english.txt compiled with MSVC. 2009-08-09 19:06:05 +00:00
rubidium ca0eb1d4ef (svn r17135) -Fix (r17133): some (older) GCCs failed to compile 2009-08-09 18:44:35 +00:00
translators 2ae1c062ce (svn r17134) -Update from WebTranslator v3.0:
simplified_chinese - 2 changes by Gavin
galician - 2 changes by Condex
greek - 22 changes by fumantsu
urdu - 1 changes by yasirniazkhan
2009-08-09 17:45:15 +00:00
rubidium f118932643 (svn r17133) -Codechange: generalise the code that searches for base graphics 2009-08-09 16:54:03 +00:00
smatz b7e746f72c (svn r17132) -Fix: comments in company_cmd.cpp 2009-08-09 15:58:34 +00:00
smatz e707c82412 (svn r17131) -Codechange: apply coding style to some switch statements 2009-08-09 14:40:34 +00:00
alberth 05a65dcc12 (svn r17130) -Fix [FS#3099]: Last line of output in the AI debug window did not fit entirely. 2009-08-09 10:42:01 +00:00
rubidium 0d1b35a400 (svn r17129) -Codechange: also let strgen warn if the translation uses STRINGn or RAW_STRING instead of STRING. 2009-08-09 10:20:09 +00:00
smatz e6bc51ab06 (svn r17128) -Codechange: make code used for generating new subsidies nicer 2009-08-08 22:58:49 +00:00
smatz e2c404958d (svn r17127) -Fix (r17124): destructor has to be defined else operator delete might be called with NULL parameter 2009-08-08 22:42:52 +00:00
alberth 153cfa8c70 (svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of the derived class. 2009-08-08 22:26:45 +00:00
yexo 5d0ae8ad47 (svn r17125) -Cleanup: remove an unused variable 2009-08-08 22:09:53 +00:00