Sun, 30 Nov 2008 14:01:06 +0000Terrain::getTangent and Terrain::getNormal must be implemented. Everything else should be there. Still: Not tested, not
saiam [Sun, 30 Nov 2008 14:01:06 +0000] rev 145
Terrain::getTangent and Terrain::getNormal must be implemented. Everything else should be there. Still: Not tested, not
used.

Sun, 30 Nov 2008 13:52:48 +0000Removed unnessessary bloat and added terrain scale
saiam [Sun, 30 Nov 2008 13:52:48 +0000] rev 144
Removed unnessessary bloat and added terrain scale

Sun, 30 Nov 2008 13:31:32 +0000Added Terrain::generateTerrain, basicly a straight copy from the old one.
saiam [Sun, 30 Nov 2008 13:31:32 +0000] rev 143
Added Terrain::generateTerrain, basicly a straight copy from the old one.

Sun, 30 Nov 2008 13:17:37 +0000Fixed some obvious bugs.
saiam [Sun, 30 Nov 2008 13:17:37 +0000] rev 142
Fixed some obvious bugs.

Sun, 30 Nov 2008 12:58:10 +0000Implementend Terrain::collides for line. It still hasn't a way to return collision point. Has not been tested.
saiam [Sun, 30 Nov 2008 12:58:10 +0000] rev 141
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 +0000Added some notes
saiam [Sun, 30 Nov 2008 00:36:24 +0000] rev 140
Added some notes

Sun, 30 Nov 2008 00:28:12 +0000Toteutin viel? yhen funktion Terrainiin. Jos joku ehtii huomenna ennen mua toteuttamaan loputkin (l?hinn? noi collidet)
saiam [Sun, 30 Nov 2008 00:28:12 +0000] rev 139
Toteutin viel? yhen funktion Terrainiin. Jos joku ehtii huomenna ennen mua toteuttamaan loputkin (l?hinn? noi collidet)
niin saa suorittaa.

Sun, 30 Nov 2008 00:23:44 +0000Nyt kaivaminen visualisoidaan oikein, mutta fysiikkakoodi on kyll? edelleen ihan kauheata, pit?isi tuo Terrain v??nt??
saiam [Sun, 30 Nov 2008 00:23:44 +0000] rev 138
Nyt kaivaminen visualisoidaan oikein, mutta fysiikkakoodi on kyll? edelleen ihan kauheata, pit?isi tuo Terrain v??nt??
kuntoon nyt.

Sat, 29 Nov 2008 23:43:47 +0000Drafted somekind of Terrain class. Still unfinished and not uses.
saiam [Sat, 29 Nov 2008 23:43:47 +0000] rev 137
Drafted somekind of Terrain class. Still unfinished and not uses.

Sat, 29 Nov 2008 20:59:50 +0000Moved constants to one header Config.hh, we probably should use somekind of resourcemanager. But do we have time for that? :)
saiam [Sat, 29 Nov 2008 20:59:50 +0000] rev 136
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 +0000Physics.hh rewrite. Documenting and suggesting changes.
saiam [Sat, 29 Nov 2008 17:59:49 +0000] rev 135
Physics.hh rewrite. Documenting and suggesting changes.

Sat, 29 Nov 2008 17:37:51 +0000Moved unnecessarily protected function to private
saiam [Sat, 29 Nov 2008 17:37:51 +0000] rev 134
Moved unnecessarily protected function to private

Sat, 29 Nov 2008 17:29:53 +0000Made unnecessarily virtual function PhysicsObject::applyForce nonvirtual
saiam [Sat, 29 Nov 2008 17:29:53 +0000] rev 133
Made unnecessarily virtual function PhysicsObject::applyForce nonvirtual

Sat, 29 Nov 2008 17:24:50 +0000Changed some variables that were protected to private from PhysicsObject
saiam [Sat, 29 Nov 2008 17:24:50 +0000] rev 132
Changed some variables that were protected to private from PhysicsObject

