aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Add a nasty hack to try and give the HttpServer a few extra lives until we ↵Teravus Ovares2008-12-181-2/+29
| | | | dig more into what's causing it to stop listening.
* * Caught unhandled IOException, and outputted it to log.lbsa712008-12-181-1/+5
|
* * Catch a WebException in the LoadImageURLModuleTeravus Ovares2008-12-181-33/+40
|
* * Added more articulate logging of HttpServer so we can diagnose issues.Teravus Ovares2008-12-181-0/+38
|
* This innocuous change in the TextureDownloadModule suddenly made the texture ↵diva2008-12-181-1/+4
| | | | problems (#2855) go away for me. I'm committing it, so that others can test and refute, to make sure I'm not hallucinating.
* * Committing an opensim level error message on httpserver. This might help ↵Teravus Ovares2008-12-181-0/+6
| | | | with the eventqueue http server death.
* Fix attachment persistence which got broken with some inventoryMelanie Thielker2008-12-171-1/+6
| | | | | | changes a few revs back.
* fix a bug with the Grid REST interface that was returning the classnameSean Dague2008-12-171-1/+1
| | | | | | in the UUID field instead of the actual UUID because of an implicit use of ToString()
* Reapply the packet optimization patch, with changesMelanie Thielker2008-12-173-57/+42
|
* * minor: Comment out "Informing neighbours" debug message that pops up ↵Justin Clarke Casey2008-12-171-1/+1
| | | | | | | | whenever some aspect of the avatar changes. * with Diva's blessing ;)
* Revert 7754 and 7755 pending a reworkMelanie Thielker2008-12-173-47/+59
|
* Stop packets that may be resent from being returned to the packet pool.Melanie Thielker2008-12-171-1/+8
| | | | | | FWIW
* * revert r7724 so that PresenceChildStatus() starts throwing NRE's again Justin Clarke Casey2008-12-173-4/+12
| | | | | | * apparantly logout code relies on this happening in certain circumstances. Really, the root issue needs to be investigated.
* Change the PacketQueue to use the stored size as wellMelanie Thielker2008-12-171-23/+16
|
* Marry AckData to LLQueItem, and store packet data and length there forMelanie Thielker2008-12-172-36/+31
| | | | | | use everywhere. Each packet gets serialized only once now in PacketHandler
* * remove mono compiler warningsJustin Clarke Casey2008-12-176-27/+27
| | | | | | * should work - the last compile failure looks like a random glitch...
* * minor: Comment out high volume 'Getting MapItems' messagesJustin Clarke Casey2008-12-171-15/+15
| | | | | | * make worldmap module log tags consistent
* Kicking child agents off on the first login after a client crash. The child ↵diva2008-12-172-1/+25
| | | | | | | | agents kickoff was missing from when this is run in grid mode. But, worse, turns out that this whole feature of kicking off the user after a crash was entirely missing from standalone mode.
* * Only serialize packets once for the length calculation for throttle queues ↵Justin Clarke Casey2008-12-171-16/+25
| | | | rather than twice
* Revamp packet handler to smooth out the stream of resent packets.Melanie Thielker2008-12-171-43/+61
| | | | | | Eliminates the bursting in resends observed in the prior implementation
* * Replace manually zeroing with Array.Clear(). Thanks cmickeybJustin Clarke Casey2008-12-173-9/+4
|
* Mantis #2850Melanie Thielker2008-12-171-1/+14
| | | | | | Applying the patch to reduce the load caused by the throttle loop even more
* * minor: Minor documentation and small minor change on LLPacketThrottle to ↵Justin Clarke Casey2008-12-171-20/+22
| | | | remove some unnecessary lines
* * minor: Remove unused AppearanceTableMapper as pointed out by jonc in ↵Justin Clarke Casey2008-12-172-284/+1
| | | | http://opensimulator.org/mantis/view.php?id=2843
* * Simply friends code by only sending notifications to a newly logged on ↵Justin Clarke Casey2008-12-171-20/+23
| | | | | | | | user for other users who are online. * No need to send offline notifications since the client assumes this (and future clients should be able to do the same).
* * Implement 'Save Object Back to My Inventory'. On the Linden client this ↵Justin Clarke Casey2008-12-1712-89/+191
| | | | | | | | | is in the Tools menu available when editing an object * This facility allows you to save changes to an object that you've rezzed into a region back into their original inventory item without having to take a copy of the rezzed object.
* * Adding some locks to XEngine's m_PrimObjects which were prone to 'the ↵Teravus Ovares2008-12-171-23/+34
| | | | collection was modified'
* Stop users taking a copy of a in world prim that contains inventory items ↵MW2008-12-171-0/+10
| | | | that have no copy permission set.
* Added a check to CanDuplicateObject(), to stop duplicating prims that ↵MW2008-12-171-0/+4
| | | | contains inventory items that you don't have permission to copy
* Stop owners from duplicating no-copy objects in-worldMelanie Thielker2008-12-171-0/+7
|
* Add repecting the min and max values back inMelanie Thielker2008-12-171-0/+12
|
* Remove a major bottleneck in throttling code.Melanie Thielker2008-12-171-24/+15
|
* Avoid checking the throttle limit for empty queuesMelanie Thielker2008-12-172-8/+8
|
* Avoid sending DisableSimulator event to the root agent upon logout.diva2008-12-161-8/+11
|
* Fix script controls for weaponsMelanie Thielker2008-12-161-10/+23
|
* Attempt at fixing the HG home jump by looking up hyperlink regions before ↵diva2008-12-152-3/+3
| | | | grid-local regions.
* More work on moving Xfer file transfer handling code to the Client stack ↵MW2008-12-152-35/+134
| | | | | | | from the various region modules that it is currently in. Still not enabled yet.
* Attempt at restoring inventory access after TPs/crossings. RemoveClient in ↵diva2008-12-154-2/+20
| | | | | | | | Scene was being too aggressive at nixing the user out of the cache. We're now relying on NeedSceneCacheClear to decide whether to nix it or not. All other mods in other files are for better debugging messages.
* * minor: method documentation and miscellaneous tidyJustin Clarke Casey2008-12-153-35/+45
|
* * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaksJustin Clarke Casey2008-12-1511-29/+68
| | | | | | | * This pushes an identifier for the OpenSim scene to the physics scene. This allows log messages from the physics scene to identify which OpenSim scene they relate to. * Thanks Gerhard
* * minor: Stop presence child status suffering an NRE if the agent uuid given ↵Justin Clarke Casey2008-12-152-7/+14
| | | | is not represent at all
* Bug fix in new child agents management. Thanks DigiDaz for helping identify ↵diva2008-12-154-116/+174
| | | | | | | | | | | this issue. We need to update all child agents whenever the root agent crosses regions. The update now includes child agents in common neighbours. This is so that those get updated with the seeds of the new child agents that are spawned from the receiving region. This also fixes some timing issues. We need to close child agents from the originating region before we update child agents in the receiving region.
* Removed some instances of "<3 OpenSim Developers" (why were they there?) ↵MW2008-12-151-3/+3
| | | | being in alert messages from the LandManagementModile.
* Bug fix for Hypergrid. This bug was introduced by the recent TP fixes, and ↵diva2008-12-151-11/+14
| | | | affected the jump back home.
* Make scripted item and folder gives pop up a "accept, decline" messageMelanie Thielker2008-12-142-13/+66
| | | | | | and allow deletion of the just received item.
* Color was set twice, first correctly, then incorrectly, in SQLiteRegionData.Homer Horwitz2008-12-141-2/+0
| | | | | Removed the second set. Fixes Mantis#2380.
* Remove use of time dilation in llGetTimeOfDay, llGetTime and llGetAndResetTime.idb2008-12-141-3/+3
| | | | | | It is not documented to be applied to llGetTimeOfDay at all and is not appropriate for the other two because dilation does not directly affect script speed in OS. Fixes Mantis #2783 and #2162
* * Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ↵Teravus Ovares2008-12-1411-8/+287
| | | | | | | ODEPlugin and pipes them to their respective LSL method. * NBody will need to be updated, this is an API change. Torque property and AddAngularForce
* Added ATTACH_HUD_* constants fixes Mantis #2823idb2008-12-141-0/+8
|
* * Added Avatar minimum size in the ODEPlugin and a stern warning about ↵Teravus Ovares2008-12-141-0/+15
| | | | setting the capsule size too low in OpenSim.ini