aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-29Added GameStyle to export listMarc Sunet
2012-08-29Added 'up' to Spatial2Marc Sunet
2012-08-29Added rpg and plt transformers. Fixed height not being taken into accountMarc Sunet
2012-08-29Added fast, rpg and plt inversesMarc Sunet
2012-08-29Changed name of unit vectors to lowercaseMarc Sunet
2012-08-28Added Spatial2 and Spatial3; removed SpatialMarc Sunet
2012-08-28Added several functionsMarc Sunet
2012-08-28Initial game objectMarc Sunet
2012-08-28Added model boxes.Marc Sunet
2012-08-28Added DelayedMouseMarc Sunet
2012-08-28Fixed commentsMarc Sunet
2012-08-28Added Quad, Ray, Segment and UtilsMarc Sunet
2012-08-28Translated collision and collision entities to 2DMarc Sunet
2012-08-28· Moved mathematical entities in Collision to Math.Marc Sunet
2012-08-27Made Octree fields strictMarc Sunet
2012-08-27Added newDMSMarc Sunet
2012-08-27Fixed mouse state memoisationMarc Sunet
2012-08-27Exposed newKeyboardMarc Sunet
2012-08-27Added newKeyboardMarc Sunet
2012-08-27Renamed keystate to buttonstate in getMouseMarc Sunet
2012-08-27Made getMouse prettierMarc Sunet
2012-08-27Removed extra parenthesesMarc Sunet
2012-08-11OBJ loader rewritten in CMarc Sunet
2012-08-10Major rework: Model is now both C and Haskell friendlyMarc Sunet
2012-08-10Fix: animations are now freed.Marc Sunet
2012-08-09World now uses Spear.StoreMarc Sunet
2012-08-09Added withElement, setElement, and made Store a FunctorMarc Sunet
2012-08-09Added bulk updates to StoreMarc Sunet
2012-08-08Moved IDStore to Store.ID. Created generic StoreMarc Sunet
2012-08-08Hid CModel. Removed low level API. Added triangles functionMarc Sunet
2012-08-08Added Spear.Math.TriangleMarc Sunet
2012-08-08Model transformVerts and transformNormals are now two separate functionsMarc Sunet
2012-08-08removed Debug.Trace importMarc Sunet
2012-08-08Fixed whitespace to make line 39 more clearMarc Sunet
2012-08-08Added Spear.IDStoreMarc Sunet
2012-08-08fixed whitespaceMarc Sunet
2012-08-08Preceded commands with $jeannekamikaze
2012-08-07Merge branch 'master' of github.com:jeannekamikaze/SpearMarc Sunet
2012-08-07Added setVelocity, setAcceleration, and type synonyms Velocity and AccelerationMarc Sunet
2012-08-07importing Data.StateVar instead of OpenGL StateVarMarc Sunet
2012-08-07Added a features list.jeannekamikaze
2012-08-06Added physics moduleMarc Sunet
2012-08-06Initial implementationMarc Sunet
2012-08-06Added setPosMarc Sunet
2012-08-06Generalised CreateGameObject to any monadMarc Sunet
2012-08-06Tweaked collision API.Marc Sunet
2012-08-06Added KEY_SPACEMarc Sunet
2012-08-02· Changed the way game objects are created by the loader for more flexibility.Marc Sunet
2012-08-01Merge branch 'master' of github.com:jeannekamikaze/SpearMarc Sunet
2012-08-01fixed inverse transform, added orbit and lookAt functionsMarc Sunet