Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2009-10-01 | Separated checking for an error in the database library from checking | Don Pellegrino | 5 | -6/+36 |
for an error in the OpenGL library. The check_error function still checks for both however the check_error_db function can now be used to check only the database. This is used at connect time as the OpenGL library may not yet be fully initialized and running the error checking could be premature. | ||||
2009-06-17 | Create an object to centralize the connection. | Don Pellegrino | 2 | -0/+22 |