TheCoderPal / terasoft-summer-reunited

Automatically exported from code.google.com/p/terasoft-summer-reunited
0 stars 0 forks source link

K6 : As a user, I can do dumbbell lifts by my hand to restore my immunity. #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1 - Detect the gesture
2 - increase immunity accordingly

Original issue reported on code.google.com by khaled.osmaan on 25 Jul 2012 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by khaled.osmaan on 25 Jul 2012 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by khaled.osmaan on 2 Aug 2012 at 8:49

GoogleCodeExporter commented 9 years ago
this issue was updated by r41.
http://code.google.com/p/terasoft-summer-reunited/source/detail?r=41

Original comment by khaled.osmaan on 2 Aug 2012 at 8:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r90.

Added class DumbbellGesture which check if the user is doing the right gesture 
to play dumbbells, might still need more constraints.

Original comment by khaled.osmaan on 4 Aug 2012 at 11:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r92.

removed keyword static

Original comment by khaled.osmaan on 4 Aug 2012 at 11:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r93.

Changed constraints

Original comment by khaled.osmaan on 4 Aug 2012 at 12:02

GoogleCodeExporter commented 9 years ago
this issue was updated by r125
http://code.google.com/p/terasoft-summer-reunited/source/detail?r=125

Original comment by khaled.osmaan on 6 Aug 2012 at 9:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r138.

Added constant values which are min values between joints and min values moved 
etc to class Constants and used them from there instead

Original comment by khaled.osmaan on 7 Aug 2012 at 12:12

GoogleCodeExporter commented 9 years ago
this issue was updated by r155
http://code.google.com/p/terasoft-summer-reunited/source/detail?r=155

Original comment by khaled.osmaan on 7 Aug 2012 at 3:32

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r162.

Made the implementation relevant to other joints to avoid using constants

Original comment by khaled.osmaan on 7 Aug 2012 at 7:44

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r163.

Changed whole class implementation

Original comment by khaled.osmaan on 7 Aug 2012 at 7:59

GoogleCodeExporter commented 9 years ago
Skeleton Analyzer: 

1)if (_ReverseCoordinates) 
            { 
                degrees = CalculateReverseCoordinates(degrees); 
            } 
this is one statement,remove braces 

DumbellGestures: 

1)i see two same codes just instead of hand left you write hand Right,so why 
rewrite all these code again,have parameter to indicate if right or left 

2)Revise that implementation ,i can see nonsense code in implementation.

Original comment by hollaxy...@gmail.com on 15 Aug 2012 at 2:38