[HOME] news about aero the java port work in progress screenshots
News:
| 2003-05-17 | Created a Designlet for Aero to have a nice view onto the program (see java port). |
| 2003-03-15 | Was setting up aero with kdevelop. Now it is possible to prepare the original source for a migration of the simulation. |
| 2003-02-01 | I need a stable coffeetronix at the moment... |
| 2003-01-31 | Reader.getFloat() changed to getDouble(), this was a bug, the calculation
should be identical now, what is better for debugging the simulation. The Collision detection works fine, but the integration process looses its results. It is because Koerper.ty is just a copy of the data in yschrit[], this has to be fixed. |
| 2003-01-30 | Rules for Translation of Comments/Classes/Methods from German to English
added! Moved the rendering (former FBB.java) to a new class Simulator.java. Moved all debug switches to Main.java. The evil bug was found. In KTest() I had to port "INach(&t, k)" as "t = INach(t, k)" ! |
| 2003-01-29 | Found the ArrayIndexOutOfBoundsException in the simulation, but another bug KTest(t=???) causes that the actual time is not increased. So the calculations don't stop in the while (t < tend)-loop. It just prints out the neverending debugging protocoll ! |
| 2003-01-28 | Cleaned up the Java code to invite other java people. |