aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke2008-06-261-0/+2
| | | | | | Adds handlers for the reclaim land functionality, plus all needed permissions checks.
* added the flag param to IClientAPI.SendMapBlockMW2008-06-251-1/+1
|
* first part of Requestmapblocks fixes: Adds uint flags param to the ↵MW2008-06-251-1/+1
| | | | OnRequestMapBlocks event (and handler), as when a client sends a map block request it also sends what layer it wants it for 0,1,2. It will always send two requests, one of them being for layer 2 (the overlay layer) and the other one either 0 or 1 depending on the tab that is selected in the client worldmap window. We should also be sending what layer the reply is for in IClientAPI.SendMapBlock (current always set to 0). That will come in next part (most likely at the weekend).
* * Adds Region ban capability to Regions. You access this by going to ↵Teravus Ovares2008-06-211-0/+3
| | | | | | | | World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar. * It only persists across reboots for the mySQL datastore currently. * Currently have stubs in the other datastores.
* Mantis#1543. Thank you kindly, Jonc for a patch that:Charles Krinke2008-06-191-1/+3
| | | | | | Implements terrain bake from Region/Estate dialog and respects estate settings during terraforming
* * Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares2008-06-181-0/+2
|
* *Parcel Prim Count Maximums moved to their own functions so modules can ↵mingchen2008-06-111-1/+1
| | | | override the default method of calculating how many prims a parcel can have.
* * This wraps the autopilot request to the client's sit response. An ↵Teravus Ovares2008-06-061-0/+1
| | | | | | | interesting, but successful way to do it. * This also takes care of a few error situations that were previously never seen.
* Mantis#1406. Thank you kindly, Xantor for a patch that:Charles Krinke2008-05-281-1/+1
| | | | | | | | | llLoopSound sends out one packet to clients in view, so it doesn't work anymore when clients enter later on, or the prim is modified in any way. Solution: Stored sound data on prim, send full update instead. llStartSound and llLoopSound now accept both LLUUIDs to a sound as well as object inventory sound names. llStopSound clears prim data and sends full update.
* Thank you kindly, Melanie for a patch for script resetCharles Krinke2008-05-261-0/+2
| | | | | that creates the event handler chain ready to hook by script engines
* This cleans up a merge mess from the earlier checkin and implements ↵Dr Scofield2008-05-261-0/+13
| | | | | | | | llOwnerSay() via the newly created Scene.SimBroadcast() call.
* * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.Teravus Ovares2008-05-251-0/+6
|
* This enables return from the parcel object owner display.Teravus Ovares2008-05-241-0/+3
| | | | | There's some oddness with the parcel counts, but if you can get past the oddness, you can return objects under an owner that you have permission to return.
* Thank you kindly, Melanie, for:Charles Krinke2008-05-231-1/+1
| | | | | | | Nothing huge, but the new button code for producing a new script does well, but the script will not allow for name change once created. It reverts back to new script.
* * Group type stuff. Nothing spectacular. two packets, sorta almost semi ↵Teravus Ovares2008-05-181-1/+3
| | | | half tiny amount implemented.
* * Tweaked patch mantis 1302 and committing it.Teravus Ovares2008-05-171-2/+9
|
* * Committing patch from mantis 0001297: [PATCH] Fix behavior of child prim ↵Teravus Ovares2008-05-161-1/+1
| | | | inventories. Also enables 'New Script' button. from Melanie. Thanks Melanie!
* Formatting cleanup.Jeff Ames2008-05-161-17/+17
|
* * Adding the very bare minimum for the client to register user as having the ↵Teravus Ovares2008-05-141-0/+3
| | | | group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets.
* * Refactored OutPacket out of ScenePresence Teravus Ovares2008-05-141-3/+8
| | | | | * Down to 65 warnings.
* * Refactored OutPacket and FirstName/LastName out of Friends Module.Teravus Ovares2008-05-141-2/+4
|
* *Complete redo of the permissions modulemingchen2008-05-131-0/+3
| | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed
* * Added some build warnings for Teravus. :)Adam Frisby2008-05-121-1/+11
|
* Formatting cleanup.Jeff Ames2008-05-121-1/+1
|
* 0001199: [PATCH] Add support for default animations Teravus Ovares2008-05-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Melanie... Thanks Melanie! .
* * Refactored two more OutPackets. ObjectPropertiesFamily, and Object ↵Teravus Ovares2008-05-101-0/+11
| | | | Properties.
* * More OutPacket refactors.Teravus Ovares2008-05-101-0/+3
| | | | | * Added back a sleep to the kick routine so users get a 'you have been logged off message' when they get kicked from the simulator for various reasons (like 'the simulator is going down')
* * Two more OutPacket refactors. TextureSender.Teravus Ovares2008-05-101-0/+2
| | | | | * The split image packet sender doesn't like to be refactored (images don't load after it's been refactored), so left that as is for the moment.
* Refactored out a few warnings related to Adam's bane OutPacketTeravus Ovares2008-05-101-0/+4
|
* * Proper fix for 1191 - Missing TypeData in ViewerEffectEventHandlerArg.Adam Frisby2008-05-081-0/+1
|
* * Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!)Adam Frisby2008-05-081-0/+2
|
* * Added Obsolete() tag to IClientAPI.OutPacket.Adam Frisby2008-05-071-1/+1
| | | | | * Increased compiler warnings by a whoppingly large number.
* * Removes references to libsecondlife.Packets from IClientAPI. BAD ↵Adam Frisby2008-05-071-7/+77
| | | | | | | PROGRAMMERS. NAUGHTY. * Thanks to Andrew (DeepThink) for working on this one.
* * Other then the prim update experiments that are going on now, ↵Teravus Ovares2008-05-071-0/+4
| | | | llTakeControls works now along with the 'release controls button'. llReleaseControls() works mostly :D.
* get all the right bits to SendPrimitiveToClient so we can actuallySean Dague2008-05-071-8/+11
| | | | | | set vel, acc, and rvel in the packet (though this isn't done yet).
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-05-071-1/+1
| | | | | | | | | | | The attached patch moves the sun module incrementally nearer where it needs to be. Default behavior, i.e. no overriding configuration is to match Second Life's diurnal/nocturnal rhythm. All designated values are now sent to the client.There remain a couple of unanswered questions about how this SHOULD be implemented though.
* send actual velocity and angular velocity in terse updatesSean Dague2008-05-061-1/+1
| | | | | | | instead of hardcoding to zero when the primitive is non physical. llTargetOmega should work now.
* *LLClientView is now pushed the EstateSettings instead of pulling it from ↵mingchen2008-05-061-5/+52
| | | | | | | the scene...more to standards *LandChannel no longer requires libsecondlife.Packets (it should have never needed it in the first place)
* * Committing a bunch of work for control snatching. Not done yet. No ↵Teravus Ovares2008-05-061-0/+3
| | | | visible features.
* *Standardized the Land module by removing all references to ↵mingchen2008-05-051-1/+26
| | | | libsecondlife.packets
* * Unraveled the DEBUG_CHANNEL mystery.Teravus Ovares2008-05-051-2/+10
| | | | | | | | * Moved script errors to the debug channel. * Typing '/2147483647 OK' results in a debug_channel message. * Expanded the available parameters that are send-able through IClientAPI
* *Fixed a mistake in the EstateManagementModule that messed up the trunk.mingchen2008-05-041-0/+1
|
* *Fixed up EstateManagementModule to the module standard - no more packets ↵mingchen2008-05-041-3/+41
| | | | | | | allowed! *Started cleaning up the land module
* * For your fragging desire, damage enabled land works, but watch out!, life ↵Teravus Ovares2008-05-031-0/+1
| | | | does not regenerate until you're dead!
* * Refactored ClientView into LLClientView. Removed all direct references to ↵Adam Frisby2008-05-021-0/+6
| | | | | | | | | UDPServer and replaced with IClientNetworkServer. * This should, in theory, let us make new servers with different protocols very easily (rather than the challenge we would have faced before). * BREAKS LoadBalancing module for the moment. * Commit 1/3 - Please dont attempt to update to this revision until all 3 are in.
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵Teravus Ovares2008-04-301-3/+6
| | | | | | | Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box.
* * Spring cleaning.Adam Frisby2008-04-291-73/+83
| | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
* * Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares2008-04-281-0/+2
| | | | | * In the future this should be a config option... and, hopefully this tides the builders over for a little while.
* * Single Attachments now work from inventory. You can attach from inventory ↵Teravus Ovares2008-04-271-0/+1
| | | | | | | | | | | | | | | and detach from inventory. * Detaching from right clicking in world, detaches to your inventory. * If you go up to a prim and attach it from in world, it appears in your inventory. * Attachment placement is saved when you detach them. * Choosing wear remembers your last attachment point from inventory. * Wrote a method to update an inventory item's asset and sends the updated inventory item to the Client * Wrote a recursive method to find the folder of a known existing inventory item. * Removed a block on physics object position on creation. This might crash a region or two, let us know via Mantis if your region crashes because of a physics out of bounds error. * Drop doesn't work. The menu item doesn't even come up. Don't know why :P.
* * More attachment stuff, reworked some of the inventory routines to be what ↵Teravus Ovares2008-04-271-2/+2
| | | | I need them to be for attachments.