aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * BulletSim: clean up detail logging by adding many more debug log statements ↵Robert Adams2012-08-155-34/+44
| | | | | | | | and then commenting out most of the additions.
| * BulletSim: don't recreate mesh unless it needs it when rebuilding the hull. ↵Robert Adams2012-08-151-15/+15
| | | | | | | | Make sure the collisionCollection is reallocated each tick to fix race condition of it being cleared while still in use.
| * BulletSim: fix problem of a null reference exception on shutdown if there ↵Robert Adams2012-08-151-12/+13
| | | | | | | | were linksets in the region.
| * BulletSim: Refactor BSConstraintCollection to add a new ↵Robert Adams2012-08-151-4/+12
| | | | | | | | RemoveAndDestroyConstraint(BSConstraint xx)
| * BulletSim: add BSConstraint.RecomputConstraintVariables for the ↵Robert Adams2012-08-151-0/+17
| | | | | | | | recomputation after linksets changed, etc
| * BulletSim: Add the class BSCharacter to the DetailLog outputRobert Adams2012-08-151-6/+10
| |
| * BulletSim: rework physics FPS calculation to make a more realistic number.Robert Adams2012-08-151-3/+8
| |
* | Implementing PRIM_LINK_TARGET in a non-recursive fashionSignpostMarv2012-08-151-49/+74
|/
* 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
|
* 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
|
* 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.
* 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
|
* 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
|
* 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 '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
|/
* BulletSim: Added avatar capsule scaling for size of avatar.Robert Adams2012-08-078-14/+47
| | | | | | | | This also fixes computation of avatar mass. Added parameter MaxPersistantManifoldPoolSize. Fixed a parameter setting bug which caused crashes of there were more than 400 or so physical objects. I tested up to 5000. Updated BulletSim DLLs and SOs.
* Release http-in URLs when llResetScript is calledMelanie2012-08-071-0/+6
|
* BulletSim: update SOs and DLLs to run on more Linux versions. Correct ↵Robert Adams2012-08-066-4/+7
| | | | multiple buoyancy settings when character flying. Remove chatty log message on prim destruction.
* Strip experimental tag from --publish option of "save oar" region console ↵Justin Clark-Casey (justincc)2012-08-031-8/+7
| | | | command
* Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)2012-08-033-36/+73
| | | | | | This was working in 0.7.2 but was accidentally removed from 0.7.3. The --publish option for "save oar" will now save oars stripped of parcel owner information as well as scene object info. Please use the --publish option if you want to publish oars that may be later loaded by others to the same grid from which they were saved.
* Fix build break.Justin Clark-Casey (justincc)2012-08-031-1/+1
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimRobert Adams2012-08-031-4/+4
|\
| * Update settings loading in AvatarFactoryModule which should have been in ↵Justin Clark-Casey (justincc)2012-08-031-4/+4
| | | | | | | | last commit 205f2326
* | BulletSim: update DLLs and SOsRobert Adams2012-08-034-0/+0
| |
* | BulletSim: pass collision subscription information to the C++ code so ↵Robert Adams2012-08-033-16/+45
| | | | | | | | collisions on objects that don't care are not reported up.
* | BulletSim: Add AddObjectForce to BulletSim API.Robert Adams2012-08-033-20/+38
|/ | | | | | Add interface 2 enhancements to BSCharacter. Modify AddForce and SetForce to use the new Bullet interface. More DetailLog statements for character.
* Consolidate PersistBakedTextures, DelayBeforeAppearanceSend and ↵Justin Clark-Casey (justincc)2012-08-033-23/+23
| | | | | | DelayBeforeAppearanceSave into [Appearance] section from [Startup] config section so that all appearance settings are in the same place and not in the startup bucket. All these settings are in OpenSimDefaults.ini only. If you are using them then please adjust your OpenSim.ini
* Restore SOG constructor chaining removed in recent 513b77b. This is not a ↵Justin Clark-Casey (justincc)2012-08-031-1/+1
| | | | functional change.
* Fix the recent windows compile error by putting newFont for case "R" in ↵Justin Clark-Casey (justincc)2012-08-031-3/+8
| | | | VectorRenderModule inside its own context, rather than disposing of the old font before using it as a prototype for the new.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-08-031-2/+2
|\
| * attempting to fix a build issueSignpostMarv2012-08-031-2/+2
| | | | | | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* | Move previously unadvertised SendPeriodicAppearanceUpdates setting from ↵Justin Clark-Casey (justincc)2012-08-032-2/+15
|/ | | | | | | | | | [Startup] to [Appearance] config section. Add description and default of false (as before) to OpenSimDefaults.ini If set to true, this config switch will resend avatar appearance information (a small amount of UUID data, not the baked textures themselves) to other avatars in the sim every 60 seconds. For me, this has helped with situations where avatars appear persistently grey - the LL viewer sometimes did not appear to request assets the first time the appearance data was sent. However, this switch will not help with other appearance failure situations (e.g. failure to bake assets). This setting is experimental but will not have any significant impact on the simulator if turned to true.
* refactor: rename SOG.RezzingObjectID to SOG.FromPartID to match ↵Justin Clark-Casey (justincc)2012-08-033-3/+3
| | | | FromFolderID, FromItemID and to reflect that it's a SOP ID rather than a SOG ID.
* Don't bothre setting RezzingObjectID to UUID.Zero in SOG constructor - this ↵Justin Clark-Casey (justincc)2012-08-031-3/+4
| | | | is already its default value as it's a struct.