Commit Graph

9379 Commits

Author SHA1 Message Date
translators f2d6bf6b58 (svn r20002) -Update from WebTranslator v3.0:
traditional_chinese - 13 changes by josesun
irish - 160 changes by tem
turkish - 12 changes by niw3
2010-06-20 17:45:12 +00:00
translators ec7747918c (svn r20001) -Update from WebTranslator v3.0:
greek - 1 changes by fumantsu
indonesian - 7 changes by prof
norwegian_bokmal - 11 changes by mantaray
norwegian_nynorsk - 11 changes by mantaray
2010-06-19 17:45:19 +00:00
rubidium 876eb5ee0b (svn r19998) -Codechange: Unify the order of ship and plane icon in network-lobby with the rest of the game (frosch) 2010-06-19 16:42:02 +00:00
rubidium 3e35018f97 (svn r19997) -Codechange: Unify order of ship and plane icon in stationlist and stationsigns with the rest of the game (frosch) 2010-06-19 16:40:31 +00:00
rubidium 99a11badaf (svn r19996) -Codechange: Add NetworkVehicleType enum. 2010-06-19 16:37:56 +00:00
translators 5623710593 (svn r19994) -Update from WebTranslator v3.0:
irish - 108 changes by tem
slovak - 17 changes by keso53
2010-06-18 17:45:10 +00:00
translators 398ac2ef95 (svn r19993) -Update from WebTranslator v3.0:
croatian - 6 changes by VoyagerOne
hebrew - 47 changes by dnd_man
brazilian_portuguese - 11 changes by Tucalipe
2010-06-17 17:45:12 +00:00
frosch 94efc4c3b9 (svn r19992) -Fix [FS#3878]: Clear force_proceed when entering depots and when loading.
-Fix (r18515): Resetting of force_proceed on manual stopping did not work.
2010-06-16 20:27:59 +00:00
translators 03c87faea1 (svn r19991) -Update from WebTranslator v3.0:
greek - 13 changes by fumantsu
hungarian - 1 changes by IPG
korean - 8 changes by junho2813
polish - 2 changes by xine
2010-06-16 17:45:17 +00:00
smatz 4cae19175e (svn r19990) -Fix: owner of the Waypoint View window wasn't properly set 2010-06-15 22:48:50 +00:00
translators eee3b46607 (svn r19989) -Update from WebTranslator v3.0:
czech - 3 changes by Hadez
irish - 79 changes by tem
russian - 2 changes by LazyBoy
2010-06-15 17:45:12 +00:00
translators 3bfc5e3cbe (svn r19988) -Update from WebTranslator v3.0:
czech - 12 changes by Hadez
dutch - 12 changes by habell
finnish - 11 changes by jpx_
hungarian - 11 changes by alyr
irish - 44 changes by tem
italian - 11 changes by lorenzodv
luxembourgish - 14 changes by Phreeze
serbian - 11 changes by etran
slovenian - 11 changes by ntadej
vietnamese - 11 changes by nglekhoi
2010-06-14 17:45:34 +00:00
translators ce7eb2e780 (svn r19987) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
croatian - 11 changes by VoyagerOne
french - 11 changes by glx
german - 11 changes by planetmaker
italian - 1 changes by lorenzodv
polish - 10 changes by silver_777
russian - 12 changes by Lone_Wolf
spanish - 11 changes by Terkhen
vietnamese - 1 changes by nglekhoi
2010-06-13 17:45:30 +00:00
frosch 717d134947 (svn r19986) -Fix (r19841): One could add and remove Grfs from the list via doubleclicking even if editing the list is not allowed. 2010-06-13 14:58:14 +00:00
frosch 58f2a1d014 (svn r19985) -Fix (r19980): Loading preview data from old savegames failed indeterministically due to non-zeroed memory allocation. Thanks smatz. 2010-06-13 14:52:42 +00:00
frosch ff89345a5c (svn r19984) -Feature: Show some savegame details when selecting items in saveload GUIs. 2010-06-13 14:17:26 +00:00
frosch c5424bec97 (svn r19983) -Add: Separate nested widget array for load heightmap GUI. 2010-06-13 14:17:02 +00:00
frosch dc4ce3c5ae (svn r19982) -Codechange: Shuffle some widget positions in saveload GUIs. 2010-06-13 14:16:27 +00:00
frosch d9b4d92050 (svn r19981) -Add: Read NewGRF configuration during SL_LOAD_CHECK. 2010-06-13 14:15:58 +00:00
frosch 16618e6f16 (svn r19980) -Add: Load some general data from savegames on SL_LOAD_CHECK. 2010-06-13 14:15:36 +00:00
frosch e95518c8e9 (svn r19979) -Codechange: Separate static loadable fields from Company into separate struct. 2010-06-13 14:15:11 +00:00
frosch 0270ca846e (svn r19978) -Add: Read settings during SL_LOAD_CHECK. 2010-06-13 14:14:37 +00:00
frosch 86244ad31e (svn r19977) -Add: Read current date during SL_LOAD_CHECK. 2010-06-13 14:14:20 +00:00
frosch 2d8c2af5e9 (svn r19976) -Add: Read mapsize during SL_LOAD_CHECK. 2010-06-13 14:13:49 +00:00
frosch 8d9b573f8f (svn r19975) -Add: SL_LOAD_CHECK mode for partial reading of savegames. 2010-06-13 14:13:23 +00:00
frosch e8248cf113 (svn r19974) -Add: SlSkipArray() to skip arrays and sparse arrays in savegames. 2010-06-13 14:12:21 +00:00
frosch 62ac138154 (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). 2010-06-13 14:11:59 +00:00
frosch 56fbbdeafd (svn r19972) -Change: Use the md5sum from the previous save of the game for BaNaNaS instead of the initial (when the grf was added) md5sum from the gamelog. Neither method is 'better', but this way it is independent from the gamelog. 2010-06-13 14:11:32 +00:00
frosch 641fc68aa8 (svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRFConfig and move the GameLog operations directly to AfterLoad(). 2010-06-13 14:07:49 +00:00
frosch 67bec51f27 (svn r19970) -Fix (r14742): SmallMap::Insert() did not compile. Construct new items like operator[]. 2010-06-13 09:41:48 +00:00
smatz 55a684efc1 (svn r19969) -Change: swap 'list of ships' and 'list of aircraft' buttons in the Station View window 2010-06-12 21:23:20 +00:00
smatz c4e2a49225 (svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa 2010-06-12 21:21:44 +00:00
translators 6a6a30eeaf (svn r19967) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
finnish - 1 changes by jpx_
french - 1 changes by ElNounch
german - 1 changes by planetmaker
indonesian - 1 changes by prof
irish - 60 changes by tem
norwegian_bokmal - 1 changes by mantaray
norwegian_nynorsk - 59 changes by mantaray
brazilian_portuguese - 1 changes by Tucalipe
serbian - 2 changes by etran
slovenian - 1 changes by ntadej
spanish - 1 changes by Terkhen
swedish - 1 changes by tool
2010-06-12 17:45:43 +00:00
frosch 00a5189161 (svn r19966) -Codechange: Use InvalidateData() in saveload GUI when appropiate. 2010-06-12 14:52:42 +00:00
peter1138 4b4e97695f (svn r19965) -Cleanup: Use size of buffer, not magic number. 2010-06-12 10:55:13 +00:00
terkhen 64e63b72e9 (svn r19964) -Add: Show an error message when trying to start a crashed or destroyed vehicle. 2010-06-11 20:33:33 +00:00
terkhen 3287f91893 (svn r19963) -Add: Stop a vehicle after it crashes or is destroyed. 2010-06-11 20:30:12 +00:00
terkhen a345711a89 (svn r19962) -Cleanup: Remove unused "destroyed vehicle" strings. 2010-06-11 20:26:41 +00:00
terkhen 54403a8251 (svn r19961) -Codechange: Unify "vehicle is destroyed" errors. 2010-06-11 20:20:45 +00:00
translators a3cd86ac80 (svn r19960) -Update from WebTranslator v3.0:
french - 45 changes by ElNounch
irish - 51 changes by tem
serbian - 2 changes by etran
2010-06-11 17:45:11 +00:00
alberth f053a82594 (svn r19959) -Fix (r19889): Disable drag destination highlighting when aborting a drag. 2010-06-11 15:37:00 +00:00
smatz e71fd4bb57 (svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor 2010-06-11 00:20:24 +00:00
smatz c4175b752a (svn r19957) -Codechange: remove VLW_WAYPOINT_LIST 2010-06-11 00:18:28 +00:00
smatz 8bf4a7d1ae (svn r19956) -Fix: close list of vehicles with given oil rig in orders when the oil rig is deleted
-Fix (r19952): close the list when it is not sticky
2010-06-10 23:52:09 +00:00
smatz 830e40af19 (svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders when switching company 2010-06-10 23:27:37 +00:00
translators de50d914c8 (svn r19954) -Update from WebTranslator v3.0:
croatian - 3 changes by UnderwaterHesus
danish - 10 changes by beruic
french - 58 changes by ElNounch
irish - 107 changes by tem
norwegian_bokmal - 103 changes by mantaray
russian - 1 changes by Lone_Wolf
2010-06-10 17:45:22 +00:00
terkhen 5387d4d87c (svn r19953) -Fix [FS#3874]: Don't show an error message when trying to start/stop a crashed plane. 2010-06-10 16:32:39 +00:00
smatz 3d909433ac (svn r19952) -Fix: do not close list of waypoint's trains when the waypoint view is closed - unify behaviour with other station types 2010-06-10 16:22:10 +00:00
smatz 1879937992 (svn r19951) -Fix [FS#3869]: close buoy's vehicle list when the buoy is deleted 2010-06-10 16:19:59 +00:00
translators bb80b95142 (svn r19950) -Update from WebTranslator v3.0:
french - 35 changes by ElNounch
indonesian - 28 changes by prof
irish - 58 changes by tem
2010-06-09 17:45:12 +00:00
frosch e597ec6bf9 (svn r19949) -Doc: Mention tricky units (like speed) more often and more consistently. 2010-06-08 20:16:51 +00:00
frosch 06ba1c5f5e (svn r19948) -Doc: Comments about display units missed height unit. (Krille) 2010-06-08 20:14:58 +00:00
frosch c75226f479 (svn r19947) -Doc: Comment engine property tables with engine names. (Krille) 2010-06-08 19:40:52 +00:00
translators 1751261e26 (svn r19946) -Update from WebTranslator v3.0:
french - 19 changes by ElNounch
indonesian - 61 changes by prof
2010-06-08 17:45:10 +00:00
frosch 6b88c1c5cd (svn r19945) -Fix (r19755-ish): Allow turning of roadvehicles while waiting in a queue (again). 2010-06-07 20:38:16 +00:00
frosch 7de069af3b (svn r19944) -Feature(ette): Open vehicle view when clicking on the caption of vehicle news. 2010-06-07 20:00:21 +00:00
frosch 38b8259f3b (svn r19943) -Fix [FS#3865]: Disallow moving of vehicle news window. 2010-06-07 19:56:32 +00:00
frosch eb02ce0573 (svn r19942) -Fix [FS#3871](r19816): Vertical dragging of rail was broken. 2010-06-07 19:43:40 +00:00
translators 0e4f13793d (svn r19941) -Update from WebTranslator v3.0:
luxembourgish - 31 changes by Phreeze
romanian - 2 changes by kkmic
russian - 3 changes by Lone_Wolf
2010-06-07 17:45:13 +00:00
translators 00aa904510 (svn r19940) -Update from WebTranslator v3.0:
maltese - 2 changes by kelinu
urdu - 1 changes by zohair
2010-06-06 17:45:06 +00:00
frosch 13d43b8dab (svn r19937) -Codechange: Move some fios related prototypes to fios.h 2010-06-05 19:02:29 +00:00
frosch 1d9a84a934 (svn r19936) -Codechange: If there is an enum, also use it. 2010-06-05 18:44:31 +00:00
translators 0227618324 (svn r19935) -Update from WebTranslator v3.0:
hungarian - 2 changes by IPG
polish - 3 changes by silver_777
portuguese - 1 changes by JayCity
brazilian_portuguese - 29 changes by Tucalipe
russian - 5 changes by Lone_Wolf
urdu - 3 changes by zohair
2010-06-05 17:45:21 +00:00
frosch c5921a91ea (svn r19934) -Fix [FS#3857]: When 'pause on new game' is set, pause the game before CleanupGeneration() to avoid conflicts with concurrent GUI code. 2010-06-05 15:22:46 +00:00
frosch 9e53f1e004 (svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync during GUI operation. 2010-06-05 13:32:42 +00:00
frosch e852bf154f (svn r19932) -Codechange: Preserve _current_company when starting AIs. 2010-06-05 13:29:48 +00:00
frosch 1d3adb2b66 (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation. 2010-06-05 12:16:12 +00:00
frosch 406c2a9865 (svn r19930) -Codechange: Deduplicate magic command parameter casts. (rubidium) 2010-06-05 11:51:34 +00:00
rubidium e7f70987a4 (svn r19925) -Fix [FS#3859]: one didn't pay for rail when building depots and stations, so with expensive railtypes building stations and then removing the station would be cheaper than just building the rail 2010-06-04 21:00:17 +00:00
terkhen f733c3795a (svn r19924) -Fix [FS#3868](r19172): Road/tram ownership was not set correctly when building drive-through stops. 2010-06-04 19:50:37 +00:00
translators a78acadf3f (svn r19923) -Update from WebTranslator v3.0:
czech - 14 changes by Hadez
korean - 1 changes by junho2813
norwegian_bokmal - 157 changes by jhsoby
russian - 1 changes by Lone_Wolf
urdu - 2 changes by zohair
2010-06-04 17:45:17 +00:00
belugas e4e51c22af (svn r19922) -Fix[FS#3815]: Use of better english. "by" instead of "with" (planetmaker) 2010-06-04 13:41:53 +00:00
smatz c49436c2d1 (svn r19921) -Fix [FS#3865]: closing chatbox could cause glitches when news message was shown 2010-06-04 09:47:55 +00:00
rubidium 6be760645a (svn r19920) -Change: set the correct digit group separator for both Norwegians, unify the ownname naming and add genders/cases needed to improve the translation 2010-06-03 20:10:16 +00:00
translators 775c3feebe (svn r19919) -Update from WebTranslator v3.0:
estonian - 5 changes by taavi
irish - 22 changes by tem
urdu - 118 changes by zohair
2010-06-03 17:45:09 +00:00
frosch c1cd1c039f (svn r19917) -Codechange: Split save/load GUI to separate file. 2010-06-03 11:05:20 +00:00
translators 278c4e9d2d (svn r19916) -Update from WebTranslator v3.0:
czech - 1 changes by ReisRyos
norwegian_bokmal - 41 changes by jhsoby
urdu - 156 changes by zohair
2010-06-02 17:45:11 +00:00
translators 0ad566f79d (svn r19915) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
irish - 19 changes by tem
maltese - 18 changes by kelinu
urdu - 63 changes by zohair
2010-06-01 17:45:10 +00:00
frosch 9db3cde73a (svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration. 2010-05-31 20:22:57 +00:00
translators 1d05fbebbe (svn r19913) -Update from WebTranslator v3.0:
czech - 12 changes by Hadez
2010-05-31 17:45:08 +00:00
translators 644ffd51fe (svn r19912) -Update from WebTranslator v3.0:
estonian - 73 changes by taavi
irish - 112 changes by tem
swedish - 6 changes by tool
2010-05-30 17:45:12 +00:00
frosch 4b7afccd46 (svn r19911) -Codechange: Simplify text drawing by eliminating global variables and side effects. This also fixes the 'colour' parameter of DrawStringMultiLine(). 2010-05-30 15:32:37 +00:00
alberth 2224c9b515 (svn r19910) -Doc: Doxygen additions. 2010-05-30 13:16:51 +00:00
alberth 51e67a40e0 (svn r19909) -Doc: Typo fixes, small doxygen improvements. 2010-05-30 13:05:36 +00:00
alberth ef353f69ca (svn r19908) -Codechange: Use a boolean value to assign to a boolean variable. 2010-05-30 12:40:40 +00:00
frosch 0960e0c4f2 (svn r19907) -Fix: [NewGRF] Call callbacks 14A, 14B and 14C after all industry variables have been assigned, so more variables are valid during the callbacks. 2010-05-30 12:26:32 +00:00
alberth cf060d16ec (svn r19906) -Codechange: HandleMouseOver() never ends, so don't return an event handling state. 2010-05-30 12:18:49 +00:00
alberth ce0e1cbb3f (svn r19905) -Codechange: Use EventState for mouse handling routines. 2010-05-30 12:15:28 +00:00
alberth 113f3ef0eb (svn r19904) -Codechange: Make EventState usable outside Window context. 2010-05-30 12:06:18 +00:00
alberth fc82d9cd77 (svn r19903) -Codechange: Use SpecialMouseMode enum as type of _special_mouse_mode. 2010-05-30 10:36:32 +00:00
translators 13ec4bde4c (svn r19902) -Update from WebTranslator v3.0:
danish - 4 changes by silentStatic
2010-05-29 17:45:06 +00:00
frosch e296eeb20c (svn r19901) -Add: [NewGRF] Access to industry founder (var A7) during callbacks 28 and 2F. (yexo) 2010-05-29 13:08:50 +00:00
translators 0c1add2d19 (svn r19900) -Update from WebTranslator v3.0:
french - 24 changes by ElNounch
german - 10 changes by planetmaker
greek - 8 changes by fumantsu
indonesian - 4 changes by prof
irish - 69 changes by tem
polish - 1 changes by xine
2010-05-28 17:45:22 +00:00
translators 39d4f72e57 (svn r19899) -Update from WebTranslator v3.0:
hebrew - 2 changes by dnd_man
irish - 60 changes by tem
polish - 2 changes by silver_777
2010-05-27 17:45:12 +00:00
translators 3b0c091e97 (svn r19897) -Update from WebTranslator v3.0:
dutch - 6 changes by habell
irish - 47 changes by tem
slovak - 10 changes by keso53
2010-05-26 17:45:12 +00:00
michi_cc f3b56340c2 (svn r19896) -Fix [FS#3803] (r18648): [YAPP] Inform the pathfinder as well about the fact that the backside of an one-way path signal can be a safe waiting point. 2010-05-26 05:24:58 +00:00
translators 0599e8e97d (svn r19894) -Update from WebTranslator v3.0:
czech - 27 changes by ReisRyos
danish - 19 changes by silentStatic
indonesian - 39 changes by prof
norwegian_bokmal - 7 changes by mantaray
norwegian_nynorsk - 7 changes by mantaray
polish - 2 changes by xine
portuguese - 6 changes by JayCity
2010-05-25 17:45:24 +00:00
translators e09e49afb1 (svn r19893) -Update from WebTranslator v3.0:
danish - 22 changes by silentStatic
indonesian - 4 changes by prof
italian - 1 changes by lorenzodv
polish - 4 changes by silver_777
romanian - 6 changes by tonny
slovenian - 1 changes by Necrolyte
turkish - 27 changes by niw3
2010-05-24 17:45:26 +00:00
rubidium 4092471a98 (svn r19892) -Fix [FS#3856] (r19792): crash when trying to reserve 'in depot' track on clearing a crashed train 2010-05-23 22:14:22 +00:00
translators 5ba088982d (svn r19891) -Update from WebTranslator v3.0:
catalan - 6 changes by arnau
croatian - 2 changes by VoyagerOne
finnish - 1 changes by jpx_
french - 1 changes by glx
italian - 7 changes by lorenzodv
lithuanian - 9 changes by BlinK_
russian - 1 changes by Lone_Wolf
serbian - 6 changes by etran
spanish - 1 changes by Terkhen
vietnamese - 15 changes by myquartz
2010-05-23 17:45:34 +00:00