aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-14Start of Inventory service, currently only (partially) functional in ↵MW5-21/+499
standalone mode and using sqlite). In standalone mode, if you have account authenticate turned on (setting in opensim.ini) then when you create a new account, a set of inventory is created for that account and stored in database (currently only a set of empty folders). Then during login the database is search for that set and sent to the client in the login response. More functions will be added soon, like creating new folders (and a bit later items) from the client inventory window.
2007-08-13oops , guess I should include the new files next time MW1-0/+281
2007-08-13Separated Login Service from usermanager, which helps to clean up the code a ↵MW1-242/+16
bit and also should help to integrate the inventory server (when it is wrote/finished).
2007-08-13Some work to prepare for inventory server.MW1-21/+31
2007-08-13Deleted some unused code.MW1-17/+0
2007-08-12Hopefully fixes userprofiles.yap problem on startup. (thanks Adam!)Brian McBee1-4/+3
2007-08-11Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so ↵MW1-0/+1
that we can tell what prims belong to the same SceneObjectGroup. If sdague has a different method in mind when he gets back then he can change it then.
2007-08-11A attempt to fix the user manager db4o crash bug (where you have to delete ↵MW1-1/+4
userprofiles.yap to get opensim to start)
2007-08-10Few small fixesMW2-6/+6
2007-08-10Some cleaning up and removed a few old files no longer in use.MW4-111/+73
Temporary have had to rename the OpenSim.DataStore.MonoSqlite project to OpenSim.DataStore.MonoSqlite1, as I'm not sure what was done to stop the old project name being included in the VS2005 solution. Also some config changes: OpenSim now has a INI (OpenSim.ini) file that it will read some config settings from (if the ini file exists). Added Mono.Data.SqliteClient.dll so that we can use the same code for sqlite on Windows and mono/linux. (from what I can tell Mono class libraries have a MIT license so there should be no problems with us including this dll). So now to get the basic prim storage working , you need to first create the sqlite database file from the sqlite3-prims.sql in share directory. Then in the OpenSim.ini file, change the storage_plugin so it points to OpenSim.DataStore.MonoSqlite1.dll (storage_plugin = OpenSim.DataStore.MonoSqlite1.dll). Then in your region.xml files change the DataStore value so it is the name of your database file (at the moment you need a different sqlite3 database file for each region).
2007-08-09Start of replacing the old SceneObject/Primitive classes with the new versions.MW1-1/+1
PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon.
2007-08-09Making sure my local working copy is in sync with svn before I start the job ↵MW4-8/+10
of enabling the new SceneObject classes.
2007-08-08Fixed the asset download problem I think, solution might not be ideal but ↵MW1-12/+9
works for now.
2007-08-08Hopefully improved texture downloading (including the speed at which they ↵MW1-35/+83
download), but still a few problems, it seems that the client has a quite short timeout for receiving a texture and if the whole texture isn't sent within this time, the client will request the texture again, With quite small textures this is fine, but it seems that with larger textures we can't send them fast enough and a infinite loop develops where the client keeps requesting a texture and we keep trying to send it, but are never fast enough. So I've for now put code in that so that the server will try to send a texture only once and then after that will ignore future requests from that client for that texture.
2007-08-08Added checks to the last commit to make sure the xml files exist before it ↵MW1-2/+5
tries to load them.
2007-08-08The startup set of assets in the local asset server can now be set from a ↵MW1-3/+42
xml file (OpenSimAssetSet.xml). (remember to make changes to the set, you will also need to delete the old asset .yap file, so that it is recreated). Also the set of items in the OpenSim inventory Library can also now be set from a xml file (OpenSimLibrary.xml).
2007-08-08* Got SimpleApp working againlbsa711-41/+49
* Minor shape koncept experiments
2007-08-08CAPS should now be working in standalone mode. Texture uploads will work ↵Brian McBee1-6/+12
even after you cross a region boundary.
2007-08-08Whoops! left this out. second part of r1541Brian McBee1-3/+4
2007-08-07a couple of changes in the new Sceneobject classes, just committing so ↵MW2-3/+2
things are kept in sync.
2007-08-06* yet another mini-shape-commitlbsa711-0/+21
2007-08-06* commands are done foreach instead of by [i]lbsa711-1/+1
* fixed 'show users' format bug.
2007-08-06* Now we have boxes. Yay!lbsa713-9/+5
* Removed unused SendPrimitiveToClient that didn't have rot.
2007-08-06* SimpleApp works again:lbsa712-27/+32
* NetworkServersInfo settable without config file * DefaultHomeLoc throws if getted before setted * Removed nonsensical sandbox distinction * Refactored default config file creation * Some more small refactorings on shapes
2007-08-03* a very small first step with shape wrapperslbsa711-37/+26
2007-08-03Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee5-3/+48
configdir, datadir.
2007-08-03More work on the AllNewSceneObject* classes.MW1-2/+0
2007-08-03*Estate settings are now saved in their own configuration file called ↵mingchen3-46/+685
estate_settings.xml using the configuration system.
2007-08-01Commiting whitespace changes, as this used hard tabs instead of theSean Dague1-15/+9
4 spaces found everywhere else.
2007-08-01factor out the common DeriveColor function just for good house keepingSean Dague1-25/+18
2007-08-01Assume White as a console color just means "default", and don't use it.Sean Dague1-1/+3
This helps reduce confusion for linux people that have white background terminals.
2007-08-01* Workaround for Mono not correctly implementing the OperatingSystemVersion ↵Adam Frisby1-2/+1
class.
2007-08-01few small changes.MW2-0/+2
Updated libsl to latest version.
2007-08-01Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 ↵MW5-9/+17
/Part2). Updated the JavaVM to a later version I did (basically some clean up and a little bit more functional). Added SendLoadURL method to IClientAPI.
2007-07-31remove Adam's work around, this shouldn't be needed any moreSean Dague1-1/+1
2007-07-31clear userAgent state on client shutdown, which fixes the issueSean Dague6-11/+76
where you could only login once with a given id in standalone mode.
2007-07-30* Added GetLocalHost() to UtilAdam Frisby2-1/+28
* ExternalHostName supports "SYSTEMIP" again.
2007-07-30mass update of files to have native line endingsSean Dague27-2148/+2148
2007-07-30added OnDisconnectUser event to required classesSean Dague2-145/+148
2007-07-29* Fixed an issue whereby DB4o was loading agents incorrectly (multiple ↵Adam Frisby1-1/+1
logins should now work properly), done a temporary fix, but agents need to be stored seperately from userprofiles in DB4o.
2007-07-29Deleting objects should now work. But beware they aren't send to your trash ↵MW3-2/+3
folder or anything so there is at the moment no way to recover deleted objects.
2007-07-29Commit 1/2Adam Frisby3-5/+5
* DB4o no longer crashes the sim on Startup * DB4o now crashes the sim on shutdown. * Variety of console verbosity fixes.
2007-07-29* Added new compatibility functions to UtilAdam Frisby1-0/+55
* IsEnvironmentSupported() - returns whether the platform is supported, if not, an error message is specified (at the moment restricts 95/98/ME, Systems that lack HTTPD.SYS and versions of the .NET framework prior to 2.0) * GetFileName() - returns a system valid filename, on windows this places data in the Application Data directory, on UNIX, the folder in which the application is calling from.
2007-07-28You should now see the correct Avatar for other users, including their ↵MW3-1/+3
clothes, although their still seems to be a few problems with the clothes, in that sometimes other avatar's default clothes are white. At last, removed the need for the avatar-texture.dat file. (Please never come back).
2007-07-27Should now have version 0.1 of our new ruth default avatar. At the moment, ↵MW6-23/+63
you only see your own avatar correctly, all other user's avatars show up as the old ruth. This will be fixed soon. We also need better clothing for the new ruth and to edit the body shape. To get this working you will need to delete your asset yap file and also in grid mode the user server needs to be updated.
2007-07-27A few changes so that the number of warnings is less but without deleting ↵MW4-4/+5
everything. Like, I removed the Obsolete from the old caps method as at this time not all caps calls can use the new Caps stream method as it doesn't properly deal with LLSD Arrays. Now down to 3 warnings on the events in IClientAPI and for now I think we have to live with them as I think most of those events will be used.
2007-07-26More work on inventory and opensim library.MW7-348/+536
Fixed a number of bugs in the AssetCache related to asset downloading.
2007-07-26* Started renaming world to Scenelbsa712-2/+2
* Update and UpdateMovement now first stores array to avoid collection update exceptions * Ignored some bins
2007-07-25Added the default shape to the OpenSim library. Now need to get the new ruth ↵MW3-12/+48
into asset format and add that.
2007-07-25Start of the OpenSim library , for now only contains a few textures. MW12-1302/+1506