------------------------------------------------------------------------ r13731 | rubidium | 2008-07-18 16:40:29 +0000 (Fri, 18 Jul 2008) | 2 lines -Codechange: make a pool of the array of players. ------------------------------------------------------------------------ r13730 | rubidium | 2008-07-18 16:26:51 +0000 (Fri, 18 Jul 2008) | 2 lines -Fix: make a copy of the names for news messages about the deletion of companies as the removal of a company could lead to wrong names in the news messages. ------------------------------------------------------------------------ r13729 | rubidium | 2008-07-18 12:20:31 +0000 (Fri, 18 Jul 2008) | 2 lines -Fix: assumption that non-north tiles of a house do not have the 1x1 building bit set was flawed with some NewGRFs. This caused the amount of houses to differ, which causes the town radii to differ, which causes desyncs when towns are expanded. ------------------------------------------------------------------------ r13728 | smatz | 2008-07-18 12:20:30 +0000 (Fri, 18 Jul 2008) | 1 line -Codechange: define DEBUG as an empty block so compiler warns us less ------------------------------------------------------------------------ r13727 | smatz | 2008-07-18 12:11:46 +0000 (Fri, 18 Jul 2008) | 1 line -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken ------------------------------------------------------------------------ r13721 | smatz | 2008-07-17 23:43:47 +0000 (Thu, 17 Jul 2008) | 1 line -Codechange: one less multiplication for colour mixing in 32bpp blitters (GeekToo) ------------------------------------------------------------------------ r13720 | rubidium | 2008-07-17 21:15:57 +0000 (Thu, 17 Jul 2008) | 2 lines -Fix (r13715): string wasn't correctly passed to draw function. ------------------------------------------------------------------------ r13719 | rubidium | 2008-07-17 20:13:01 +0000 (Thu, 17 Jul 2008) | 2 lines -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool. ------------------------------------------------------------------------ r13718 | rubidium | 2008-07-17 16:38:26 +0000 (Thu, 17 Jul 2008) | 2 lines -Fix: possible desync on the autorenew settings 20+ game years (i.e. 4.5+ hours) after a company was started. ------------------------------------------------------------------------ r13717 | rubidium | 2008-07-17 15:16:11 +0000 (Thu, 17 Jul 2008) | 2 lines -Codechange: place the whole 'create new company' command in #ifdef ENABLE_NETWORK as it may only be executed when we are playing in a network game. ------------------------------------------------------------------------ r13716 | rubidium | 2008-07-17 15:14:42 +0000 (Thu, 17 Jul 2008) | 2 lines -Fix [FS#2144]: any player could construct new companies. ------------------------------------------------------------------------ r13715 | rubidium | 2008-07-17 13:47:04 +0000 (Thu, 17 Jul 2008) | 3 lines -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind. -Codechange: remove all BindCString and related functions and replace it by RAW_STRING which prints the C-string raw pointer that is on the 'print stack'. ------------------------------------------------------------------------ r13714 | rubidium | 2008-07-17 12:02:09 +0000 (Thu, 17 Jul 2008) | 2 lines -Fix: remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed. Patch by dih. ------------------------------------------------------------------------ r13713 | rubidium | 2008-07-17 11:47:57 +0000 (Thu, 17 Jul 2008) | 2 lines -Fix: possible crash on creating a network packet. ------------------------------------------------------------------------ r13712 | rubidium | 2008-07-17 11:19:20 +0000 (Thu, 17 Jul 2008) | 2 lines -Fix: enforce the length restrictions of company and president name in the commands too. ------------------------------------------------------------------------ r13707 | miham | 2008-07-15 23:27:28 +0000 (Tue, 15 Jul 2008) | 13 lines -Update: WebTranslator2 update to 2008-07-16 01:21:36 brazilian_portuguese - 3 fixed by tucalipe (3) bulgarian - 78 fixed, 230 changed by thetitan (3), groupsky (305) catalan - 3 fixed by arnaullv (3) dutch - 3 fixed by webfreakz (3) italian - 3 changed by lorenzodv (3) korean - 4 fixed, 5 changed by leejaeuk5 (9) russian - 3 fixed by Smoky555 (3) slovenian - 4 fixed by Necrolyte (4) spanish - 3 fixed by eusebio (3) swedish - 4 fixed by daishan (4) ukrainian - 2 fixed by mad (2) ------------------------------------------------------------------------ r13706 | frosch | 2008-07-15 17:13:50 +0000 (Tue, 15 Jul 2008) | 1 line -Fix (r13695): Small typo. ------------------------------------------------------------------------ r13705 | belugas | 2008-07-15 00:34:34 +0000 (Tue, 15 Jul 2008) | 1 line -Codechange: Define and use BridgePieces enum, which will remove a few more magic numbers ------------------------------------------------------------------------ r13704 | rubidium | 2008-07-14 21:01:49 +0000 (Mon, 14 Jul 2008) | 2 lines -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump. ------------------------------------------------------------------------ r13703 | rubidium | 2008-07-14 20:36:21 +0000 (Mon, 14 Jul 2008) | 2 lines -Update: the other language files due to a few changed strings in r13702. ------------------------------------------------------------------------ r13702 | rubidium | 2008-07-14 20:18:06 +0000 (Mon, 14 Jul 2008) | 2 lines -Fix: do not overflow the order/timetable window when 'long' orders are displayed. ------------------------------------------------------------------------ r13701 | glx | 2008-07-14 20:04:54 +0000 (Mon, 14 Jul 2008) | 1 line -Codechange: add some more info in crash.log ------------------------------------------------------------------------ r13700 | rubidium | 2008-07-14 18:22:15 +0000 (Mon, 14 Jul 2008) | 2 lines -Fix: possible buffer overflow in string truncation code. ------------------------------------------------------------------------ r13699 | rubidium | 2008-07-14 17:31:41 +0000 (Mon, 14 Jul 2008) | 2 lines -Fix: handle SETX(Y) properly when truncating a string instead of ignoring it and returning a too long string. ------------------------------------------------------------------------ r13698 | frosch | 2008-07-13 19:44:05 +0000 (Sun, 13 Jul 2008) | 1 line -Fix (r13697): MorphOS compilation. ------------------------------------------------------------------------ r13697 | frosch | 2008-07-13 16:09:00 +0000 (Sun, 13 Jul 2008) | 1 line -Feature: Add some support for symbolic links in .tar files. ------------------------------------------------------------------------ r13696 | belugas | 2008-07-13 02:43:46 +0000 (Sun, 13 Jul 2008) | 2 lines -Fix[GUI]: The Build button of the vehicle list is now hidden, instead of just disabled. It will be only visible when called from the Depot Building Window. Less confusion, hopefully. Suggested by Eddi. ------------------------------------------------------------------------ r13695 | rubidium | 2008-07-12 22:30:10 +0000 (Sat, 12 Jul 2008) | 2 lines -Fix [FS#2120]: in some cases the (sound) mixer could overflow causing artefacts in the sound. ------------------------------------------------------------------------ r13694 | rubidium | 2008-07-12 22:28:34 +0000 (Sat, 12 Jul 2008) | 2 lines -Change: make it more explicit that you've opened the available train/ship/etc. list instead of the one where you can actually build vehicles by setting the appropriate title for the window. ------------------------------------------------------------------------ r13693 | frosch | 2008-07-12 14:49:43 +0000 (Sat, 12 Jul 2008) | 1 line -Fix (r11106, r11117): Do not rely on .tar files always ending with a block of zeros. ------------------------------------------------------------------------ r13692 | rubidium | 2008-07-12 14:03:36 +0000 (Sat, 12 Jul 2008) | 2 lines -Fix (r13674): loading PNG sprites could very quickly fill the sprite cache. ------------------------------------------------------------------------