Difference between revisions of "User:MattP/summer 2010 worklog august"
(→Week Two) |
|||
Line 16: | Line 16: | ||
==Week Two== | ==Week Two== | ||
==='''Monday, August 9, 2010'''=== | ==='''Monday, August 9, 2010'''=== | ||
− | |||
* Handle wall objects | * Handle wall objects | ||
+ | ==='''Tues, August 10, 2010'''=== | ||
+ | * Place wall objects on walls | ||
+ | |||
+ | * Fix errors in undo/redo caused by new SceneObject class | ||
+ | |||
+ | ==='''Wednesday, August 11, 2010'''=== | ||
+ | * Move wall object on walls | ||
+ | |||
+ | * Handle wall object wall collision | ||
+ | |||
+ | * Fix errors in collision in SceneCreator where objects collide with removed objects | ||
+ | |||
+ | ==='''Thursday, August 12, 2010'''=== | ||
+ | |||
[[category:Summer 2010 August]] | [[category:Summer 2010 August]] | ||
[[category:Matt's Work Log]] | [[category:Matt's Work Log]] |
Revision as of 09:55, 12 August 2010
Contents
Week One
Tuesday, August 3, 2010
- OBB Colision
Wednesday, August 4, 2010
- Perfected OBB collision
Thursday, July 5, 2010
- add sceneObject to scenecaster
- created object properties
Friday, August 6, 2010
- handle all the collision of objects
- handle movement of object types: wall, floor, ceiling, object
Week Two
Monday, August 9, 2010
- Handle wall objects
Tues, August 10, 2010
- Place wall objects on walls
- Fix errors in undo/redo caused by new SceneObject class
Wednesday, August 11, 2010
- Move wall object on walls
- Handle wall object wall collision
- Fix errors in collision in SceneCreator where objects collide with removed objects