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
|
changeset |
files
|
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)
|
changeset |
files
|
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.
|
changeset |
files
|
Wed, 07 Jun 2006 21:16:43 +0000 |
KUDr |
(svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains
|
changeset |
files
|
Wed, 07 Jun 2006 19:35:21 +0000 |
tron |
(svn r5155) - Remove the bridge branch merge (revision r5070)
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 07 Jun 2006 17:04:22 +0000 |
KUDr |
(svn r5148) - Fix: [YAPF] RVs can now find depot they are currently in (thanks Darkvater)
|
changeset |
files
|
Wed, 07 Jun 2006 07:33:56 +0000 |
peter1138 |
(svn r5147) - NewGRF: Use refit capacity callback when refitting an aircraft (mart3p)
|
changeset |
files
|
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.
|
changeset |
files
|
Mon, 05 Jun 2006 18:16:41 +0000 |
tron |
(svn r5138) Two more like r5136
|
changeset |
files
|
Mon, 05 Jun 2006 18:10:43 +0000 |
tron |
(svn r5136) Fix various style bugs:
|
changeset |
files
|
Mon, 05 Jun 2006 18:00:37 +0000 |
tron |
(svn r5135) Forgotten Id tag
|
changeset |
files
|
Mon, 05 Jun 2006 16:31:29 +0000 |
tron |
(svn r5132) s/?/?/
|
changeset |
files
|
Mon, 05 Jun 2006 16:08:06 +0000 |
tron |
(svn r5131) s/STRING[1-5]/STRING/g
|
changeset |
files
|
Mon, 05 Jun 2006 15:56:59 +0000 |
miham |
(svn r5130) WebTranslator2 update to 2006-06-05 17:56:46
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 05 Jun 2006 15:29:47 +0000 |
tron |
(svn r5128) Remove the global variable _cur_ai_player
|
changeset |
files
|
Mon, 05 Jun 2006 14:54:23 +0000 |
tron |
(svn r5127) Use IsRoadVehInDepotStopped() and IsAircraftInHangarStopped()
|
changeset |
files
|
Mon, 05 Jun 2006 12:43:41 +0000 |
tron |
(svn r5124) Add IsAircraftInHangar{Stopped,}(), which supersedes CheckStoppedInHangar()
|
changeset |
files
|
Mon, 05 Jun 2006 11:28:31 +0000 |
tron |
(svn r5121) Add forgotten file in r5120
|
changeset |
files
|
Mon, 05 Jun 2006 11:28:00 +0000 |
tron |
(svn r5120) Add IsShipInDepot{Stopped,}() and remove some redundant checks
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 05 Jun 2006 10:23:18 +0000 |
tron |
(svn r5118) Add IsRoadVehInDepot{Stopped,}()
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 05 Jun 2006 08:34:39 +0000 |
tron |
(svn r5116) Move the overly generic GetDepotDirection() from a header to its only consumer
|
changeset |
files
|
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.
|
changeset |
files
|
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)
|
changeset |
files
|
Sun, 04 Jun 2006 17:38:48 +0000 |
peter1138 |
(svn r5103) - Add cargo subtype parameter to refit commands (mart3p)
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Sun, 04 Jun 2006 13:03:48 +0000 |
tron |
(svn r5096) Avoid unnecessary copying of _cmd_text
|
changeset |
files
|
Sun, 04 Jun 2006 09:31:20 +0000 |
KUDr |
(svn r5095) -CodeChange: {} added around returns
|
changeset |
files
|
Sun, 04 Jun 2006 09:28:33 +0000 |
tron |
(svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_id is enough.
|
changeset |
files
|
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)
|
changeset |
files
|
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
|
changeset |
files
|
Sun, 04 Jun 2006 09:04:40 +0000 |
tron |
(svn r5091) Remove duplicate code (same check twice)
|
changeset |
files
|
Sun, 04 Jun 2006 00:28:24 +0000 |
KUDr |
(svn r5090) -Fix: [NPF] broken by me - r4366 (thanks Tron)
|
changeset |
files
|
Sat, 03 Jun 2006 19:23:14 +0000 |
peter1138 |
(svn r5088) - Add another set of parentheses, missed in r5085, somehow... (thanks ASM)
|
changeset |
files
|
Sat, 03 Jun 2006 19:17:34 +0000 |
peter1138 |
(svn r5087) - NewGRF: Fix thinko in returning a calculated callback result
|
changeset |
files
|
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)
|
changeset |
files
|
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.
|
changeset |
files
|
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)
|
changeset |
files
|
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
|
changeset |
files
|
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)
|
changeset |
files
|
Fri, 02 Jun 2006 17:19:05 +0000 |
miham |
(svn r5078) WebTranslator2 update to 2006-06-02 19:18:56
|
changeset |
files
|
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).
|
changeset |
files
|
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.
|
changeset |
files
|
Fri, 02 Jun 2006 13:05:41 +0000 |
celestar |
(svn r5070) Merged the bridge branch
|
changeset |
files
|
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)
|
changeset |
files
|
Thu, 01 Jun 2006 21:39:35 +0000 |
KUDr |
(svn r5066) -Feature: [YAPF] Train selects the best station platform by length
|
changeset |
files
|
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)
|
changeset |
files
|
Thu, 01 Jun 2006 09:43:39 +0000 |
celestar |
(svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
|
changeset |
files
|
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)
|
changeset |
files
|
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)
|
changeset |
files
|
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.
|
changeset |
files
|
Wed, 31 May 2006 17:40:48 +0000 |
peter1138 |
(svn r5060) - NewGRF: add support for variable 7F (retrieve GRF parameter) for vehicles
|
changeset |
files
|
Wed, 31 May 2006 17:31:08 +0000 |
peter1138 |
(svn r5059) - NewGRF: store a GRFFile pointer reference for each pointer, instead of just the GRF ID.
|
changeset |
files
|
Wed, 31 May 2006 06:51:56 +0000 |
KUDr |
(svn r5057) -Fix: [YAPF] trains can't find depot for servicing (thanks Smoky555)
|
changeset |
files
|
Wed, 31 May 2006 06:43:05 +0000 |
celestar |
(svn r5055) -Fix: Correct some errors in the bridge sprite numbers
|
changeset |
files
|