fbfa3faa53Added Oversimplified.GameObjectsAtPoint() to return a list of all objects overlapping with a point, altered Oversimplified.CollisionAtPoint() to use Oversimpified.GameObjectsAtPoint() to reduce code.Robbie Antenesse2016-04-08 07:33:11 -0600
bfcb459d74Added energy consumption and display, updated Ship prefab to use the new Oversimplified.GameObject.SimpleMove() to stop if crashed.Robbie Antenesse2016-04-07 18:20:23 -0600
2c25adab8bImproved Oversimplified.GameObject.SimpleMove() by allowing the user to specify what interval of pixels they want to check for collisions instead of each and every collision.Robbie Antenesse2016-04-07 18:19:30 -0600
02e70bcf73Moved Ship Stats from the Player object to Game ManagerRobbie Antenesse2016-04-06 14:41:40 -0600
beecc22cb5Remembered the Oversimplified.GameObject.SimpleMove() function and replaced ship movement with that to help with collisions later.Robbie Antenesse2016-04-06 14:40:42 -0600
b46fcf8d0fRestructured Oversimplified.Settings for better readability in code, added preventRightClick option defaulted to true, moved Oversimplified.SetCamera() out of the Oversimplified.Settings namespace because that just makes more sense, fixed SetCamera() references accordingly.Robbie Antenesse2016-04-06 14:36:51 -0600
760bb5c9b1Improved Oversimplified.Settings.SetCamera() by setting it to pass an options object instead of parameters.Robbie Antenesse2016-04-06 12:46:36 -0600
559d37a88aSet up files for test loading, fixed misplaced semicolon in oceanTilePrefab.js, removed Title Screen for testing.Robbie Antenesse2016-04-05 17:59:10 -0600
c86cfa1a96Altered OversimplifiedJS to add new properties to GameObjects if not already in the Object (for easier instantiation).Robbie Antenesse2016-04-05 16:20:37 -0600
bed09ec643Started altering the format of objects according to previous OversimplifiedJS changes.Robbie Antenesse2016-04-05 11:39:18 -0600
9622041129Seriously altered how Rooms, PremadeObjects, GameObjects, and Animations are created. Now it uses an options object instead of optional function parameters.Robbie Antenesse2016-04-05 11:38:36 -0600
9886b403e5Updated pixelScale to OS.S, added controls for WASD and Arrows.Robbie Antenesse2016-04-04 23:37:01 -0600