| Commit message (Expand) | Author | Age | Files | Lines |
* | * Remove unused and largely unimplemented UpdateUserCurrentRegion() | Justin Clarke Casey | 2008-11-27 | 1 | -1/+0 |
* | * minor: remove the ability to change the client in ScenePresence to reduce t... | Justin Clarke Casey | 2008-11-27 | 1 | -1/+3 |
* | Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-11-27 | 1 | -0/+132 |
* | * minor: Remove unused SetAnimation method that was identical to TrySetAnimation | Justin Clarke Casey | 2008-11-26 | 1 | -13/+1 |
* | * Eliminate forceAvatarMovement() in favour of existing AddNewMovement() | Justin Clarke Casey | 2008-11-26 | 1 | -7/+4 |
* | * Get rid of the phenomena where the avatar sometimes reverts to the stand an... | Justin Clarke Casey | 2008-11-26 | 1 | -6/+30 |
* | * Adding ScenePresence.ClientView property to return IClientCore interface to... | Adam Frisby | 2008-11-26 | 1 | -0/+6 |
* | * Swaps Scene.Entities Dictionary for EntityManager. | Adam Frisby | 2008-11-24 | 1 | -1/+1 |
* | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 2008-11-21 | 1 | -1/+1 |
* | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 2008-11-21 | 1 | -1/+1 |
* | * Add enough infrastructure code to run an extremely basic and flaky add root... | Justin Clarke Casey | 2008-11-20 | 1 | -0/+2 |
* | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2008-11-19 | 1 | -3/+3 |
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 1 | -3/+3 |
* | * Added and removed debug information relating to client connections | Adam Frisby | 2008-11-18 | 1 | -2/+3 |
* | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 2008-11-17 | 1 | -3/+3 |
* | * Stop nulling SOG.m_rootPart and parts on object deletion | Justin Clarke Casey | 2008-11-17 | 1 | -5/+5 |
* | Lots of experimentation yielded a fair approximation of a hip offset from the | Melanie Thielker | 2008-11-14 | 1 | -1/+8 |
* | * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra... | Justin Clarke Casey | 2008-11-12 | 1 | -1/+1 |
* | Restore the independent LocalID numbering for avatars. Fixes an issue where | Melanie Thielker | 2008-11-10 | 1 | -1/+4 |
* | * Take out the 1 second sleep debugging line in ScenePresence | Justin Clarke Casey | 2008-11-10 | 1 | -1/+0 |
* | Stop attachments from causing an update to be sent on every frame in which | Melanie Thielker | 2008-11-10 | 1 | -2/+4 |
* | Small bugfix for RemoveNeighbourRegion | Homer Horwitz | 2008-11-08 | 1 | -1/+1 |
* | * Correct catch changed on last commit, since I just realized I started makin... | Justin Clarke Casey | 2008-11-07 | 1 | -1/+1 |
* | * minor: Remove mono compiler warning | Justin Clarke Casey | 2008-11-07 | 1 | -1/+1 |
* | * Fix bug in r7162 where avatars could not move | Justin Clarke Casey | 2008-11-07 | 1 | -0/+1 |
* | * Remove next local id from SceneBase | Justin Clarke Casey | 2008-11-07 | 1 | -4/+0 |
* | * minor: Just some tidy up of log messages, etc. | Justin Clarke Casey | 2008-11-07 | 1 | -13/+5 |
* | * Stop requiring local ids in the SOG constructors. | Justin Clarke Casey | 2008-11-07 | 1 | -2/+1 |
* | Fixing up some remaining attachment issues | Melanie Thielker | 2008-11-07 | 1 | -6/+4 |
* | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 2008-11-07 | 1 | -35/+64 |
* | * refactor: Attach a scene object to a scene separately from its construction | Justin Clarke Casey | 2008-11-06 | 1 | -11/+13 |
* | Mantis#2423. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 2008-11-06 | 1 | -2/+2 |
* | Mantis#2514 & 1375. Thank you kindly, Thomas for a patch that: | Charles Krinke | 2008-11-06 | 1 | -1/+1 |
* | Disable distance sorting for child agents. It makes no sense there, as the | Melanie Thielker | 2008-11-06 | 1 | -4/+7 |
* | * Stop sending wearables back to the client on set appearance | Justin Clarke Casey | 2008-11-04 | 1 | -6/+1 |
* | * minor: appearance related doc and log message tweaking | Justin Clarke Casey | 2008-11-04 | 1 | -5/+11 |
* | Added a (xmlIgnored) SitAnimation property to SceneObjectPart. That allows th... | MW | 2008-11-04 | 1 | -2/+58 |
* | * Reinstate sending wearables back to the client in response to set appearance | Justin Clarke Casey | 2008-10-31 | 1 | -1/+1 |
* | * Possibly fix grey avatar appearance problems | Justin Clarke Casey | 2008-10-28 | 1 | -2/+2 |
* | * minor: Add documentation to some of the appearance methods, change some log... | Justin Clarke Casey | 2008-10-28 | 1 | -9/+14 |
* | * Eliminate an extra unnecessary appearance fetch on login | Justin Clarke Casey | 2008-10-28 | 1 | -19/+13 |
* | * minor: Doc and log message tidy up | Justin Clarke Casey | 2008-10-28 | 1 | -3/+3 |
* | Thank you kindly, Mircea Kitsune for a patch that solves: | Charles Krinke | 2008-10-28 | 1 | -2/+2 |
* | Committing a small fix for EventData along with more plumbing work | Melanie Thielker | 2008-10-26 | 1 | -2/+20 |
* | Make ScenePresence.Close public to allow subclassing of SceneComms | Melanie Thielker | 2008-10-25 | 1 | -1/+1 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2459 | Justin Clarke Casey | 2008-10-23 | 1 | -0/+5 |
* | Thank you kindly, Idb for a patch that: | Charles Krinke | 2008-10-22 | 1 | -0/+21 |
* | Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-10-22 | 1 | -1/+1 |
* | Fix thingd so that autoreturn also works when the user is not in the sim. | Melanie Thielker | 2008-10-18 | 1 | -1/+7 |
* | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2008-10-18 | 1 | -1/+1 |