------------------------------------------------------------------------ r19630 | translators | 2010-04-14 17:45:18 +0000 (Wed, 14 Apr 2010) | 7 lines -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 ------------------------------------------------------------------------ r19629 | rubidium | 2010-04-14 16:12:54 +0000 (Wed, 14 Apr 2010) | 2 lines -Fix [FS#3757]: chat message caused glitch when rejoining a network game ------------------------------------------------------------------------ r19628 | rubidium | 2010-04-14 16:07:17 +0000 (Wed, 14 Apr 2010) | 2 lines -Change: support the tRNS chunk to read transparency information for RGB PNGs (Szvengar) ------------------------------------------------------------------------ r19627 | rubidium | 2010-04-14 10:00:57 +0000 (Wed, 14 Apr 2010) | 3 lines -Fix [OSX]: mark the macports default include directory as a system include directory so our -W flags don't cause warnings on headers in there (planetmaker) As this is a OS X patch... I have not and cannot test it, so if it breaks your system: do not blame me! ------------------------------------------------------------------------ r19626 | rubidium | 2010-04-14 09:55:36 +0000 (Wed, 14 Apr 2010) | 2 lines -Fix: mention libtimidity in ./configure --help (planetmaker) ------------------------------------------------------------------------ r19625 | rubidium | 2010-04-14 09:52:59 +0000 (Wed, 14 Apr 2010) | 2 lines -Fix [FS#3722]: strange message when unpausing because there are enough players, unclear message when an unexpected/invalid packet is received ------------------------------------------------------------------------ r19621 | frosch | 2010-04-13 19:10:08 +0000 (Tue, 13 Apr 2010) | 1 line -Codechange: Remove direct usage of magic 'p1's in build vehicle commands. ------------------------------------------------------------------------ r19620 | rubidium | 2010-04-13 18:55:31 +0000 (Tue, 13 Apr 2010) | 2 lines -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). ------------------------------------------------------------------------ r19619 | rubidium | 2010-04-13 18:40:47 +0000 (Tue, 13 Apr 2010) | 2 lines -Fix (r19618): [desync debug] inserting the "join" pause could cause a crash as some command data was not properly initialised ------------------------------------------------------------------------ r19618 | translators | 2010-04-13 17:45:07 +0000 (Tue, 13 Apr 2010) | 3 lines -Update from WebTranslator v3.0: slovak - 6 changes by keso53 ------------------------------------------------------------------------ r19617 | rubidium | 2010-04-13 17:36:19 +0000 (Tue, 13 Apr 2010) | 3 lines -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 ------------------------------------------------------------------------ r19616 | frosch | 2010-04-13 17:29:19 +0000 (Tue, 13 Apr 2010) | 1 line -Codechange: Increase transparency of 'Extract' by passing also the number of used bits. ------------------------------------------------------------------------ r19615 | terkhen | 2010-04-12 17:58:09 +0000 (Mon, 12 Apr 2010) | 2 lines -Fix [FS#3763]: Company related graphs weren't updated correctly after changing the company colour. ------------------------------------------------------------------------ r19614 | smatz | 2010-04-12 14:12:47 +0000 (Mon, 12 Apr 2010) | 1 line -Codechange: "it's" => "its" where appropriate ------------------------------------------------------------------------ r19613 | smatz | 2010-04-11 22:06:17 +0000 (Sun, 11 Apr 2010) | 1 line -Fix [FS#3755]: possible invalid read when server moves client to spectators before he finishes joining ------------------------------------------------------------------------ r19612 | rubidium | 2010-04-11 21:46:20 +0000 (Sun, 11 Apr 2010) | 2 lines -Fix [FS#3756] (r3212): crash when opening a savegame with a waypoint from around 0.4.0 ------------------------------------------------------------------------ r19611 | translators | 2010-04-11 17:45:07 +0000 (Sun, 11 Apr 2010) | 3 lines -Update from WebTranslator v3.0: indonesian - 11 changes by fanioz ------------------------------------------------------------------------ r19610 | smatz | 2010-04-11 17:32:14 +0000 (Sun, 11 Apr 2010) | 1 line -Codechange: rename STATUS_AUTH to STATUS_AUTHORIZED ------------------------------------------------------------------------ r19609 | smatz | 2010-04-11 17:25:44 +0000 (Sun, 11 Apr 2010) | 1 line -Fix: do not print 'Connection lost' message for clients who failed to enter correct password ------------------------------------------------------------------------ r19608 | smatz | 2010-04-11 17:23:11 +0000 (Sun, 11 Apr 2010) | 1 line -Fix: do not kick client if he entered password and the password was cleared meanwhile ------------------------------------------------------------------------ r19607 | smatz | 2010-04-11 17:17:12 +0000 (Sun, 11 Apr 2010) | 1 line -Codechange: use different packet types instead of packet subtypes ------------------------------------------------------------------------ r19606 | smatz | 2010-04-11 16:38:31 +0000 (Sun, 11 Apr 2010) | 1 line -Codechange: remove global variable pw_type ------------------------------------------------------------------------ r19605 | frosch | 2010-04-11 15:44:16 +0000 (Sun, 11 Apr 2010) | 1 line -Codechange: Merge ExtractBits into EnumPropsT. ------------------------------------------------------------------------ r19604 | frosch | 2010-04-11 15:43:54 +0000 (Sun, 11 Apr 2010) | 1 line -Codechange: Reintroduce assert_tcompile(). ------------------------------------------------------------------------ r19602 | rubidium | 2010-04-11 10:11:26 +0000 (Sun, 11 Apr 2010) | 2 lines -Codechange: add the name of the command to the desync logs ------------------------------------------------------------------------ r19601 | rubidium | 2010-04-11 09:54:44 +0000 (Sun, 11 Apr 2010) | 2 lines -Fix: make the desync replay parse the "whole" string instead of everything up to the first space; make it log the sync state too ------------------------------------------------------------------------ r19600 | frosch | 2010-04-10 21:34:21 +0000 (Sat, 10 Apr 2010) | 1 line -Fix (r18994): Presence of online content was not properly updated after download due to duplicate slashes in the path. ------------------------------------------------------------------------ r19599 | terkhen | 2010-04-10 19:30:38 +0000 (Sat, 10 Apr 2010) | 2 lines -Fix [FS#3751]: Vehicles with a weight of zero crashed the game when using realistic acceleration. ------------------------------------------------------------------------ r19598 | translators | 2010-04-10 17:45:15 +0000 (Sat, 10 Apr 2010) | 6 lines -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 ------------------------------------------------------------------------ r19597 | frosch | 2010-04-10 13:00:34 +0000 (Sat, 10 Apr 2010) | 1 line -Fix: Removing NewGRFs from the GUI list leaked. ------------------------------------------------------------------------ r19596 | glx | 2010-04-10 02:17:18 +0000 (Sat, 10 Apr 2010) | 1 line -Fix (r19593): dedicated server always fast forwarding if compiled without DEBUG_DUMP_COMMANDS ------------------------------------------------------------------------ r19595 | yexo | 2010-04-09 22:29:10 +0000 (Fri, 09 Apr 2010) | 1 line -Doc: mention the addition of AIRail::GetMaxSpeed in the AI changelog ------------------------------------------------------------------------ r19594 | translators | 2010-04-09 17:45:12 +0000 (Fri, 09 Apr 2010) | 5 lines -Update from WebTranslator v3.0: greek - 5 changes by fumantsu portuguese - 2 changes by JayCity turkish - 16 changes by niw3 ------------------------------------------------------------------------ r19593 | rubidium | 2010-04-09 17:08:44 +0000 (Fri, 09 Apr 2010) | 2 lines -Codechange: improve loading/executing the desync logs ------------------------------------------------------------------------ r19592 | rubidium | 2010-04-09 16:01:48 +0000 (Fri, 09 Apr 2010) | 2 lines -Fix: don't do the desync debug savegames mid-StateGameLoop; they're increadibly useless (or hard to load correctly) in that case ------------------------------------------------------------------------ r19591 | yexo | 2010-04-09 12:02:50 +0000 (Fri, 09 Apr 2010) | 1 line -Add: [NoAI] AIRail::GetMaxSpeed(RailType) to get the speed limit of railtypes ------------------------------------------------------------------------ r19590 | yexo | 2010-04-09 01:17:44 +0000 (Fri, 09 Apr 2010) | 1 line -Fix: [NewGRF] setting industry prop 0x24 to 0 caused empty station names ------------------------------------------------------------------------ r19589 | rubidium | 2010-04-08 21:14:49 +0000 (Thu, 08 Apr 2010) | 2 lines -Change: add some more useful information to the desync log and unify the formatting ------------------------------------------------------------------------ r19588 | translators | 2010-04-08 17:45:10 +0000 (Thu, 08 Apr 2010) | 4 lines -Update from WebTranslator v3.0: catalan - 3 changes by arnau czech - 3 changes by Harlequin ------------------------------------------------------------------------ r19587 | rubidium | 2010-04-08 17:27:45 +0000 (Thu, 08 Apr 2010) | 2 lines -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 ------------------------------------------------------------------------ r19586 | rubidium | 2010-04-08 17:07:35 +0000 (Thu, 08 Apr 2010) | 2 lines -Fix: some false positives in cache validity checks because cache = v->cache doesn't necessarily write all sizeof(Cache) bytes ------------------------------------------------------------------------ r19584 | rubidium | 2010-04-08 15:29:20 +0000 (Thu, 08 Apr 2010) | 2 lines -Fix [FS#3744]: Crash when pressing 'h' (non-stop) in the order window of a ship or aircraft ------------------------------------------------------------------------ r19581 | smatz | 2010-04-07 21:33:03 +0000 (Wed, 07 Apr 2010) | 1 line -Codechange: auto-raise 'All facilities/cargos' buttons in the Station list window ------------------------------------------------------------------------ r19580 | smatz | 2010-04-07 21:24:27 +0000 (Wed, 07 Apr 2010) | 1 line -Codechange: auto-raise 'Enable/Disable all' buttons in the Smallmap window ------------------------------------------------------------------------ r19579 | smatz | 2010-04-07 21:22:08 +0000 (Wed, 07 Apr 2010) | 1 line -Codechange: auto-raise 'Enable/Disable all' buttons in the Cargo payment rates window ------------------------------------------------------------------------ r19578 | smatz | 2010-04-07 21:18:17 +0000 (Wed, 07 Apr 2010) | 1 line -Codechange: do not accept commas at invalid places in ParseIntList() ------------------------------------------------------------------------ r19577 | smatz | 2010-04-07 20:28:02 +0000 (Wed, 07 Apr 2010) | 1 line -Codechange: apply coding style to names of functions in settings.cpp ------------------------------------------------------------------------ r19576 | alberth | 2010-04-07 20:09:53 +0000 (Wed, 07 Apr 2010) | 1 line -Codechange: Unduplicating parse_intlist(). ------------------------------------------------------------------------ r19575 | translators | 2010-04-07 17:45:24 +0000 (Wed, 07 Apr 2010) | 9 lines -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 ------------------------------------------------------------------------ r19574 | rubidium | 2010-04-07 15:20:24 +0000 (Wed, 07 Apr 2010) | 2 lines -Fix: graphs were not properly updated when going toggling keys (i.e. companies) ------------------------------------------------------------------------