aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Remove AreUpdatesSuspended flag because it does nothingMelanie2012-08-163-36/+0
|
* Change case of areUpdatesSuspended to upper case as is proper for a propertyMelanie2012-08-163-20/+20
|
* Fix casts and calls for link primitive param setting for avatarsMelanie2012-08-161-4/+14
|
* Remove XML debug spam from vivox voiceMelanie2012-08-161-12/+12
|
* Do a proper null check to avoid the overloaded operator == trapMelanie2012-08-151-1/+1
|
* Add a real_id field to the login response if impersonation is used. The wrapperMelanie2012-08-159-6/+64
| | | | script needs this for proper logging.
* Implementing PRIM_LINK_TARGET in a non-recursive fashionSignpostMarv2012-08-152-117/+107
|
* Merge branch 'master' into careminsterMelanie2012-08-150-0/+0
|\
| * Let the temp attachment module add a command to allow attaching without ↵Melanie2012-08-152-34/+77
| | | | | | | | permissions and add support for this (incomplete!) to LSL
| * Add support for the extra params to scene and the event managerMelanie2012-08-152-0/+62
| |
| * Fix and finish the extra parameters storage system for MySQLMelanie2012-08-151-1/+57
| |
* | Merge branch 'master' into careminsterMelanie2012-08-151-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MSSQL/MSSQLSimulationData.cs OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/Null/NullSimulationData.cs OpenSim/Data/SQLite/SQLiteSimulationData.cs OpenSim/Region/Framework/Interfaces/ISimulationDataService.cs OpenSim/Services/Connectors/Simulation/SimulationDataService.cs OpenSim/Tests/Common/Mock/MockRegionDataPlugin.cs
| * Add a skeleton for a name value storage associated with regionsMelanie2012-08-1510-0/+113
| |
| * Actually add the moduleMelanie2012-08-141-0/+234
| |
| * Allow the use of the region debug console found in recent viewers. This consoleMelanie2012-08-146-3/+60
| | | | | | | | | | | | | | will be available to estate owners and managers. If the user using the console had god privs, they can use "set console on" and "set console off" to switch on the actual region console. This allows console access from within the viewer. The region debug console can coexist with any other main console.
| * minor: Add Gryc Ueusp to CREDITS for commit 884edac amongst others, by request.Justin Clark-Casey (justincc)2012-08-141-0/+1
| |
* | Let the temp attachment module add a command to allow attaching without ↵Melanie2012-08-152-32/+60
| | | | | | | | permissions and add support for this (incomplete!) to LSL
* | Add support for the extra params to scene and the event managerMelanie2012-08-152-0/+62
| |
* | Fix and finish the extra parameters storage system for MySQLMelanie2012-08-151-1/+57
| |
* | Add a skeleton for a name value storage associated with regionsMelanie2012-08-1510-0/+116
| |
* | Remove NPC debug spamMelanie2012-08-141-7/+7
| |
* | Actually add the moduleMelanie2012-08-141-0/+234
| |
* | Allow the use of the region debug console found in recent viewers. This consoleMelanie2012-08-146-3/+60
| | | | | | | | | | | | | | will be available to estate owners and managers. If the user using the console had god privs, they can use "set console on" and "set console off" to switch on the actual region console. This allows console access from within the viewer. The region debug console can coexist with any other main console.
* | Merge branch 'avination' of ssh://3dhosting.de/var/git/careminster into ↵Melanie2012-08-143-46/+85
|\ \ | | | | | | | | | avination
| * \ Merge branch 'careminster' into avinationMelanie2012-08-143-46/+85
| |\ \ | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
| | * \ Merge branch 'master' into careminsterMelanie2012-08-142-38/+49
| | |\ \ | | | |/
| | | * Prevent race conditions when one thread removes an NPC SP before another ↵Justin Clark-Casey (justincc)2012-08-142-39/+50
| | | | | | | | | | | | | | | | thread has retreived it after checking whether the NPC exists.
| | * | Merge branch 'master' into careminsterMelanie2012-08-141-8/+36
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs
| | | * Perform ownership transfer and permission propagation as well as neededMelanie2012-08-141-0/+28
| | | | | | | | | | | | | | | | updates on the new temp attachment.
| | | * Move inititalization to RegionLoaded to avoid a module loading order issueMelanie2012-08-141-8/+8
| | | |
* | | | Removed more spammy NPC crapMelanie2012-08-141-1/+1
|/ / /
* | | Comment spammy debugMelanie2012-08-141-3/+3
| | |
* | | Merge branch 'careminster' into avinationMelanie2012-08-1429-431/+871
|\ \ \ | |/ / | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs
| * | Merge branch 'master' into careminsterMelanie2012-08-147-20/+168
| |\ \ | | |/ | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| | * Implement the temp attachments. UNTESTEDMelanie2012-08-141-0/+44
| | |
| | * As per lindn spec, disable detach and drop for temp attachmentsMelanie2012-08-141-0/+8
| | |
| | * Add the skeleton for the temp attachments moduleMelanie2012-08-141-0/+82
| | |
| | * Exclude temp attachemnts from being sent to the avatar serviceMelanie2012-08-141-1/+2
| | |
| | * Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie2012-08-145-20/+33
| | |
| * | Merge branch 'master' into careminsterMelanie2012-08-131-6/+68
| |\ \ | | |/ | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| | * attempt at replicating behaviour of llList2thing functions in SLSignpostMarv2012-08-131-7/+69
| | | | | | | | | | | | | | | | | | | | | | | | Committed with changes. Please don't sign comments with your name. Please don't use your own coding style, use the OpenSim project style. Please don't modify unrelated whitespace. Signed-off-by: Melanie <melanie@t-data.com>
| * | Merge branch 'master' into careminsterMelanie2012-08-1113-286/+378
| |\ \ | | |/
| | * Merge branch 'bulletsim7'Robert Adams2012-08-109-286/+378
| | |\
| | | * BulletSim: many, many detailed logging messages for physical linksetRobert Adams2012-08-107-44/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debugging. Linkset bugs fixed where accounting of children would get lost. Moved scene based vehicle tracking logic from prim to the scene. Added GetCollisionFlags2 method to BulletSimAPI. Updated DLLs and SOs.
| | | * BulletSim: Add module names to DetailLog output. Fix some problems with ↵Robert Adams2012-08-103-63/+71
| | | | | | | | | | | | | | | | linksets that were caused by checking data structures that are changed regularly from taint time code -- resulted in linksets not being unlinked properly.
| | | * BulletSim: add an identifier to the TaintObject call so exceptions that ↵Robert Adams2012-08-094-52/+57
| | | | | | | | | | | | | | | | happen when the taint is invoked can be debugged
| | | * BulletSim: separate out the constraints by type. The linksets useRobert Adams2012-08-096-94/+146
| | | | | | | | | | | | | | | | | | | | | | | | 6dof constraint but eventually others will be exposed so future features can use all the Bullet capabilities. Force children to generate a position update when unlinked.
| | | * BulletSim: add avatar code to keep avatars from ending up trapped under the ↵Robert Adams2012-08-085-54/+47
| | | | | | | | | | | | | | | | terrain
| | * | BulletSim: actually update the DLLs and SOsRobert Adams2012-08-104-0/+0
| | |/
| * | Merge branch 'master' into careminsterMelanie2012-08-098-14/+47
| |\ \ | | |/