aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Upped version number to 0.6.5lbsa712009-05-251-3/+3
|
* Send the owner name, not the client name on SendDialog.Homer Horwitz2009-05-161-1/+1
| | | | | | This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661.
* Paving the way for syncing group permissions across a gridMelanie Thielker2009-05-121-0/+4
|
* Add a method to flush the prim update buffers once a frame, since the timerMelanie Thielker2009-05-041-0/+4
| | | | | | | appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this.
* Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker2009-04-301-1/+1
| | | | | | | | avatar updates into a single packet. Applied with changes. Fixes Mantis #3136
* Add PlacesQuery packetMelanie Thielker2009-04-201-0/+2
|
* Correctly flag group owned prims in the land prim listMelanie Thielker2009-04-161-1/+1
|
* Fix build break and change some groups interfacesMelanie Thielker2009-04-161-1/+1
|
* Commit the group deeding support, thank you, mcortezMelanie Thielker2009-04-151-0/+1
|
* Thank you, Fly-Man, for a patch that adds the stub to handle theMelanie Thielker2009-04-141-0/+2
| | | | | | avatar interests update.
* Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin2009-04-101-0/+3
| | | | | | | | | | | | | | Addresses Mantis #3381 The current implementation works as expected if the object has no rotation or only rotation around the Z axis; you can spin the object left or right (around the world Z axis). It works a little unexpectedly if the object has a non-Z-axis rotation; in this case the body is spun about its local Z axis, not the world Z-axis. (But SL also behaves oddly with a spin on an arbitrarily rotated object.)
* * Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey2009-04-071-0/+1
| | | | | | | * Implement "Add To Outfit" * Thanks FredoChaplin
* Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz2009-04-041-0/+2
| | | | | First part of Mantis #964, the necessary clouds image will follow separately.
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-011-2/+2
|
* Add PickInfoReply packet.Melanie Thielker2009-03-301-0/+3
| | | | | | Fixes Mantis #3324
* Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker2009-03-291-6/+1
| | | | | | | sending. With this change, all methods that handle IM now use GridInstantMessage rather than individual parameters.
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-291-0/+4
| | | | | | | support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now).
* Add mute list request event and dummy responseMelanie Thielker2009-03-281-0/+6
|
* * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility ↵Teravus Ovares2009-03-281-1/+1
| | | | | | | with LibOMV based clients. * Modifies the IClientAPI! So client stacks will need to be modified!
* Add the events needed for profiles.Melanie Thielker2009-03-271-0/+5
| | | | | | Fixes Mantis #3324
* Remove a hardcoded flow/dependency on the money module from LLCLientViewMelanie Thielker2009-03-271-0/+4
|
* Plumb in the RetrieveInstantMessages event that is sent by the viewerMelanie Thielker2009-02-261-0/+2
| | | | | | when it is ready to receive offline IM
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa712009-02-201-3/+3
| | | | 0.6.3.* to better track down dll ref and overwrite problems.
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa712009-02-191-1/+1
| | | | poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-1/+1
| | | | | | | | usable. Applied with formatting changes, please don't introduce K&R style indentations into OpenSim Fixes Mantis #3190
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-171-1/+1
| | | | | | | | and dropped nonths ago, because it is required to get smooth region crossings with AO running. Without it, in some corner cases, anims will continue to run in an unstoppable state.
* * optimized usings.lbsa712009-02-121-2/+1
|
* * Change SendBulkUpdateInventory from two methods to one which accepts an ↵Justin Clarke Casey2009-02-111-5/+1
| | | | InventoryNode
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-065-6/+6
| | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
* * Separate starting a client thread into a separate Start() method (which ↵Justin Clarke Casey2009-01-121-0/+4
| | | | matches the existing Stop() and Restart() methods)
* Finish dwell sending, adding the forgotten method body.Melanie Thielker2009-01-091-1/+6
| | | | | | | Add UserInfo and a dummy reply to enable Hippo Viewer users to disable IM logging (option was greyed out in OpenSim before)
* Plumb the remaining dwell packetsMelanie Thielker2009-01-031-0/+5
|
* Plumb the profile reply packets for picks, classifieds and notesMelanie Thielker2008-12-251-0/+17
|
* Plumb in EventNotification* and EventGodDeleteMelanie Thielker2008-12-231-0/+4
|
* Plumb in the 4 missing classified events and the 3 packet methodsMelanie Thielker2008-12-231-0/+13
|
* * Re-implement packet tracking in IClientAPI so we can see what's going on ↵Teravus Ovares2008-12-211-0/+1
| | | | in the client network in the simstats manager. This makes packets in per second, packets out per second, and unacked bytes work again in the simulator stats section.
* Plumb the TP-Sending packetsMelanie Thielker2008-12-141-0/+2
|
* Add missing scene reference. Fixes a NRE. SimpleModule now works again (sort ↵Homer Horwitz2008-12-121-1/+2
| | | | of).
* Replace the throwing of a NonImplementedException in MyNpcCharacter, so thatHomer Horwitz2008-12-121-1/+1
| | | | | | the SimpleModule doesn't prevent the start of the region server, if used. Note: This module doesn't do anything sensible; it only serves as an example.
* * Put in the code necessary to allow inventory transfer of whole folders ↵Justin Clarke Casey2008-12-041-0/+3
| | | | | | | | (and their contents) between agents, not just single items * However, this is not currently activated since it's not absolutely fully tested and there's a bug lurking in there to do with the sending of the BulkInventoryUpdate packets
* * simplify AddNewClient since making this root without using MakeRootAgent() ↵Justin Clarke Casey2008-11-281-1/+2
| | | | no longer sets everything up properly
* Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-271-0/+10
| | | | | | | | | | | | | | Adds a new method to IClientAPI to allow adding message handlers for GenericMessages (of which "autopilot" is one). Part 2 adds a specific autopilot handler in ScenePresence.cs. 2) Removing unused variables and functions. 3) Simplifying the navigation logic in ScenePresence.cs. The original patch was somewhat complex because it included orientation logic for a future enhancement of orienting the avatar to point towards the direction being walked. Currently this isn't working, though, so I removed the orientation code, which leaves just the smaller and hopefully simpler-to-understand movement code.
* First stage group permissions plumbingMelanie Thielker2008-11-221-0/+5
|
* Mantis#2638. Thank you kindly, Sacha Magne for a patch that:Charles Krinke2008-11-191-0/+1
| | | | | | Implementing "Play sound inworld". Currently a WIP .
* Remove a redundant parameterMelanie Thielker2008-11-161-1/+1
|
* * Implements terrain raw upload. You can now upload your .raw terrain files ↵Teravus Ovares2008-11-141-0/+2
| | | | | | | using the Estate Tools. * Could this be extended in the future to support .oar uploads too? Only time will tell!
* More groups plumbingMelanie Thielker2008-11-141-0/+12
|
* Prevent pieces from other people's HUDs from displaying at the center ofMelanie Thielker2008-11-111-2/+3
| | | | | | every user's HUD
* * Commit allows downloading of the .raw terrain from the estate tools.Teravus Ovares2008-11-101-0/+5
| | | | | | | * Implements the SendInitiateDownload method in IClientAPI * Uses the ITerrainModule Interface to write a terrain file to disk then uses a FileStream to read the binary file from the disk and put it in a byte array. and save to the xFer list. * It then tells the client to download the file and the client initiates an Xfer request.
* * Extend basic scene test to retrieve the object from the scene and match uuidsJustin Clarke Casey2008-11-101-9/+9
| | | | | | | * Decouple sog and sop by removing the need to pass the sog to the sop when it is created - most of the code was doing this operation (and hence duplicating it) anyway * Remove unused constructors