aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Trying something to see if it helps teleports and border crossingsTeravus Ovares2008-01-121-3/+7
|
* * Exprimental prim inventory persistence can now be enabled by users.Justin Clarke Casey2008-01-111-1/+5
| | | | | | | | | * This can be turned on by setting storage_prim_inventories_experimental = True in OpenSim.ini * Implemented for sqlite and MySQL, no MSSQL implementation yet * As an experimental feature, there is no guarantee that this won't take down your region or that the db representation won't need to change. * More (and continuing) details at http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence
* * Removed superfluous and erroneous perms check on parts.lbsa712008-01-081-392/+390
|
* * Heavy refactoring of MultipleObjUpdate flow for readabilitylbsa712008-01-081-117/+106
|
* * Hiding CompletePingChecks and UseCircuitCode messages.. as the packets ↵Teravus Ovares2008-01-051-3/+3
| | | | | | | are most definitely handled. * My guess is someone was using them to diagnose a problem and they've been in the console output ever since.
* Inventory subfolders working again in grid mode.Brian McBee2008-01-051-56/+58
|
* * Added the ability for estate managers to use the magic secondlife blue ↵Teravus Ovares2008-01-041-8/+27
| | | | | | | card of death to send out region and estate messages. * Switched over Region Restart notices to the magic secondlife blue card of death method.
* Tweaked "show users" formatting, added user's IP address to display.Brian McBee2008-01-031-1/+1
|
* Reduce maximum number of items in an inventory packet to approximate Linden ↵Justin Clarke Casey2008-01-031-3/+3
| | | | servers count, to see if this solves Ursula's inventory problem
* I have fixed the ZeroDecodeCommand bug, and restored my packet recycling ↵Johan Berntsson2008-01-031-68/+64
| | | | code. Let me know by IRC if there are other problems
* * Trying to address TextureSender issueslbsa712008-01-021-5/+0
| | | | | | * The BlockingQueue exposes Contains so we can make sure we don't add a TextureSender to the queue if there's already one present * introduced some TryGetValue and various code convention stuff
* * Re-wrote IM that sends the friend request so that it displays the name of ↵Teravus Ovares2008-01-021-1/+1
| | | | the person who sent the request, or (hippos) if it can't find it.
* * You can add and remove a friend in standalone now within the same ↵Teravus Ovares2008-01-011-0/+37
| | | | | | | | simulator. It saves. * You can add and remove a friend in grid mode now within the same simulator. It doesn't save yet. * I got rid of Mr. OpenSim as a friend.. he bothers me /:b...
* * This update rolls back the packetpool and LibSL changes. Please retest ↵Teravus Ovares2007-12-301-90/+88
| | | | | | | and then patch these changes back in. Currently it's not quite ready for 0.5. The down side to this action, is that we loose some performance to the garbage collector for now. Given that the target date for 0.5 is *Two days* from now, I'm taking the initiative to work towards a real stable version. * This update also fixes scripting and some weird physics reactions
* * Applied Melanie's same instance IM fix. This will make IMs work within ↵Teravus Ovares2007-12-301-1/+12
| | | | the same OpenSim Instance.
* * Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ↵Teravus Ovares2007-12-281-7/+12
| | | | | | | above the 'hit' prim instead of buried in the ground somewhere. * Various Refactorings
* Patch from Johan: LibSL updated to the latest revision (1568) and all ↵Adam Johnson2007-12-282-177/+98
| | | | | | | packets are now recycled to improve performance and memory usage.
* * Patch from Melanie. Thanks Melanie!Teravus Ovares2007-12-281-2/+2
| | | | | | | | | * This patch addresses a regression where 5 default textures, including the default "new prim" texture, would not be shown unless in viewer cache. * Further, it supplies a new plywood texture as the base texture, which is purpose-made from locally photo-sourced material (means i took a picture and made it into a tile), which is closer in appearance and color to the Linden one. * It changes the default new prim texture UUID to match the UUID generated by the viewer when "default" is clicked, which is a texture UUID hardcoded in some scripts as well, so it would cause compatibility issues if not addressed. * The patch fixes a number of UUID duplications (same UUID for asset and inventory items) and capitalization issues in the XML files. * It also includes new versions of 4 other textures, which were no longer loadable in grid mode.
* * Added ability to create new prim on existing prim (rezzing prim from ↵Teravus Ovares2007-12-281-1/+16
| | | | | | | inventory on other prim coming soon). No more new prim buried in the ground by accident. * The prim are at the absolute position of the prim you rezzed it on top of + (0,0,0.5) for now.
* * Optimized usingslbsa712007-12-278-364/+384
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-271-1/+1
| | | | | | | * PrimitiveBaseShape: The textures are now exposed as a 'TextureEntry Textures'; all serialization still using the 'byte[] TextureEntry' for backwards compatibility. * Scene: Re-added AddTree, since the Tree type isn't gone from libsl, merely relocated.
* * Added slightly better object sit handlingTeravus Ovares2007-12-273-94/+104
| | | | | | | | * Added sit handling for sit targets * Implemented llSitTarget() * Implemented llAvatarOnSitTarget() * Sit targets do not persist sim restart.
* * Coded around another Null packet sent by the packet poolTeravus Ovares2007-12-261-18/+21
| | | | | * Condensed 8 calls to unmanaged code in ODE down to 1
* FOR http://opensimulator.org/mantis/view.php?id=226 I have a theory that an ↵Justin Clarke Casey2007-12-241-16/+28
| | | | | | | | | | inventory descendents packet which exceeds a certain size is not being received by the client due to something in the network constraining the maximum UDP packet size. This hypothesis fits the observed facts. The change here reduces the maximum number of items in any single packet to 20. If I'm wrong I'll go back and correct the comments.
* Make copying of scripts into prim inventories more reliable on the first ↵Justin Clarke Casey2007-12-221-2/+10
| | | | | | | | | | attempt when the asset server is lagging by formalising the de facto polling. This may not be the best solution in the long run, but should improve things for now. This may also improve reliability when updating inventory item metadata (e.g. renaming an item) and in retrieving textures for the main map view.
* minor refactorJustin Clarke Casey2007-12-221-1/+1
|
* * Masochistically updated libsecondlife.dll to r1550Teravus Ovares2007-12-221-1/+30
| | | | | | * after some tweaking to the UDPServer all appears to be well * Added what 'was' the GetType(bytes,packetEnd,zeroBuffer) to the UDPServer. (it was removed as a static method from Packet)
* Initial hookup of update task inventory event. No functionality yet.Justin Clarke Casey2007-12-221-1/+0
|
* *Fixed logic issue in LandManager that caused an 'invalid parcel' error to ↵mingchen2007-12-211-0/+1
| | | | spew in the debug when land was selected
* Refix bug where inventory textures don't appear in prim edit texture ↵Justin Clarke Casey2007-12-211-106/+138
| | | | | | | | selection box unless previously expanded in inventory.
* * Remapped the Connection shutdown path.Teravus Ovares2007-12-212-10/+28
| | | | | | | | | * This fixes a *bunch* of Mantis bugs related to the following * -- Neighbouring simulators not appearing after relog * -- Login to simulator only to be logged off by simulator. * -- ThreadAbort * -- Unable to shutdown circuitCode: x
* * Fix for Mantis: 0000229Teravus Ovares2007-12-211-85/+89
|
* * Fixed a null NewPack error in ClientView.InPacket (object pool returning ↵Teravus Ovares2007-12-201-28/+32
| | | | null objects?)
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-203-17/+87
| | | | Works with LibSL rev>1532
* Misc. cleanup:Jeff Ames2007-12-191-23/+6
| | | | | | | * added Util.Clip(value, min, max) * modified asset cache's numPackets calculation to use max packet size (600) instead of 1000 * removed a few magic numbers
* *Parcels and their access lists now store over multiple sessions when the ↵mingchen2007-12-181-2/+0
| | | | datastore is sqlite
* * Sakai appears to be having some sort of socket error that we've not ↵Teravus Ovares2007-12-181-0/+18
| | | | accounted for. We're going to assume that our endpoint is okay and continue reading.
* * Added Incomplete Handling of the RegionInfoRequest packet Teravus Ovares2007-12-181-9/+19
| | | | | | | * Added Incomplete Handling of the EstateCovenantRequest packet * Added Incomplete Handling of the EstateOwnerMessageRequest.ChangeEstateCovenantid method * Fixed a race condition with avatar animations
* * Removed the ObjectDisposed error.Teravus Ovares2007-12-181-4/+12
|
* * Fix for mantis 0000040 After client logout remote host closed connection ↵Teravus Ovares2007-12-183-8/+58
| | | | | | | | | on Simulator makes sim unuseable->'Closed Connection Called' * I've fundamentally changed a few things, so this is experimental * The routine that I used needs to be tested on Linux. I don't expect it to cause a problem, but hey, it might. * Child agents are still not logged off properly, so when the first set time out, the second set get logged off also, on the second log in if the second login is initiated before the first one fully times out.
* * Turned all instances of ForEach loops in ClientManager into Local Arrays. Teravus Ovares2007-12-171-2/+2
| | | | | | * Added Locking while the Copy is taking place. * Added an error message to describe what's actually happening.
* Thank you, Kiryu for a patch to fix out of sync error in UDP serverCharles Krinke2007-12-171-15/+7
| | | | | | in the file UDPServer.cs. Submitted by Jeff Ames via Mantis#200
* *Land has now been linked to the StorageManager. Next step is to fill in the ↵mingchen2007-12-171-3/+1
| | | | functions for the different datastore interfaces for Land Objects.
* The "Got a packet from an invalid client" has served its purposeCharles Krinke2007-12-171-1/+2
| | | | | | and is commented out, but is still there to help us if Mr.Murphy decides to teach us (me) a lesson.
* *Adding and Removing Avatars from the Access/Ban List for a parcel now ↵mingchen2007-12-161-6/+30
| | | | works, but the actual ban lines, etc are not done.
* * Added support for multiple terrain blocks to be edited at the same timeTeravus Ovares2007-12-151-4/+7
| | | | | | | * Now sending South and East cords to the terrain editor.. * No new functionality from a user perspective * Programming wise, there's enough information to get the select based terrain editor working in an upcoming revision.
* * some work on not storing the circuitPack (bad thing if we're going to ↵lbsa712007-12-153-127/+124
| | | | | | | | reuse packets) * some work on encapsulation, code convention compliance and beautification. * also, some ignores
* Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee2007-12-151-3/+60
| | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.
* Minor cleanupJeff Ames2007-12-134-4/+3
|
* Fix for #176 (... doesn't appear in chat bubbles). This also gets the viewer ↵Jeff Ames2007-12-131-13/+12
| | | | to handle starting/stopping of the typing animation.