aboutsummaryrefslogtreecommitdiff
path: root/scene_test.go
AgeCommit message (Collapse)Author
2016-02-19Removed all log output except for errors.Collin Guarino
2016-02-18Implemented Bridge.Login() func that will assign Bridge.Username and create ↵Collin Guarino
the user if it does not exist. Also convered more functions to Bridge.func()
2016-02-15Implementation for Bridge.CreateSceneCollin Guarino
2016-02-14Implemented Bridge.GetScene with ID.Collin Guarino
2016-02-14Scene struct and Bridge.GetScenes func implementation.Collin Guarino
2016-02-14Started scene files.Collin Guarino