Sat, 29 Nov 2008 16:54:21 +0000Poistin PhysicsWorld:collided funktion koska sit? ei k?ytetty mis??n enk? kyennyt ymm?rt?m??n mit? sen olisi pit?nyt tehd? tai
saiam [Sat, 29 Nov 2008 16:54:21 +0000] rev 131
Poistin PhysicsWorld:collided funktion koska sit? ei k?ytetty mis??n enk? kyennyt ymm?rt?m??n mit? sen olisi pit?nyt tehd? tai
miss? sit? olisi voitu k?ytt??.

Sat, 29 Nov 2008 16:12:25 +0000New Vector.hh with some more documentation and unary operator for * defined. Also modified operators +=, -=, *= and /= to use
saiam [Sat, 29 Nov 2008 16:12:25 +0000] rev 130
New Vector.hh with some more documentation and unary operator for * defined. Also modified operators +=, -=, *= and /= to use
operators +, -, * and /.

Fri, 28 Nov 2008 22:40:11 +0000More documentation
saiam [Fri, 28 Nov 2008 22:40:11 +0000] rev 129
More documentation

Fri, 28 Nov 2008 22:26:23 +0000Documenting more, cleaning variables. This code needs some serious
saiam [Fri, 28 Nov 2008 22:26:23 +0000] rev 128
Documenting more, cleaning variables. This code needs some serious
rewriting. (And we havent too many features either)

Fri, 28 Nov 2008 18:23:57 +0000added shape to Shot, shouldn't need it, but drawing might need it. Well Shot is not used anywhere at the moment
nireco [Fri, 28 Nov 2008 18:23:57 +0000] rev 127
added shape to Shot, shouldn't need it, but drawing might need it. Well Shot is not used anywhere at the moment

Fri, 28 Nov 2008 18:19:31 +0000restricted targeting down to 45 degrees
nireco [Fri, 28 Nov 2008 18:19:31 +0000] rev 126
restricted targeting down to 45 degrees

Fri, 28 Nov 2008 18:11:23 +0000added outcommented digging demonstration
nireco [Fri, 28 Nov 2008 18:11:23 +0000] rev 125
added outcommented digging demonstration

Fri, 28 Nov 2008 16:48:10 +0000fixed collision detection again, and put some needed rounding to getNormal
nireco [Fri, 28 Nov 2008 16:48:10 +0000] rev 124
fixed collision detection again, and put some needed rounding to getNormal

Fri, 28 Nov 2008 15:45:30 +0000Documenting a little bit
saiam [Fri, 28 Nov 2008 15:45:30 +0000] rev 123
Documenting a little bit

Fri, 28 Nov 2008 15:27:51 +0000No warnings anymore, but well have to think about that applyForce
saiam [Fri, 28 Nov 2008 15:27:51 +0000] rev 122
No warnings anymore, but well have to think about that applyForce

Fri, 28 Nov 2008 15:14:39 +0000Toimiskohan nyt
saiam [Fri, 28 Nov 2008 15:14:39 +0000] rev 121
Toimiskohan nyt

Fri, 28 Nov 2008 14:31:16 +0000gaah
saiam [Fri, 28 Nov 2008 14:31:16 +0000] rev 120
gaah

Fri, 28 Nov 2008 14:28:17 +0000Ok, ei t?t?.
saiam [Fri, 28 Nov 2008 14:28:17 +0000] rev 119
Ok, ei t?t?.

Fri, 28 Nov 2008 14:27:07 +0000En takaa ett? k??ntyy en?? atk-keskuksella
saiam [Fri, 28 Nov 2008 14:27:07 +0000] rev 118
En takaa ett? k??ntyy en?? atk-keskuksella

Fri, 28 Nov 2008 13:17:43 +0000digging
nireco [Fri, 28 Nov 2008 13:17:43 +0000] rev 117
digging

Fri, 28 Nov 2008 13:11:51 +0000some stuff, don't remember what
nireco [Fri, 28 Nov 2008 13:11:51 +0000] rev 116
some stuff, don't remember what