aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/DB4o (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+2
| | | | (this took a while to run).
* * Discerned between AddProfile and UpdateProfile in region registrationlbsa712008-04-111-0/+5
| | | | | :: Believe it or not, but INSERT/UPDATE is actually a better pattern than REPLACE, since, with INSERT/UPDATE you can catch erroneous UPDATES to non-INSERTed items as well as catch erroneous re-INSERTS. in 95% of the cases, you SHOULD have a clear INSERT context, and a clear and separate UPDATE context. If you think your case falls within the 5%, maybe you should re-evaluate your code. ::
* further renaming of properties for claritySean Dague2008-04-101-6/+6
|
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-102-10/+10
| | | | | | | actually a little more work than I expected given the copious use of out params.
* fix ups to include OpenSim.Framework explicit includes (theySean Dague2008-04-023-0/+3
| | | | | | | were implicitly included before). Everything builds again. Now off to testing.
* attempt to fix up all refernces to new directory structureSean Dague2008-04-024-5/+5
|
* whole lot more movingSean Dague2008-04-024-0/+687