Commit Graph

9351 Commits (065e2f027c9101ef41b642889addb3c08e26a624)

Author SHA1 Message Date
frosch 54a7c3243e (svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRFConfig and move the GameLog operations directly to AfterLoad(). 14 years ago
frosch 1fd5333070 (svn r19970) -Fix (r14742): SmallMap::Insert() did not compile. Construct new items like operator[]. 14 years ago
smatz 409c4d3342 (svn r19969) -Change: swap 'list of ships' and 'list of aircraft' buttons in the Station View window 14 years ago
smatz 01a30e03aa (svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa 14 years ago
translators f93608f73f (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
14 years ago
frosch 308a4b1c53 (svn r19966) -Codechange: Use InvalidateData() in saveload GUI when appropiate. 14 years ago
peter1138 80da20d725 (svn r19965) -Cleanup: Use size of buffer, not magic number. 14 years ago
terkhen 8540ea26a8 (svn r19964) -Add: Show an error message when trying to start a crashed or destroyed vehicle. 14 years ago
terkhen 76287b117f (svn r19963) -Add: Stop a vehicle after it crashes or is destroyed. 14 years ago
terkhen cebd852c7b (svn r19962) -Cleanup: Remove unused "destroyed vehicle" strings. 14 years ago
terkhen b3d347f6c9 (svn r19961) -Codechange: Unify "vehicle is destroyed" errors. 14 years ago
translators de27f59b4a (svn r19960) -Update from WebTranslator v3.0:
french - 45 changes by ElNounch
irish - 51 changes by tem
serbian - 2 changes by etran
14 years ago
alberth a1efd13ff4 (svn r19959) -Fix (r19889): Disable drag destination highlighting when aborting a drag. 14 years ago
smatz ba43c0f5dd (svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor 14 years ago
smatz a6232ad532 (svn r19957) -Codechange: remove VLW_WAYPOINT_LIST 14 years ago
smatz 24e4010f93 (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
14 years ago
smatz dbe69c2350 (svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders when switching company 14 years ago
translators 8566d0a41a (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
14 years ago
terkhen 814afd80ac (svn r19953) -Fix [FS#3874]: Don't show an error message when trying to start/stop a crashed plane. 14 years ago
smatz c55765f663 (svn r19952) -Fix: do not close list of waypoint's trains when the waypoint view is closed - unify behaviour with other station types 14 years ago
smatz db821f55d1 (svn r19951) -Fix [FS#3869]: close buoy's vehicle list when the buoy is deleted 14 years ago
translators 42af2f7ef8 (svn r19950) -Update from WebTranslator v3.0:
french - 35 changes by ElNounch
indonesian - 28 changes by prof
irish - 58 changes by tem
14 years ago
frosch 1d397bdaf3 (svn r19949) -Doc: Mention tricky units (like speed) more often and more consistently. 14 years ago
frosch 01b0faee3d (svn r19948) -Doc: Comments about display units missed height unit. (Krille) 14 years ago
frosch c5752c301b (svn r19947) -Doc: Comment engine property tables with engine names. (Krille) 14 years ago
translators f1d68c7820 (svn r19946) -Update from WebTranslator v3.0:
french - 19 changes by ElNounch
indonesian - 61 changes by prof
14 years ago
frosch 585d259b22 (svn r19945) -Fix (r19755-ish): Allow turning of roadvehicles while waiting in a queue (again). 14 years ago
frosch ebaa07e3ee (svn r19944) -Feature(ette): Open vehicle view when clicking on the caption of vehicle news. 14 years ago
frosch c973a3cc7b (svn r19943) -Fix [FS#3865]: Disallow moving of vehicle news window. 14 years ago
frosch 58d6367efb (svn r19942) -Fix [FS#3871](r19816): Vertical dragging of rail was broken. 14 years ago
translators 455b12df7c (svn r19941) -Update from WebTranslator v3.0:
luxembourgish - 31 changes by Phreeze
romanian - 2 changes by kkmic
russian - 3 changes by Lone_Wolf
14 years ago
translators ec31e664a0 (svn r19940) -Update from WebTranslator v3.0:
maltese - 2 changes by kelinu
urdu - 1 changes by zohair
14 years ago
frosch d12e364952 (svn r19937) -Codechange: Move some fios related prototypes to fios.h 14 years ago
frosch 8ef0aed0ae (svn r19936) -Codechange: If there is an enum, also use it. 14 years ago
translators b470c084b2 (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
14 years ago
frosch e684da2193 (svn r19934) -Fix [FS#3857]: When 'pause on new game' is set, pause the game before CleanupGeneration() to avoid conflicts with concurrent GUI code. 14 years ago
frosch 65d058723e (svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync during GUI operation. 14 years ago
frosch 6c1a2a2009 (svn r19932) -Codechange: Preserve _current_company when starting AIs. 14 years ago
frosch a5bea603ea (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation. 14 years ago
frosch 60fb3bb9a5 (svn r19930) -Codechange: Deduplicate magic command parameter casts. (rubidium) 14 years ago
rubidium bcaf5f9dcb (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 14 years ago
terkhen 5293cb8d66 (svn r19924) -Fix [FS#3868](r19172): Road/tram ownership was not set correctly when building drive-through stops. 14 years ago
translators cd509f5b65 (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
14 years ago
belugas a782541ab2 (svn r19922) -Fix[FS#3815]: Use of better english. "by" instead of "with" (planetmaker) 14 years ago
smatz 57a3e09fc4 (svn r19921) -Fix [FS#3865]: closing chatbox could cause glitches when news message was shown 14 years ago
rubidium f60e9d5151 (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 14 years ago
translators 3842228d9e (svn r19919) -Update from WebTranslator v3.0:
estonian - 5 changes by taavi
irish - 22 changes by tem
urdu - 118 changes by zohair
14 years ago
frosch 05774c903b (svn r19917) -Codechange: Split save/load GUI to separate file. 14 years ago
translators a80a0a67c0 (svn r19916) -Update from WebTranslator v3.0:
czech - 1 changes by ReisRyos
norwegian_bokmal - 41 changes by jhsoby
urdu - 156 changes by zohair
14 years ago
translators 0b27a0de2b (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
14 years ago
frosch ee53807e51 (svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration. 14 years ago
translators 8d9ab22eb6 (svn r19913) -Update from WebTranslator v3.0:
czech - 12 changes by Hadez
14 years ago
translators 22de3a9fc7 (svn r19912) -Update from WebTranslator v3.0:
estonian - 73 changes by taavi
irish - 112 changes by tem
swedish - 6 changes by tool
14 years ago
frosch 39e941a414 (svn r19911) -Codechange: Simplify text drawing by eliminating global variables and side effects. This also fixes the 'colour' parameter of DrawStringMultiLine(). 14 years ago
alberth 6a2af1cd29 (svn r19910) -Doc: Doxygen additions. 14 years ago
alberth 29fd6ce0e4 (svn r19909) -Doc: Typo fixes, small doxygen improvements. 14 years ago
alberth d0a999bd5b (svn r19908) -Codechange: Use a boolean value to assign to a boolean variable. 14 years ago
frosch 4ecd7e1f00 (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. 14 years ago
alberth 1417c52725 (svn r19906) -Codechange: HandleMouseOver() never ends, so don't return an event handling state. 14 years ago
alberth ee390ab713 (svn r19905) -Codechange: Use EventState for mouse handling routines. 14 years ago
alberth b40fc5bab8 (svn r19904) -Codechange: Make EventState usable outside Window context. 14 years ago
alberth 63c3220e1d (svn r19903) -Codechange: Use SpecialMouseMode enum as type of _special_mouse_mode. 14 years ago
translators 9e2e90279f (svn r19902) -Update from WebTranslator v3.0:
danish - 4 changes by silentStatic
14 years ago
frosch 56103a62a4 (svn r19901) -Add: [NewGRF] Access to industry founder (var A7) during callbacks 28 and 2F. (yexo) 14 years ago
translators e147382c65 (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
14 years ago
translators 45ab7e9983 (svn r19899) -Update from WebTranslator v3.0:
hebrew - 2 changes by dnd_man
irish - 60 changes by tem
polish - 2 changes by silver_777
14 years ago
translators a0564fb21a (svn r19897) -Update from WebTranslator v3.0:
dutch - 6 changes by habell
irish - 47 changes by tem
slovak - 10 changes by keso53
14 years ago
michi_cc 1a85f15b0b (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. 14 years ago
translators b3db1b3314 (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
14 years ago
translators 1debc977a1 (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
14 years ago
rubidium 4065c94403 (svn r19892) -Fix [FS#3856] (r19792): crash when trying to reserve 'in depot' track on clearing a crashed train 14 years ago
translators 0d83a08a76 (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
14 years ago
frosch b46439e3d0 (svn r19890) -Codechange: Use real spritewidths for drawing town authority window. 14 years ago
alberth ae48155704 (svn r19889) -Add [FS#3705]: Add drag destination highlighting to order gui (sbr). 14 years ago
alberth 0418fcd988 (svn r19888) -Add [FS#3705]: Add highlighting of drag destination in depot gui (sbr). 14 years ago
alberth 740185febd (svn r19886) -Add [FS#3705]: Perform window callback during mouse dragging for the purpose of highlighting the destination (sbr). 14 years ago
rubidium 0ccd755de6 (svn r19885) -Fix [FS#3761]: allow loading savegames from the console without specifying the ".sav" extension, i.e. make it consistent with saving savegames from the console 14 years ago
rubidium 27e8dc1bb0 (svn r19884) -Feature: translatable desktop shortcut comments 14 years ago
rubidium 8b074018fc (svn r19883) -Fix [FS#3812]: dropdowns did affect positioning of new windows because they were not yet removed when the new windows were positioned 14 years ago
translators 82204a7388 (svn r19882) -Update from WebTranslator v3.0:
traditional_chinese - 5 changes by josesun
croatian - 7 changes by VoyagerOne
finnish - 5 changes by jpx_
french - 5 changes by glx
greek - 32 changes by fumantsu
hungarian - 26 changes by IPG
indonesian - 2 changes by prof
russian - 5 changes by Lone_Wolf
slovenian - 9 changes by ntadej
spanish - 5 changes by Terkhen
vietnamese - 31 changes by nglekhoi
14 years ago
rubidium b4d4e5722a (svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges 14 years ago
frosch 934f0861ee (svn r19880) -Fix: [NoAI] AIEngine::IsValidEngine() and AIEngine::IsBuildable() returned false positives. Especially wagons of unavailable railtypes were reported available. 14 years ago
frosch 2eb1e2564b (svn r19879) -Codechange: Also hide invalid engines from purchase lists. 14 years ago
alberth fd4d221647 (svn r19878) -Fix [FX#3851]: Default vehicle group texts were drawn one pixel too low (sbr). 14 years ago
frosch f6f0075853 (svn r19877) -Change: Name invalid engines, cargos and industries 'invalid', if the player removed the supplying NewGRFs. 14 years ago
smatz 1c2fe75a12 (svn r19876) -Fix (r14104): it was not possible to send all trains with common waypoint order to depot 14 years ago
rubidium be79aba6eb (svn r19874) -Fix [FS#3845]: NetBSD compilation was still broken in some cases (Krille) 14 years ago
rubidium aefe28bd1c (svn r19873) -Fix [FS#3817]: if the (guessed initial) destination tile of a road stop wasn't a road stop but was a T-junction or turn, the road vehicles would jump around in circles 14 years ago
yexo a646e56700 (svn r19872) -Codechange [FS#3826]: move the widget updates in the newgame gui to OnInvalidateData from OnPaint 14 years ago
yexo 330c5daf54 (svn r19871) -Fix [FS#3826]: update the landscape buttons in the main menu / newgame window correctly (planetmaker) 14 years ago
smatz d012953528 (svn r19870) -Codechange: silence some of GCC 3.3 warnings 14 years ago
rubidium 7620939583 (svn r19869) -Fix [FS#3819]: when a connection gets lost and a game with AIs was loaded the client might crash due to the AIs not being loaded while the game loop is executed 14 years ago
translators 7b4e6edb5e (svn r19868) -Update from WebTranslator v3.0:
indonesian - 4 changes by prof
russian - 17 changes by Lone_Wolf, perk11
14 years ago
rubidium adfacd44ab (svn r19867) -Change: use non-breaking spaces for currency pre-/postfixes. 14 years ago
rubidium b169fd9b92 (svn r19866) -Change: use non breaking spaces as digit group separators in the Russian translation 14 years ago
rubidium 779722505f (svn r19865) -Fix [FS#3830]: crash when changing locale settings from console due to strcpy-ing a string into a pointer 14 years ago
rubidium cfaafb0fff (svn r19864) -Fix: don't print a pointer as string for listing (a) setting(s) 14 years ago
rubidium 2660ad2caf (svn r19863) -Fix: redraw the screen when changing the currency settings 14 years ago
rubidium 5688b7c68e (svn r19862) -Change: allow "" and " " as arguments meaning nothing and space for the in-game console 14 years ago
frosch e6bc1150ae (svn r19861) -Fix (r19814): Silence a warning. 14 years ago