Tue, 22 Jul 2008 22:21:38 +0000 skidd13 (svn r13790) -Fix: Enable to force the creation of freedesktop.org desktop entry files
Tue, 22 Jul 2008 20:52:30 +0000 peter1138 (svn r13789) -Fix (r13781): Saved preset was not automatically selected.
Tue, 22 Jul 2008 19:25:47 +0000 smatz (svn r13787) -Codechange: resize the red error message box if needed
Tue, 22 Jul 2008 18:53:52 +0000 rubidium (svn r13786) -Fix (r13785): reconfigure gave warnings on the newly introduced options.
Tue, 22 Jul 2008 17:18:53 +0000 skidd13 (svn r13785) -Add: support for freedesktop.org desktop entry files
Tue, 22 Jul 2008 16:13:42 +0000 peter1138 (svn r13784) -Codechange: Truncate vehicle names in purchase list to width of window.
Tue, 22 Jul 2008 15:02:18 +0000 glx (svn r13782) -Cleanup: removed a useless declaration
Tue, 22 Jul 2008 14:17:29 +0000 peter1138 (svn r13781) -Feature: NewGRF presets, selected by a drop down list in the NewGRF window. Presets are saved in the config file.
Mon, 21 Jul 2008 18:49:50 +0000 rubidium (svn r13776) -Fix: some revision checking code was unintentionally disabled.
Mon, 21 Jul 2008 15:50:55 +0000 glx (svn r13775) -Codechange: enforce the validity of a NetworkAction (chat packet) issued by a client
Mon, 21 Jul 2008 14:42:25 +0000 peter1138 (svn r13774) -Codechange: Add support for changing vehicle purchase list position for all vehicle types.
Mon, 21 Jul 2008 13:05:43 +0000 rubidium (svn r13773) -Codechange: disable autoclean for protected/unprotected companies when the timeout is set to 0. Based on an idea by Thomas.
Sun, 20 Jul 2008 21:23:28 +0000 peter1138 (svn r13761) -Codechange: Remove dependency on rail for altering purchase list position (mostly function renaming)
Sun, 20 Jul 2008 21:21:51 +0000 peter1138 (svn r13760) -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.
Sun, 20 Jul 2008 19:21:18 +0000 rubidium (svn r13759) -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".
Sun, 20 Jul 2008 15:50:41 +0000 smatz (svn r13758) -Fix (r13226): always use st->airport_tile, st->xy is different in many cases
Sun, 20 Jul 2008 15:39:20 +0000 skidd13 (svn r13757) -Doc: Update the man file
Sun, 20 Jul 2008 13:29:59 +0000 rubidium (svn r13754) -Fix (r13731): one could not join companies from the command line.
Sun, 20 Jul 2008 12:59:27 +0000 rubidium (svn r13753) -Cleanup (r13752): save before commit instead of the other way around is usually better.
Sun, 20 Jul 2008 07:41:43 +0000 rubidium (svn r13752) -Fix [FS#2130]: correctly restore conditional orders when they are put 'into' backup.
Sat, 19 Jul 2008 20:24:41 +0000 rubidium (svn r13740) -Fix (r13731): one could only join the first company.
Sat, 19 Jul 2008 20:23:51 +0000 rubidium (svn r13739) -Fix (r13731): some variables would be erroneously zeroed, causing autoclean and company passwords not to work.
Sat, 19 Jul 2008 10:10:21 +0000 rubidium (svn r13734) -Fix: NewGRF rail continuation would always mark a tunnel on the same axis as connected, even when the tunnel faces the wrong direction.
Fri, 18 Jul 2008 21:01:30 +0000 smatz (svn r13733) -Fix (r13731): gcc2.95 compilation
Fri, 18 Jul 2008 20:44:35 +0000 rubidium (svn r13732) -Feature: add a few extra columns with information to the server list. Patch by Pegasus.
Fri, 18 Jul 2008 16:40:29 +0000 rubidium (svn r13731) -Codechange: make a pool of the array of players.
Fri, 18 Jul 2008 16:26:51 +0000 rubidium (svn r13730) -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.
Fri, 18 Jul 2008 12:20:31 +0000 rubidium (svn r13729) -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.
Fri, 18 Jul 2008 12:20:30 +0000 smatz (svn r13728) -Codechange: define DEBUG as an empty block so compiler warns us less
Fri, 18 Jul 2008 12:11:46 +0000 smatz (svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken
Thu, 17 Jul 2008 23:43:47 +0000 smatz (svn r13721) -Codechange: one less multiplication for colour mixing in 32bpp blitters (GeekToo)
Thu, 17 Jul 2008 21:15:57 +0000 rubidium (svn r13720) -Fix (r13715): string wasn't correctly passed to draw function.
Thu, 17 Jul 2008 20:13:01 +0000 rubidium (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
Thu, 17 Jul 2008 16:38:26 +0000 rubidium (svn r13718) -Fix: possible desync on the autorenew settings 20+ game years (i.e. 4.5+ hours) after a company was started.
Thu, 17 Jul 2008 15:16:11 +0000 rubidium (svn r13717) -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.
Thu, 17 Jul 2008 15:14:42 +0000 rubidium (svn r13716) -Fix [FS#2144]: any player could construct new companies.
Thu, 17 Jul 2008 13:47:04 +0000 rubidium (svn r13715) -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.
Thu, 17 Jul 2008 12:02:09 +0000 rubidium (svn r13714) -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.
Thu, 17 Jul 2008 11:47:57 +0000 rubidium (svn r13713) -Fix: possible crash on creating a network packet.
Thu, 17 Jul 2008 11:19:20 +0000 rubidium (svn r13712) -Fix: enforce the length restrictions of company and president name in the commands too.
Tue, 15 Jul 2008 23:27:28 +0000 miham (svn r13707) -Update: WebTranslator2 update to 2008-07-16 01:21:36
Tue, 15 Jul 2008 17:13:50 +0000 frosch (svn r13706) -Fix (r13695): Small typo.
Tue, 15 Jul 2008 00:34:34 +0000 belugas (svn r13705) -Codechange: Define and use BridgePieces enum, which will remove a few more magic numbers
Mon, 14 Jul 2008 21:01:49 +0000 rubidium (svn r13704) -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.
Mon, 14 Jul 2008 20:36:21 +0000 rubidium (svn r13703) -Update: the other language files due to a few changed strings in r13702.
Mon, 14 Jul 2008 20:18:06 +0000 rubidium (svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.
Mon, 14 Jul 2008 20:04:54 +0000 glx (svn r13701) -Codechange: add some more info in crash.log
Mon, 14 Jul 2008 18:22:15 +0000 rubidium (svn r13700) -Fix: possible buffer overflow in string truncation code.
Mon, 14 Jul 2008 17:31:41 +0000 rubidium (svn r13699) -Fix: handle SETX(Y) properly when truncating a string instead of ignoring it and returning a too long string.
Sun, 13 Jul 2008 19:44:05 +0000 frosch (svn r13698) -Fix (r13697): MorphOS compilation.
Sun, 13 Jul 2008 16:09:00 +0000 frosch (svn r13697) -Feature: Add some support for symbolic links in .tar files.
Sun, 13 Jul 2008 02:43:46 +0000 belugas (svn r13696) -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.
Sat, 12 Jul 2008 22:30:10 +0000 rubidium (svn r13695) -Fix [FS#2120]: in some cases the (sound) mixer could overflow causing artefacts in the sound.
Sat, 12 Jul 2008 22:28:34 +0000 rubidium (svn r13694) -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.
Sat, 12 Jul 2008 14:49:43 +0000 frosch (svn r13693) -Fix (r11106, r11117): Do not rely on .tar files always ending with a block of zeros.
Sat, 12 Jul 2008 14:03:36 +0000 rubidium (svn r13692) -Fix (r13674): loading PNG sprites could very quickly fill the sprite cache.
Wed, 09 Jul 2008 20:55:47 +0000 smatz (svn r13691) -Codechange: make it easier to determine whether a command is ran in the context of autoreplace or not
Wed, 09 Jul 2008 02:18:51 +0000 belugas (svn r13683) -Codechange: privatize a function that is not used outside of the class who calls it
Tue, 08 Jul 2008 23:07:58 +0000 belugas (svn r13682) -Codechange: -Codechange: remove a now useless variable(dih).
Tue, 08 Jul 2008 15:10:23 +0000 rubidium (svn r13681) -Revert (r13678, r13677): the fixes didn't work in all cases (assertions on savegame loads).