aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.API.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* merged ClientView into a non partial class. WillSean Dague2007-11-281-1442/+0
* Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...MW2007-11-281-5/+5
* * Added a way for the Region master user to kick individual users from their ...Teravus Ovares2007-11-241-0/+1
* * Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares2007-11-241-1/+2
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-181-43/+43
* cleaned up some mono compiler warningsJeff Ames2007-11-181-1/+1
* first stab at implementation of CopyInventoryItemJeff Ames2007-11-181-0/+1
* Added handler for MapNameRequest - OnMapNameRequestDalien Talbot2007-11-181-0/+1
* Added ClickAction property to SceneObjectPart (and the relevant changes in IC...MW2007-11-171-2/+2
* * Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares2007-11-151-0/+1
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares2007-11-131-0/+5
* first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague2007-11-131-0/+1
* * Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.Teravus Ovares2007-11-121-0/+1
* Patch from Mathias Soeken (thanks Mathias!) to take care of the color Dalien Talbot2007-11-111-1/+5
* fixed non-ASCII chat and IMJeff Ames2007-11-081-1/+2
* * Added Rotational Velocity reporting for Client Interpolation to Terse UpdatesTeravus Ovares2007-11-081-10/+23
* add SendSunPos function to IClientAPI to let us pull all the sunSean Dague2007-11-071-2/+14
* * Substituted som 'GenericCall' with Action<>lbsa712007-11-051-4/+4
* Applying Teravus patch # 557. Some glue code for the updating of prim's veloc...MW2007-11-041-9/+34
* * Diuerse beavtificatemslbsa712007-11-011-3/+3
* some small changesMW2007-10-311-2/+2
* fixed filenames in log messagesJeff Ames2007-10-311-2/+2
* temporary fix for sitting collisions in ODEJeff Ames2007-10-301-13/+0
* * Optimized usingslbsa712007-10-301-254/+284
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-3/+7
* Started the process of cleaning up AssetCache and moving most of the code int...MW2007-10-291-0/+1
* Added preliminary support for sitting on primsJeff Ames2007-10-281-1/+17
* * Made EstateSetting static since there's only one instance, and we only need...lbsa712007-10-221-20/+20
* == The "right name and place" commit ==lbsa712007-10-051-1/+0
* * Yet some more connectivity restructuringlbsa712007-09-181-1/+3
* * Handlerized ViewerEffectlbsa712007-09-181-0/+1
* * Replaced usage of ClientView with IClientAPIlbsa712007-09-181-30/+23
* * Wired up chat so that channel goes into OnChatFromViewer. However:lbsa712007-09-141-8/+1
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* Little green men (aka dots on minimap). Thanks to bushing for Dalien Talbot2007-09-091-0/+21
* Partial fix for the "avatars permanently facing east" - now the rotationDalien Talbot2007-09-081-11/+18
* Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW2007-08-261-8/+49
* Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW2007-08-221-0/+1
* Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW2007-08-221-0/+1
* Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW2007-08-221-0/+1
* Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW2007-08-211-0/+1
* Can now turn on/off server side permission checking (on prim editing etc) fro...MW2007-08-211-0/+1
* Instant Messages between users in the same region should actually now work.MW2007-08-201-13/+15
* small clean up.MW2007-08-191-1/+17
* Sqlite datastore should now save the textures and extraparams data (used by s...MW2007-08-191-28/+98
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW2007-08-161-0/+12
* More work on inventory, can now create other inventory types, like Clothes an...MW2007-08-151-0/+2
* Few small fixesMW2007-08-101-3/+3
* Made a few changes so that once we enable the sqlite data store (simple line ...MW2007-08-101-1/+1
* Making sure my local working copy is in sync with svn before I start the job ...MW2007-08-091-13/+5