Justin Clark-Casey (justincc)
|
68a4ef5ef6
Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.
|
12 years ago |
Diva Canto
|
c617d658dd
Added creator info across the board -- TaskInventoryItems and InventoryItems themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being.
|
14 years ago |
Teravus Ovares (Dan Olivares)
|
983c6a74b1
* Add CSharpSqlite to prebuild
|
14 years ago |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
14 years ago |
Justin Clark-Casey (justincc)
|
cc67de5b86
rename SQLiteNG to SQLite and SQLite to SQLiteLegacy
|
14 years ago |
Diva Canto
|
d326a1df3f
Extraneous debug messages removed
|
14 years ago |
Diva Canto
|
dc19785672
Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim can run out-of-the-box. #WaitingForSQLite
|
14 years ago |
Diva Canto
|
6e35ddb0e9
Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in SQlite. Fixes most grief in
|
15 years ago |
Jeff Ames
|
82c888fc6c
Add copyright headers. Formatting cleanup. Fix a compiler warning.
|
15 years ago |
Kunnis
|
f6251ce810
* Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row does not exist, to match the mysql behavior. * Modified SQLite/SQLiteRegionData.cs to only persist temporary items following the same rules mysql uses. * Added another ignore to the inventory test that was missing. * Added a few more ignores to the RegionTest that the first version of my test were missing. * Added ignoring the root Folder ID, which is set by the inventory system. * Added several improvements to the PropertyCompareConstraint: Protection against infinite loops, added IComparable<T> (for UUID) and moved IComparable before the property matching. * Fixed a bug where I was saving the inside of the ignore expression instead of the outside of it.
|
15 years ago |
Sean Dague
|
96f3001bfb
mono 2.4.2 seems a little more type strict, fix some sqlite tests to pass
|
15 years ago |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
Justin Clarke Casey
|
67333d48fc
* Change UUIDs in SQLite user db to dashed format to match representations elsewhere
|
15 years ago |
Justin Clarke Casey
|
b5ba5634fb
* Migrate UUID representations in SQLite inventory store to dashed format
|
15 years ago |
Justin Clarke Casey
|
f3c7298fc5
* Make it possible to store creator strings in user inventory items as well as UUIDs
|
15 years ago |
Melanie Thielker
|
412112acba
Committing partial work on passing folders across instances. This may crash.
|
15 years ago |
Melanie Thielker
|
16a6d60a21
Make offline gives work in SQLite standalones
|
15 years ago |
Melanie Thielker
|
1121a214b9
Add a QueryItem method to the inventory subsystem. Currently implemented for
|
15 years ago |
lbsa71
|
801da4346a
* optimized usings.
|
15 years ago |
Melanie Thielker
|
1bd0721dbe
Add SQLite and the missing migrations files for last commit
|
16 years ago |
Teravus Ovares
|
16b6738cda
* Patch from JHurliman
|
16 years ago |
Homer Horwitz
|
fe9aea258f
Add persistence of active gestures. This needs an UGAIM update to work.
|
16 years ago |
Homer Horwitz
|
025441d722
Small formatting cleanup, before chi11ken notices. Me bad.
|
16 years ago |
Homer Horwitz
|
1c08f46ec3
- Add Dispose method to IRegionDataStore
|
16 years ago |
Teravus Ovares
|
7d89e12293
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
|
16 years ago |
Sean Dague
|
066715415a
getting rid of pre-Migration cruft
|
16 years ago |
Jeff Ames
|
6ef9d4da90
Formatting cleanup.
|
16 years ago |
Charles Krinke
|
54af3b4f4d
Mantis#1903. Thank you kindly, CMickeyb for a patch that:
|
16 years ago |
Mike Mazur
|
2270b25265
Thanks, sempuki, for a patch that moves all Grid Server's plugins to
|
16 years ago |
Dr Scofield
|
748f72326d
last round of warning squashing. calling it a day now.
|
16 years ago |