| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
extract a lump of code out to a region module
|
|
|
|
|
|
|
|
| |
* Moved script errors to the debug channel.
* Typing '/2147483647 OK' results in a debug_channel message.
* Expanded the available parameters that are send-able through IClientAPI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
attracts zombies.. a recipe for llRezObject
* Original patch by YZh Thanks YZH!!!!
* object_rez event patch by Melanie, Thanks Melanie!!!
* Some fixups, some missing things(velocity,rotation)
* script delay
* Recoil
* Standard error messages
* Standard silent failures
* Easter egg management
|
| |
|
|
|
|
|
|
|
| |
allowed!
*Started cleaning up the land module
|
|
|
|
| |
won't be useful until we let the client cache (again?)
|
| |
|
|
|
|
| |
prefixes
|
|
|
|
|
|
|
|
| |
CachedUserInfo
* Remove unused/superseded methods from GridInventoryService
|
|
|
|
|
|
| |
* Put warning in remove folder method about non implementation (not that this is used anyway - may be legacy)
|
|
|
|
|
|
| |
* Remove old framework asset transactions files which were region modularized
|
| |
|
|
|
|
| |
does not regenerate until you're dead!
|
|
|
|
|
| |
* Nothing user facing yet.
|
| |
|
|
|
|
|
|
| |
* Removed all references where possible.
* Renamed lots of variables from UDPServerXYZ to clientServerXYZ
|
|
|
|
|
|
|
| |
fighting with it.
* DuplicateOnRay without copy center works in all directions.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Converted a large number of read-only fields to be actually, readonly.
* Reformatted code sections.
* Removed redundant code.
|
|
|
|
| |
with namespaces.
|
|
|
|
| |
conflict monster later. Not done yet, doesn't crash the server.
|
| |
|
| |
|
|
|
|
| |
you rez it on. Including multi prim groups and prim that have different X/Y/Z scales.
|
| |
|
| |
|
|
|
|
|
| |
* This is one of those times (should fix build)
|
|
|
|
|
|
|
| |
Melanie!
RE: 0001079: r4387. touch() event does not fire when touch script is in root prim and child prims are touched
|
|
|
|
|
|
|
| |
Thanks A_Biondi and Melanie!
* This builds but might not work. JustinCC will examine.. it may work out of the box.
|
| |
|
|
|
|
| |
child prim in an attachment and get the proper pie menu. You get the attachment axis scope in the edit box.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note: This is the first part of some changes from Dr Scofield to support console-less operation of an OpenSim region server.
The changes are not yet complete.
* refactors OpenSimMain into two classes: OpenSimMain and
OpenSimMainConsole. OpenSimMainConsole derives from OpenSimMain
and basically is the "old" OpenSimMain
* drops StartConsole from RegionApplicationBase (was only called
from the "old" OpenSimMain anyhow)
* reverts the changes to TryGetScene(string, out scene) as that
seems to work perfectly fine
* adds a check to region-remove to see whether
m_sceneManger.CurrentScene is non-null before comparing it against
the region-to-be-removed
|
|
|
|
|
| |
* In the future this should be a config option... and, hopefully this tides the builders over for a little while.
|
|
|
|
|
|
|
|
| |
to do a change-region first. Careful though. I still suggest you do a change-region first.
* Patch from Melanie to implement touch_end.
* Thanks XenReborn!. Thanks Melanie!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and detach from inventory.
* Detaching from right clicking in world, detaches to your inventory.
* If you go up to a prim and attach it from in world, it appears in your inventory.
* Attachment placement is saved when you detach them.
* Choosing wear remembers your last attachment point from inventory.
* Wrote a method to update an inventory item's asset and sends the updated inventory item to the Client
* Wrote a recursive method to find the folder of a known existing inventory item.
* Removed a block on physics object position on creation. This might crash a region or two, let us know via Mantis if your region crashes because of a physics out of bounds error.
* Drop doesn't work. The menu item doesn't even come up. Don't know why :P.
|
| |
|
|
|
|
| |
I need them to be for attachments.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
inventory
* Now, if you own an item in a prim, you should be able to successfully drag it back into your inventory
* Temporarily, users which are not owners of the item cannot copy it, even if 'everyone can copy' is set
* This is pending fixes/implementation of upstream permission implementation
|
|
|
|
| |
avatar. Those dastardly objects stick to you.
|
|
|
|
|
| |
* Causes the internal handling of attachments to put the prim group conceptually at the position of the avatar instead of 0,0,0
|
|
|
|
|
|
|
|
|
| |
properties panel for a prim's contents working
* Temporarily hacked things to bring our protocol data flow to be pretty much completely identical to the Linden's for this - to absolutely no avail.
* Leaving commented code in as a springboard for some future attempt
|
|
|
|
| |
animation.
|
| |
|
|
|
|
| |
While I didn't use the patch directly, I did use the following from the patch to convert the uint value into the byte: (byte)((m_attachmentPoint % 16) * 16 + (m_attachmentPoint / 16))
|
| |
|
|
|
|
|
|
| |
Please adjust your editors to not use hard tabs.
|
|
|
|
|
|
|
|
|
| |
* Your friends can see your attachments now. People who appear in the sim after you've attached something can also see your attachments.
* You can position & rotate your attachments now. Positions do *not* save.
* You can detach attachments now the regular way.
* Attachments do not cross into other regions with you..(this isn't too far off)
* Updated ODE to not request terse updates on child prim.
|