Difference between revisions of "BTP300A Team 2 A2 Weekly Log"
Line 1: | Line 1: | ||
== Team 2 == | == Team 2 == | ||
− | + | ||
− | https://bitbucket.org/mashbourne/btp300_a2/changesets | + | Git repo: https://bitbucket.org/mashbourne/btp300_a2/changesets |
+ | |||
+ | Matthew Ashbourne: initial codebase setup, maintain master branch, implement CField | ||
+ | |||
+ | Taylor Cousins: CLine | ||
+ | |||
+ | Michael LaMonaca: CButton | ||
+ | |||
+ | Danny Perrone: CLabel | ||
+ | |||
+ | |||
+ | <u>'''Weekly Log:'''</u> | ||
Oct. 2: | Oct. 2: |
Revision as of 16:04, 4 November 2012
Team 2
Git repo: https://bitbucket.org/mashbourne/btp300_a2/changesets
Matthew Ashbourne: initial codebase setup, maintain master branch, implement CField
Taylor Cousins: CLine
Michael LaMonaca: CButton
Danny Perrone: CLabel
Weekly Log:
Oct. 2:
- posted wiki Virtual_Methods_and_Inheritance
Oct. 19
- setup project skeleton in git/bitbucket
- implemented CField (matt)
Oct. 23
- implemented CLabel (danny)
Nov. 2
- team meeting over skype, setup everyone with git and their own branch
Release 1- Danny Perrone & Michael LaMonaca
All work was done evenly and using Skype screen sharing
- October 1
- Created CFrame.h all wrote up all files necessary for successful compilation
- October 2
- Wrote up all CFrame queries and finished everything except for CFrame::draw, CFrame::move, move, and CFrame::hide
- October 3-4
- Finished CFrame::draw function
- October 5
- Wrote move and hide
- October 6
- Finished CFrame::move and squashed remaining bugs