Thu, 08 Feb 2007 11:04:39 +0000 truelight (svn r8628) [PSP] -Add: added configure support for the PlayStation Portable target
Wed, 07 Feb 2007 21:46:25 +0000 miham (svn r8622) -Update: WebTranslator2 update to 2007-02-07 22:44:21
Wed, 07 Feb 2007 19:10:19 +0000 bjarni (svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on
Wed, 07 Feb 2007 18:01:26 +0000 rubidium (svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros).
Wed, 07 Feb 2007 17:52:21 +0000 rubidium (svn r8619) -Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile.
Wed, 07 Feb 2007 13:46:28 +0000 tron (svn r8618) -Fix
Wed, 07 Feb 2007 08:36:53 +0000 tron (svn r8617) -Fix
Tue, 06 Feb 2007 21:31:55 +0000 miham (svn r8616) -Update: WebTranslator2 update to 2007-02-06 22:31:04
Tue, 06 Feb 2007 21:30:40 +0000 miham (svn r8615) [Translations] -Prepare: added traditional chinese to project files as well
Tue, 06 Feb 2007 21:26:54 +0000 miham (svn r8614) [Translations] -Prepare: prepare committing traditional chinese
Tue, 06 Feb 2007 19:16:38 +0000 KUDr (svn r8613) -Fix [MorphOS]: offsetof() macro undefined for MorphOS build
Tue, 06 Feb 2007 15:50:15 +0000 maedhros (svn r8612) -Fix (r117) [FS#582]: When the currently selected player in the performance
Tue, 06 Feb 2007 15:38:23 +0000 celestar (svn r8611) -Fix: Moved the aircraft speed limiting into UpdateAircraftSpeed and enummed some speed limits. This should give a more steady display in the status bar during taxiing
Tue, 06 Feb 2007 11:11:12 +0000 bjarni (svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace window
Tue, 06 Feb 2007 09:29:56 +0000 rubidium (svn r8609) -Fix: a road vehicle that is very close after another (slower) road vehicle gets its speed reset to 0 when entering a tunnel, which causes a traffic jam outside of the tunnel.
Tue, 06 Feb 2007 09:25:52 +0000 rubidium (svn r8608) -Fix: you were unable to build roads in the scenario editor when there is no town 0, even though there are other towns.
Mon, 05 Feb 2007 21:16:56 +0000 bjarni (svn r8605) -Codechange: [OSX] changed all objective C to objective C++
Mon, 05 Feb 2007 14:00:32 +0000 rubidium (svn r8593) -Fix (FS#564): bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge. Original patch by KeeperofTheSoul.
Sun, 04 Feb 2007 18:36:43 +0000 miham (svn r8588) -Update: WebTranslator2 update to 2007-02-04 19:36:03
Sun, 04 Feb 2007 13:46:21 +0000 tron (svn r8582) -Fix
Sun, 04 Feb 2007 11:33:02 +0000 KUDr (svn r8576) -Fix: wrong type given to MallocT (VC2003, UNICODE build)
Sun, 04 Feb 2007 11:31:24 +0000 rubidium (svn r8575) -Fix (8125): remove unused include
Sun, 04 Feb 2007 11:30:22 +0000 KUDr (svn r8574) -Fix: Silence VC2003 warning: "compiler limit : terminating debug information emission for enum 'StringIdEnum'"
Sun, 04 Feb 2007 11:20:24 +0000 rubidium (svn r8573) -Cleanup: obey the comment style in stdafx.h.
Sun, 04 Feb 2007 11:14:42 +0000 rubidium (svn r8572) -Fix: use the C++ version of the Standard C Library headers. This due to the fact that some stl headers will include them anyway and #undef several defines made in stdafx.h.
Sun, 04 Feb 2007 10:25:57 +0000 tron (svn r8570) -Fix
Sun, 04 Feb 2007 05:53:09 +0000 peter1138 (svn r8569) -Fix (r8464): revert properly
Sat, 03 Feb 2007 21:55:14 +0000 maedhros (svn r8567) -Feature: Allow upgrading bridges by building a new bridge over the top. (Based on a patch by gigajum)
Sat, 03 Feb 2007 21:13:34 +0000 tron (svn r8566) -Fix
Sat, 03 Feb 2007 20:15:17 +0000 tron (svn r8565) -Fix
Sat, 03 Feb 2007 20:12:06 +0000 tron (svn r8564) -Fix
Sat, 03 Feb 2007 20:11:10 +0000 tron (svn r8563) -Fix
Sat, 03 Feb 2007 18:56:42 +0000 miham (svn r8562) -Update: WebTranslator2 update to 2007-02-03 19:51:53
Sat, 03 Feb 2007 13:03:11 +0000 tron (svn r8559) -Fix
Sat, 03 Feb 2007 09:54:42 +0000 maedhros (svn r8551) -Fix (r7759): Use ${} instead of $() for variables.
Sat, 03 Feb 2007 09:05:43 +0000 tron (svn r8550) -Fix
Sat, 03 Feb 2007 08:30:22 +0000 tron (svn r8549) -Fix
Sat, 03 Feb 2007 07:54:13 +0000 tron (svn r8548) -Fix
Sat, 03 Feb 2007 07:47:00 +0000 tron (svn r8547) -Fix
Fri, 02 Feb 2007 23:16:58 +0000 rubidium (svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive booleans.
Fri, 02 Feb 2007 21:32:58 +0000 rubidium (svn r8544) -Codechange: move game list related function/struct declarations to network_gamelist.h
Fri, 02 Feb 2007 21:04:50 +0000 rubidium (svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP.
Fri, 02 Feb 2007 20:57:03 +0000 rubidium (svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.
Fri, 02 Feb 2007 20:20:56 +0000 KUDr (svn r8540) -Fix[YAPF]: Assert when buoy is placed on NE or NW map edge (Dan)
Fri, 02 Feb 2007 19:09:54 +0000 tron (svn r8539) -Fix
Fri, 02 Feb 2007 19:07:20 +0000 tron (svn r8538) -Fix
Fri, 02 Feb 2007 18:48:37 +0000 miham (svn r8537) -Update: WebTranslator2 update to 2007-02-02 19:45:42
Fri, 02 Feb 2007 16:51:10 +0000 celestar (svn r8536) -Fix (FS#577): Road Vehicles now can obtain a slot even if the station is very spread out
Fri, 02 Feb 2007 15:14:28 +0000 belugas (svn r8535) -Feature: Allow lumbermill to cut trees only when they are full grown.
Fri, 02 Feb 2007 15:04:59 +0000 celestar (svn r8534) -Feature/Codechange: Provide aircraft with vertical separation depending on their altitude and velocity
Fri, 02 Feb 2007 14:32:23 +0000 rubidium (svn r8533) -Fix: segmentation fault when the toolbar gets removed and you have selected one of the items in a submenu of the toolbar.
Fri, 02 Feb 2007 08:23:48 +0000 tron (svn r8531) -Fix
Fri, 02 Feb 2007 07:48:06 +0000 celestar (svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists.
Fri, 02 Feb 2007 06:42:55 +0000 miham (svn r8527) -Update: WebTranslator2 update to 2007-02-02 07:41:47
Fri, 02 Feb 2007 02:56:29 +0000 peter1138 (svn r8526) -Codechange: add stubs for unsupported newgrf station properties
Thu, 01 Feb 2007 23:50:15 +0000 rubidium (svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet functions of NetworkTCPSocketHandler.
Thu, 01 Feb 2007 23:39:48 +0000 Darkvater (svn r8524) -Cleanup: Ala r8509 add some enum names to the generate landscape window
Thu, 01 Feb 2007 23:26:44 +0000 rubidium (svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) functions to Packet.
Thu, 01 Feb 2007 22:54:04 +0000 Darkvater (svn r8522) -Regression (r8512): The flat/random window moved the to scenario editor did not use the right settings for generating land
Thu, 01 Feb 2007 22:30:35 +0000 rubidium (svn r8521) -Codechange: initial step in converting Packet to a class; make and use constructors and functions related to the reading/saving the packet size.