aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-16getting close on saving prims via nhibernateSean Dague2-7/+36
2008-07-16fix RegionStore creation so that the .sql file worksSean Dague2-6/+6
2008-07-16made SOP have a blank setter for 2 convenience properties.Sean Dague2-13/+15
2008-07-16Revert "refactoring of PrimitiveBaseShape to properties"Sean Dague1-5/+4
2008-07-16refactoring of PrimitiveBaseShape to propertiesSean Dague1-4/+5
2008-07-16refactoring primitive base shape to use propertiesSean Dague1-5/+4
2008-07-16work in progress on nhibernateSean Dague2-4/+41
2008-07-15add migration for SceneGroupID to char(36) plus add an index. ThisSean Dague1-0/+9
2008-07-15added new ParentUUID property to map out from SOP.Sean Dague2-4/+66
2008-07-15killing a lonesome warning that managed to creep in...Dr Scofield1-1/+1
2008-07-14Patch #9148Melanie Thielker2-0/+14
2008-07-12* minor: comment out a couple of lines to eliminate nhibernate compile warnin...Justin Clarke Casey1-15/+15
2008-07-12Mantis#1726. Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-0/+4
2008-07-07changes to use NHPrim instead of SOP directlySean Dague1-1/+2
2008-07-07add NHPrim to subclass SOP so we can stick region uuid in there. Sean Dague2-1/+47
2008-07-07added skeleton (no function) region store componentSean Dague1-0/+268
2008-07-07change SitTarget calls from functions to propertiesSean Dague3-42/+45
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey5-34/+0
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-2/+2
2008-07-03Mantis#1661. Thank you kindly, CMickeyb for a patch that:Charles Krinke3-36/+107
2008-07-03add 3 migrations, 1 each for prims, primshapes, and primitemsSean Dague3-0/+65
2008-07-03migrate the myisam mysql regions to innodbSean Dague1-0/+12
2008-07-03add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague3-29/+159
2008-07-03playing with multicolumn mapping of vectors using a custom typeSean Dague3-1/+170
2008-07-03Update svn properties.Jeff Ames2-15/+15
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey7-22/+25
2008-07-01Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke1-1/+8
2008-06-30Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke1-0/+6
2008-06-29* Fix for http://opensimulator.org/mantis/view.php?id=1512Justin Clarke Casey2-19/+95
2008-06-29patch and files from mantis #1630, Thanks MelanieMW6-0/+288
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield16-291/+303
2008-06-27dr scofield's warning safari:Dr Scofield2-25/+25
2008-06-27somehow, I seem to have actually made appearance persistantSean Dague1-0/+2
2008-06-27added in new type for mapping texture objects to the dbSean Dague2-2/+108
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke5-6/+11
2008-06-26Apply patch from bug #1609 -- Documentation for Data/MSSQL. Thanks kerunix_F...Jeff Ames6-29/+446
2008-06-26Apply patch from bug #1606 -- Documentation for Data/Null, Data/Base. Thanks...Jeff Ames8-16/+382
2008-06-26Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames8-71/+634
2008-06-26Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru...Jeff Ames4-78/+315
2008-06-26Mantis#1595. Thank you, Melanie for a patch that:Charles Krinke3-0/+9
2008-06-26Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames7-17/+224
2008-06-25chugging away on nhibernate, more incremental processSean Dague7-41/+49
2008-06-25add migrations to mysql and sqlite for flags on embedded inventorySean Dague2-0/+10
2008-06-25lazy=true for these mappings, as we don't do full lists very oftenSean Dague6-7/+7
2008-06-25Minor formatting cleanup.Jeff Ames1-10/+15
2008-06-24based on positive feedback on performance of making keys fixed lengthSean Dague1-0/+31
2008-06-23fix typo in Inventory nhibernate mappings. nhibernate shouldSean Dague1-4/+4
2008-06-23add migration to go from varchar -> char for uuid. TestedSean Dague1-0/+9
2008-06-21* Persists region banlists across reboots for the sqlite datastore also now.Teravus Ovares2-3/+92
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares5-0/+171