khaledosman / terasoft-12

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

2.04:As a user i must be provided with a solvable experiment #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This output of this story should allow the generated values for the 
experiment(mass of the ball, foot, hole possition,..) to be checked wether they 
create a solvable experiment. It should also modify those values, in case the 
experiment is unsolvable, to create a solvable experiment.

Original issue reported on code.google.com by q3a...@gmail.com on 13 Apr 2012 at 4:00

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

Fixed GenerateSolvable to work on the latest code updates...

Original comment by q3a...@gmail.com on 27 Apr 2012 at 6:11

GoogleCodeExporter commented 9 years ago
Not working properly. I tested cases where the ball will never reach the hole 
and the values don't get fixed. I debugged the code (although it's not my job 
bardo) and found you call a method GetVelocityAfterCollision which returns a 
vector3 (NaN,0,NaN).

Original comment by ams.sa...@gmail.com on 27 Apr 2012 at 7:26

GoogleCodeExporter commented 9 years ago
You neglected wind?

Original comment by ams.sa...@gmail.com on 27 Apr 2012 at 7:36

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

added constrains for hole position

Original comment by q3a...@gmail.com on 27 Apr 2012 at 8:03

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

Integration

handeled the wind

Original comment by q3a...@gmail.com on 27 Apr 2012 at 8:04

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

Added an else statement to fix a bug

Original comment by q3a...@gmail.com on 27 Apr 2012 at 8:10

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

Status: In Progress

Removed some print lines I was using to review the story, and forgot to remove.

Original comment by ams.sa...@gmail.com on 27 Apr 2012 at 8:30

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

Removed 2 lines that were used for testing

Original comment by q3a...@gmail.com on 27 Apr 2012 at 8:53

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

Fixed error in negativeHPosZ due to the currently used coordinate system

Original comment by q3a...@gmail.com on 27 Apr 2012 at 9:34

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

Fixed error in negativeHPosZ case

Original comment by q3a...@gmail.com on 27 Apr 2012 at 9:41

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

Fixed problem in GenerateSolvable

Original comment by q3a...@gmail.com on 27 Apr 2012 at 9:57

GoogleCodeExporter commented 9 years ago

Original comment by q3a...@gmail.com on 11 May 2012 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by q3a...@gmail.com on 12 May 2012 at 9:42

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

Integration

Added Tests for this story

Original comment by q3a...@gmail.com on 17 May 2012 at 10:15

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

Integration

Changed protection level for some classes
Fixed an error that was discovered from the tests

Original comment by q3a...@gmail.com on 17 May 2012 at 10:16

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

Changed protection level for some classes

Original comment by q3a...@gmail.com on 17 May 2012 at 10:17

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

Changed protection level for some classes

Original comment by q3a...@gmail.com on 17 May 2012 at 10:21

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

Adding the TestsLib.dll

Original comment by q3a...@gmail.com on 17 May 2012 at 10:23

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

Commented the class, causing errors

Original comment by q3a...@gmail.com on 17 May 2012 at 10:27

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

Modifying the starting screen to Mechanect.Screens.Experiment3

Original comment by q3a...@gmail.com on 17 May 2012 at 10:40

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

Editing Envioronment3 to Mechanect.Classes.Environment3 to avoid the naming 
confusion

Original comment by q3a...@gmail.com on 17 May 2012 at 10:57

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

Uncommented the class after fixing the errors

Original comment by q3a...@gmail.com on 17 May 2012 at 10:59

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

Renamed tests class

Original comment by q3a...@gmail.com on 17 May 2012 at 11:00

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

Deleted Class1.cs

Original comment by q3a...@gmail.com on 17 May 2012 at 11:09

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

Updating TestsLib.csproj

Original comment by q3a...@gmail.com on 17 May 2012 at 11:10

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

Updating Solution

Original comment by q3a...@gmail.com on 17 May 2012 at 11:10

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

Updating Solution

Original comment by q3a...@gmail.com on 17 May 2012 at 11:12

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

Removed Testing statements

Original comment by q3a...@gmail.com on 17 May 2012 at 11:39

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

Modified my tests

Original comment by q3a...@gmail.com on 18 May 2012 at 3:05

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

Updating TestsLib.csproj

Original comment by q3a...@gmail.com on 18 May 2012 at 3:06

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

Updating Mechanect.suo

Original comment by q3a...@gmail.com on 18 May 2012 at 3:06

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

Fixed a logical error that appeared after the latest code updates

Original comment by q3a...@gmail.com on 18 May 2012 at 4:07

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

Added some lines to the top of the method to be included in the IsSolvable call

Original comment by q3a...@gmail.com on 18 May 2012 at 7:19

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

Modified my code to follow C#'s conventions

Original comment by q3a...@gmail.com on 23 May 2012 at 10:32

GoogleCodeExporter commented 9 years ago
https://cacoo.com/diagrams/JPiKr6qMtGsgcK0n
https://cacoo.com/diagrams/zJUZw9zha0E4lPK9

Original comment by q3a...@gmail.com on 23 May 2012 at 6:45

GoogleCodeExporter commented 9 years ago
MY EYEESSS ! 
Use guards instead of too many if else statements. (Read zayat's mail)
Please.. make it readable :) 

Original comment by vendett...@gmail.com on 24 May 2012 at 2:28

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

Moved GenerateSolvable and IsSolvable from class Environment3 to class 
Experiment3

Original comment by q3a...@gmail.com on 24 May 2012 at 8:09

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

Called methods that had to be moved and called the method in the Experiment3 
class constructor

Original comment by q3a...@gmail.com on 24 May 2012 at 9:53

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

Fixed some errors due to code Update

Original comment by q3a...@gmail.com on 24 May 2012 at 10:12

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

used the correct velocity scale, there was a typo

Original comment by q3a...@gmail.com on 24 May 2012 at 10:37

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

Added some accessors to the class to be able to access the variables in my tests

Original comment by q3a...@gmail.com on 25 May 2012 at 12:53

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

Updating Mechanect.csproj

Original comment by q3a...@gmail.com on 25 May 2012 at 12:54

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

Updating Solution

Original comment by q3a...@gmail.com on 25 May 2012 at 12:55

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

Updating TestsLib.csproj

Original comment by q3a...@gmail.com on 25 May 2012 at 12:57

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

Fixed my already existing tests
Added new tests

Original comment by q3a...@gmail.com on 25 May 2012 at 12:57

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

Fixed compilation error in the TestsLib.csproj

Original comment by q3a...@gmail.com on 25 May 2012 at 1:11

GoogleCodeExporter commented 9 years ago
check the tests, it might help in the scenario

Original comment by q3a...@gmail.com on 25 May 2012 at 1:13

GoogleCodeExporter commented 9 years ago
scenario reviewing*

Original comment by q3a...@gmail.com on 25 May 2012 at 1:14

GoogleCodeExporter commented 9 years ago

Original comment by khaled.osmaan on 25 May 2012 at 1:53

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by q3a...@gmail.com on 25 May 2012 at 4:15