소스 검색

Trying to document some states.

Steve Thielemann 3 년 전
부모
커밋
880afa26aa
1개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 9 9
      dispatchers.cpp

+ 9 - 9
dispatchers.cpp

@@ -431,6 +431,13 @@ void MoveDispatch::activate(void) {
     return;
     return;
   }
   }
 
 
+  /*
+  1 = Issue "I"
+  2 = Density Scan
+  3 = Move
+  4 = Autopilot
+  5 = Density Scan
+  */
   // Start with density scan -- unless express
   // Start with density scan -- unless express
   warp_lane.clear();
   warp_lane.clear();
   warp_pos = 0;
   warp_pos = 0;
@@ -712,15 +719,8 @@ void TraderDispatch::activate(void) {
   }
   }
 
 
   /*
   /*
-  auto ttr = director.galaxy.trade_type_info(port0_type, port1_type);
-  trades = ttr.trades;
-  */
-
-  /*
-  if (trades.foe[0] && trades.foe[1] && trades.foe[2]) {
-    // it has all three -- use the last 2.
-    trades.foe[0] = false;
-  }
+  1 = Info
+  
   */
   */
 
 
   // Ok, what do we do first here?
   // Ok, what do we do first here?