| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* The split image packet sender doesn't like to be refactored (images don't load after it's been refactored), so left that as is for the moment.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
merely corrects the signature so that "not implemented" message is displayed rather than a script
compile failure
|
|
|
|
|
|
|
| |
* Linden client 1.19.1.4 appears to be happy using UDP for this request again, and Linden's own servers (1.21) don't appear to be supplying the CAPS version currently
* This should for now fix the bug where texture selection in the edit window both shows only already open textures, and later stops subsequent inventory requests from working.
|
|
|
|
|
|
|
|
| |
yet received data from the inventory service
* Replaced instead with the system now used by other requests where the fetch request is placed on a queue and service when the data comes in
|
|
|
|
|
|
| |
get close errors.
|
|
|
|
|
| |
*Moved OnSignificantClientMovement to where it is supposed to be - SceneEvents and not ScenePresence
|
|
|
|
|
|
|
|
| |
ironically, was disabled, though it wasn't making much difference).
* These messages keep getting confused with other problems - just going to have to try to remember to add these to stats or something so at least they don't completely disappear
|
|
|
|
|
|
| |
Stop .net generating ambiguous operator errors when two integers are compared for equality in LSL
|
|
|
|
| |
Trimesh collisions should now work relatively efficiently. BulletX plugin should now be functional - feedback would be appreciated as to how it performs vs ODE.
|
| |
|
|
|
|
| |
for debugging purposes
|
|
|
|
| |
with situations seen on osgrid
|
| |
|
|
|
|
|
|
|
| |
* The first time you set the sculpted texture of a prim you might have to futz with it to get it to generate a sculpted physics proxy
* Note that there are already issues in Trunk, (such as the prim scaling issue and prim jumping issue. Essentially editing is difficult right now)
* This just adds to the experimental nature of trunk. :D
|
|
|
|
|
| |
from a string to a vector in OSSL.
|
|
|
|
|
| |
Patch fixes the pesky "Cannot implicitly convert to bool" issue for function returns
|
|
|
|
|
| |
* Minor tweak to Permissions/PermissionsModule.cs
|
|
|
|
|
|
|
| |
orientation in a cube in the meshmerizer. Thanks Dahlia!
* See mantis 0001203 for more details!
|
|
|
|
|
|
|
| |
it to the prim shape.
* Added some stuff around sculpted prim meshes.. but it's just there so the project compiles now.
|
| |
|
|
|
|
|
|
|
| |
permission module to follow this.
*This makes permission checking much more modular; allows restrictive and granting module to be made without modifying the existing permission module
|
|
|
|
| |
perms are in line with project goals.
|
|
|
|
|
|
|
| |
people seemed to think it was the cause of their issues rather then a message to help locate a situation where physics stalls for a second and then kicks.
* This was simply a message added when an avatar was added/removed from the scene.
|
| |
|
|
|
|
| |
typedata data however it seems.
|
|
|
|
| |
(Thanks middlelink!)
|
| |
|
|
|
|
| |
collision into BulletX plugin. Additional work to come in the next few days.
|
|
|
|
|
|
|
|
|
|
| |
Patch to schedule terse update on deselect, specifically so llTargetOmega
sets rotational velocity on deselect.
This should complete our llTargetOmega support and fix:
http://opensimulator.org/mantis/view.php?id=1178
|
|
|
|
|
|
| |
Introduce time dilation in scripts.
|
|
|
|
|
| |
* Eventually this codebase will be clean. >_>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixes Sculpty handling
* Fixes Light handling
* Fixes Flexi handling
* Fixes Sculpty + Flexi handling
* Fixes handling of Flexi type
* Fixes Changing prim type after changing to sculpty corrupting prim.
* Ugly code.
|
| |
|
|
|
|
|
| |
* Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module.
|
|
|
|
|
|
|
|
| |
fix), change formatting of version information printed to the log
* Push printing down into OpenSimMain so both console and consoleless configurations will get it
|
|
|
|
| |
DEBUG level) rather than Console.Writeline
|
|
|
|
|
|
|
|
|
| |
seen in one of the crashes of mantis 1163
* It's not impossible that this could lead to deadlock where sessions simply appear to freeze, even though the region console still responds.
* If this is the case, please file a mantis
|
| |
|
| |
|
|
|
|
| |
sitting on an object.
|
| |
|
|
|
|
|
| |
* Fixed prebuild.xml to remove DB4o references (more compiler warnings)
|
|
|
|
|
| |
* Increased compiler warnings by a whoppingly large number.
|
|
|
|
|
|
|
| |
PROGRAMMERS. NAUGHTY.
* Thanks to Andrew (DeepThink) for working on this one.
|
|
|
|
|
|
| |
this didn't previously work
|
| |
|
|
|
|
| |
llTakeControls works now along with the 'release controls button'. llReleaseControls() works mostly :D.
|