aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-147/+0
| | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
* * Apply http://opensimulator.org/mantis/view.php?id=3185idb2009-02-201-0/+1
| | | | | | * Fixes NHibernate problem where prim contents show as textures * Thanks Tommil!
* * Fixing refactoring +1 (Fixes Mantis #3113)Sean Dague2009-02-091-1/+1
| | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* fixing refactoring artefact. (fixes mantis #3113)Dr Scofield2009-02-091-1/+1
|
* Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-01-231-0/+1
| | | | | | | | | | | | | * Added Npgsql.dll and Mono.Security.dll which are NpgsqlDriver dlls. * Added missing field to schema creation scripts: PathTaperY. * Added schema creation scripts for PostgreSQL. * Added unit test classes for PostgreSQL. * Added schema creation script folder to NHibernate project in prebuild.xml * Added Npgsql.dll to NHibernate test project dependencies in prebuild.xml * Ensured that build works with both nant and Visual Studio. * Executed build unit tests with nant and NHibernate unit tests with NUnitGUI - Couple of region tests fail due to double precission float rounding errors need to sort out how these are handles in unit tests and if higher precission numeric field needs to be used in Postgresql.
* * Apply http://opensimulator.org/mantis/view.php?id=3020Justin Clarke Casey2009-01-201-32/+1
| | | | | | * Adds a grid db implementation and unit tests to the NHibernate module
* Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-01-111-2/+10
| | | | | | | | | | | | | | | Fixed all NHibernate unit tests by implementing missing persistency methods, tables, columns and fixing bugs in the existing implementation. Two minor changes to classes outside NHibernate module: Added Scene instantiation for SceneObjectGroup in OpenSim.Data.Tests.BasicRegionTest as this was required by the NHibernate persistency. In the process added also mock constructor to Scene which only populates RegionInfo in the scene which is used by ScenePart.RegionUUID. NHibernate module is still in experimental state and has not been tested at opensim region or ugaim runtime configuration. Adding unit tests to build is not yet advisable nor using NHibernate module in any production setup.
* * Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-021-26/+59
| | | | | | | | | * This patch gets NHibernate working *** PLEASE NOTE: This patch now requires the libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the System.Data.Oracle missing failure) *** * Not sure what the dependency is on other distros. Adding this info to http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds Castle.* libraries that were missing last time (note, dlls have been added from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip)
* * Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey2008-12-011-59/+26
| | | | for now.
* * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby2008-12-011-26/+59
| | | | | | | MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-26/+26
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* few additional fixed to get prim inventory up on nhibernateSean Dague2008-07-231-2/+1
|
* fix column mappingSean Dague2008-07-231-1/+1
|
* complete the prim inventory mappingSean Dague2008-07-231-0/+6
|
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-0/+17
| | | | | | are stored in the db.
* first pass at Terrain implementationSean Dague2008-07-171-1/+6
|
* Revert "git merge"Sean Dague2008-07-171-1/+20
| | | | | | This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a.
* git mergeSean Dague2008-07-171-20/+1
|
* finish NHibernate mapping for prims, and it even seems to workSean Dague2008-07-171-1/+20
|
* clean up mappings for parent idSean Dague2008-07-161-1/+2
|
* getting close on saving prims via nhibernateSean Dague2008-07-161-4/+4
|
* made SOP have a blank setter for 2 convenience properties.Sean Dague2008-07-161-4/+9
| | | | | | | Got RegionStore mapping to the point that nhibernate would start, though definitely not complete
* Revert "refactoring of PrimitiveBaseShape to properties"Sean Dague2008-07-161-5/+4
| | | | | | This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f.
* refactoring of PrimitiveBaseShape to propertiesSean Dague2008-07-161-4/+5
|
* refactoring primitive base shape to use propertiesSean Dague2008-07-161-5/+4
|
* work in progress on nhibernateSean Dague2008-07-161-2/+8
|
* changes to use NHPrim instead of SOP directlySean Dague2008-07-071-1/+2
|
* add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague2008-07-031-28/+43
| | | | | | | | | | up the sit target usage until the sit target fix patch goes in, but it should be cleaned. Get prims table mappings to the point where nhibernate likes them enough to start. Remove field from asset mapping so it will start
* playing with multicolumn mapping of vectors using a custom typeSean Dague2008-07-031-0/+62