| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
** Added more realistic calculations of mass for the rest of the supported prim shapes+holes+cuts+tapers. Previously they were the generic height * width * length. Spheres roll (Angular velocity) more realistically, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch is intended to implement the following functions:
llIntegerToBase64
llBase64ToInteger
llParseStringKeepNulls
None of these functions are dependent upon state elsewhere in the SIM,
so they are appropriately self-contained. I've tested them out of
context, and from a script attached to an object in my test region.
|
|
|
|
| |
root agent is on the instance and if so, which region the avatar's root agent is in.
|
|
|
|
| |
updates (fixed)
|
|
|
|
| |
asset cache, until it can be seen if the module was the cause of some new problems that seem like they might be related to assets. I'll look into this more tomorrow.
|
|
|
|
| |
functions are no longer in AssetCache
|
|
|
|
|
|
|
|
| |
ever seen". I'm not sure I should be doing this commit, but oh well.
So anyway, it moves the Asset downloading (packet sending) to a module (AssetDownloadModule).
So now at last, AssetCache should be just dealing with fetching assets from the asset server and caching them.
|
|
|
|
|
|
|
| |
Scene.AddXmlRPCHandler being shared).
* Fixed a null ref issue in Scene.Close()
|
| |
|
| |
|
|
|
|
| |
happening due to locks in the AssetCache and Texturedownload module. Where the thread from the Asset thread would be take a lock on a list in the asset cache and then try to call the Callback into the texturedownload module and hit a lock in there which was held by a ClientView thread- which at the same time would be trying to request another texture from the cache and be hitting the lock in there held by the IClientAPI. The result each thread waiting for the other one to release a lock. And as one of those was the ClientView process packet thread. No more packets from that client could be processed. For now I've made a copy of the list in AssetCache so that it can release the lock. I'm doing more work on assets (moving the client asset downloading to a module ), so will hopefully change this into a better method once I've cleaned over things up a bit.
|
|
|
|
|
|
|
| |
is being closed.
DisableSimulatorPacket now skips the packet throttles
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
modules are technically active. Beta software, yada yada yada. Will disable one of them by the end of the day.
|
|
|
|
|
|
|
|
|
| |
* New method involves interfaces for
** Terrain Paint Brushes (ie raise brush, lower brush, etc)
** Terrain Flood Brushes (ie raise area, lower area, etc)
** Terrain Effects (ie erosion, etc) [= W.I.P, not committed]
* Provided sample implementation for Raise Paint and Raise Area brushes.
|
|
|
|
| |
to shared module fixed.
|
| |
|
|
|
|
| |
boundaries providing they are all located on the same simulator.
|
| |
|
|
|
|
| |
instance is required for the entire simulator, rather than one per region.
|
|
|
|
| |
Trunk. Enabled via [VoiceChat] enabled=true in OpenSim.ini
|
|
|
|
|
| |
* Not ready yet for use.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
an image
* This might stop some client's constant requests for unfound textures, which is a candidate for the memory leak
* If a texture is not found then the "Image not found" texture will now be displayed clientside
* If it works, this should resolve mantis 676
* Non texture image requests do not receive this packet yet
* This will require a prebuild
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
llSensor, llSensorRepeat, llSensorRemove, llDetectedName, llDetectedKey, llDetectedOwner, llDetectedType, llDetectedPos, llDetectedVel, llDetectedRot
Thank you very much kinoc! :)
|
|
|
|
| |
TextureSender
|
|
|
|
|
|
|
|
| |
* Moved Flush into Close since it's always done in that order.
* Minor renamings
* Reversed if for clarity
|
| |
|
|
|
|
|
| |
Fixed a bug in new Prim where I actually ADDED new values to old values instead of directly assigning them... Now that was a waste of time! :P
|
| |
|
| |
|
|
|
|
| |
off into eternity
|
|
|
|
|
|
|
|
| |
Fixed bugs in new OOP commands.
Prim.Rotation.X += 45;
Prim.Position.X += 10;
Now how do I find the prim I asked to += 10 every 1 second???
|
| |
|
|
|
|
|
|
|
| |
doesn't work, so no big surprise. :)
Modified baseclass for compiled script to incorp new OSSL commands class and renamed it to follow standards and all that. Scripts may work again. :)
|
|
|
|
| |
commands :)
|
|
|
|
|
|
| |
Example:
Prim.Position.X += 10;
|
| |
|
|
|
|
| |
new OSSL_BuilIn_Commands class where we can start adding our own modular commands.
|
|
|
|
|
|
|
| |
* Adds one unit test. CreateAndDropPhysicalCube.
* More unit tests will be done
* Let me know if this breaks Linux build..
|
| |
|