index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Storage
/
OpenSim.DataStore.MonoSqlite
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
moving Region store for SQLite into the OpenSim.Framework.Data.SQLite
Sean Dague
2008-01-09
1
-1760
/
+0
*
make Stopped a property of the SceneObjectPart instead of in the
Sean Dague
2008-01-08
1
-12
/
+1
*
Persistent prim inventory phase 5. Restart scripts contained in persisted pr...
Justin Clarke Casey
2008-01-07
1
-1
/
+1
*
Factor out TaskInventoryItem
Justin Clarke Casey
2008-01-06
1
-9
/
+9
*
Prim inventory phase 4. Properly recover the prim folder ID from storage. S...
Justin Clarke Casey
2008-01-06
1
-4
/
+10
*
Persistent prim inventory phase 3. Now retrieving prim item data from persis...
Justin Clarke Casey
2008-01-05
1
-25
/
+67
*
Dah, don't try and commit the primitems table if we're not running with prim ...
Justin Clarke Casey
2008-01-05
1
-1
/
+37
*
Prim inventory storage phase 2. Add a prim inventory script item to sqlite e...
Justin Clarke Casey
2008-01-05
1
-6
/
+129
*
* Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ...
lbsa71
2007-12-28
1
-2
/
+2
*
* Optimized usings
lbsa71
2007-12-27
1
-143
/
+163
*
* Fixed MonoSQLite Update Table routine
Teravus Ovares
2007-12-27
1
-7
/
+21
*
* AssetServerBase: _ProcessRequest is now called GetAsset
lbsa71
2007-12-27
1
-1
/
+5
*
* Added Sit Target persistence over sim restarts for mySQL and MonoSQLite.
Teravus Ovares
2007-12-27
1
-0
/
+48
*
Prim inventory persistence phase 1: Creation of preliminary table in sqlite.
Justin Clarke Casey
2007-12-27
1
-3
/
+82
*
*on more implicit use of .ToString() on deleting shapes in MonoSqliteDataStore
Teravus Ovares
2007-12-21
1
-1
/
+1
*
Fix up other sqlite db interactions to use non-hyphenated uuid
Justin Clarke Casey
2007-12-20
1
-34
/
+34
*
Fix typo. AutionID -> AuctionID
Sean Dague
2007-12-18
1
-3
/
+3
*
*Removed Unneeded Debug I added in my last revison
mingchen
2007-12-18
1
-5
/
+1
*
*Parcels and their access lists now store over multiple sessions when the dat...
mingchen
2007-12-18
1
-2
/
+323
*
*Land has now been linked to the StorageManager. Next step is to fill in the ...
mingchen
2007-12-17
1
-4
/
+4
*
* Fixed a whole bunch of console messages.
Adam Frisby
2007-12-04
1
-2
/
+2
*
Remove unused function, one less warning
Sean Dague
2007-11-27
1
-7
/
+0
*
put in changes to only keep the last terrain revision. The current
Sean Dague
2007-11-19
1
-0
/
+14
*
hopefully resolve mantis issue #10 by locking correcty around terrain methods
Sean Dague
2007-11-19
1
-50
/
+54
*
More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...
MW
2007-11-16
1
-13
/
+0
*
*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...
lbsa71
2007-11-15
1
-7
/
+7
*
make Stopped a bit sloppier which should help address any float round off issues
Sean Dague
2007-11-15
1
-6
/
+7
*
added first attempt at storing stopped physical objects
Sean Dague
2007-11-14
1
-1
/
+17
*
clean up most of my mess on terrain. Someone on .NET please test and make
Sean Dague
2007-11-14
1
-21
/
+19
*
managed to produce and kill the same exception on mono as on .net. Hopefully
Sean Dague
2007-11-14
1
-0
/
+5
*
bury connect creation deeper down in case this is what .NET hates
Sean Dague
2007-11-14
1
-0
/
+1
*
random shot in the dark
Sean Dague
2007-11-14
1
-3
/
+4
*
remove limit stanza, see if this helps.
Sean Dague
2007-11-14
1
-1
/
+1
*
get rid of parametrized query, in case this is the .NET issue (I hope not)
Sean Dague
2007-11-14
1
-5
/
+5
*
further adventures in .NET workarounds
Sean Dague
2007-11-14
1
-1
/
+4
*
no, this probably won't work either, but I'm going to at least make sure it w...
Sean Dague
2007-11-14
1
-2
/
+2
*
more attempted voodoo around .NET
Sean Dague
2007-11-14
1
-3
/
+2
*
attempt to resolve Sqlite not working on .NET for terrain
Sean Dague
2007-11-14
1
-21
/
+24
*
working now. Needs cleanup, but I'll have to do that after the next meeting
Sean Dague
2007-11-13
1
-7
/
+16
*
some changes to reduce memory significantly by not keeping all
Sean Dague
2007-11-13
1
-24
/
+36
*
disable profuse logging messages for not saving physical
Sean Dague
2007-11-07
1
-1
/
+1
*
Thank you, Teravus for: Solution for 'after using physical prim with MonoSql...
Charles Krinke
2007-11-05
1
-3
/
+10
*
* Optimized usings
lbsa71
2007-10-30
1
-138
/
+151
*
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...
MW
2007-10-29
1
-2
/
+2
*
add locking to the terrain database calls
Sean Dague
2007-10-23
1
-28
/
+31
*
* Added "create-region" console command. Syntax: create-region <name> <region...
Adam Frisby
2007-10-23
1
-5
/
+0
*
* Removed plenty more untagged console messages. Everything now has shiny gro...
Adam Frisby
2007-10-22
1
-1
/
+9
*
* Table creation now checks if the table already exists before building it.
Adam Frisby
2007-10-22
1
-3
/
+27
*
* Temporary fix for SQLite error -- temporarily disables terrain storage.
Adam Frisby
2007-10-22
1
-2
/
+2
*
* Return of R2162. /Take that SVN!/
Adam Frisby
2007-10-22
1
-4
/
+117
[next]