log

age author description
Thu, 08 Jun 2006 20:12:07 +0000 bjarni (svn r5175) -Fix: [autoreplace] FS#186 autoreplaced trains can leave all wagons in depot draft
Thu, 08 Jun 2006 19:27:20 +0000 tron (svn r5173) Use map manipulation functions instead of SB() draft
Thu, 08 Jun 2006 18:31:54 +0000 tron (svn r5171) Get rid of an ungly hack in the load routine, which temporarily turned house and road tiles into void tiles to calculate the closest town draft
Thu, 08 Jun 2006 17:36:06 +0000 KUDr (svn r5170) - CodeChange: corrected name for "road_crossing_penalty" (mistake in previous commit) draft
Thu, 08 Jun 2006 17:31:03 +0000 KUDr (svn r5169) - CodeChange: [YAPF] RVs now use YAPF_TILE_LENGTH as base unit and 2 configurable settings (slope and crossing penalties) for cost calculation draft
Wed, 07 Jun 2006 21:26:57 +0000 KUDr (svn r5164) - CodeChange: [YAPF] settings of platform penalties are now saved only in network savegames (thanks glx) draft
Wed, 07 Jun 2006 21:18:08 +0000 KUDr (svn r5163) - CodeChange: [YAPF] "treat first red two-way signal as dead end" is not applied if train didn't pass choice. draft
Wed, 07 Jun 2006 21:16:43 +0000 KUDr (svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains draft
Wed, 07 Jun 2006 19:35:21 +0000 tron (svn r5155) - Remove the bridge branch merge (revision r5070) draft
Wed, 07 Jun 2006 18:41:58 +0000 KUDr (svn r5153) - Fix: [YAPF] RVs can now plan path reversing in depot or end of road draft
Wed, 07 Jun 2006 17:04:22 +0000 KUDr (svn r5148) - Fix: [YAPF] RVs can now find depot they are currently in (thanks Darkvater) draft
Wed, 07 Jun 2006 07:33:56 +0000 peter1138 (svn r5147) - NewGRF: Use refit capacity callback when refitting an aircraft (mart3p) draft
Wed, 07 Jun 2006 07:20:28 +0000 peter1138 (svn r5146) - NewGRF: Support selection of aircraft default cargo type by checking its refit mask. If aircraft can be refitted to passengers, no change happens, else the first refittable type is chosen. Also use refit capacity to determine the default capacity. draft
Mon, 05 Jun 2006 18:16:41 +0000 tron (svn r5138) Two more like r5136 draft
Mon, 05 Jun 2006 18:10:43 +0000 tron (svn r5136) Fix various style bugs: draft
Mon, 05 Jun 2006 18:00:37 +0000 tron (svn r5135) Forgotten Id tag draft
Mon, 05 Jun 2006 16:31:29 +0000 tron (svn r5132) s/?/³/ draft
Mon, 05 Jun 2006 16:08:06 +0000 tron (svn r5131) s/STRING[1-5]/STRING/g draft
Mon, 05 Jun 2006 15:56:59 +0000 miham (svn r5130) WebTranslator2 update to 2006-06-05 17:56:46 draft
Mon, 05 Jun 2006 15:47:08 +0000 tron (svn r5129) Accommodate the default AI for the new railtype: It used hard coded numbers instead of enums to calculate prices draft
Mon, 05 Jun 2006 15:29:47 +0000 tron (svn r5128) Remove the global variable _cur_ai_player draft
Mon, 05 Jun 2006 14:54:23 +0000 tron (svn r5127) Use IsRoadVehInDepotStopped() and IsAircraftInHangarStopped() draft
Mon, 05 Jun 2006 12:43:41 +0000 tron (svn r5124) Add IsAircraftInHangar{Stopped,}(), which supersedes CheckStoppedInHangar() draft
Mon, 05 Jun 2006 11:28:31 +0000 tron (svn r5121) Add forgotten file in r5120 draft
Mon, 05 Jun 2006 11:28:00 +0000 tron (svn r5120) Add IsShipInDepot{Stopped,}() and remove some redundant checks draft
Mon, 05 Jun 2006 10:26:38 +0000 tron (svn r5119) -Fix: If a road vehicle is on a road depot tile and stopped doesn't mean it's in the depot. Use the proper test for this draft
Mon, 05 Jun 2006 10:23:18 +0000 tron (svn r5118) Add IsRoadVehInDepot{Stopped,}() draft
Mon, 05 Jun 2006 09:54:58 +0000 tron (svn r5117) Remove a redundant check: If a road vehicle is in the state 'in depot', don't test if it's a road depot draft
Mon, 05 Jun 2006 08:34:39 +0000 tron (svn r5116) Move the overly generic GetDepotDirection() from a header to its only consumer draft
Sun, 04 Jun 2006 18:22:32 +0000 peter1138 (svn r5105) - NewGRF: Move callbackmask from *VehicleInfo to EngineInfo. This simplifies code that works with more than one vehicle type. draft
Sun, 04 Jun 2006 17:49:16 +0000 peter1138 (svn r5104) - When refitting a vehicle to its existing cargo type, don't lose the cargo onboard (useful when adding wagons to a train) draft
Sun, 04 Jun 2006 17:38:48 +0000 peter1138 (svn r5103) - Add cargo subtype parameter to refit commands (mart3p) draft
Sun, 04 Jun 2006 16:04:15 +0000 tron (svn r5101) Add a function to convert an axis and a flag for north/south into a DiagDirection. Use it for bridge ramps and ship depots draft
Sun, 04 Jun 2006 13:39:38 +0000 tron (svn r5098) Do some manual CSE and replace a few magic numbers to improve the readability of the trolly AI draft
Sun, 04 Jun 2006 13:22:18 +0000 tron (svn r5097) -Fix: The trolly AI used information from the wrong industry when calculating the amount of to be transported goods draft
Sun, 04 Jun 2006 13:03:48 +0000 tron (svn r5096) Avoid unnecessary copying of _cmd_text draft
Sun, 04 Jun 2006 09:31:20 +0000 KUDr (svn r5095) -CodeChange: {} added around returns draft
Sun, 04 Jun 2006 09:28:33 +0000 tron (svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_id is enough. draft
Sun, 04 Jun 2006 09:13:59 +0000 KUDr (svn r5093) -CodeChange: [YAPF] min. debug level changed from 1 to 3 and 4 for frequent debug messages (performance stats) draft
Sun, 04 Jun 2006 09:10:24 +0000 tron (svn r5092) -Fix: There was a gross race condition in the AI code which made it pretty random if the AI could give a new vehicle its orders draft
Sun, 04 Jun 2006 09:04:40 +0000 tron (svn r5091) Remove duplicate code (same check twice) draft
Sun, 04 Jun 2006 00:28:24 +0000 KUDr (svn r5090) -Fix: [NPF] broken by me - r4366 (thanks Tron) draft
Sat, 03 Jun 2006 19:23:14 +0000 peter1138 (svn r5088) - Add another set of parentheses, missed in r5085, somehow... (thanks ASM) draft
Sat, 03 Jun 2006 19:17:34 +0000 peter1138 (svn r5087) - NewGRF: Fix thinko in returning a calculated callback result draft
Sat, 03 Jun 2006 15:14:41 +0000 peter1138 (svn r5085) - Fix (FS#198): add parentheses to CHANCE16*() (and GENERAL_SPRITE_COLOR) macro parameters (thanks to ASM) draft
Sat, 03 Jun 2006 15:10:39 +0000 peter1138 (svn r5084) - Add owner attribute to canals and locks. This makes them more useful in multiplayer games, as before, anyone could delete any canal or lock tile. This doesn't affect whose ships can use whose canals or locks. draft
Sat, 03 Jun 2006 12:53:29 +0000 celestar (svn r5083) -Fix: Assert when trying to build a lock on a tile with trees. (Thanks anboni for reporting) draft
Fri, 02 Jun 2006 21:03:59 +0000 celestar (svn r5081) -Fix: Could not build bridges over crossings (but crossings under bridges were possible), noticed by WhiteRabbit draft
Fri, 02 Jun 2006 19:29:11 +0000 KUDr (svn r5080) -Fix: RVs can enter other player's depot or roadstop (introduced by YAPF related change of GetTileTrackStatus() - r4419) draft
Fri, 02 Jun 2006 17:19:05 +0000 miham (svn r5078) WebTranslator2 update to 2006-06-02 19:18:56 draft
Fri, 02 Jun 2006 16:31:35 +0000 KUDr (svn r5076) CodeChange: [YAPF] Platform selection feature related settings added into regular savegames (breaks savegame compatibility only with r5070 and 5071). draft
Fri, 02 Jun 2006 13:15:50 +0000 peter1138 (svn r5071) - Fix (FS#184): "Erroneous train reversal on waypoints". When processing the next train order, do not even consider reversing the train if the last order was to a waypoint. draft
Fri, 02 Jun 2006 13:05:41 +0000 celestar (svn r5070) Merged the bridge branch draft
Thu, 01 Jun 2006 22:20:40 +0000 KUDr (svn r5067) -Codechange: [YAPF] Platform selection feature now applies penalty per platform instead of per tile (should give better results) draft
Thu, 01 Jun 2006 21:39:35 +0000 KUDr (svn r5066) -Feature: [YAPF] Train selects the best station platform by length draft
Thu, 01 Jun 2006 21:00:59 +0000 KUDr (svn r5065) -CodeChange: [YAPF] Added PfDetectDestination(tile, trackdir) for trains (to be used by platform selection feature) draft
Thu, 01 Jun 2006 09:43:39 +0000 celestar (svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138) draft
Thu, 01 Jun 2006 09:41:35 +0000 celestar (svn r5063) -Codechange: Add a function to determine the length of a platform (request by KUDr) draft
Wed, 31 May 2006 20:08:55 +0000 KUDr (svn r5062) -Fix: town extends road beyond depot or roadstop (introduced by YAPF related change of GetTileTrackStatus() - r4419) draft
Wed, 31 May 2006 18:00:08 +0000 peter1138 (svn r5061) - NewGRF: always use visual effect callback if it is defined, not just for powered wagons. draft