aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * This changes gridcomms types back to our home grown wholy controlled types. Teravus Ovares2008-09-061-5/+5
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-205/+193
* Mantis#2084. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-301-4/+18
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-3/+3
* Mantis #2003 - thank you, SachaMagne, for a patch that implementsMelanie Thielker2008-08-201-7/+34
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-191-1/+1
* Attachment persistence (Mantis #1711)Melanie Thielker2008-08-191-10/+19
* Fix region crossings and access to inventory after changing regions withinMelanie Thielker2008-08-191-2/+5
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-191-2/+2
* Attachment persistence!!! Patch #9170 (Mantis #1171)Melanie Thielker2008-08-191-1/+36
* Formatting cleanup.Jeff Ames2008-08-181-13/+13
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-161-1/+1
* Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2008-08-161-5/+4
* Pantis #1957Melanie Thielker2008-08-151-0/+9
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-151-1/+9
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-151-9/+13
* Mantis#1856. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-131-40/+20
* Thanks HomerHorwitz for a patch to enable the Stand Up button when sitting on...Jeff Ames2008-08-121-3/+5
* Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur2008-08-121-0/+4
* Minor formatting cleanup.Jeff Ames2008-08-121-2/+2
* Patch #9163 - Refactor initial packet sending out of InnerScene intoMelanie Thielker2008-08-111-82/+73
* Mantis#1901. Thank you kindly, Nlin for a patch that:Charles Krinke2008-08-071-1/+1
* * minor: log message twiddlingJustin Clarke Casey2008-08-011-1/+1
* * correct bug from last commit - for now don't drop cached user profile when ...Justin Clarke Casey2008-08-011-21/+8
* * Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey2008-08-011-5/+34
* Mantis#1859. Thank you kindly, Lmmz for a patch that:Charles Krinke2008-08-011-1/+8
* * Changed a number of field names to ccc (public members shouldn't be called m_)lbsa712008-07-261-2/+2
* Send Animation data for other avatars to new users joining the region (tested...MW2008-07-231-0/+13
* get rid of some LLQuaternion == null checks. Because LLQuaternion isSean Dague2008-07-231-18/+4
* Changed it so the avatar's rotation is now sent as part of a full avatar upda...MW2008-07-231-4/+25
* renamed ScenePresence.SendFullUpdateToAllClients() to SendInitialFullUpdateTo...MW2008-07-221-2/+17
* Mantis#1716. Thank you kindly, Nlin for a patch that:Charles Krinke2008-07-121-0/+9
* change SitTarget calls from functions to propertiesSean Dague2008-07-071-6/+6
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-2/+2
* Mantis#1463. Thank you, Melanie for a patch that addresses:Charles Krinke2008-07-031-2/+47
* Extracted the Avatar appearance functions out of the IUserService interface a...MW2008-06-281-2/+2
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-06-261-2/+1
* * Allow archiver to save and load objects within other objects to arbitrary l...Justin Clarke Casey2008-06-161-1/+1
* Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames2008-06-131-16/+9
* * Split the World Map code into a module.Teravus Ovares2008-06-121-1/+1
* * Fix the string substitutions in the last commitJustin Clarke Casey2008-06-111-1/+1
* * From inspecting OSGrid WP logs, it appears one particular client is failing...Justin Clarke Casey2008-06-111-3/+14
* * How tall are you? Certainly not 127 meters!Teravus Ovares2008-06-061-2/+9
* * true and not true or - not true and not true and.Teravus Ovares2008-06-061-1/+1
* * This limits avatar to the heightfield height if they teleport or cross a bo...Teravus Ovares2008-06-061-1/+6
* * This wraps the autopilot request to the client's sit response. An interes...Teravus Ovares2008-06-061-24/+120
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-0/+1
* * Fixed a dangling event hook that I added.Teravus Ovares2008-05-301-0/+37
* * Ruling out another potential cause of zombie-ismTeravus Ovares2008-05-291-0/+2
* * Added a child agent check to the ChildAgentData Update to make sure that yo...Teravus Ovares2008-05-291-1/+5