| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
* Converted a bunch of functions to static functions.
|
|
|
|
| |
with namespaces.
|
|
|
|
| |
conflict monster later. Not done yet, doesn't crash the server.
|
| |
|
| |
|
|
|
|
|
| |
* Written some unit tests for Terrain Module as an example.
|
|
|
|
|
|
| |
- Fix for llRound (now rounds in LL-compatible fashion, rather than using bankers rounding)
- Implementation of llAngleBetween
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
| |
* Attached.
|
|
|
|
|
|
|
|
| |
directory with any associated module-specific classes.
* Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.)
* This should be moved into a seperate project file.
|
|
|
|
| |
one log message changed)
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
explicitly in many cases Thanks Melanie!
* Also, I moved the event parser and re-writer to a separate static object. More work will be done here shortly.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Interfaces and methods have been defined for basic operation, however a replacement grid module is required to share region URIs with neighbours for this module to work.
* Tackling that next.
|
|
|
|
|
|
|
| |
it more seriously.(or someone else does). It prints a 'Unable to enumerate' message on the console.. so it won't be forgotten.
It isn't critical data atm though.
|
|
|
|
|
|
|
|
|
| |
* Fixes the admin_shutdown xmlrpc method
* Adds a share/python/console/shutdown.py script for shutting down a background OpenSim
* For more details see http://xyzzyxyzzy.net/2008/04/29/console-less-opensim/
* There should also be instructions in the opensimulator wiki soon as well
|
|
|
|
| |
Thanks Dee100!
|
| |
|
|
|
|
| |
llRot2Axis,llAxisAngle2Rot. Re-implemented llRot2Euler, llEuler2Rot
|
|
|
|
| |
child prim in an attachment and get the proper pie menu. You get the attachment axis scope in the edit box.
|
|
|
|
| |
the Quaternion constructors to catch 0,0,0,0 quaternions and convert them to 0,0,0,1 (as 0,0,0,0 is implicitly converted to 0,0,0,1 in LSL and will crash libsl if left which will in turn crash the simulator)
|
|
|
|
|
|
|
| |
* From reading the code, the cause must be that a 'show objects on my parcel' is performed when there are objects belonging to more than 32 people
* I'm not sure why there is a hardcoded 32 limit but I'm leaving it in place for now. I don't regard this mantis as resolved.
|
|
|
|
|
|
| |
people from thinking it's a real issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
* Changed it to 'Welcome to OpenSimulator' as opposed to 'Welcome to OpenSim'
|
|
|
|
|
| |
* In the future this should be a config option... and, hopefully this tides the builders over for a little while.
|
|
|
|
|
|
|
| |
determine which file extension this loader is capable of handling.
* Added ITerrainLoader import capability to Terrain Plugins module - this allows you to write new terrain format plugins without modifying the terrain module directly.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
llListSort() in linear and strided modes.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
implementations. Thanks Melanie!
|
| |
|
| |
|
|
|
|
|
| |
* Causes the internal handling of attachments to put the prim group conceptually at the position of the avatar instead of 0,0,0
|