Commit Graph

9834 Commits (cc658392ebef76ca21efc7c3ab1aaaa93c50448e)

Author SHA1 Message Date
terkhen 51e6cb0a70 (svn r20119) -Add: Tooltips can be removed if the user stops hovering the mouse. 14 years ago
terkhen 9aef7b8c3d (svn r20118) -Add: Detect if the mouse has been hovering over the same point. 14 years ago
terkhen dd5bf70f20 (svn r20117) -Codechange: Use a Point struct to store double click position. 14 years ago
terkhen 066aa61a45 (svn r20116) -Add: Show an specific error message when trying to convert/remove nonexistant signals. 14 years ago
terkhen bb24713218 (svn r20115) -Add: Show an specific error message when trying to remove nonexistant stations. 14 years ago
terkhen 191389fa8d (svn r20114) -Add: Show an specific error message when trying to remove rail or build/convert/remove signals over nonexistant railways. 14 years ago
terkhen 40e58f78ba (svn r20113) -Add [FS#3895]: Show an specific error message when trying to remove nonexistant roads (Krille). 14 years ago
terkhen 5eb5ddbf31 (svn r20112) -Codechange: Prevent implicit use of CommandCost constructors. 14 years ago
translators 08d4fb21f5 (svn r20111) -Update from WebTranslator v3.0:
bulgarian - 74 changes by kokobongo
portuguese - 3 changes by ABCRic
ukrainian - 1 changes by Fixer
14 years ago
alberth b06d18b19a (svn r20110) -Fix [FS#3695]: Do not allow building a rail track to the water using a tree-tile. 14 years ago
alberth 7e0e7fb0e5 (svn r20109) -Codechange: Make GetFloodingBehaviour() globally usable. 14 years ago
frosch 9060a7ac00 (svn r20108) -Change: [NewGRF] Report substitute industry type in AI railstation selection callback. 14 years ago
frosch 969c059fea (svn r20107) -Add: [NoAI] AIIndustryType::INDUSTRYTYPE_TOWN and AIIndustryType::INDUSTRYTYPE_UNKNOWN for AIRail::BuildNewGRFRailStation(). Note that BuildNewGRFRailStation() now checks the passed industry type for validity. 14 years ago
frosch 1055c2b0fd (svn r20106) -Fix (r5999): Engine and vehicle age were clamped at 0xFFFF, though there are 32bit available. 14 years ago
rubidium d4da257ff9 (svn r20105) -Revert (r20102) [FS#3938]: resetting DirectMusic completely, although working, causes a temporary freeze of OpenTTD. As MCI behaves better than DirectMusic that has become the default music driver; small delay between songs beats wrongly pitched/bad sounding songs 14 years ago
michi_cc 58f1470129 (svn r20104) -Fix: [Win32] The win32 MIDI driver might clip the start of a song. 14 years ago
frosch cddd6df252 (svn r20103) -Fix [FS#3934]: AITown::GetRating() returned wrong values. (Morloth) 14 years ago
rubidium 24fe1f41a5 (svn r20102) -Fix: OpenMSX music sounds odd after certain songs are played. Likely because the instruments weren't reset properly 14 years ago
translators 03b079f856 (svn r20101) -Update from WebTranslator v3.0:
estonian - 16 changes by Jaanus
polish - 3 changes by xine
portuguese - 6 changes by ABCRic, JayCity
romanian - 2 changes by kkmic
14 years ago
terkhen 5ea472650c (svn r20100) -Fix: Give priority to ownership errors while removing rails. 14 years ago
terkhen f363f64c51 (svn r20099) -Fix [FS#3882]: Give priority to ownership errors while removing roads. 14 years ago
michi_cc 811f0db597 (svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes fail to release its reserved path. 14 years ago
alberth 82fc340a0a (svn r20097) -Codechange: Share constant bitset of safe level crossing slopes. 14 years ago
rubidium 72bfda4634 (svn r20090) -Fix: savegames would (very likely) end with 128 KiB worth of useless zeros 14 years ago
frosch 4ce5c6d93d (svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidden destructor call from Swap(). 14 years ago
translators 02e4371ecb (svn r20088) -Update from WebTranslator v3.0:
simplified_chinese - 29 changes by ww9980
irish - 18 changes by tem
14 years ago
rubidium b7fe013793 (svn r20087) -Fix [FS#3876, FS#3887, FS#3920, FS#3923]: if after loading a savegame (including intro game) one tried to save a game (including autosave) and that failed (very) early on because it couldn't open the file for writing all pointers would be converted to NULLs which then causes corrupted game states 14 years ago
frosch edcc7f3cbc (svn r20086) -Add: Textstack support for CB 38. 14 years ago
translators 0bae69b12b (svn r20085) -Update from WebTranslator v3.0:
irish - 9 changes by tem
korean - 5 changes by junho2813
lithuanian - 15 changes by BlinK_
ukrainian - 7 changes by Fixer
vietnamese - 2 changes by myquartz
14 years ago
glx 4796be85a5 (svn r20084) -Fix [FS#3919] (r7157): don't try to handle mouse events when the cursor ha left the window 14 years ago
translators 0ffbb12941 (svn r20083) -Update from WebTranslator v3.0:
swedish - 2 changes by tool
14 years ago
rubidium 5ca4098443 (svn r20082) -Fix [FS#3899]: reading deleted memory when selecting a NewGRF in the content download window of which the data has not been acquired from the content server. The crash would occur after the content server's reply was processed and the ContentInfo object was replaced with another. 14 years ago
translators 26404de5e6 (svn r20081) -Update from WebTranslator v3.0:
dutch - 2 changes by Nelis
english_US - 1 changes by Xanland
greek - 2 changes by fumantsu
hungarian - 2 changes by IPG
ukrainian - 73 changes by Fixer
14 years ago
translators 37f6453be3 (svn r20080) -Update from WebTranslator v3.0:
german - 2 changes by planetmaker
hungarian - 2 changes by alyr
irish - 14 changes by tem
brazilian_portuguese - 2 changes by Tucalipe
serbian - 1 changes by etran
slovenian - 2 changes by ntadej
tamil - 82 changes by vv
turkish - 2 changes by niw3
ukrainian - 7 changes by Fixer
14 years ago
frosch a7d168b2e5 (svn r20079) -Codechange [FS#3922]: Add helper functions to deal with the 192-256-magic of vehicle movement. 14 years ago
yexo 902cefaa41 (svn r20077) -Codechange: remove the space between "open" and "ttd" in the title screen 14 years ago
yexo 17ef1a2336 (svn r20076) -Fix (r20073): hotkeys for the road toolbar were not stored in hotkeys.cfg 14 years ago
yexo 6997637208 (svn r20075) -Feature: customizable hotkeys for the main toolbar in the scenario editor 14 years ago
yexo 063909962a (svn r20074) -Fix (r20065): highscore window should use the same hotkey for quit as the toolbar 14 years ago
yexo 19f86951d9 (svn r20073) -Feature: customizable hotkeys for the road toolbar 14 years ago
frosch 6c6d1e3792 (svn r20072) -Fix (r20065): NUM_MINUS was stored as NUM_PLUS in config file. 14 years ago
frosch 397d1186d7 (svn r20071) -Codechange: Consistently return the toolbar window for ShowBuildXxxToolbar(). 14 years ago
yexo 26be68ae98 (svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys
Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default
14 years ago
frosch 9be9302cdb (svn r20069) -Fix (r20055): Make valgrind happy. 14 years ago
yexo 9b66684b81 (svn r20068) -Feature: customizable hotkeys for the rail toolbar 14 years ago
yexo 4012f85eec (svn r20067) -Add: special modifier (GLOBAL) to mark hotkeys as global hotkeys 14 years ago
frosch 4f51623d12 (svn r20066) -Fix: When rescanning NewGRFs resp. after content download also check whether compatible grfs are available now. 14 years ago
yexo ddf11b7d3f (svn r20065) -Feature: customizable hotkeys for the main toolbar 14 years ago
alberth ed4fdd4a7b (svn r20064) -Doc: Document water tile query and helper functions. 14 years ago
yexo 243075a096 (svn r20063) -Feature: customizable hotkeys for the dock toolbar 14 years ago
yexo 2e0acdbb07 (svn r20062) -Feature: customizable hotkeys for the airport toolbar 14 years ago
translators cf3fb937ab (svn r20061) -Update from WebTranslator v3.0:
croatian - 2 changes by VoyagerOne
finnish - 2 changes by jpx_
french - 2 changes by glx
italian - 2 changes by lorenzodv
russian - 2 changes by Lone_Wolf
serbian - 50 changes by etran
14 years ago
frosch 30b4228723 (svn r20060) -Fix (r20055): strnicmp() does not exist on all platforms. 14 years ago
yexo 70a35a94b5 (svn r20059) -Feature: customizable hotkeys for the main window (the global hotkeys) 14 years ago
yexo da57796d51 (svn r20058) -Feature: customizable hotkeys for the vehicle orders window 14 years ago
yexo fda69b2be3 (svn r20057) -Feature: customizable hotkeys for the terraform toolbar in scenario editor 14 years ago
yexo 44a49ac849 (svn r20056) -Feature: customizable hotkeys for the terraform toolbar 14 years ago
yexo 258ca28819 (svn r20055) -Feature: save/load hotkeys to/from hotkeys.cfg 14 years ago
yexo d1044c036a (svn r20054) -Add: framework to check for hotkeys 14 years ago
rubidium eb19d4b440 (svn r20053) -Fix [FS#3919] (r20034): crashing road vehicles crashed OpenTTD with slower/longer trains 14 years ago
translators 6709714f97 (svn r20052) -Update from WebTranslator v3.0:
irish - 116 changes by tem
serbian - 2 changes by etran
spanish - 2 changes by Terkhen
14 years ago
yexo ccb3dc9aee (svn r20051) -Fix [FS#3916]: coloured_news_year was stored in savegames while it should be a client setting 14 years ago
michi_cc 34f32cbbf4 (svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype. 14 years ago
michi_cc a75583bbb6 (svn r20048) -Feature: Add a setting to forbid towns building level crossings. 14 years ago
michi_cc ffdbb7ec81 (svn r20047) -Fix (rUnknown): Towns were not able to build level crossings when using original or better town layout. 14 years ago
alberth 4eb7b862a3 (svn r20046) -Feature [FS#3816]: Wrap console lines when they are too long. 14 years ago
alberth ddb0f1a614 (svn r20045) -Add: Allow SA_BOTTOM alignment in DrawStringMultiLine(). 14 years ago
alberth e3bb01a7c4 (svn r20044) -Codechange: Using number of lines rather than number of added lines simplifies code. 14 years ago
alberth 22b9bc5157 (svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine(). 14 years ago
alberth 3d329beb1b (svn r20042) -Codechange: Add set methods to DrawStringParams. 14 years ago
smatz d7a6ba4781 (svn r20041) -Fix [FS#3892](r19955): crash when spectator tried to open a vehicle list without selecting any company 14 years ago
rubidium 7062bb0bd7 (svn r20040) -Codechange: some coding style + using proper types 14 years ago
rubidium 939145c50b (svn r20039) -Fix [FS#3907]: instead of loading the intro game when loading a savegame fails on the dedicated server, generate a new game.
Generating a new game is the least bad solution:
 * loading the intro game: desyncs due to GM_MENU on the server and GM_NORMAL on the clients, NewGRFs not being loaded on the server but being loaded on the client;
 * creating an empty map: OpenTTD will go crazy due to missing towns. Also clients can't properly join because of the missing towns;
 * loading the last saved game: doesn't always exist and loading it might fail causing an infinite loop;
 * stopping being a server: breaks the dedicated server horribly; if you loaded the game via rcon you can't connect with it anymore as you can't join the server;
 * generating a new game: should always succeed, although people might think a scenario loaded fine because there are no companies and such.
14 years ago
rubidium 827a97a5ce (svn r20038) -Change: move SafeSaveOrLoad a bit 14 years ago
translators cd3bc08071 (svn r20037) -Update from WebTranslator v3.0:
serbian - 7 changes by etran
14 years ago
rubidium b1d60d66cf (svn r20036) -Fix [FS#3911]: tram tracks didn't show at level crossing with the new railtypes 14 years ago
rubidium ed35d62e70 (svn r20035) -Fix [FS#3909]: under some circumstances you could get into an infinite loop 14 years ago
rubidium b1400ab65e (svn r20034) -Fix [FS#3896] (r14869): road vehicles could get crashed twice in a tick
In RoadVehicleController at tick N a road vehicle gets a j of slightly less 
than adv_speed. In tick N+1 RoadVehCheckTrainCrash is called, then the road
vehicle gets a j of slightly more than adv_speed. This causes a second call
of RoadVehCheckTrainCrash. If in tick N the road vehicle moved onto a level
crossing and a (maglev) entered that tile at the same tick, in tick N+1 the
road vehicle would be crashed twice.
14 years ago
michi_cc 22357624ff (svn r20030) -Fix: MSVC 2010 defines more POSIX error constants that we define as well. 14 years ago
rubidium 5297eb5722 (svn r20028) -Fix: trunk Windows binaries still had a 1.0.0.xxxxx version number 14 years ago
translators 419af07b6d (svn r20027) -Update from WebTranslator v3.0:
irish - 61 changes by tem
brazilian_portuguese - 1 changes by Tucalipe
romanian - 12 changes by kkmic
14 years ago
alberth 829bd7d276 (svn r20026) -Codechange: No need to copy a formal parameter if the value is not needed further. 14 years ago
alberth 604e56adc2 (svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation. 14 years ago
michi_cc b3a707ae4b (svn r20024) -Codechange: Remove the need to link with dxguid.lib for windows. 14 years ago
translators 09eb0156fd (svn r20023) -Update from WebTranslator v3.0:
chuvash - 12 changes by mefisteron
irish - 37 changes by Rubidium, tem
malay - 94 changes by Syed
14 years ago
alberth 212dbbf4d8 (svn r20022) -Doc: Add some doxygen comments. 14 years ago
alberth ef17c6042f (svn r20021) -Codechange: Move variable declarations. 14 years ago
alberth 5fb3e557d4 (svn r20020) -Codechange: _script_file is used in only one function. 14 years ago
alberth 87129fb9f5 (svn r20019) -Codechange: Apply function code style to a few small functions. 14 years ago
translators 647bbbe923 (svn r20018) -Update from WebTranslator v3.0:
irish - 52 changes by tem
14 years ago
translators 23301c9d8a (svn r20017) -Update from WebTranslator v3.0:
chuvash - 37 changes by mefisteron
korean - 1 changes by junho2813
14 years ago
rubidium 6a2bc738cd (svn r20016) -Change: move Irish out of unfinished 14 years ago
translators c81354c8be (svn r20015) -Update from WebTranslator v3.0:
chuvash - 17 changes by mefisteron
irish - 40 changes by tem
tamil - 6 changes by Rubidium
14 years ago
rubidium 18e567c168 (svn r20014) -Fix [FS#3881]: don't close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the "actions" dropdown 14 years ago
rubidium 52154e097c (svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account 14 years ago
yexo 9683b87466 (svn r20012) -Fix: when joining a company with a password you could only enter 20 characters of the password 14 years ago
translators 977f72f872 (svn r20011) -Update from WebTranslator v3.0:
indonesian - 4 changes by adjayanto
swedish - 11 changes by tool
14 years ago
rubidium 67a30e1e86 (svn r20010) -Add: Chuvash language stub 14 years ago
rubidium 9582da99c0 (svn r20009) -Fix [FS#3893]: sign sorting was unstable 14 years ago
rubidium e2445aca4a (svn r20008) -Add: Tamil language stub 14 years ago
translators abaa697c01 (svn r20007) -Update from WebTranslator v3.0:
irish - 19 changes by tem
korean - 1 changes by junho2813
portuguese - 12 changes by JayCity
14 years ago
frosch be5e880f0b (svn r20006) -Fix: Trains should also have running cost while slowing down for stop. 14 years ago
frosch e931399b31 (svn r20005) -Codechange: Enumify force_proceed. 14 years ago
yexo 3c6fb88a09 (svn r20004) -Fix: [NewGRF] stringcodes 82, 83 and 84 weren't properly converted to openttd codes so they didn't work 14 years ago
yexo 9cfb61adf5 (svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes 14 years ago
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
14 years ago
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
15 years ago
rubidium 876eb5ee0b (svn r19998) -Codechange: Unify the order of ship and plane icon in network-lobby with the rest of the game (frosch) 15 years ago
rubidium 3e35018f97 (svn r19997) -Codechange: Unify order of ship and plane icon in stationlist and stationsigns with the rest of the game (frosch) 15 years ago
rubidium 99a11badaf (svn r19996) -Codechange: Add NetworkVehicleType enum. 15 years ago
translators 5623710593 (svn r19994) -Update from WebTranslator v3.0:
irish - 108 changes by tem
slovak - 17 changes by keso53
15 years ago
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
15 years ago
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.
15 years ago
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
15 years ago
smatz 4cae19175e (svn r19990) -Fix: owner of the Waypoint View window wasn't properly set 15 years ago
translators eee3b46607 (svn r19989) -Update from WebTranslator v3.0:
czech - 3 changes by Hadez
irish - 79 changes by tem
russian - 2 changes by LazyBoy
15 years ago
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
15 years ago
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
15 years ago
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. 15 years ago
frosch 58f2a1d014 (svn r19985) -Fix (r19980): Loading preview data from old savegames failed indeterministically due to non-zeroed memory allocation. Thanks smatz. 15 years ago
frosch ff89345a5c (svn r19984) -Feature: Show some savegame details when selecting items in saveload GUIs. 15 years ago
frosch c5424bec97 (svn r19983) -Add: Separate nested widget array for load heightmap GUI. 15 years ago
frosch dc4ce3c5ae (svn r19982) -Codechange: Shuffle some widget positions in saveload GUIs. 15 years ago
frosch d9b4d92050 (svn r19981) -Add: Read NewGRF configuration during SL_LOAD_CHECK. 15 years ago
frosch 16618e6f16 (svn r19980) -Add: Load some general data from savegames on SL_LOAD_CHECK. 15 years ago
frosch e95518c8e9 (svn r19979) -Codechange: Separate static loadable fields from Company into separate struct. 15 years ago
frosch 0270ca846e (svn r19978) -Add: Read settings during SL_LOAD_CHECK. 15 years ago
frosch 86244ad31e (svn r19977) -Add: Read current date during SL_LOAD_CHECK. 15 years ago
frosch 2d8c2af5e9 (svn r19976) -Add: Read mapsize during SL_LOAD_CHECK. 15 years ago
frosch 8d9b573f8f (svn r19975) -Add: SL_LOAD_CHECK mode for partial reading of savegames. 15 years ago
frosch e8248cf113 (svn r19974) -Add: SlSkipArray() to skip arrays and sparse arrays in savegames. 15 years ago
frosch 62ac138154 (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). 15 years ago
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. 15 years ago
frosch 641fc68aa8 (svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRFConfig and move the GameLog operations directly to AfterLoad(). 15 years ago
frosch 67bec51f27 (svn r19970) -Fix (r14742): SmallMap::Insert() did not compile. Construct new items like operator[]. 15 years ago
smatz 55a684efc1 (svn r19969) -Change: swap 'list of ships' and 'list of aircraft' buttons in the Station View window 15 years ago
smatz c4e2a49225 (svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa 15 years ago
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
15 years ago
frosch 00a5189161 (svn r19966) -Codechange: Use InvalidateData() in saveload GUI when appropiate. 15 years ago
peter1138 4b4e97695f (svn r19965) -Cleanup: Use size of buffer, not magic number. 15 years ago
terkhen 64e63b72e9 (svn r19964) -Add: Show an error message when trying to start a crashed or destroyed vehicle. 15 years ago
terkhen 3287f91893 (svn r19963) -Add: Stop a vehicle after it crashes or is destroyed. 15 years ago
terkhen a345711a89 (svn r19962) -Cleanup: Remove unused "destroyed vehicle" strings. 15 years ago
terkhen 54403a8251 (svn r19961) -Codechange: Unify "vehicle is destroyed" errors. 15 years ago
translators a3cd86ac80 (svn r19960) -Update from WebTranslator v3.0:
french - 45 changes by ElNounch
irish - 51 changes by tem
serbian - 2 changes by etran
15 years ago
alberth f053a82594 (svn r19959) -Fix (r19889): Disable drag destination highlighting when aborting a drag. 15 years ago
smatz e71fd4bb57 (svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor 15 years ago
smatz c4175b752a (svn r19957) -Codechange: remove VLW_WAYPOINT_LIST 15 years ago
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
15 years ago
smatz 830e40af19 (svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders when switching company 15 years ago
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
15 years ago
terkhen 5387d4d87c (svn r19953) -Fix [FS#3874]: Don't show an error message when trying to start/stop a crashed plane. 15 years ago
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 15 years ago
smatz 1879937992 (svn r19951) -Fix [FS#3869]: close buoy's vehicle list when the buoy is deleted 15 years ago
translators bb80b95142 (svn r19950) -Update from WebTranslator v3.0:
french - 35 changes by ElNounch
indonesian - 28 changes by prof
irish - 58 changes by tem
15 years ago
frosch e597ec6bf9 (svn r19949) -Doc: Mention tricky units (like speed) more often and more consistently. 15 years ago
frosch 06ba1c5f5e (svn r19948) -Doc: Comments about display units missed height unit. (Krille) 15 years ago
frosch c75226f479 (svn r19947) -Doc: Comment engine property tables with engine names. (Krille) 15 years ago
translators 1751261e26 (svn r19946) -Update from WebTranslator v3.0:
french - 19 changes by ElNounch
indonesian - 61 changes by prof
15 years ago
frosch 6b88c1c5cd (svn r19945) -Fix (r19755-ish): Allow turning of roadvehicles while waiting in a queue (again). 15 years ago
frosch 7de069af3b (svn r19944) -Feature(ette): Open vehicle view when clicking on the caption of vehicle news. 15 years ago
frosch 38b8259f3b (svn r19943) -Fix [FS#3865]: Disallow moving of vehicle news window. 15 years ago
frosch eb02ce0573 (svn r19942) -Fix [FS#3871](r19816): Vertical dragging of rail was broken. 15 years ago
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
15 years ago
translators 00aa904510 (svn r19940) -Update from WebTranslator v3.0:
maltese - 2 changes by kelinu
urdu - 1 changes by zohair
15 years ago
frosch 13d43b8dab (svn r19937) -Codechange: Move some fios related prototypes to fios.h 15 years ago
frosch 1d9a84a934 (svn r19936) -Codechange: If there is an enum, also use it. 15 years ago
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
15 years ago
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. 15 years ago
frosch 9e53f1e004 (svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync during GUI operation. 15 years ago
frosch e852bf154f (svn r19932) -Codechange: Preserve _current_company when starting AIs. 15 years ago
frosch 1d3adb2b66 (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation. 15 years ago
frosch 406c2a9865 (svn r19930) -Codechange: Deduplicate magic command parameter casts. (rubidium) 15 years ago
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 15 years ago
terkhen f733c3795a (svn r19924) -Fix [FS#3868](r19172): Road/tram ownership was not set correctly when building drive-through stops. 15 years ago
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
15 years ago
belugas e4e51c22af (svn r19922) -Fix[FS#3815]: Use of better english. "by" instead of "with" (planetmaker) 15 years ago
smatz c49436c2d1 (svn r19921) -Fix [FS#3865]: closing chatbox could cause glitches when news message was shown 15 years ago
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 15 years ago
translators 775c3feebe (svn r19919) -Update from WebTranslator v3.0:
estonian - 5 changes by taavi
irish - 22 changes by tem
urdu - 118 changes by zohair
15 years ago
frosch c1cd1c039f (svn r19917) -Codechange: Split save/load GUI to separate file. 15 years ago
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
15 years ago
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
15 years ago
frosch 9db3cde73a (svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration. 15 years ago
translators 1d05fbebbe (svn r19913) -Update from WebTranslator v3.0:
czech - 12 changes by Hadez
15 years ago
translators 644ffd51fe (svn r19912) -Update from WebTranslator v3.0:
estonian - 73 changes by taavi
irish - 112 changes by tem
swedish - 6 changes by tool
15 years ago
frosch 4b7afccd46 (svn r19911) -Codechange: Simplify text drawing by eliminating global variables and side effects. This also fixes the 'colour' parameter of DrawStringMultiLine(). 15 years ago
alberth 2224c9b515 (svn r19910) -Doc: Doxygen additions. 15 years ago
alberth 51e67a40e0 (svn r19909) -Doc: Typo fixes, small doxygen improvements. 15 years ago
alberth ef353f69ca (svn r19908) -Codechange: Use a boolean value to assign to a boolean variable. 15 years ago
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. 15 years ago
alberth cf060d16ec (svn r19906) -Codechange: HandleMouseOver() never ends, so don't return an event handling state. 15 years ago
alberth ce0e1cbb3f (svn r19905) -Codechange: Use EventState for mouse handling routines. 15 years ago
alberth 113f3ef0eb (svn r19904) -Codechange: Make EventState usable outside Window context. 15 years ago
alberth fc82d9cd77 (svn r19903) -Codechange: Use SpecialMouseMode enum as type of _special_mouse_mode. 15 years ago
translators 13ec4bde4c (svn r19902) -Update from WebTranslator v3.0:
danish - 4 changes by silentStatic
15 years ago
frosch e296eeb20c (svn r19901) -Add: [NewGRF] Access to industry founder (var A7) during callbacks 28 and 2F. (yexo) 15 years ago
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
15 years ago
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
15 years ago
translators 3b0c091e97 (svn r19897) -Update from WebTranslator v3.0:
dutch - 6 changes by habell
irish - 47 changes by tem
slovak - 10 changes by keso53
15 years ago
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. 15 years ago
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
15 years ago
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
15 years ago
rubidium 4092471a98 (svn r19892) -Fix [FS#3856] (r19792): crash when trying to reserve 'in depot' track on clearing a crashed train 15 years ago
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
15 years ago
frosch 50bcc852f9 (svn r19890) -Codechange: Use real spritewidths for drawing town authority window. 15 years ago
alberth 58ddfd0fbb (svn r19889) -Add [FS#3705]: Add drag destination highlighting to order gui (sbr). 15 years ago
alberth 268bc7d571 (svn r19888) -Add [FS#3705]: Add highlighting of drag destination in depot gui (sbr). 15 years ago
alberth ae560aeb8b (svn r19886) -Add [FS#3705]: Perform window callback during mouse dragging for the purpose of highlighting the destination (sbr). 15 years ago
rubidium 75856967a0 (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 15 years ago
rubidium 45440063b5 (svn r19884) -Feature: translatable desktop shortcut comments 15 years ago
rubidium 5e4ec72ce6 (svn r19883) -Fix [FS#3812]: dropdowns did affect positioning of new windows because they were not yet removed when the new windows were positioned 15 years ago
translators eb5852f5f5 (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
15 years ago
rubidium 6328429aac (svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges 15 years ago
frosch 03cacb797a (svn r19880) -Fix: [NoAI] AIEngine::IsValidEngine() and AIEngine::IsBuildable() returned false positives. Especially wagons of unavailable railtypes were reported available. 15 years ago
frosch 557c3f7daa (svn r19879) -Codechange: Also hide invalid engines from purchase lists. 15 years ago
alberth 9f15e28460 (svn r19878) -Fix [FX#3851]: Default vehicle group texts were drawn one pixel too low (sbr). 15 years ago
frosch 393134ed69 (svn r19877) -Change: Name invalid engines, cargos and industries 'invalid', if the player removed the supplying NewGRFs. 15 years ago
smatz 0040e88b7f (svn r19876) -Fix (r14104): it was not possible to send all trains with common waypoint order to depot 15 years ago
rubidium e3df7caf18 (svn r19874) -Fix [FS#3845]: NetBSD compilation was still broken in some cases (Krille) 15 years ago
rubidium d8d37466af (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 15 years ago
yexo a1b607a055 (svn r19872) -Codechange [FS#3826]: move the widget updates in the newgame gui to OnInvalidateData from OnPaint 15 years ago
yexo 9ed9aa9012 (svn r19871) -Fix [FS#3826]: update the landscape buttons in the main menu / newgame window correctly (planetmaker) 15 years ago
smatz 93233a9335 (svn r19870) -Codechange: silence some of GCC 3.3 warnings 15 years ago
rubidium 52b211f939 (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 15 years ago
translators 63a416cc59 (svn r19868) -Update from WebTranslator v3.0:
indonesian - 4 changes by prof
russian - 17 changes by Lone_Wolf, perk11
15 years ago
rubidium 9d29c54b03 (svn r19867) -Change: use non-breaking spaces for currency pre-/postfixes. 15 years ago
rubidium 8d4bb2285c (svn r19866) -Change: use non breaking spaces as digit group separators in the Russian translation 15 years ago
rubidium dd743bcea1 (svn r19865) -Fix [FS#3830]: crash when changing locale settings from console due to strcpy-ing a string into a pointer 15 years ago
rubidium f1c1812e47 (svn r19864) -Fix: don't print a pointer as string for listing (a) setting(s) 15 years ago
rubidium f994b11e8c (svn r19863) -Fix: redraw the screen when changing the currency settings 15 years ago
rubidium 9440f9f4c4 (svn r19862) -Change: allow "" and " " as arguments meaning nothing and space for the in-game console 15 years ago
frosch e864701693 (svn r19861) -Fix (r19814): Silence a warning. 15 years ago
translators 18b3085246 (svn r19860) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
french - 9 changes by ElNounch
russian - 60 changes by Lone_Wolf, perk11
15 years ago
glx 45cb7fe55c (svn r19859) -Fix (r19853): preprocessor warning 15 years ago
rubidium 2de9e2d16b (svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect 15 years ago
frosch 354645cd0a (svn r19852) -Fix [FS#TT-MS]: Drawing fallback sprites for unavailable NewGRF waypoints failed. 15 years ago
translators c80c5464ae (svn r19851) -Update from WebTranslator v3.0:
traditional_chinese - 15 changes by josesun
dutch - 1 changes by habell
esperanto - 1 changes by kristjan
polish - 1 changes by silver_777
portuguese - 3 changes by JayCity
romanian - 4 changes by kkmic
russian - 1 changes by Lone_Wolf
swedish - 5 changes by Zuu
15 years ago
smatz 911061ac38 (svn r19850) -Codechange: move declaration of InitializeRailGUI() to rail_gui.h 15 years ago
alberth bee74bd82b (svn r19849) -Fix: Center sprite and text seperately in the newgrf gui active list. 15 years ago
alberth 255a3331bf (svn r19848) -Fix (r19837): Center the texts of the inactive newgrfs. 15 years ago
translators e1b8a0a740 (svn r19847) -Update from WebTranslator v3.0:
catalan - 5 changes by arnau
croatian - 4 changes by VoyagerOne
dutch - 66 changes by Hyronymus, habell
finnish - 4 changes by jpx_
french - 5 changes by glx
hungarian - 4 changes by IPG
indonesian - 23 changes by prof
italian - 20 changes by lorenzodv
norwegian_bokmal - 7 changes by mantaray
norwegian_nynorsk - 3 changes by mantaray
polish - 5 changes by xaxa, xine
russian - 3 changes by Lone_Wolf
serbian - 6 changes by etran
spanish - 4 changes by Terkhen
15 years ago
glx b291a8ecbb (svn r19846) -Fix (r19839): STR_NEWGRF_SETTINGS_SELECT_PRESET != STR_NEWGRF_FILTER_TITLE and do it for unfinished lang files too 15 years ago
alberth 255bb5bb1f (svn r19845) -Feature: Dynamically switch between 2 and 3 column NewGRF gui for improved user experience. 15 years ago
alberth 638cfe86e3 (svn r19844) -Fix: Move NWidgetBase::StoreSizePosition() to an include file, and use proper inline macro. 15 years ago
alberth b3be440d78 (svn r19843) -Codechange: Move ComputeMaxSize() to widget_type.h to make it globally accessible. 15 years ago
alberth a774a28662 (svn r19842) -Change: Adapt other languages too. 15 years ago
alberth 637ee45545 (svn r19841) -Feature: Setup NewGRFs from a single window. 15 years ago
alberth e49cb2d320 (svn r19840) -Add: Add 'rescan' functionality to the NewGRF window. 15 years ago
alberth 34ab8519b5 (svn r19839) -Change: Also copy the new filter string in the other languages. 15 years ago
alberth d233845370 (svn r19838) -Change: Add filter capability to the availables list. 15 years ago
alberth b7a8497ccd (svn r19837) -Change: Display list of available (non-active) grfs in the NewGRF window. 15 years ago
alberth 219ae56f8a (svn r19836) -Codechange: Move sprite palette selection code in NewGRF gui to its own method. 15 years ago
alberth 3271362413 (svn r19835) -Codechange: Extract grfident equality check to its own method. 15 years ago
alberth 9c3b9690fb (svn r19834) -Change: Replace matrix list widget in NewGRF gui by a panel with black background. 15 years ago
alberth 22b868f4d5 (svn r19833) -Change: Modify NewGRF window towards having combined lists, add captions. 15 years ago
alberth cf6e1165b5 (svn r19832) -Codechange: Rename variables list->actives, sel->active_sel. 15 years ago
alberth f0779f0163 (svn r19831) -Codechange: Rename formal parameters of the constructor to match data member variable names. 15 years ago
alberth c4b29c5124 (svn r19830) -Codechange: Move variable declarations to their first use. 15 years ago
alberth 8b582edb38 (svn r19829) -Codechange: Extract assignment from the condition-check in the for statement. 15 years ago
rubidium d8b9cf482a (svn r19828) -Remove: broken strings from Italian (did hope the translator had fixed them by now) 15 years ago
translators c84ddb1ebd (svn r19827) -Update from WebTranslator v3.0:
catalan - 41 changes by arnau
dutch - 48 changes by Hyronymus
finnish - 4 changes by erani
russian - 7 changes by Lone_Wolf
slovenian - 17 changes by ntadej
vietnamese - 3 changes by nglekhoi
15 years ago
rubidium 4f5ab40e0b (svn r19826) -Add: extra gender to Italian 15 years ago
translators 105a97cd0e (svn r19825) -Update from WebTranslator v3.0:
hungarian - 1 changes by IPG
korean - 13 changes by junho2813
norwegian_bokmal - 10 changes by mantaray
norwegian_nynorsk - 4 changes by mantaray
romanian - 18 changes by kkmic
russian - 11 changes by Lone_Wolf
15 years ago
rubidium 0e1861c3b8 (svn r19824) -Fix [FS#3837] (19799): aircraft would be heading to someone 15 years ago
alberth 3b8c4440c5 (svn r19823) -Fix: Ensure that both texts of the newgrf gui download button fit. 15 years ago
glx 895e3c312a (svn r19822) -Fix (r19814): missing semicolon 15 years ago
alberth 270b5fdaaf (svn r19821) -Fix (r19816): Minimap displayed a black screen instead of the upper edge of the map (reported by IPG). 15 years ago
translators e4e8ac471a (svn r19820) -Update from WebTranslator v3.0:
traditional_chinese - 78 changes by josesun
german - 17 changes by planetmaker
italian - 17 changes by lorenzodv
lithuanian - 28 changes by BlinK_
polish - 1 changes by silver_777
portuguese - 17 changes by ozulus
russian - 12 changes by Lone_Wolf
slovak - 144 changes by keso53
swedish - 36 changes by tool
vietnamese - 1 changes by nglekhoi
15 years ago
translators 9b7f9068b1 (svn r19819) -Update from WebTranslator v3.0:
croatian - 17 changes by VoyagerOne
esperanto - 1 changes by kristjan
finnish - 13 changes by jpx_
french - 23 changes by glx
hungarian - 22 changes by IPG
norwegian_bokmal - 13 changes by mantaray
norwegian_nynorsk - 13 changes by mantaray
polish - 17 changes by CrySec
russian - 20 changes by Lone_Wolf
serbian - 17 changes by etran
slovak - 17 changes by keso53
spanish - 17 changes by Terkhen
15 years ago
smatz 80fd67a314 (svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't work 15 years ago
rubidium 241dd9a9f5 (svn r19817) -Fix: MSVC compile warnings 15 years ago
rubidium 548dd91ef0 (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well 15 years ago
smatz 28d25cadfc (svn r19815) -Cleanup: remove two unused variables 15 years ago
rubidium 062dd0e24c (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
rubidium a2d6961ab3 (svn r19813) -Fix (r19807): initialising viewports kinda failed 15 years ago
rubidium 398418b8fa (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
rubidium 793b0f0736 (svn r19811) -Codechange: make the last bits from table/strings.h use static consts too instead of an unnamed enum 15 years ago
rubidium dc149021be (svn r19810) -Fix: [YAPF] Improperly formatted (global) constant 15 years ago
rubidium 2555522eab (svn r19809) -Codechange: make some unnamed network related enums/defines static const variables 15 years ago
rubidium 6fa962b867 (svn r19808) -Codechange: NetworkCalculateLag returned an uint, so keep it that way 15 years ago
rubidium 3118292b14 (svn r19807) -Codechange: instead of having an unnamed enum and passing it as an int, name the enum and pass that 15 years ago
smatz d568a4258b (svn r19806) -Codechange: silence one warning 15 years ago
rubidium 7e1808ce21 (svn r19804) -Fix (r19802): Compile before commit, or at least triple check :) 15 years ago
belugas 7d43793ec4 (svn r19803) -Fix(r19802): Compile before commit, or at least double check... 15 years ago
belugas e5a3900d37 (svn r19802) -Codechange: Replace some more magic numbers by corresponding constants 15 years ago
rubidium 1a5d7b34d8 (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 15 years ago
belugas e91165ef6e (svn r19800) -Codechange: Replace magic number by corresponding constant 15 years ago
rubidium 93ff7d78e1 (svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named 15 years ago
rubidium 863ff6522b (svn r19798) -Codechange: generalise the waypoint naming method 15 years ago
rubidium 0d9281dde3 (svn r19797) -Cleanup: language files due to r19796 15 years ago
rubidium 5051ef80c6 (svn r19796) -Codechange: introduce and use a {DEPOT} string command 15 years ago
translators 007c9641a6 (svn r19795) -Update from WebTranslator v3.0:
galician - 5 changes by Drenghist
polish - 3 changes by silver_777
russian - 3 changes by
15 years ago
rubidium 99ecfe4061 (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 15 years ago
rubidium fe71d4fc99 (svn r19791) -Change: use the typed FOR_EACH_SET_BIT for RoadTypes (adf88) 15 years ago
rubidium d2364c32ed (svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88) 15 years ago
rubidium 2c25f51281 (svn r19789) -Add [FS#3519]: a typed FOR_EACH_SET_BIT (adf88) 15 years ago
rubidium be504a6ef0 (svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the passed bit variable, i.e. allow expressions as parameter 15 years ago
glx 26bf9a13de (svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODE 15 years ago
translators 1c3c7da1f2 (svn r19786) -Update from WebTranslator v3.0:
irish - 95 changes by tem
polish - 2 changes by xine
russian - 6 changes by Lone_Wolf
turkish - 3 changes by niw3
15 years ago
rubidium e594042fb7 (svn r19785) -Codechange: reorder/rework the checks for CheckNextTrainTile a bit, causing the whole function to be a few percent faster and hopefully better to understand 15 years ago
rubidium 38d60f4b47 (svn r19784) -Fix [FS#3770]: if a waypoint is immediately followed by a path signal a reservation would be made from that path signal before the waypoint is marked passed. As a result the order to go to the waypoint is used to reserve the path after the waypoint and as such trains get lost 15 years ago
translators 1cfddeeccf (svn r19783) -Update from WebTranslator v3.0:
polish - 5 changes by xine
russian - 24 changes by Lone_Wolf
15 years ago
peter1138 92042c6237 (svn r19782) -Fix [FS#3828]: NULL pointer deference when testing relative scope *action2 on an unbuilt engine. 15 years ago
rubidium a8fa3dd3ce (svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille) 15 years ago
rubidium 6d94dd10dd (svn r19780) -Fix [FS#3807]: make sure that when checking whether a path + filename are valid the whole string can be constructed within an array of length MAX_PATH. If not, the name is too long and is deemed invalid 15 years ago
rubidium 08919d2747 (svn r19779) -Change: add a return type to AppendPathSeparator and use that to determine whether we could append the path separator. If not, do not recurse into that directory as the path would exceed the maximum path length 15 years ago
rubidium 369dedca89 (svn r19778) -Change: use the value from PATH_MAX (POSIX) for MAX_PATH (Windows/OpenTTD) if it exists 15 years ago
rubidium 948beec597 (svn r19777) -Change: use the file scanner to find the .tars 15 years ago
rubidium 8a2fecbff5 (svn r19776) -Change: don't scan for tars in the script scanner; it has already happened. 15 years ago
smatz 3f961ca671 (svn r19775) -Fix: improper use of 'then' in few comments (ln) 15 years ago
translators 2eaca9e108 (svn r19774) -Update from WebTranslator v3.0:
czech - 33 changes by Hadez
korean - 3 changes by junho2813
portuguese - 3 changes by JayCity
russian - 24 changes by Lone_Wolf
slovenian - 3 changes by ntadej
vietnamese - 3 changes by nglekhoi
15 years ago
yexo 37928e29f7 (svn r19773) -Add: [NoAI] AIIndustry::GetIndustryID(TileIndex) 15 years ago
yexo 96c1fd6173 (svn r19772) -Fix [FS#3818]: the break-on-log-message feature could trigger an assert (Zuu) 15 years ago
translators a53fb48149 (svn r19771) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
brazilian_portuguese - 3 changes by Tucalipe
russian - 1 changes by Lone_Wolf
slovak - 77 changes by keso53
swedish - 3 changes by Zuu
15 years ago
frosch 9ff8032c94 (svn r19770) -Feature: Hide all other industries when ctrl+clicking an industry type in smallmap legend. 15 years ago
frosch 5b77a63ecf (svn r19769) -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone. 15 years ago
smatz 173b56b895 (svn r19768) -Fix: half-desert tiles would never revert back to clear tiles 15 years ago
alberth 8d1d4267af (svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured heights (ChillCore). 15 years ago
alberth d822b2969b (svn r19766) -Codechange: Store tile height of smallmap contour legend in the LegendAndColour struct. 15 years ago
alberth 3bb174f424 (svn r19765) -Codechange: Apply a bit of code style and a bit of comment shuffling to CalcHeightdiff. 15 years ago
translators fa0ca116fe (svn r19764) -Update from WebTranslator v3.0:
traditional_chinese - 9 changes by josesun
croatian - 3 changes by VoyagerOne
irish - 7 changes by tem
russian - 2 changes by Lone_Wolf
15 years ago
translators 279909e02f (svn r19763) -Update from WebTranslator v3.0:
dutch - 3 changes by habell
irish - 3 changes by tem
italian - 3 changes by lorenzodv
norwegian_bokmal - 3 changes by mantaray
norwegian_nynorsk - 3 changes by mantaray
russian - 5 changes by Lone_Wolf
spanish - 3 changes by Terkhen
15 years ago
translators 247a669473 (svn r19762) -Update from WebTranslator v3.0:
catalan - 3 changes by arnau
finnish - 3 changes by jpx_
french - 3 changes by glx
german - 3 changes by planetmaker
greek - 16 changes by fumantsu
hebrew - 7 changes by dnd_man
hungarian - 3 changes by IPG, Petert
irish - 233 changes by tem
romanian - 3 changes by kkmic
russian - 7 changes by Lone_Wolf
serbian - 3 changes by etran
15 years ago
frosch cf0a20863f (svn r19761) -Fix: [NewGRF] Vehicle var 43 missed AI information in purchase list. 15 years ago
rubidium d031034789 (svn r19760) -Change: use the {HEIGHT} command for the smallmap legend 15 years ago
rubidium 32f473c7c1 (svn r19759) -Change: use the {HEIGHT} command for the measurement tool 15 years ago
rubidium b11dfa8cb8 (svn r19758) -Add: {HEIGHT} string command 15 years ago
translators 5db70ad649 (svn r19757) -Update from WebTranslator v3.0:
irish - 253 changes by tem
luxembourgish - 25 changes by Phreeze
portuguese - 1 changes by JayCity
15 years ago
smatz 00a52cc475 (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 15 years ago
frosch fc646a16a4 (svn r19755) -Fix: Blocked roadvehicles should first check whether they are still blocked before accelerating again, instead of continuous starting/stopping. 15 years ago
translators 809dd8a54c (svn r19754) -Update from WebTranslator v3.0:
luxembourgish - 3 changes by Phreeze
russian - 24 changes by Lone_Wolf
swedish - 3 changes by Zuu
15 years ago
rubidium 4c52a2cbd3 (svn r19753) -Fix [FS#3740]: try a bit harder to find a suitable font that can be loaded, i.e. while searching for a suitable font test whether you can open it and if not search further instead of always returning the first suitable font even when it can't be loaded 15 years ago
translators ce8fa45754 (svn r19752) -Update from WebTranslator v3.0:
galician - 41 changes by Condex
indonesian - 7 changes by adjayanto
irish - 29 changes by tem
norwegian_bokmal - 47 changes by mantaray
norwegian_nynorsk - 49 changes by mantaray
russian - 2 changes by Lone_Wolf
slovak - 30 changes by keso53
15 years ago
rubidium cc76834db6 (svn r19751) -Change [FS#3798]: make sure the chat area fits in the default window size; if you want it larger, you can always change/override it in the config file. 15 years ago
frosch 1716314fa5 (svn r19750) -Fix: Var 0x43 is not 'safe' during callbacks 22 and 38 either. 15 years ago
yexo cb61f5ac10 (svn r19749) -Fix: [NewGRF] possible divide-by-zero if a newgrf checked industry var 42 while the production level was 0 15 years ago
frosch eea1a772f2 (svn r19748) -Fix (r19743): Callback 22 and 38 are called with ind == NULL. 15 years ago
translators 50cbdfeed8 (svn r19747) -Update from WebTranslator v3.0:
galician - 22 changes by Condex
irish - 244 changes by tem
turkish - 25 changes by niw3
ukrainian - 2 changes by Madvin
15 years ago
frosch 68c1213efa (svn r19746) -Fix [FS#3675]: Do not recenter usually centered windows when resizing main window or changing language, if they have been moved/resized before. 15 years ago
frosch 7563432119 (svn r19745) -Fix: The GUI is controlled by _local_company, not _current_company. 15 years ago
frosch 910aade284 (svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds. 15 years ago
frosch 7795303227 (svn r19743) -Fix: NewGrfs could access map bits of not yet constructed industries and houses during construction callbacks. 15 years ago
translators 36850ba3e8 (svn r19740) -Update from WebTranslator v3.0:
traditional_chinese - 16 changes by josesun
hungarian - 26 changes by IPG
indonesian - 18 changes by prof
irish - 640 changes by tem
luxembourgish - 1 changes by Phreeze
15 years ago
rubidium ac9af8e1e1 (svn r19738) -Fix: MSVC 64 bits compile warnings 15 years ago
translators 247d1aa395 (svn r19737) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
irish - 424 changes by tem
maltese - 105 changes by kelinu, peter88823
polish - 14 changes by xaxa
romanian - 28 changes by kkmic
vietnamese - 2 changes by nglekhoi
15 years ago
frosch f6f092b5ee (svn r19736) -Fix [FS#3802]: Spritepicker still failed for 32bpp-anim blitter. 15 years ago
translators c695a9eebe (svn r19735) -Update from WebTranslator v3.0:
italian - 3 changes by lorenzodv
lithuanian - 6 changes by Devastator
luxembourgish - 3 changes by Phreeze
brazilian_portuguese - 26 changes by Tucalipe
russian - 4 changes by Lone_Wolf
slovak - 6 changes by JamesSVK
slovenian - 26 changes by ntadej
15 years ago
translators 70732686b9 (svn r19734) -Update from WebTranslator v3.0:
traditional_chinese - 10 changes by josesun
croatian - 3 changes by UnderwaterHesus, VoyagerOne
dutch - 2 changes by habell
finnish - 2 changes by jpx_
french - 2 changes by glx
german - 2 changes by planetmaker
hungarian - 3 changes by IPG
indonesian - 1 changes by prof
luxembourgish - 41 changes by Phreeze
maltese - 76 changes by peter88823
polish - 2 changes by silver_777
russian - 8 changes by Frukt, perk11
serbian - 2 changes by etran
spanish - 2 changes by Terkhen
15 years ago
frosch 8a9e1d4596 (svn r19733) -Change: Set var 60+x parameters in the inspect window per feature. 15 years ago
frosch 7579079874 (svn r19732) -Fix [FS#3802]: Spritepicker failed for 32bpp blitters due to pitch measured in pixels rather than bytes. 15 years ago
frosch 7b30f34ecf (svn r19731) -Add: Spritepicker to sprite alignment tool. 15 years ago
translators f4e677db80 (svn r19730) -Update from WebTranslator v3.0:
catalan - 12 changes by arnau
croatian - 23 changes by VoyagerOne
dutch - 26 changes by habell
french - 12 changes by glx
german - 23 changes by planetmaker
italian - 23 changes by lorenzodv
russian - 103 changes by Frukt, perk11
serbian - 12 changes by etran
swedish - 5 changes by Zuu
vietnamese - 6 changes by nglekhoi
15 years ago
terkhen 2e4e4e3147 (svn r19729) -Fix [FS#3793]: The company value graph crashed the game when displaying companies with a huge amount of money. 15 years ago
terkhen 0107562a86 (svn r19727) -Fix (r19720) [FS#3795]: Demolishing bridges or aqueducts caused a crash. 15 years ago
peter1138 aa096f859c (svn r19726) -Fix [FS#Sacro]: Broken English. 15 years ago
translators 4761d24f89 (svn r19725) -Update from WebTranslator v3.0:
catalan - 4 changes by arnau
finnish - 23 changes by jpx_
french - 4 changes by glx
lithuanian - 11 changes by BlinK_
polish - 3 changes by silver_777
portuguese - 5 changes by JayCity
russian - 9 changes by Lone_Wolf, perk11
serbian - 4 changes by etran
spanish - 16 changes by Terkhen
15 years ago
rubidium bf638801c0 (svn r19724) -Fix [FS#3792]: random tree type did not build all sub-tropic trees (Krille) 15 years ago
rubidium c72e2dde60 (svn r19723) -Add: a simple sprite alignment helper. It does not store the new offsets anywhere so as soon as the sprite is reloaded the offsets are gone (use a bigger sprite cache if this happens). Also anything that reloads NewGRFs (new games, loading games or (re)applying NewGRFs) clears the sprite cache and as such resets the offsets. 15 years ago
rubidium 4868fb988f (svn r19722) -Fix: crash when using restart via rcon. 15 years ago
terkhen a4eea26aa4 (svn r19721) -Change: Set the new base costs to better values. 15 years ago
terkhen 52ab1c7d40 (svn r19720) -Feature: New base costs for building/clearing canals, building/clearing aqueducts and building/clearing locks. 15 years ago
terkhen a2b03e54e0 (svn r19719) -Codechange: When building a lock, do not add the cost of building canals if they are already built. 15 years ago
terkhen e83797d2e0 (svn r19718) -Fix: The cost of clearing tiles was not taken into account when building locks. 15 years ago
terkhen 3be66a5e79 (svn r19717) -Fix: The cost of the first bridge type was added when building an aqueduct. 15 years ago
terkhen 28a57ee3f8 (svn r19716) -Documentation: Add comments for lock building and removal functions. 15 years ago
terkhen 1d60eac168 (svn r19715) -Codechange: Rename all appareances of shiplift to lock. 15 years ago
smatz e3c89df398 (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
rubidium 82136fbc62 (svn r19713) -Fix [NewGRF]: passing some invalid data to industry variable 67/68 could cause a crash 15 years ago
rubidium 03c6f51c84 (svn r19712) -Fix (r19708): if the parent was a town, the parent wasn't shown 15 years ago
translators 46a0fa6eda (svn r19711) -Update from WebTranslator v3.0:
catalan - 24 changes by arnau
french - 9 changes by glx
korean - 2 changes by junho2813
maltese - 69 changes by peter88823
polish - 7 changes by xine
russian - 1 changes by Lone_Wolf
serbian - 7 changes by etran
spanish - 7 changes by Terkhen
15 years ago
smatz 4a9ef6ce60 (svn r19710) -Codechange: deduplicate GUI code for starting/stopping vehicles 15 years ago
rubidium f56ebd81c3 (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 15 years ago
rubidium 21883a84d7 (svn r19708) -Add: NewGRF "debugging" window and data tables; should be a useful tool for NewGRF developers to get some insights into the value of some variables 15 years ago
rubidium 1da0086a45 (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 15 years ago
rubidium e75e2648fc (svn r19706) -Add: support for the (NewGRF) debug box 15 years ago
rubidium fef77ca53e (svn r19705) -Change: reinitialise the windows when changing the newgrf_developer_tools setting 15 years ago
rubidium 3461430a34 (svn r19704) -Codechange: unify the style of GSF enums; now they're plural instead of mixed 15 years ago
rubidium 8aad995e32 (svn r19703) -Add: hexadecimal string filter 15 years ago
rubidium cdfd81405e (svn r19702) -Add: {HEX} to strgen 15 years ago
frosch ca9a015984 (svn r19701) -Fix [FS#3787]: Check for industry availability more thoroughly and cancel object placement when selecting not available industries. 15 years ago
translators 7a56196d98 (svn r19700) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
finnish - 11 changes by jpx_
indonesian - 3 changes by fanioz, prof
polish - 3 changes by silver_777
brazilian_portuguese - 7 changes by kwast, vitor_015
15 years ago
terkhen d9dc4c04f4 (svn r19699) -Codechange: Use InvalidateData at the refit window. 15 years ago
rubidium f642c01fb4 (svn r19698) -Add: macros to get the size/length of a variable within a class 15 years ago
rubidium 532ac6bd67 (svn r19697) -Add: sprite for NewGRF some debuging features 15 years ago
terkhen 92a6710cb7 (svn r19696) -Fix [FS#3781]: Avoid showing building toolbars behind the main toolbar when the "Link landscape toolbar" setting is active. 15 years ago
rubidium 26af87bbaa (svn r19695) -Fix: leaking a file descriptor 15 years ago
translators 8bc0231f98 (svn r19694) -Update from WebTranslator v3.0:
greek - 8 changes by vesnikos
luxembourgish - 1 changes by Phreeze
norwegian_nynorsk - 1 changes by 2rB
polish - 16 changes by xine
15 years ago
smatz f48f4c8293 (svn r19693) -Codechange: split STATUS_INACTIVE to two states 15 years ago
translators 2836d9c1d7 (svn r19689) -Update from WebTranslator v3.0:
croatian - 2 changes by VoyagerOne
dutch - 1 changes by habell
hungarian - 17 changes by IPG
indonesian - 3 changes by prof
norwegian_nynorsk - 1 changes by 2rB
15 years ago
rubidium 464a56420f (svn r19688) -Codechange: run CheckCaches after the debug desync save, so we don't store just reset values in the savegame but the data from the previous tick 15 years ago
rubidium bc81039cb8 (svn r19687) -Fix: desync when joining the game because of using the wrong variable 15 years ago
smatz 32510296b6 (svn r19686) -Fix (r15126): truncated archives were not detected when using zlib 1.2.3. This also fixes zlib 1.2.4 compatibility, zlib 1.2.5 is bugfree 15 years ago
yexo ce8523f70a (svn r19685) -Fix (r19679): off-by-one error 15 years ago
yexo 879057de25 (svn r19684) -Fix [FS#3779]: don't show an error message when trying to give another client an amount of 0 money 15 years ago
smatz dba2a57b0d (svn r19683) -Fix (r19654): towns with 3x3 and 2x2 road layouts couldn't expand 15 years ago
translators 3c8c792e7e (svn r19682) -Update from WebTranslator v3.0:
irish - 26 changes by Nalum
15 years ago
rubidium 519c8007c8 (svn r19680) -Fix [FS#3775] (r19648): when joining a MP game all clients with company ID > 0 would be shown as if they were a spectator 15 years ago
yexo 92e36c87fd (svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect properties from other newgrfs 15 years ago
rubidium df4d8b3bc9 (svn r19678) -Fix (r19607): client status was shown incorrect in the console 15 years ago
translators 1ce5d3ed12 (svn r19677) -Update from WebTranslator v3.0:
portuguese - 6 changes by JayCity
romanian - 1 changes by tonny
serbian - 2 changes by etran
slovenian - 9 changes by Necrolyte
spanish - 1 changes by Terkhen
15 years ago
rubidium 83e40b8ced (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 15 years ago
terkhen 3442b8c345 (svn r19673) -Codechange: Optimize calculation of graph grid size (method by Alberth).
-Fix: Remove a gcc 3.3 warning.
15 years ago
translators 687478e0db (svn r19672) -Update from WebTranslator v3.0:
catalan - 3 changes by arnau
czech - 8 changes by Harlequin
german - 1 changes by planetmaker
italian - 1 changes by lorenzodv
latvian - 30 changes by nobody
lithuanian - 3 changes by BlinK_
maltese - 26 changes by kelinu
swedish - 2 changes by tool
turkish - 12 changes by niw3
15 years ago
frosch af7051178d (svn r19671) -Fix (r19670): RoundDiv() needs to deal with signed numerators. 15 years ago
frosch 2e90f7f8b9 (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
yexo 2330851d1d (svn r19669) -Fix: don't display an error message when double clicking on a vehicle in the 'available vehicles'-window 15 years ago
frosch 893e405af0 (svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL. 15 years ago
rubidium 1647c2d50e (svn r19664) -Fix [FS#3749]: Crash of a dedicated server if the null blitter is overridden and (after a while) there is no company 0 on new year anymore 15 years ago
smatz 1f963aed43 (svn r19663) -Fix: in rare cases, update of signals could be missed 15 years ago
terkhen 320dcc7d07 (svn r19662) -Feature: Resizable graphs. 15 years ago
terkhen e959d56122 (svn r19661) -Codechange: Base the number of vertical grids of a graph on its size. 15 years ago
yexo 9a2e53e803 (svn r19660) -Feature: [NewGRF] support cb36 for aircraft speed also in the build menu 15 years ago
translators 6cf4afad14 (svn r19659) -Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
french - 1 changes by glx
greek - 2 changes by fumantsu
irish - 2 changes by Nalum
maltese - 74 changes by kelinu
portuguese - 1 changes by JayCity
russian - 3 changes by Lone_Wolf
slovenian - 1 changes by ntadej
15 years ago
frosch 77486ee8d2 (svn r19658) -Fix: One could turn transport companies into credit banks. 15 years ago
frosch 2365a4dea0 (svn r19657) -Fix: Add saneness checks for front vehicles. 15 years ago
frosch 5ecf2f7f8c (svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are requested. 15 years ago
frosch 2a5ddd0dae (svn r19655) -Codechange: Reduce usage magic p1 parameter. 15 years ago
frosch 75d4bc947d (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
frosch 184fa43df2 (svn r19652) -Fix: RandomRange() is used for bigger ranges in many cases, so generally extent it to handle 32 bits. 15 years ago
smatz cd20724d20 (svn r19651) -Fix [FS#3745]: when a company is sold, move connected clients to spectators 15 years ago
rubidium 96a2cbb58e (svn r19650) -Add: stub for a Maltese translation 15 years ago
rubidium 23c9573b64 (svn r19649) -Add: plural rule for Maltese
-Fix: plural rule for Irish
15 years ago
rubidium b907dfdef8 (svn r19648) -Fix [FS#3760]: a client would not be properly moved when moved while joining, e.g. when entering a company's password. This caused the client to be in the wrong company (according to the rest of the clients) and the client being kicked on the first command 15 years ago
yexo 7a3b6f1588 (svn r19647) -Fix [FS#3768]: trains loaded above the original IDs didn't have a default railtypelabel assigned to them, causing them to be unavailable 15 years ago
rubidium 39d421ff9c (svn r19644) -Fix [FS#3728]: don't allow building cacti outside of the desert or rain forest trees outside of the rain forest area. This to prevent people from thinking planting rain forest trees makes the rain forest bigger and thus adds more place to build a lumber mill. 15 years ago
frosch 2141ca2368 (svn r19643) -Fix (r19120): Industry generation failed for large maps and lots of industry types. 15 years ago
terkhen d1c3234918 (svn r19642) -Add: Sort cargos alphabetically at the "Reffitable to" label in the
build vehicle window.
15 years ago
rubidium 949a6dd580 (svn r19641) -Add: stub for an Irish translation 15 years ago
translators 6511722bd3 (svn r19640) -Update from WebTranslator v3.0:
dutch - 2 changes by Yexo
portuguese - 12 changes by JayCity
15 years ago
translators 4ad39807e4 (svn r19639) -Update from WebTranslator v3.0:
italian - 2 changes by lorenzodv
luxembourgish - 2 changes by Phreeze
slovenian - 2 changes by ntadej
15 years ago
rubidium a6f46657ab (svn r19638) -Change: log the _date and _date_fract in the desync log for saved games 15 years ago
frosch 0f656010c8 (svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel. 15 years ago
rubidium 1177092da6 (svn r19636) -Fix: desync when taking over companies 15 years ago
frosch b858c22a7e (svn r19635) -Fix (r19634): Forgot AI. 15 years ago
frosch aea2252960 (svn r19634) -Codechange: Use TREE_INVALID more consistently. 15 years ago
frosch a929ab0c24 (svn r19633) -Fix (r11759): Signed computations with unsigned integers. 15 years ago
terkhen 22f864b0c0 (svn r19632) -Cleanup: has_negative_values is no longer used. 15 years ago
terkhen f61b9e3962 (svn r19631) -Feature: Graphs with negative values are no longer forced to have the zero axis in the middle (grid size calculation by Alberth). 15 years ago
translators 90aa0fdf58 (svn r19630) -Update from WebTranslator v3.0:
finnish - 2 changes by jpx_
french - 2 changes by glx
german - 2 changes by planetmaker
luxembourgish - 23 changes by Phreeze
spanish - 8 changes by Terkhen
15 years ago
rubidium 5eb54ac434 (svn r19629) -Fix [FS#3757]: chat message caused glitch when rejoining a network game 15 years ago
rubidium 51ea33f92f (svn r19628) -Change: support the tRNS chunk to read transparency information for RGB PNGs (Szvengar) 15 years ago
rubidium 6c19ba9042 (svn r19625) -Fix [FS#3722]: strange message when unpausing because there are enough players, unclear message when an unexpected/invalid packet is received 15 years ago
frosch 1f28e232c3 (svn r19621) -Codechange: Remove direct usage of magic 'p1's in build vehicle commands. 15 years ago
rubidium 088282bcf8 (svn r19620) -Fix: desync when a command is received and in the queue while a client starts joining, i.e. save the game state. This can happen in two ways: with frame_freq > 1 a command received in a previous frame might not be executed yet or when a command is received in the same frame as the join but before the savegame is made. In both cases the joining client would not get all commands to get in-sync with the server (and the other clients). 15 years ago
rubidium d2ed777fa5 (svn r19619) -Fix (r19618): [desync debug] inserting the "join" pause could cause a crash as some command data was not properly initialised 15 years ago
translators f14f96d2eb (svn r19618) -Update from WebTranslator v3.0:
slovak - 6 changes by keso53
15 years ago
rubidium 23190b8952 (svn r19617) -Fix [desync debug]: log the sync state only once per day, not multiple times when paused with _date_fract = 0
-Change [desync debug]: check the sync state from the command stream and make sure no unknown input is encountered
15 years ago
frosch b76f0185d4 (svn r19616) -Codechange: Increase transparency of 'Extract' by passing also the number of used bits. 15 years ago
terkhen 7ba4f98ce5 (svn r19615) -Fix [FS#3763]: Company related graphs weren't updated correctly after changing the company colour. 15 years ago