log

age author description
Sun, 27 Aug 2006 12:09:06 +0000 miham (svn r6173) WebTranslator2 update to 2006-08-27 14:08:35 draft
Sun, 27 Aug 2006 10:49:43 +0000 Darkvater (svn r6170) -Feature: save max_companies/clients/spectators in the config file. draft
Sun, 27 Aug 2006 10:04:33 +0000 Darkvater (svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which should be draft
Sun, 27 Aug 2006 10:04:02 +0000 bjarni (svn r6168) -Code cleanup r6161: removed a newline and added a tab. Thanks TrueLight draft
Sun, 27 Aug 2006 09:55:54 +0000 bjarni (svn r6167) -Code cleanup r6161: replaced some uint16 with OrderID and (1 << 8) with SHARE_FLAG draft
Sun, 27 Aug 2006 09:50:43 +0000 KUDr (svn r6166) -Fix: [YAPF] fixes one very improbable assert when adding startup node that already exists in the open-list (thanks Panzerfather) draft
Sun, 27 Aug 2006 09:28:52 +0000 bjarni (svn r6165) -Feature: control click Goto Depot will now make the vehicle service draft
Sun, 27 Aug 2006 07:23:46 +0000 KUDr (svn r6164) -Fix [YAPF]: Road vehicles preferring bends - added yapf.road_curve_penalty setting with default value 100 (=YAPF_TILE_LENGTH) that is saved only in MP games (mart3p) draft
Sun, 27 Aug 2006 07:04:14 +0000 KUDr (svn r6163) -Codechange: distance rounded up (correction of r6162) draft
Sun, 27 Aug 2006 06:52:25 +0000 KUDr (svn r6162) -Fix: Multistop problem caused by incorrect distance returned by YapfRoadVehDistanceToTile() (by mart3p) draft
Sat, 26 Aug 2006 22:28:40 +0000 bjarni (svn r6161) -Feature: List of vehicles with the same shared orders draft
Sat, 26 Aug 2006 22:24:32 +0000 KUDr (svn r6160) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p) draft
Sat, 26 Aug 2006 21:54:04 +0000 Darkvater (svn r6159) -Fix: FindClosestTrainDepot hardly ever found a depot with NPF off due to absence of distance-normalization (Rojer) draft
Sat, 26 Aug 2006 20:54:30 +0000 Darkvater (svn r6158) -Revert r6139 as that breaks strings with cases. Thanks michi_cc draft
Sat, 26 Aug 2006 20:09:25 +0000 truelight (svn r6157) -Codechange: DeleteVehicle removes a vehicle from the pool draft
Sat, 26 Aug 2006 19:51:49 +0000 truelight (svn r6156) -Codechange: DeleteIndustry removes an industry from the pool draft
Sat, 26 Aug 2006 19:47:13 +0000 truelight (svn r6155) -Codechange: split Destroy routine from SpriteGroupPoolCleanBlock draft
Sat, 26 Aug 2006 19:40:40 +0000 truelight (svn r6154) -Cleanup: ordered the IDs that have to do with pools from the others draft
Sat, 26 Aug 2006 19:29:35 +0000 truelight (svn r6153) -Codechange: DeleteSign removes a sign from the pool draft
Sat, 26 Aug 2006 19:18:50 +0000 truelight (svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation as it reflects its function more draft
Sat, 26 Aug 2006 19:14:02 +0000 truelight (svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadStop from the pool draft
Sat, 26 Aug 2006 18:27:15 +0000 truelight (svn r6150) -Codechange: introduced and used RoadStopID where needed draft
Sat, 26 Aug 2006 18:05:05 +0000 truelight (svn r6149) -Codechange: DeleteTown removes a town from the pool draft
Sat, 26 Aug 2006 17:34:48 +0000 truelight (svn r6148) -Fix r6146: mostly it is useful to declare a variable in the function you use it (tnx Tron) draft
Sat, 26 Aug 2006 17:31:57 +0000 truelight (svn r6147) -Fix: I don't know how to write Destination :( draft
Sat, 26 Aug 2006 17:31:47 +0000 truelight (svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via an indirect (and btw the old) way draft
Sat, 26 Aug 2006 17:16:51 +0000 truelight (svn r6145) -Codechange: added OrderID to indicate Order indexes out of the pool draft
Sat, 26 Aug 2006 17:12:24 +0000 truelight (svn r6144) -Codechange: renamed OrderID to VehicleOrderID, because it had nothing to do draft
Sat, 26 Aug 2006 16:46:32 +0000 truelight (svn r6143) -Codechange: DeleteWaypoint removes a waypoint from the pool draft
Sat, 26 Aug 2006 16:34:03 +0000 truelight (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore) draft