aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 0001199: [PATCH] Add support for default animations Teravus Ovares2008-05-111-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Melanie... Thanks Melanie! .
* * Mantis #1127 - Patch to implement depreciated patches. Thanks middlelink!Adam Frisby2008-05-111-4/+36
|
* * Refactored two more OutPackets. ObjectPropertiesFamily, and Object ↵Teravus Ovares2008-05-101-0/+73
| | | | Properties.
* * More OutPacket refactors.Teravus Ovares2008-05-101-0/+13
| | | | | * 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/+15
| | | | | * 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/+28
|
* * Experiment in Zerocoding.Teravus Ovares2008-05-101-11/+27
|
* * remove 2 warnings.Teravus Ovares2008-05-081-1/+1
|
* *Added all the permission checks to the sceneexternalchecks and modified ↵mingchen2008-05-081-13/+13
| | | | | | | permission module to follow this. *This makes permission checking much more modular; allows restrictive and granting module to be made without modifying the existing permission module
* * Proper fix for 1191 - Missing TypeData in ViewerEffectEventHandlerArg.Adam Frisby2008-05-081-0/+1
|
* * You can haz more spring cleaning.Adam Frisby2008-05-081-0/+1
| | | | | * Eventually this codebase will be clean. >_>
* * Some refactorings.Adam Frisby2008-05-081-2/+1
| | | | | * Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module.
* * Temporary fix for Mantis 1177.Adam Frisby2008-05-071-1/+2
|
* * Removes references to libsecondlife.Packets from IClientAPI. BAD ↵Adam Frisby2008-05-071-5/+77
| | | | | | | PROGRAMMERS. NAUGHTY. * Thanks to Andrew (DeepThink) for working on this one.
* enable velocity on our full update, as I think I know why Sean Dague2008-05-071-2/+2
| | | | | | this didn't previously work
* seriously hope this gives us rotation and rotational velocitySean Dague2008-05-071-1/+1
|
* * Other then the prim update experiments that are going on now, ↵Teravus Ovares2008-05-071-0/+12
| | | | llTakeControls works now along with the 'release controls button'. llReleaseControls() works mostly :D.
* check in a new approach to thisSean Dague2008-05-071-1/+7
|
* ok, reverting the bad packet fill in, going to try this againSean Dague2008-05-071-86/+4
| | | | | | slightly differently
* make prims reliable to see how that effects this update pathSean Dague2008-05-071-0/+1
|
* this change probably causes an earthshattering kaboom, andSean Dague2008-05-071-4/+85
| | | | | | | sends all your prims to mars. or it fixes llTargetOmega. place your bets quickly before I have a chance to test it.
* 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).
* if we are aborting the client loop we should tell someoneSean Dague2008-05-071-0/+1
|
* *Added SceneExternalChecks.cs that is used to manage checking the results of ↵mingchen2008-05-071-0/+3
| | | | multiple functions that register with the class and return the result (usually true/false) based on those results. This is useful for module wanting to put their opinion in decisions such as 'can the user rez this object?'
* revert 4546, I definitely didn't understand what I was doing hereSean Dague2008-05-071-66/+47
| | | | | | and awebb says he's close to a functional patch for 1166
* attempted fix of http://opensimulator.org/mantis/view.php?id=1166. ThisSean Dague2008-05-071-47/+66
| | | | | | is currently untested and may result in weirdness. Beware this changeset.
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-05-071-6/+12
| | | | | | | | | | | 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-3/+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-62/+60
| | | | | | | 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/+13
| | | | visible features.
* * Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey2008-05-052-17/+18
|
* *Standardized the Land module by removing all references to ↵mingchen2008-05-051-3/+217
| | | | libsecondlife.packets
* * Unraveled the DEBUG_CHANNEL mystery.Teravus Ovares2008-05-051-5/+5
| | | | | | | | * 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/+33
|
* *Fixed up EstateManagementModule to the module standard - no more packets ↵mingchen2008-05-041-7/+295
| | | | | | | allowed! *Started cleaning up the land module
* * For your fragging desire, damage enabled land works, but watch out!, life ↵Teravus Ovares2008-05-031-0/+6
| | | | does not regenerate until you're dead!
* fixed the dos line endingsSean Dague2008-05-028-6300/+6300
|
* * More refactorings of UDPServer.Adam Frisby2008-05-022-6/+6
| | | | | | * Removed all references where possible. * Renamed lots of variables from UDPServerXYZ to clientServerXYZ
* * More clientstack abstractions - We now only have a single constructor call ↵Adam Frisby2008-05-023-10/+25
| | | | to UDPServer. Going to reduce this with an abstracted constructor in a bit.
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby2008-05-029-6278/+6301
| | | | are in.
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-2/+2
| | | | | * Made a bunch more members static, removed some dead code, general cleaning.
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-011-0/+1
| | | | with namespaces.
* * Assorted spring cleanings.Adam Frisby2008-05-011-1/+1
|
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵Teravus Ovares2008-04-301-25/+59
| | | | | | | Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box.
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-281-7/+7
| | | | | | | | | | | | | | | | | | Note: This is the first part of some changes from Dr Scofield to support console-less operation of an OpenSim region server. The changes are not yet complete. * refactors OpenSimMain into two classes: OpenSimMain and OpenSimMainConsole. OpenSimMainConsole derives from OpenSimMain and basically is the "old" OpenSimMain * drops StartConsole from RegionApplicationBase (was only called from the "old" OpenSimMain anyhow) * reverts the changes to TryGetScene(string, out scene) as that seems to work perfectly fine * adds a check to region-remove to see whether m_sceneManger.CurrentScene is non-null before comparing it against the region-to-be-removed
* * Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares2008-04-281-0/+19
| | | | | * 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-1/+18
| | | | | | | | | | | | | | | 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-6/+7
| | | | I need them to be for attachments.
* * First draft implementation of copying prim inventory items back to agent ↵Justin Clarke Casey2008-04-261-1/+23
| | | | | | | | | | inventory * Now, if you own an item in a prim, you should be able to successfully drag it back into your inventory * Temporarily, users which are not owners of the item cannot copy it, even if 'everyone can copy' is set * This is pending fixes/implementation of upstream permission implementation
* * Used thomas' patch m884 as an example to make HUD attachments work. ↵Teravus Ovares2008-04-251-1/+1
| | | | While I didn't use the patch directly, I did use the following from the patch to convert the uint value into the byte: (byte)((m_attachmentPoint % 16) * 16 + (m_attachmentPoint / 16))