Commit Graph

15192 Commits (e43c573476c6e05ac85663aec16ae746a3f5ea7d)
 

Author SHA1 Message Date
smatz 073af4eba2 (svn r19613) -Fix [FS#3755]: possible invalid read when server moves client to spectators before he finishes joining 15 years ago
rubidium 36d229f131 (svn r19612) -Fix [FS#3756] (r3212): crash when opening a savegame with a waypoint from around 0.4.0 15 years ago
translators cb77315696 (svn r19611) -Update from WebTranslator v3.0:
indonesian - 11 changes by fanioz
15 years ago
smatz e0746e5bd3 (svn r19610) -Codechange: rename STATUS_AUTH to STATUS_AUTHORIZED 15 years ago
smatz 2388149ea3 (svn r19609) -Fix: do not print 'Connection lost' message for clients who failed to enter correct password 15 years ago
smatz 535a3bf847 (svn r19608) -Fix: do not kick client if he entered password and the password was cleared meanwhile 15 years ago
smatz 150ae1c707 (svn r19607) -Codechange: use different packet types instead of packet subtypes 15 years ago
smatz ac82a8fee0 (svn r19606) -Codechange: remove global variable pw_type 15 years ago
frosch 6726bc727a (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. 15 years ago
frosch 19e26fcb12 (svn r19604) -Codechange: Reintroduce assert_tcompile(). 15 years ago
rubidium ea7aececf8 (svn r19602) -Codechange: add the name of the command to the desync logs 15 years ago
rubidium ff6ec70007 (svn r19601) -Fix: make the desync replay parse the "whole" string instead of everything up to the first space; make it log the sync state too 15 years ago
frosch 1d0335a798 (svn r19600) -Fix (r18994): Presence of online content was not properly updated after download due to duplicate slashes in the path. 15 years ago
terkhen a3fdb26bee (svn r19599) -Fix [FS#3751]: Vehicles with a weight of zero crashed the game when using realistic acceleration. 15 years ago
translators 53ca62da90 (svn r19598) -Update from WebTranslator v3.0:
traditional_chinese - 5 changes by josesun
portuguese - 2 changes by JayCity
turkish - 2 changes by canbu
ukrainian - 8 changes by Madvin
15 years ago
frosch 65019bdf72 (svn r19597) -Fix: Removing NewGRFs from the GUI list leaked. 15 years ago
glx b702b1f3fd (svn r19596) -Fix (r19593): dedicated server always fast forwarding if compiled without DEBUG_DUMP_COMMANDS 15 years ago
yexo 22cc9cac11 (svn r19595) -Doc: mention the addition of AIRail::GetMaxSpeed in the AI changelog 15 years ago
translators 6db05a4737 (svn r19594) -Update from WebTranslator v3.0:
greek - 5 changes by fumantsu
portuguese - 2 changes by JayCity
turkish - 16 changes by niw3
15 years ago
rubidium de155e78e7 (svn r19593) -Codechange: improve loading/executing the desync logs 15 years ago
rubidium e9f60d5d13 (svn r19592) -Fix: don't do the desync debug savegames mid-StateGameLoop; they're increadibly useless (or hard to load correctly) in that case 15 years ago
yexo 01bbb17cb1 (svn r19591) -Add: [NoAI] AIRail::GetMaxSpeed(RailType) to get the speed limit of railtypes 15 years ago
yexo 8e340fe226 (svn r19590) -Fix: [NewGRF] setting industry prop 0x24 to 0 caused empty station names 15 years ago
rubidium ff5dfd9c7e (svn r19589) -Change: add some more useful information to the desync log and unify the formatting 15 years ago
translators 13f4afdd90 (svn r19588) -Update from WebTranslator v3.0:
catalan - 3 changes by arnau
czech - 3 changes by Harlequin
15 years ago
rubidium efb61fa3fc (svn r19587) -Fix: false positive in cache validity checking when a train crashes; the max curve speed depends on the 'angle' between wagons and with wagons spinning around randomly without updating the max curve speed cache that leads to "seeing" a difference. As the caches aren't useful for crashed vehicles anymore, just ignore those vehicles 15 years ago
rubidium 6e95c70f43 (svn r19586) -Fix: some false positives in cache validity checks because cache = v->cache doesn't necessarily write all sizeof(Cache) bytes 15 years ago
rubidium 78569bf9e3 (svn r19584) -Fix [FS#3744]: Crash when pressing 'h' (non-stop) in the order window of a ship or aircraft 15 years ago
smatz 64aadd8e33 (svn r19581) -Codechange: auto-raise 'All facilities/cargos' buttons in the Station list window 15 years ago
smatz 5e77cefb6a (svn r19580) -Codechange: auto-raise 'Enable/Disable all' buttons in the Smallmap window 15 years ago
smatz 3c68156129 (svn r19579) -Codechange: auto-raise 'Enable/Disable all' buttons in the Cargo payment rates window 15 years ago
smatz 90def35564 (svn r19578) -Codechange: do not accept commas at invalid places in ParseIntList() 15 years ago
smatz c77cb04f81 (svn r19577) -Codechange: apply coding style to names of functions in settings.cpp 15 years ago
alberth 1921b27c65 (svn r19576) -Codechange: Unduplicating parse_intlist(). 15 years ago
translators d237419366 (svn r19575) -Update from WebTranslator v3.0:
estonian - 18 changes by Jaanus
hebrew - 13 changes by dnd_man
korean - 2 changes by junho2813
norwegian_nynorsk - 5 changes by 2rB
portuguese - 5 changes by JayCity
romanian - 13 changes by tonny
slovenian - 1 changes by ntadej
15 years ago
rubidium c2945f0bb0 (svn r19574) -Fix: graphs were not properly updated when going toggling keys (i.e. companies) 15 years ago
terkhen 1fbde179d9 (svn r19573) -Fix (r19541): Special cargos did not appear at the refit list. 15 years ago
rubidium a993ceb133 (svn r19572) -Change: sync Debian packaging updates from Debian, but keep building a single package 15 years ago
rubidium 8138c532d2 (svn r19571) -Fix [FS#3739]: The timetable button was not automatically raised (sbr) 15 years ago
yexo 5d37ff11ba (svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qword 15 years ago
yexo 043ff01b4a (svn r19569) -Fix: possible buffer underflow in newgrf string code 15 years ago
translators b48e490c7c (svn r19568) -Update from WebTranslator v3.0:
simplified_chinese - 15 changes by mfans
traditional_chinese - 13 changes by josesun
croatian - 1 changes by VoyagerOne
danish - 12 changes by silentStatic
dutch - 13 changes by habell
german - 13 changes by planetmaker
korean - 1 changes by junho2813
norwegian_bokmal - 5 changes by CyberKenny
norwegian_nynorsk - 3 changes by 2rB
polish - 2 changes by xaxa
brazilian_portuguese - 9 changes by vitor_015
turkish - 4 changes by niw3
15 years ago
rubidium 0acc2a4235 (svn r19566) -Fix (r11216, r11202): don't return a random colour for unowned industries in var 45; TTDPatch doesn't seem to set the colour data in that case either. 15 years ago
rubidium 9204c5f1e4 (svn r19565) -Fix: some NewGRF callbacks were named incorrectly 15 years ago
translators 08fe084802 (svn r19564) -Update from WebTranslator v3.0:
greek - 4 changes by fumantsu
lithuanian - 14 changes by Saulius
russian - 1 changes by Lone_Wolf
serbian - 1 changes by etran
slovenian - 1 changes by ntadej
swedish - 1 changes by Zuu
turkish - 6 changes by niw3
15 years ago
rubidium 8a4bfe10cb (svn r19563) -Fix [FS#3733] (r19558): OnResize wasn't called often enough so scrollbars were in some cases not properly updated causing division by zero 15 years ago
translators 0c3fdf4f8d (svn r19562) -Update from WebTranslator v3.0:
catalan - 15 changes by arnau
croatian - 12 changes by VoyagerOne
finnish - 2 changes by jpx_
french - 1 changes by glx
italian - 1 changes by lorenzodv
korean - 1 changes by junho2813
polish - 3 changes by silver_777
russian - 1 changes by Lone_Wolf
serbian - 1 changes by etran
slovak - 13 changes by keso53
spanish - 3 changes by Terkhen
vietnamese - 10 changes by sephiroth2m
15 years ago
alberth 581c110bfe (svn r19561) -Feature: Give more detailed error message when trying to build a too long bridge. 15 years ago
alberth 141761a333 (svn r19560) -Fix: Bridge build error message should not show the same message twice. 15 years ago
alberth f185e5a8d7 (svn r19559) -Codechange: Rename CheckBridge_Stuff() to CheckBridgeAvailability(). 15 years ago