Monday, January 24, 2011

24 January 2011

Continued from last Friday's work. I first worked on the downloading of models loaded by the server if the model cannot be found in the client's directory. When I completed this, I met some problems with the SVN. I wasn't allowed to do a commit and was told that there were some conflicts, even though there were none. Even the "Resolved" button is disabled. It was probably because I resolved the conflicts on Friday, but did not click on the "Resolved" button - cannot confirm that this is the case though. Spent some time trying to checkout and whole new copy and add in whatever I have done to that copy.

After that, I went on to work on the sending of node transformations from the server to the client and vice versa. At first I tried sending the ModelTransformation object over in a dictionary, and apparently the NSKeyArchiver is unable to encode this class. Hence, I had to retrieve the values one by one and put them into NSNumbers or NSStrings. Once that was done, I just had to get the logic proper for setting of the transformations.

Left a little note in Zac's notebook to update him on what I have done, since he's not here today. He's got this NS diver's vocational assessment going on.

No comments:

Post a Comment