| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
| |
* Added dump_assets_to_file option to enable asset dumping for debug
* normalized some namespaces
* InventoryFolder renamed to InventoryFolderImpl to
|
|
|
|
|
| |
Run this on a major grid, and weep
|
|
|
|
|
|
| |
which cleans up the verbose logic
|
|
|
|
|
|
| |
* There is now a AssetServerBase
* lolcat in ur assets
|
| |
|
|
|
|
| |
consolidated port number defaults. Thankx Chillken!
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
* Ignored binaries
|
|
|
|
| |
configdir, datadir.
|
|
|
|
|
|
|
| |
* DB4o no longer crashes the sim on Startup
* DB4o now crashes the sim on shutdown.
* Variety of console verbosity fixes.
|
|
|
|
| |
modules (eg "client", "grid", "terrain", "storage", etc)
|
|
|
|
|
|
| |
*Made it possible to load a configuration interface by DLL
*Deleted the 1024 config files until they are updated
|
| |
|
| |
|
|
|
|
| |
"regionassets.yap", asset server assets are now in "gridassets.yap"
|
|
|
|
| |
should make sure the wiki is updated.
|
|
|
|
|
|
|
|
|
| |
* Removed legacy REST handling
* Created two custom IStreamHandlers for asset up/download
* Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage.
* Introduced BaseStreamHandler with GetParam() and some other goodies
|
|
|
|
|
| |
* added some licensing info
|
|
|
|
|
|
|
| |
* Hid NullPhysicsScene for great justice
* Fixed broken Grid build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
*Added support for getting user profile information from remote grid server (untested)
*Updated prebuild.xml
|
| |
|
|
|
|
| |
prebuild.xml though
|
|
|
|
|
|
| |
*Removed .user, .suo, and unneccessary files in /bin/Physics/
*OpenSim.sln should compile with nant and on windows now
|
|
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.
|