Difference between revisions of "The Scriveners - OOP344 20113"
Line 10: | Line 10: | ||
Total 100% | Total 100% | ||
</big> | </big> | ||
+ | |||
+ | ==TEAM COMMUNICATION SECTION== | ||
+ | #There is a very minor change in the Cdialog Constructor prototype. I made the change and merged it back to trunk. | ||
+ | Please do an update before you start to work again. | ||
+ | |||
+ | I changed: | ||
+ | |||
+ | CDialog( | ||
+ | int Row = -1, int Col = -1, | ||
+ | int Width = -1, int Height = -1, | ||
+ | bool Bordered = false, | ||
+ | const char* Border=C_BORDER_CHARS, | ||
+ | CFrame *Container = (CFrame*)0 | ||
+ | ); | ||
+ | |||
+ | |||
+ | To: | ||
+ | |||
+ | CDialog( | ||
+ | CFrame *Container = (CFrame*)0, | ||
+ | int Row = -1, int Col = -1, | ||
+ | int Width = -1, int Height = -1, | ||
+ | bool Bordered = false, | ||
+ | const char* Border=C_BORDER_CHARS | ||
+ | ); | ||
+ | |||
+ | |||
== Repository == | == Repository == | ||
* Repo ID: svn://zenit.senecac.on.ca/oop344_113rep4 | * Repo ID: svn://zenit.senecac.on.ca/oop344_113rep4 |
Revision as of 18:52, 23 October 2011
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
The Scriveners - OOP344 20113
Project Marking Percentage
- due right after study break
Group work: XX% (25 <= xx <= 50) Individual work: XX% + (50 <= xx <= 75) ------------------------- Total 100%
TEAM COMMUNICATION SECTION
- There is a very minor change in the Cdialog Constructor prototype. I made the change and merged it back to trunk.
Please do an update before you start to work again.
I changed:
CDialog( int Row = -1, int Col = -1, int Width = -1, int Height = -1, bool Bordered = false, const char* Border=C_BORDER_CHARS, CFrame *Container = (CFrame*)0 );
To:
CDialog(
CFrame *Container = (CFrame*)0, int Row = -1, int Col = -1, int Width = -1, int Height = -1, bool Bordered = false, const char* Border=C_BORDER_CHARS );
Repository
Trunk Status
- Committed/Committing By: Ryan Dang committed( add mocking classes to trunk)
- ID: emailid
- Name: full name
- IRC Nick: mynick
- Other Info:
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Prasanth | Vaaheeswaran | A | pvaaheeswaran | pvaaheeswaran | prsnth | Master of None |
Michael | Valentine | A | mwvalentine | mwvalentine | Valen_ | A Grain of Sand |
Ryan | Dang | A | qtdang1 | Qtdang1 | byebyebyezzz | Ryan Dang's Blog |
Heonyee | An | A | han6 | han6 | han6 | Heonyee's Blog |
David | Gurr | A | dkgurr | dkgurr | dkgurr | Mysteries of Chessboxing |
Tasks
Task name
- task description
- being done by team member name / not assigned
- status Committed R0.1
Meetings
- latest will be on top