aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Bulletsim: update DLLs and SOs. Brings C++ routine in sync with C# sources ↵Robert Adams2012-10-194-0/+0
| | | | | | | | | | | | and fixes problem where BulletSim would crash on startup on 32 bit Linux.
| | * BulletSim: add asset fetching so BulletSim works with new physics asset ↵Robert Adams2012-10-194-165/+240
| | | | | | | | | | | | | | | | | | handling. Refactor some names to make them available for the asset tracking and fetching.
| | * BulletSim: reorder avatar collision checking to eliminate double collision_end.Robert Adams2012-10-196-35/+43
| | | | | | | | | | | | | | | | | | Various tweekings to avatar shape/mass/inertia/etc. Remove change from avatar radius to diameter. But still the avatar sinks. Collision_end now happens immediately rather than at the next subscription time.
| | * BulletSim: change nonimal physics frame rate to 55 to give same numbers as ODE.Robert Adams2012-10-196-52/+57
| | | | | | | | | | | | | | | | | | Change character scaling to represent size of capsule (diameter rather than radius) Modify create capsule call to pass radius and height. Eliminate errors when calculating shape inertia (should have some type checking).
| | * BulletSim: remove code in ShapeCollection that hinted at shape sharing.Robert Adams2012-10-195-161/+138
| | | | | | | | | | | | | | | Add new function to ParameterDefn for calling BulletSimAPI to set values. Tweaking to BSCharacter parameter setting to try and have avatars stand.
| | * BulletSim: Fix small problems with last patch: BSScene.World properly ↵Robert Adams2012-10-193-11/+6
| | | | | | | | | | | | initialized and setting of C++ parameters commented out. Comments and logging added.
| | * BulletSim: Update BSCharacter to use API2 interface.Robert Adams2012-10-196-93/+250
| | | | | | | | | | | | | | | | | | | | | | | | Add capsule shape to BSShapeCollection(). Remember last updated values so inter frame diffs can be computed. Parameterize avatarStandingFriction and reduce to 10 from 999. The latter high value made avatars very hard to push. Set CCD parameters for prims and characters of specified.
| * | Add "debug groups verbose <true|false>" region console commandJustin Clark-Casey (justincc)2012-10-191-0/+29
| |/ | | | | | | This allows one to turn on super-verbose groups debug logging on and off whilst the region is in operation.
* | Add CLICK_ACTION_ZOOMBlueWall2012-10-201-0/+1
|/ | | | Add support for V2/3 CLICK_ACTION_ZOOM to llSetClickAction
* minor: Increase attachment name field from 36 to 50 chars in "attachments ↵Justin Clark-Casey (justincc)2012-10-191-1/+1
| | | | show" report
* Fix a few minor issues in ArchiveReadRequest logging.Justin Clark-Casey (justincc)2012-10-191-2/+2
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-10-192-21/+103
|\
| * normalize quaternion.Slerp outputsUbitUmarov2012-10-191-0/+1
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
| * [UNTESTED] core Ode: let broken mesh physical prims collide with land asUbitUmarov2012-10-191-6/+11
| | | | | | | | the defaul basic box so they don't go off world.
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2012-10-191-20/+93
| |\
| * | [UNTESTED] core Ode: stop trying to load a broken asset. Make brokenUbitUmarov2012-10-191-21/+97
| | | | | | | | | | | | assets behave like phantom by Nebadon request
* | | altering documentation for llGetLinkName, as the current documentation is ↵SignpostMarv2012-10-191-1/+11
| | | | | | | | | | | | rather lengthy for a "summary".
* | | since llGetLinkName has a "simplest case", it should be the first check made.SignpostMarv2012-10-191-4/+4
| | |
* | | the simplest case for llGetLinkName also applies to the LINK_THIS constantSignpostMarv2012-10-191-1/+1
| | |
* | | ensuring that operand order in llGetLinkName is internally consistentSignpostMarv2012-10-191-1/+1
| | |
* | | minor: comment out currently unused logger in DynamicTextureModuleJustin Clark-Casey (justincc)2012-10-191-1/+1
| |/ |/|
* | Make "show part" console commands print out information about each item the ↵Justin Clark-Casey (justincc)2012-10-191-20/+93
|/ | | | part contains
* minor: Convert ad-hoc list building in ObjectCommandsModule to use ↵Justin Clark-Casey (justincc)2012-10-181-21/+24
| | | | ConsoleDisplayList
* Add local and UUID to information output of "show object" and "show part" ↵Justin Clark-Casey (justincc)2012-10-181-0/+4
| | | | region console commands
* Add --full option to "show object name/uuid/pos" to show info on all parts ↵Justin Clark-Casey (justincc)2012-10-181-20/+60
| | | | of an object, not just whole object summary information.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-10-185-40/+70
|\
| * Remove extraneous calls to the now commented CheckSculptAndLoadMelanie2012-10-181-24/+0
| |
| * extend coment to include all unused SOG CheckSculptAndLoad()UbitUmarov2012-10-181-3/+4
| |
| * [DANGER UNTESTED] ODE mesh assets. Other plugins will not do meshs/sculptsUbitUmarov2012-10-182-14/+18
| | | | | | | | | | | | now Signed-off-by: Melanie <melanie@t-data.com>
| * missing changed fileUbitUmarov2012-10-181-1/+1
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
| * i update core ode plugin and make it load is meshs (i hope)UbitUmarov2012-10-182-2/+51
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Add number of inventory items to information displayed via "show part" ↵Justin Clark-Casey (justincc)2012-10-183-3/+21
|/ | | | console command
* If we're avoiding printing a long request warning for a GetTexture CAP call, ↵Justin Clark-Casey (justincc)2012-10-181-1/+1
| | | | | | check we received a request handler first since this is not guaranteed. Resolves harmless logged exception when content type and generic xml rpc requests take more than 3 seconds.
* minor: Remove event method doc from LLClientView that I forgot in the last ↵Justin Clark-Casey (justincc)2012-10-181-15/+0
| | | | commit (1de80c)
* minor: move recent OnAgentUpdate/OnPreAgentUpdate event doc up into ↵Justin Clark-Casey (justincc)2012-10-181-0/+15
| | | | IClientAPI from LLClientView
* Reuse the same AgentUpdateArgs object for each AgentUpdate UDP packet (of ↵Justin Clark-Casey (justincc)2012-10-171-41/+68
| | | | | | which there are 10 a second) rather than constructing a new one every time. We can do this because AgentUpdate packets are handled synchronously.
* Explicitly return only the incoming AgentUpdate packet as this is the only ↵Justin Clark-Casey (justincc)2012-10-173-8/+30
| | | | one we pool atm, rather than attempting to return all incoming packets.
* If RecycleBaseUDPPackets = true, also pool IncomingPackets to reduce memory ↵Justin Clark-Casey (justincc)2012-10-172-2/+30
| | | | churn
* minor: Make BasicCircuitTests.SetUp() call overriden base method instead of ↵Justin Clark-Casey (justincc)2012-10-161-1/+2
| | | | ignoring it.
* Add LastMemoryChurn stat using existing data so we can more quickly tell how ↵Justin Clark-Casey (justincc)2012-10-162-2/+14
| | | | memory churn changes rather than waiting for the average to move.
* Add optional pool for the UDPPacketBuffer objects that handle all incoming ↵Justin Clark-Casey (justincc)2012-10-164-25/+130
| | | | | | | | UDP data. Even when an avatar is standing still, it's sending in a constant stream of AgentUpdate packets that the client creates new UDPPacketBuffer objects to handle. This option pools those objects. This reduces memory churn. Currently off by default. Works but the scope can be expanded.
* Make it possible to separate start and stop lludp packet processing from the ↵Justin Clark-Casey (justincc)2012-10-162-31/+129
| | | | | | | console for debug processes. This is controlled via the "debug lludp start <in|out|all>" and "debug lludp stop <in|out|all>" region console commands. The command "debug lludp status" will show current status.
* minor: Comment out log message on every FRIENDS SIM CONNECTOR request for now.Justin Clark-Casey (justincc)2012-10-161-1/+1
|
* Add missing category paremeter to llGiveInventoryList grid IM construction.Justin Clark-Casey (justincc)2012-10-161-1/+1
| | | | | This was a regression from 16c9c1df Sat Oct 6 02:34:49 2012 +0100. Should resolve http://opensimulator.org/mantis/view.php?id=6360
* minor: Add missing newlines and spacing to help for "debug eq" console commandJustin Clark-Casey (justincc)2012-10-161-4/+4
|
* minor: Add/correct some doc messages associated with entity teleport.Justin Clark-Casey (justincc)2012-10-162-3/+9
| | | | | | I believe UseCircuitCode is sent on EnableSimulator EQ message, rather than EstablishAgentCommunication At least with LL 3.3.4, EstablishAgentCommunication appears unnecessary in the teleport context - viewer still requests it though possibly only after TeleportFinish(). However, we will continue to send it.
* minor: comment out "Registered seed capability" message for "Received SEED ↵Justin Clark-Casey (justincc)2012-10-161-4/+5
| | | | | | caps request" message for now. I think this is more useful right now since it tells us if the viewer requested a seed caps at all in various scenarios (such as when teleporting to a new region).
* minor: Comment out the region console caps message for now.Justin Clark-Casey (justincc)2012-10-161-1/+1
|
* minor: Fix and elaborate on log information printed when an unrecognized ↵Justin Clark-Casey (justincc)2012-10-131-2/+14
| | | | estate method is received from the client.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-10-131-1/+2
|\