| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
* Added the child_get_tasks OpenSim.ini flag for testing the UDP packet sending code and packet throttler. This flag gets purposely disabled in grid mode. This flag also has the consequence that you can see the prim in neighboring regions without going into them. Be warned, this causes tons of dropped packets.
|
| |
|
|
|
|
| |
This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.
|
| |
|
| |
|
| |
|
|
|
|
| |
IGridServices.DeregisterRegion() method needs implementing for grid mode.
|
|
|
|
| |
cache to fix it.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
code to LoginResponse).
And as a test each user signing in will get the test account ("Mr OpenSim") as a friend (online/offline status will not currently show up)
|
|
|
|
| |
correctly
|
| |
|
|
|
|
|
|
|
|
| |
simultaneously. (queues)
* This is a temporary fix to prevent an issue with adjohn reported when attempting to login large numbers of users in a short period of time.
* A rewritten login service is on the cards.
|
|
|
|
|
|
|
| |
* AssetCache now ignores duplicate uploads
* some m_ refactoring
* ignored some bins
|
| |
|
|
|
|
| |
somewhere so its added but doesn't show up anywhere. As I can't believe I would make such a stupid mistake and not notice.
|
|
|
|
| |
standalone mode by specifying a master_avatar_uuid attribute in the place of master_avatar_xxxx_name and master_avatar_password.You will not be asked for the name and password if a valid UUID is specified.
|
|
|
|
| |
that I haven't set the post url correctly)
|
| |
|
| |
|
|
|
|
| |
fitting name. As the call shouldn't actually return the data, but just add a request for the data to be sent back via the callback.
|
|
|
|
| |
want to test to see if this fixes anything (but it could just as well break grid assets even more).
|
|
|
|
|
|
|
|
| |
added, and that that place is thread-aware.
* Refactored it to TryGetValue instead of Contains
|
|
|
|
| |
retrieval of assets from the asset server
|
| |
|
| |
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
under the MS .net Runtime, but was fine with mono.
|
|
|
|
| |
OpenSimAssetSet.xml file, weren't actually getting added to the database). This should make textures/assets work again with db4o, but still seems a problem with sqlite
|
|
|
|
|
| |
* Fixed introduced bugs in ScenePresence
|
|
|
|
| |
into modules. Have moved TextureRequest handling (from the client) to a module. But even though to start with I just did a little bit of cleaning up of the existing code, it doesn't seem to work as good as the old code so I need to spend more time on it. So for now am committing my changes but with them not in use. So for now all Texture and asset requests are still handled by the old code in AssetCache.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Added dump_assets_to_file option to enable asset dumping for debug
* normalized some namespaces
* InventoryFolder renamed to InventoryFolderImpl to
|
|
|
|
| |
assetcache did not check if an asset was temporary prior to uploading the cache to the asset server. Consequently the asset server was constantly being swamped by temporary ground textures.
|
|
|
|
|
| |
Run this on a major grid, and weep
|
| |
|
|
|
|
|
|
|
|
| |
resources from REST based web-services.
Currently it supports a barebones scheme for specifying the path of the resource and querying asynchroneously. POST method is still wacky and a good solid scheme for handling timeout still remain.
|
|
|
|
| |
tired of conflicts.
|
|
|
|
| |
groups. :)
|
| |
|
|
|
|
|
|
|
| |
the ChatModule by MW and myself. Couldn't find Adam online
after that rev went in.
|
|
|
|
|
|
|
| |
* Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first.
* Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable.
* Fixed a whole bunch of console message issues such as naming and categorisation
|
|
|
|
| |
additions to the database. (Attempting to fix bug reported by nebadon)
|
| |
|
| |
|
|
|
|
|
|
| |
* There is now a AssetServerBase
* lolcat in ur assets
|