Commit graph

231 commits

Author SHA1 Message Date
Eugene Sandulenko
09f929eb69 FULLPIPE: More debug output for pathfinding 2016-07-31 00:31:41 +03:00
Eugene Sandulenko
f6f8c31984 FULLPIPE: Hid warning under debug channel. More debug output 2016-07-28 11:27:41 +03:00
Eugene Sandulenko
6ac435099c FULLPIPE: Split all debug output by channels 2016-07-28 00:37:32 +03:00
Eugene Sandulenko
1fb5f55b70 FULLPIPE: Added more debug channels 2016-07-28 00:37:32 +03:00
Eugene Sandulenko
2d96b5f3e6 FULLPIPE: Started using debug channels 2016-07-28 00:37:32 +03:00
Eugene Sandulenko
6cb9429b12 FULLPIPE: Added temp trace output 2016-07-25 23:24:42 +03:00
Eugene Sandulenko
53c0d28dd8 FULLPIPE: Renames in MovGraph class 2016-07-25 00:11:04 +03:00
Eugene Sandulenko
27d29090d8 FULLPIPE: Clarified MovGraph::calcDistance() implementation 2016-07-24 23:59:59 +03:00
Eugene Sandulenko
2e4dd165e9 FULLPIPE: Renames in MovGraph 2016-07-23 01:01:20 +03:00
Eugene Sandulenko
46aadaa0e0 FULLPIPE: Some renames in MovGraphLink 2016-07-20 22:56:28 +03:00
Eugene Sandulenko
7526cf82f2 FULLPIPE: Plug memory leak 2016-05-15 13:07:23 +02:00
Eugene Sandulenko
120e763f71 FULLPIPE: More renames 2015-10-17 12:45:40 +02:00
Eugene Sandulenko
fc16d5eb03 FULLPIPE: More renames 2015-10-17 12:45:40 +02:00
Eugene Sandulenko
9b95f9f9c1 FULLPIPE: Rename some methods 2015-10-17 12:45:39 +02:00
Filippos Karapetis
3f119aab0e FULLPIPE: Fix a warning 2015-07-04 01:51:44 +03:00
Filippos Karapetis
361f4d4717 FULLPIPE: Remove trailing whitespace 2014-10-28 16:22:48 +02:00
Eugene Sandulenko
7d78a74156 FULLPIPE: Reduce header dependency 2014-06-27 19:07:27 +03:00
Eugene Sandulenko
96ba19099f FULLPIPE: Split out MGM code into separate file 2014-06-27 19:05:43 +03:00
Eugene Sandulenko
2a09159c2b FULLPIPE: Give better name to function 2014-06-23 15:54:28 +03:00
Eugene Sandulenko
a493355af3 FULLPIPE: MovGraph::calcMovItems: renamed variables and added some comments 2014-06-23 15:52:31 +03:00
Eugene Sandulenko
729810bbc1 FULLPIPE: Initialize variable. CID 1153659 2014-06-09 22:46:38 +03:00
Eugene Sandulenko
177735350b FULLPIPE: Initialize variable. CID 1208916 2014-06-08 15:35:55 +03:00
Eugene Sandulenko
7c017cfdb9 FULLPIPE: Implement MovGraph2::getItemSubIndexByMGM() 2014-06-07 10:13:13 +03:00
Eugene Sandulenko
8d16014292 FULLPIPE: Fix memory leak and missing results. CID 1216225 2014-06-06 15:44:17 +03:00
Eugene Sandulenko
89ab5f7f63 FULLPIPE: Add missing break. CID 1216226 2014-06-06 15:38:29 +03:00
Eugene Sandulenko
631d4cdc0a FULLPIPE: Remove extra null check. CID 1220155 2014-06-06 15:13:56 +03:00
Eugene Sandulenko
9460116df1 FULLPIPE: Fix more warnings 2014-06-05 00:43:13 +03:00
Eugene Sandulenko
38b705a238 FULLPIPE: Finish MctlLadder::doWalkTo() implementation 2014-06-04 12:24:01 +03:00
Eugene Sandulenko
61d16b6cbd FULLPIPE: More work on MctlLadder::doWalkTo() 2014-06-04 09:46:19 +03:00
Eugene Sandulenko
4e27db8841 FULLPIPE: More worj on MctlLadder::doWalkTo() 2014-06-03 16:55:07 +03:00
Eugene Sandulenko
8bdf4e38be FULLPIPE: Add missing parameter to Movement::calcSomeXY() 2014-06-02 10:36:20 +03:00
Eugene Sandulenko
8979b79ecd FULLPIPE: More work on MctlLadder::doWalkTo() 2014-06-02 10:36:20 +03:00
Eugene Sandulenko
7227d723a4 FULLPIPE: Started implmentation of MctlLadder::doWalkTo() 2014-06-01 16:49:41 +03:00
Eugene Sandulenko
913947c247 FULLPIPE: Rename class variable to avoid confusion 2014-06-01 16:49:41 +03:00
Eugene Sandulenko
aaec2e993c FULLPIPE: Implement MctlCompound::findClosestConnectionPoint() 2014-05-31 10:18:33 +03:00
Eugene Sandulenko
0a46d67bae FULLPIPE: Started MctlCompound::findClosestConnectionPoint() implementation 2014-05-30 09:26:24 +03:00
Eugene Sandulenko
e59bfb2b9f FULLPIPE: Implement MovGraph::method28() 2014-05-27 22:42:57 +03:00
Eugene Sandulenko
5cc424fe77 FULLPIPE: Fix warning 2014-05-26 20:10:45 +03:00
Eugene Sandulenko
f7269dd7dc FULLPIPE: More work on MovGraph::method28() 2014-05-26 15:36:27 +03:00
Eugene Sandulenko
403b68e84d FULLPIPE: Started MovGraph::method28() implementation 2014-05-26 09:06:44 +03:00
Eugene Sandulenko
2cc7a81846 FULLPIPE: Implement MovGraphItem::free() 2014-05-26 08:53:03 +03:00
Eugene Sandulenko
82f4e71d56 FULLPIPE: Implement MovGraph::setEnds() 2014-05-26 08:44:28 +03:00
Eugene Sandulenko
120edd9434 FULLPIPE: Finish MovGraph::sub1() implementation 2014-05-26 08:44:28 +03:00
Eugene Sandulenko
09163f5878 FULLPIPE: More work on MovGraph::sub1() 2014-05-26 08:44:28 +03:00
Eugene Sandulenko
99b376afe7 FULLPIPE: Start MovGraph::sub1() implementation 2014-05-25 09:32:50 +03:00
Eugene Sandulenko
3ca0f88e1f FULLPIPE: Fix MovGraph::calcMovItems() 2014-05-25 09:32:50 +03:00
Eugene Sandulenko
d197bb04af FULLPIPE: Simplify syntax 2014-05-24 11:17:03 +03:00
Eugene Sandulenko
46d0e8b76c FULLPIPE: Finish MovGraph::method50() implementation 2014-05-24 11:17:03 +03:00
Eugene Sandulenko
9f447e0ff4 FULLPIPE: Fix MovGraphItem structure 2014-05-24 11:17:03 +03:00
Eugene Sandulenko
c4f3f77d74 FULLPIPE: Further work on MovGraph::method50() 2014-05-24 11:17:03 +03:00