Mon, 01 Dec 2008 15:33:49 +0000 nireco some stuff
Mon, 01 Dec 2008 12:14:39 +0000 nireco and once again fixed getNormal, also added vector version of getType
Mon, 01 Dec 2008 11:50:29 +0000 nireco sorted DIRECTIONS
Mon, 01 Dec 2008 10:36:05 +0000 saiam Forgon this!
Sun, 30 Nov 2008 23:45:01 +0000 saiam This version has a nasty bug in collision detection. We'll get rid of it by making the collision detection to return te point
Sun, 30 Nov 2008 23:00:26 +0000 saiam Lots of small fixe. Moved drawing PhysicsObjects away from Graphics.cc.
Sun, 30 Nov 2008 19:20:11 +0000 saiam Updated getNormal
Sun, 30 Nov 2008 17:22:57 +0000 saiam Now getNormal might work a little better
Sun, 30 Nov 2008 17:13:16 +0000 saiam Now it uses Terrain class, but it isn't properly integrated to the infrastructure.
Sun, 30 Nov 2008 15:24:33 +0000 saiam Now the terrain class is basicly ready to be put in action. Not tested :)
Sun, 30 Nov 2008 15:15:17 +0000 saiam Not sure if this is the right way. But a lot simpler it is.
Sun, 30 Nov 2008 14:58:48 +0000 saiam Unnecessary bloat removed from Terrain.hh
Sun, 30 Nov 2008 14:17:57 +0000 saiam Updated header Terrain.hh
Sun, 30 Nov 2008 14:01:06 +0000 saiam Terrain::getTangent and Terrain::getNormal must be implemented. Everything else should be there. Still: Not tested, not
Sun, 30 Nov 2008 13:52:48 +0000 saiam Removed unnessessary bloat and added terrain scale
Sun, 30 Nov 2008 13:31:32 +0000 saiam Added Terrain::generateTerrain, basicly a straight copy from the old one.
Sun, 30 Nov 2008 13:17:37 +0000 saiam Fixed some obvious bugs.
Sun, 30 Nov 2008 12:58:10 +0000 saiam Implementend Terrain::collides for line. It still hasn't a way to return collision point. Has not been tested.
Sun, 30 Nov 2008 00:36:24 +0000 saiam Added some notes
Sun, 30 Nov 2008 00:28:12 +0000 saiam Toteutin viel? yhen funktion Terrainiin. Jos joku ehtii huomenna ennen mua toteuttamaan loputkin (l?hinn? noi collidet)
Sun, 30 Nov 2008 00:23:44 +0000 saiam Nyt kaivaminen visualisoidaan oikein, mutta fysiikkakoodi on kyll? edelleen ihan kauheata, pit?isi tuo Terrain v??nt??
Sat, 29 Nov 2008 23:43:47 +0000 saiam Drafted somekind of Terrain class. Still unfinished and not uses.
Sat, 29 Nov 2008 20:59:50 +0000 saiam Moved constants to one header Config.hh, we probably should use somekind of resourcemanager. But do we have time for that? :)
Sat, 29 Nov 2008 17:59:49 +0000 saiam Physics.hh rewrite. Documenting and suggesting changes.
Sat, 29 Nov 2008 17:37:51 +0000 saiam Moved unnecessarily protected function to private
Sat, 29 Nov 2008 17:29:53 +0000 saiam Made unnecessarily virtual function PhysicsObject::applyForce nonvirtual
Sat, 29 Nov 2008 17:24:50 +0000 saiam Changed some variables that were protected to private from PhysicsObject
Sat, 29 Nov 2008 16:54:21 +0000 saiam Poistin PhysicsWorld:collided funktion koska sit? ei k?ytetty mis??n enk? kyennyt ymm?rt?m??n mit? sen olisi pit?nyt tehd? tai
Sat, 29 Nov 2008 16:12:25 +0000 saiam New Vector.hh with some more documentation and unary operator for * defined. Also modified operators +=, -=, *= and /= to use
Fri, 28 Nov 2008 22:40:11 +0000 saiam More documentation