Wed, 31 Jan 2007 09:54:35 +0000 KUDr (svn r8480) -Fix [lang]: Error caused by missing case
Wed, 31 Jan 2007 09:51:22 +0000 KUDr (svn r8479) -Fix (r8459): Silenced VC warning C4099: 'Packet' : type name first seen using 'class' now seen using 'struct'
Wed, 31 Jan 2007 09:49:02 +0000 tron (svn r8478) -Fix
Wed, 31 Jan 2007 06:25:46 +0000 tron (svn r8477) -Fix
Wed, 31 Jan 2007 05:08:07 +0000 tron (svn r8476) -Fix
Wed, 31 Jan 2007 05:01:29 +0000 tron (svn r8475) -Fix
Wed, 31 Jan 2007 04:34:56 +0000 tron (svn r8474) -Fix
Tue, 30 Jan 2007 22:00:25 +0000 peter1138 (svn r8465) -Regression (r8455): Switching from dual to single head should switch to wagon if power is zero. .Or something.
Tue, 30 Jan 2007 21:10:04 +0000 peter1138 (svn r8464) -Revert (r4322): Change back to converting to mph in the GUI code, as 1 mph == 1.6 km/h is too far out for some people.
Tue, 30 Jan 2007 18:53:10 +0000 miham (svn r8462) -Update: WebTranslator2 update to 2007-01-30 19:52:32
Tue, 30 Jan 2007 17:22:56 +0000 rubidium (svn r8461) -Feature: check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console.
Tue, 30 Jan 2007 17:19:58 +0000 bjarni (svn r8460) -Fix (r8455): the build train window put locomotives and wagons in appeantly random order
Tue, 30 Jan 2007 17:12:46 +0000 rubidium (svn r8459) -Codechange: move (Send|Recv)GRFIdentifier to NetworkSocketHandler, so it can also be used the TCP socket handler.
Tue, 30 Jan 2007 15:09:33 +0000 miham (svn r8456) -Update: WebTranslator2 update to 2007-01-30 16:08:37
Tue, 30 Jan 2007 11:53:35 +0000 belugas (svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member flags of RailVehInfo, as well as changing the code to reflect the fact that it was not a flag but rather a one value only variable. Doing so, some evaluations have been simplified.
Sun, 28 Jan 2007 21:54:40 +0000 tron (svn r8449) -Fix
Sun, 28 Jan 2007 21:53:13 +0000 Darkvater (svn r8448) -Codechange/Fix (r2993): Also update the helicopter's rotor when loading the game. This can solve crashes when a game is loaded with missing GRF's
Sun, 28 Jan 2007 20:54:30 +0000 rubidium (svn r8446) -Fix (8445): accidentally made a function that should not be abstract abstract.
Sun, 28 Jan 2007 20:47:25 +0000 rubidium (svn r8445) -Cleanup: remove some @params from comments as the parameters did not exist anymore and add comments to several variables/functions.
Sun, 28 Jan 2007 18:44:09 +0000 miham (svn r8444) -Fix: [Translations] Fixes from russian translator Quark
Sun, 28 Jan 2007 18:37:22 +0000 miham (svn r8443) -Update: WebTranslator2 update to 2007-01-28 19:36:45
Sun, 28 Jan 2007 13:07:24 +0000 rubidium (svn r8437) -Codechange: move often duplicated (in MSU) define to the udp header.
Sun, 28 Jan 2007 10:09:40 +0000 tron (svn r8436) -Fix
Sun, 28 Jan 2007 00:28:12 +0000 Darkvater (svn r8435) -Regression (r7759?): Readd aircraft.h to the project files which were added in r6644 but miracuously disappeared sometime afterwards
Sat, 27 Jan 2007 22:28:28 +0000 peter1138 (svn r8434) -Fix (r8430): Missing braces caused compilation failure for some (most?) compilers...
Sat, 27 Jan 2007 18:35:30 +0000 miham (svn r8431) -Update: WebTranslator2 update to 2007-01-27 19:34:37
Sat, 27 Jan 2007 16:45:16 +0000 tron (svn r8430) -Fix
Sat, 27 Jan 2007 12:45:55 +0000 Darkvater (svn r8429) -Codechange: Add a name for AircraftVehicleInfo subtype helicopter and remove some magic numbers related to the subtype.
Sat, 27 Jan 2007 12:29:55 +0000 Darkvater (svn r8428) -Codechange: Add proper names to aircraft subtypes instead of magic numbers and add a function IsNormalAircraft() which tells us whether the aircraft is in fact some flying device or a rotor/shadow.
Sat, 27 Jan 2007 10:58:44 +0000 tron (svn r8427) -Fix
Sat, 27 Jan 2007 10:08:08 +0000 tron (svn r8426) -Fix
Fri, 26 Jan 2007 20:51:35 +0000 tron (svn r8425) -Fix
Fri, 26 Jan 2007 20:49:40 +0000 tron (svn r8424) -Fix
Fri, 26 Jan 2007 20:39:36 +0000 tron (svn r8423) -Fix
Fri, 26 Jan 2007 20:22:34 +0000 tron (svn r8422) -Fix
Fri, 26 Jan 2007 19:30:11 +0000 Darkvater (svn r8421) -Codechange (r8420): rename STR_AVAILABLE_VEHICLES to STR_AVAILABLE_ROAD_VEHICLES for clarificaton (Tron)
Fri, 26 Jan 2007 19:24:02 +0000 Darkvater (svn r8420) -Codechange (r7418): Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock.
Fri, 26 Jan 2007 18:41:15 +0000 miham (svn r8419) -Update: WebTranslator2 update to 2007-01-26 19:40:39
Fri, 26 Jan 2007 11:38:07 +0000 KUDr (svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.
Fri, 26 Jan 2007 08:37:48 +0000 KUDr (svn r8413) -Fix [MORPHOS]: disable #define offsetof conflict on Morphos (seems that g++ 2.95 defines it anyway)
Fri, 26 Jan 2007 08:36:02 +0000 truelight (svn r8412) [MorphOS] -Fix: assert_compile(x != y) doesn't work, but assert_compile(!(x == y)) does.. don't ask me why!
Fri, 26 Jan 2007 08:27:59 +0000 truelight (svn r8411) [MorphOS] -Fix: tons of unneeded warnings in networking code, because MorphOS wants UBYTE arrays and we use char arrays. Solution is a bit hackish.
Fri, 26 Jan 2007 07:50:34 +0000 tron (svn r8410) -Fix
Fri, 26 Jan 2007 00:25:39 +0000 Darkvater (svn r8409) -Regression (r8049): When the latest news was deleted, the news queue wrapped back to the oldest item, showing all news again.
Thu, 25 Jan 2007 18:37:21 +0000 miham (svn r8404) -Update: WebTranslator2 update to 2007-01-25 19:36:44
Thu, 25 Jan 2007 11:11:43 +0000 celestar (svn r8403) -Fix (r8402): Forgot to remove an enum
Thu, 25 Jan 2007 10:06:58 +0000 celestar (svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop
Thu, 25 Jan 2007 08:58:09 +0000 celestar (svn r8401) -Codechange: Make 'IsValidRoadStop' a method of RoadStop and rename it to 'IsValid'
Thu, 25 Jan 2007 07:11:06 +0000 tron (svn r8400) -Fix
Thu, 25 Jan 2007 01:29:24 +0000 glx (svn r8399) -Fix (r8185): a new road stop was always created in CmdBuildRoadStop(), but it was not deleted if DC_EXEC flag was not set or if the station creation failed
Wed, 24 Jan 2007 21:23:35 +0000 Darkvater (svn r8398) -Cleanup: Remove WATCOM crud from strgen and map.h include from macros.h as it is no longer needed.
Wed, 24 Jan 2007 19:19:12 +0000 bjarni (svn r8397) -Codechange: [orders window] don't move the refit button to the same location as the unload button
Wed, 24 Jan 2007 18:42:14 +0000 miham (svn r8396) -Update: WebTranslator2 update to 2007-01-24 19:41:28
Wed, 24 Jan 2007 18:41:27 +0000 bjarni (svn r8395) -Cleanup: [orders window] moved the refit button two places up, so the order of the widget array fits the placement on the screen
Wed, 24 Jan 2007 18:22:31 +0000 bjarni (svn r8394) -Cleanup: added an enum with widget names to the orders window
Wed, 24 Jan 2007 18:03:36 +0000 tron (svn r8393) -Fix
Wed, 24 Jan 2007 17:58:07 +0000 tron (svn r8392) -Fix
Wed, 24 Jan 2007 15:01:20 +0000 peter1138 (svn r8391) -Codechange: Make normal/desert/rainforest detection for newgrf stations work
Wed, 24 Jan 2007 14:32:20 +0000 bjarni (svn r8390) -Codechange (r8384): Rewrote ResizeButtons()
Wed, 24 Jan 2007 07:14:09 +0000 tron (svn r8385) -Fix