| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
added a serverside_object_permissions = false entry (set to true to enable permission checking on prim editing etc).
set the default for standalone account authentication to be turned on (so we don't get lots of people asking why inventory doesn't work). Just remember to use "create user" to create the accounts.
|
| |
|
| |
|
|
|
|
|
| |
Changed "ObjectID" in ScriptEngine to IScriptHost reference. Events will now be queued based on IScriptHost reference instead of string ID of object. Removed "root" object reference in script.
|
| |
|
| |
|
|
|
|
|
|
| |
Updated DotSets.dll and Mono.PEToolkit.dll
Started on microthreading - currently display exception during startup
|
| |
|
| |
|
|
|
|
| |
will present myself on a deepgrid region for public flogging.
|
|
|
|
|
| |
*By default, it is set to startup_commands.txt. Simply add a list of commands separated by a new line to be run or change the file by changing the path of a startup commands file in OpenSim.ini
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
now works, but llSay only outputs to server console.
|
| |
|
| |
|
|
|
|
| |
can now be set from the .INI file for standalone mode (change the standalone_welcome = "Welcome to OpenSim" line).
|
|
|
|
|
|
| |
* Renamed project back to base.
|
|
|
|
| |
change "standalone_authenticate = false" to be true in OpenSim.ini. Then as per grid mode, you can use the "create user" command to create new accounts.
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
will work on older processors
|
|
|
|
| |
into our libsecondlife.dll
|
|
|
|
|
| |
* Ignored binaries
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
"OpenSim.DataStore.MonoSqlite"
|
| |
|
|
|
|
|
|
| |
linux environments.
|
| |
|
|
|
|
| |
likely at some point want to look into converting opensim to use this instead of the old Xml-rpc library.
|
|
|
|
|
| |
Updated libsl to latest version.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Fixed a number of bugs in the AssetCache related to asset downloading.
|
|
|
|
| |
into asset format and add that.
|
|
|
|
|
| |
* Added libTerrain to BasicTerrain directly as a subfolder
|
| |
|
| |
|
| |
|
|
|
|
| |
default yet, needs some code from Zircon ported to Sugilite first)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
haven't added the project to prebuild.xml yet.
Also might have messed up some of the SVN properties on some of the folders, so if the cleaning lady has to come in again, I just hope she doesn't moan.
|
| |
|
|
|
|
|
|
|
|
| |
branch, so when they have a trunk version that is 1.18 ready, best to update again).
Started some work on a userProfile/inventory cache.
|
| |
|
|
|
|
| |
time we need to do this to support newer clients.
|
| |
|
| |
|
| |
|