Thu, 24 Jul 2008 18:29:01 +0000 peter1138 (svn r13818) -Fix [FS#2157]: Deselect currently selected NewGRF when changing GRF preset.
Thu, 24 Jul 2008 16:23:55 +0000 smatz (svn r13817) -Cleanup (r13816): no need to check for ENABLE_NETWORK, _networking is defined anyway
Thu, 24 Jul 2008 15:19:26 +0000 smatz (svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot (callback 0x11) and give a warning about that
Thu, 24 Jul 2008 08:46:34 +0000 rubidium (svn r13814) -Fix (r13810): MSVC (as usual) does stupid things. This time it is copying around a struct it created itself, causing bad things to happen if you don't explicitly set all variables to something remotely sane in the constructor.
Wed, 23 Jul 2008 21:42:55 +0000 rubidium (svn r13810) -Fix: small memory leak when tar files would be found.
Wed, 23 Jul 2008 20:42:13 +0000 rubidium (svn r13809) -Fix: memory leak each time a "new ai" got (re)started.
Wed, 23 Jul 2008 18:41:15 +0000 rubidium (svn r13807) -Fix: memory leak when loading groups.
Wed, 23 Jul 2008 18:23:12 +0000 smatz (svn r13806) -Fix [FS#2162]: checking for train waiting at other side of two-way signal was broken
Wed, 23 Jul 2008 16:58:52 +0000 skidd13 (svn r13805) -Fix(r13801): Missed a replacement
Wed, 23 Jul 2008 16:52:10 +0000 skidd13 (svn r13804) -Fix(r13801): a search after remove should help to find missed incarnations
Wed, 23 Jul 2008 16:44:04 +0000 skidd13 (svn r13803) -Fix(r13801): Copy & paste mistakes
Wed, 23 Jul 2008 15:52:53 +0000 skidd13 (svn r13802) -Fix(r13801): a few small typos
Wed, 23 Jul 2008 15:37:20 +0000 skidd13 (svn r13801) -Add: further configuration options to make packaging more union
Wed, 23 Jul 2008 15:01:50 +0000 smatz (svn r13800) -Codechange: minor comment style fixes in misc_gui.cpp
Wed, 23 Jul 2008 14:58:43 +0000 glx (svn r13799) -Fix (r13730): {RAW_STRING} should be used in english.txt only
Wed, 23 Jul 2008 13:15:54 +0000 glx (svn r13797) -Fix [FS#2160](r13715): crash when displaying save/load errors
Wed, 23 Jul 2008 13:10:08 +0000 rubidium (svn r13796) -Fix [FS#2161]: one couldn't start the last scenario in the "start server window"'s list of scenarios.
Tue, 22 Jul 2008 23:45:55 +0000 rubidium (svn r13795) -Change: do not require canals/rivers/seas to be empty when building a bridge over it as it is not required for roads and rails either.
Tue, 22 Jul 2008 23:29:08 +0000 rubidium (svn r13794) -Fix: helicopters leaving a heliport could get stuck after processing conditional orders.
Tue, 22 Jul 2008 23:11:40 +0000 skidd13 (svn r13793) -Codechange: Unify the dir checking in config.lib
Tue, 22 Jul 2008 22:44:41 +0000 skidd13 (svn r13792) -Codechange: Display current values of the options in ./configre --help instead of static strings
Tue, 22 Jul 2008 22:36:07 +0000 skidd13 (svn r13791) -Fix(r13790): Don refer to variables when their value isn't set as expected
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.