| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be).
* Fixed some of the problems with crossing regions when flying: you should no longer sink to ground level when crossing (should keep roughly your right height). Should no longer sometimes get sent back to the centre of the current region when attempting to border cross. But instead sometimes you will find you avatar stop at the edge of region and you will need to start moving again to retry the crossing (which should then work). This code is partly based on Babblefrog's issue #212 patch. [I think I have some ideas of how to solve the stopping at edges problem, just want to get the inventory code done first]
* Capabilities code has now been moved to the OpenSim.Framework.Communications project as some of the caps code will be tightly tied to inventory/asset handling and it was causing a two way reference problem when it was in its own project/dll.
This is a Big commit as I was going to keep my inventory work local until I had it in a working state, in case it brakes anything, but its getting harder to keep in sync with svn.
|
|
|
|
| |
for the userserver and gridserver.
|
|
|
|
| |
ConfigurationMember
|
|
|
|
|
| |
* Added LineInfo stacktrace parser to LogBase (not used yet though)
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
thus forcing the user to re-enter the data
*Added TYPE_STRING_NOT_EMPTY that requires some sort of text to be entered
*Added another parameter to addConfigurationOption called use_default_no_prompt that will not ask via the console a configuration option; it will use whatever is in the config file. If nothing is in the config file for that option, it will force itself to use default
|
|
|
|
| |
the console to send alerts use : alert general <message> , for a instance wide message , or use alert firstname secondname <message> to send a alert to one user. (TODO: add region wide messages).
|
|
|
|
|
| |
* Dropped old ILocalStorage storage engines.
|
|
|
|
|
| |
*Should compile now!
|
|
|
|
|
|
|
|
| |
original system in place
*View RegionInfo.cs for an example on how it works!
*This hopefully copies all the files over, but who knows :)
|
|
|
|
| |
methods we use. Favours IPv4 addresses before IPv6 addresses to work around the Vista preference issue.
|
|
|
|
| |
prim, just create a new libsecondlife.Primitive.ParticleSystem() and then call AddNewParticleSystem() on the OpenSim particle : we really need to rename our particle class to stop conflict with the one in libsl.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Added Some ShapeTypes (shapes doesn't work though!)
* Fixed some \0 issues
|
| |
|
|
|
|
|
| |
* Still has some weird bug in SimpleApp though.
|
| |
|
|
|
|
|
| |
*Added missing files (I hope)
|
| |
|
| |
|
|
|
|
|
| |
*Added "RemoveEntity" and renamed "AddNewEntity" to "AddEntity"
|
|
|
|
|
|
| |
*Added support for selected prims (does not yet support prims being sat on)
*Added support for listing avatars with prims on parcel with their prim count
|
|
|
|
| |
simpleApp), to try out a basic test npc character(/class).
|
|
|
|
|
|
|
| |
selected Objects
*Known bug, client does some weird "showing" when more than 255 objects are meant to be selected (linked objects count as one object)
|
|
|
|
|
| |
* Missed an item using the old local storage.
|
| |
|
| |
|
|
|
|
|
|
| |
**No restrictions yet in place, or total prim count
|
|
|
|
|
|
|
| |
Done some work on lbsa71's simpleApp(hope he doesn't mind):
now have the avatar showing up and the terrain and his pulsating box (well except its not a box, as there seems to be something wrong with our PrimitiveBaseShape..DefaultBox() settings).
Also noticed a few other problems that I had to work around, so these need looking into.
|
|
|
|
|
|
|
| |
*ParcelManager's resetSimParcels does not set any default values.
*Updated ParcelData with correct defaults previously set in resetSimParcels
*Region overrides are now sent to viewer instead of dummy'd
|
|
|
|
|
|
| |
**Parcels within selection now join and not the two parcels selected at each corner
*Created OnSignificantClientMovement event that is triggered when an avatar moves more than 2 meters.
|
| |
|
|
|
|
| |
deeding to group, terraforming, object creation and outside scripts.
|
|
|
|
|
|
| |
* Added IRegionDataStore
* Added OnBackup event to EventManager
|
|
|
|
|
|
| |
Done some work of fixing primitive/SceneObject copying.
Set DefaultHome region to 1000,1000.
|
| |
|
|
|
|
| |
instead - w00t!
|
|
|
|
|
|
| |
* Removed unused LoginService
* Minor renames on BinaryStreamHandler
|
| |
|
|
|
|
|
| |
*Significant movement (currently set to 2 meters of movement for performance reasons, even though its speedy) and initial login now sends parcel updates
|
| |
|
|
|
|
| |
InstantMessages will no longer crash the server. But they still aren't really working correctly, you can't type replies to received messages.
|
|
|
|
| |
LLSDStreamhandler system.
|
|
|
|
|
| |
Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
|
| |
|
|
|
|
|
|
|
|
| |
instances) now works, so child agents and border crossings (and teleporting) now work.
The .net remoting is still very basic: we need security sinks added.
And we really need the OGS 2 protocol as soon as possible.
|