summaryrefslogtreecommitdiffstats
path: root/src/HTanks.hs
AgeCommit message (Expand)Author
2011-06-26Reworked Transform as a type classMatthias Schiffer
2011-06-24Added Transformable class to simplify collision calculationMatthias Schiffer
2010-04-16Adapted to obj-model-opengl renameMatthias Schiffer
2010-04-16Added more models and render with perspective transform nowMatthias Schiffer
2010-04-14Added tank texturesMatthias Schiffer
2010-04-12Simplified texture and model loading; also use crosshair for DefaultPlayerMatthias Schiffer
2010-04-12Some improvements on coordinate calculation & player renderingMatthias Schiffer
2010-04-12Added 3D modelsMatthias Schiffer
2010-04-11Removed IO from Game monadMatthias Schiffer
2010-04-10Renamed WiimotePlayer to HWiidPlayerMatthias Schiffer
2010-04-10Added player cursorMatthias Schiffer
2010-04-08Added nunchuk supportMatthias Schiffer
2010-04-07Use system sleep functions as threadDelay sleep to long without -threadedMatthias Schiffer
2010-04-07Added Wiimote supportMatthias Schiffer
2010-03-18Hit tanks will die now.Matthias Schiffer
2010-03-18Added bullet/tank collision; reduced tick countMatthias Schiffer
2010-03-17Some optimizationsMatthias Schiffer
2010-03-15Reorganized code to add Debris classMatthias Schiffer
2010-03-09Moved parts of Main to Simulation moduleMatthias Schiffer
2010-03-09Raise number of left bullets after a bullet explodedMatthias Schiffer
2010-03-09Reflect bullets at the level borderMatthias Schiffer
2010-03-09Renamed shoot to bulletMatthias Schiffer
2010-03-09Moved source files to src directoryMatthias Schiffer