| Commit message (Collapse) | Author | Files | Lines |
|
manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D.
* Grid mode always returns 0 results until the Grid Communications portion is done.
|
|
* Shortened type references
* Removed redundant 'this' qualifier
|
|
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace.
Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
|
|
groups. :)
|
|
|
|
|
|
|
|
no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server.
Introduced an "IPlugin" interface, which plugins can inherit from.
|
|
|
|
|
|
of things. Reverting 2056.
|
|
|
|
* Moved InventoryData to Framework.Types/InventoryItemBase.cs
* Moved UserData to Framework.Interfaces/IUserData.cs
* Moved UserProfileData to Framework/Types/UserProfileData.cs
* Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round)
* Changed some namespaces to reflect file structure
|
|
* Killed off 'parent' relation from LocalUserServices to CommunicationsLocal
* Deleted obsolete project InventoryServiceBase
* Deleted superfluous createCol function
|
|
to break multi region environments.
|
|
class which we get for free now.
|
|
sure why these weren't implemented previously)
|
|
Tleiades patch 444 and 445.
|
|
|
|
not sure how we missed this function
|
|
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
|
|
|
|
code based on User db. Nothing hot-wired though.
|
|
the exception dalien found during crash-a-thon
|
|
|
|
this also moves commit points around a bit for debuging, though
this will change back now the MW has worked out synchronization
|
|
|
|
|
|
So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote.
Needs more testing, so if it causes problems will have to swap back to db4o.
|
|
but it will current store local and temporary assets as well.
Will fix that later.
|
|
|
|
|
|
|
|
These cause some issues with the ADO.NET mapping
|
|
however lookup isn't working
|
|
|
|
with this checkin, though it's not tested. Will do that
tommorrow.
|
|
isn't functional enough to use yet, but does compile. Should be
ready for testing in another day or so.
|
|
|
|
and add automatic generating of the inventory table
|
|
if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on).
|
|
stored in the inventory database and you will still have that texture in inventory on later logins (Again only in standalone mode with authentication.)
Also there might be some problems if you upload textures in other regions to the start one (due to us not updating the CAPS url properly).
|
|
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.
|
|
|
|
should make sure the wiki is updated.
|
|
|
|
|
|
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login
*Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
|
|
* added some licensing info
|
|
* Updated SimpleApp with various introduced dependencies
* Extracted ScenePrescence creation in Scene
* removed try-catchall from UserManagerBase (that actually hid a bug)
* Refactored RegionInfo
* handle is calculated
* it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized
* Removed superfluous 'ref' keywords
* Removed a shitload of 'catch Exception e' that causes build warnings
* Lots of small refactorings, renames et c
* Ignored some bins
|