------------------------------------------------------------------------ r13785 | skidd13 | 2008-07-22 17:18:53 +0000 (Tue, 22 Jul 2008) | 2 lines -Add: support for freedesktop.org desktop entry files ------------------------------------------------------------------------ r13784 | peter1138 | 2008-07-22 16:13:42 +0000 (Tue, 22 Jul 2008) | 1 line -Codechange: Truncate vehicle names in purchase list to width of window. ------------------------------------------------------------------------ r13782 | glx | 2008-07-22 15:02:18 +0000 (Tue, 22 Jul 2008) | 1 line -Cleanup: removed a useless declaration ------------------------------------------------------------------------ r13781 | peter1138 | 2008-07-22 14:17:29 +0000 (Tue, 22 Jul 2008) | 1 line -Feature: NewGRF presets, selected by a drop down list in the NewGRF window. Presets are saved in the config file. ------------------------------------------------------------------------ r13776 | rubidium | 2008-07-21 18:49:50 +0000 (Mon, 21 Jul 2008) | 2 lines -Fix: some revision checking code was unintentionally disabled. ------------------------------------------------------------------------ r13775 | glx | 2008-07-21 15:50:55 +0000 (Mon, 21 Jul 2008) | 1 line -Codechange: enforce the validity of a NetworkAction (chat packet) issued by a client ------------------------------------------------------------------------ r13774 | peter1138 | 2008-07-21 14:42:25 +0000 (Mon, 21 Jul 2008) | 2 lines -Codechange: Add support for changing vehicle purchase list position for all vehicle types. ------------------------------------------------------------------------ r13773 | rubidium | 2008-07-21 13:05:43 +0000 (Mon, 21 Jul 2008) | 2 lines -Codechange: disable autoclean for protected/unprotected companies when the timeout is set to 0. Based on an idea by Thomas. ------------------------------------------------------------------------ r13761 | peter1138 | 2008-07-20 21:23:28 +0000 (Sun, 20 Jul 2008) | 2 lines -Codechange: Remove dependency on rail for altering purchase list position (mostly function renaming) ------------------------------------------------------------------------ r13760 | peter1138 | 2008-07-20 21:21:51 +0000 (Sun, 20 Jul 2008) | 2 lines -Codechange: With multiple NewGRF engine sets, engine IDs may not be allocated in the order expected by GRF authors, so sort by 'list position' instead of engine ID for all vehicle types. ------------------------------------------------------------------------ r13759 | rubidium | 2008-07-20 19:21:18 +0000 (Sun, 20 Jul 2008) | 2 lines -Fix [FS#2147]: selecting non-full length vehicles in the depot gui would place the "mouse pointer" out of the center of the vehicle making it hard to "aim". ------------------------------------------------------------------------ r13758 | smatz | 2008-07-20 15:50:41 +0000 (Sun, 20 Jul 2008) | 1 line -Fix (r13226): always use st->airport_tile, st->xy is different in many cases ------------------------------------------------------------------------ r13757 | skidd13 | 2008-07-20 15:39:20 +0000 (Sun, 20 Jul 2008) | 2 lines -Doc: Update the man file ------------------------------------------------------------------------ r13754 | rubidium | 2008-07-20 13:29:59 +0000 (Sun, 20 Jul 2008) | 2 lines -Fix (r13731): one could not join companies from the command line. ------------------------------------------------------------------------ r13753 | rubidium | 2008-07-20 12:59:27 +0000 (Sun, 20 Jul 2008) | 2 lines -Cleanup (r13752): save before commit instead of the other way around is usually better. ------------------------------------------------------------------------ r13752 | rubidium | 2008-07-20 07:41:43 +0000 (Sun, 20 Jul 2008) | 2 lines -Fix [FS#2130]: correctly restore conditional orders when they are put 'into' backup. ------------------------------------------------------------------------ r13740 | rubidium | 2008-07-19 20:24:41 +0000 (Sat, 19 Jul 2008) | 2 lines -Fix (r13731): one could only join the first company. ------------------------------------------------------------------------ r13739 | rubidium | 2008-07-19 20:23:51 +0000 (Sat, 19 Jul 2008) | 2 lines -Fix (r13731): some variables would be erroneously zeroed, causing autoclean and company passwords not to work. ------------------------------------------------------------------------ r13734 | rubidium | 2008-07-19 10:10:21 +0000 (Sat, 19 Jul 2008) | 2 lines -Fix: NewGRF rail continuation would always mark a tunnel on the same axis as connected, even when the tunnel faces the wrong direction. ------------------------------------------------------------------------ r13733 | smatz | 2008-07-18 21:01:30 +0000 (Fri, 18 Jul 2008) | 1 line -Fix (r13731): gcc2.95 compilation ------------------------------------------------------------------------ r13732 | rubidium | 2008-07-18 20:44:35 +0000 (Fri, 18 Jul 2008) | 2 lines -Feature: add a few extra columns with information to the server list. Patch by Pegasus. ------------------------------------------------------------------------ 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) ------------------------------------------------------------------------