| Commit message (Expand) | Author | Files | Lines |
2008-11-10 | * Take out the 1 second sleep debugging line in ScenePresence | Justin Clarke Casey | 1 | -1/+0 |
2008-11-10 | Stop attachments from causing an update to be sent on every frame in which | Melanie Thielker | 1 | -2/+4 |
2008-11-08 | Small bugfix for RemoveNeighbourRegion | Homer Horwitz | 1 | -1/+1 |
2008-11-07 | * Correct catch changed on last commit, since I just realized I started makin... | Justin Clarke Casey | 1 | -1/+1 |
2008-11-07 | * minor: Remove mono compiler warning | Justin Clarke Casey | 1 | -1/+1 |
2008-11-07 | * Fix bug in r7162 where avatars could not move | Justin Clarke Casey | 1 | -0/+1 |
2008-11-07 | * Remove next local id from SceneBase | Justin Clarke Casey | 1 | -4/+0 |
2008-11-07 | * minor: Just some tidy up of log messages, etc. | Justin Clarke Casey | 1 | -13/+5 |
2008-11-07 | * Stop requiring local ids in the SOG constructors. | Justin Clarke Casey | 1 | -2/+1 |
2008-11-07 | Fixing up some remaining attachment issues | Melanie Thielker | 1 | -6/+4 |
2008-11-07 | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 1 | -35/+64 |
2008-11-06 | * refactor: Attach a scene object to a scene separately from its construction | Justin Clarke Casey | 1 | -11/+13 |
2008-11-06 | Mantis#2423. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 1 | -2/+2 |
2008-11-06 | Mantis#2514 & 1375. Thank you kindly, Thomas for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-11-06 | Disable distance sorting for child agents. It makes no sense there, as the | Melanie Thielker | 1 | -4/+7 |
2008-11-04 | * Stop sending wearables back to the client on set appearance | Justin Clarke Casey | 1 | -6/+1 |
2008-11-04 | * minor: appearance related doc and log message tweaking | Justin Clarke Casey | 1 | -5/+11 |
2008-11-04 | Added a (xmlIgnored) SitAnimation property to SceneObjectPart. That allows th... | MW | 1 | -2/+58 |
2008-10-31 | * Reinstate sending wearables back to the client in response to set appearance | Justin Clarke Casey | 1 | -1/+1 |
2008-10-28 | * Possibly fix grey avatar appearance problems | Justin Clarke Casey | 1 | -2/+2 |
2008-10-28 | * minor: Add documentation to some of the appearance methods, change some log... | Justin Clarke Casey | 1 | -9/+14 |
2008-10-28 | * Eliminate an extra unnecessary appearance fetch on login | Justin Clarke Casey | 1 | -19/+13 |
2008-10-28 | * minor: Doc and log message tidy up | Justin Clarke Casey | 1 | -3/+3 |
2008-10-28 | Thank you kindly, Mircea Kitsune for a patch that solves: | Charles Krinke | 1 | -2/+2 |
2008-10-26 | Committing a small fix for EventData along with more plumbing work | Melanie Thielker | 1 | -2/+20 |
2008-10-25 | Make ScenePresence.Close public to allow subclassing of SceneComms | Melanie Thielker | 1 | -1/+1 |
2008-10-23 | * Apply http://opensimulator.org/mantis/view.php?id=2459 | Justin Clarke Casey | 1 | -0/+5 |
2008-10-22 | Thank you kindly, Idb for a patch that: | Charles Krinke | 1 | -0/+21 |
2008-10-22 | Thank you kindly, Nlin for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-10-18 | Fix thingd so that autoreturn also works when the user is not in the sim. | Melanie Thielker | 1 | -1/+7 |
2008-10-18 | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 1 | -1/+1 |
2008-10-15 | Thanks to T. Sado and nlin for a patch that partially implements llGetAgentIn... | Dahlia Trimble | 1 | -3/+38 |
2008-10-15 | Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot(). | Dahlia Trimble | 1 | -0/+5 |
2008-10-14 | * Send an avatar update to other clients when an avatar rotates, as well as w... | Justin Clarke Casey | 1 | -3/+21 |
2008-10-14 | * minor: Make it clear that non-scheduled updates can happen outside of the p... | Justin Clarke Casey | 1 | -3/+1 |
2008-10-14 | * refactor: rename SendKiPrimitive to SendKillObject since this appears more ... | Justin Clarke Casey | 1 | -1/+1 |
2008-10-12 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-10-12 | * Fixed two major unhandled exceptions discovered during the Pub Quiz on friday. | Adam Frisby | 1 | -1/+9 |
2008-10-05 | * Fix sitting avatar showing up properly on the minimap | Teravus Ovares | 1 | -1/+18 |
2008-10-04 | Unclutter rezzing methods by removing the ad hoc permissions parameters. | Melanie Thielker | 1 | -1/+1 |
2008-09-30 | - a couple of minor code cleanups in RestInventoryServices | Dr Scofield | 1 | -0/+1 |
2008-09-28 | * okay.. Now you can do border crossings with the security 'fixed' client.... | Teravus Ovares | 1 | -1/+17 |
2008-09-14 | Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -3/+8 |
2008-09-13 | Update avatar-position while avatar is sitting and the prim is moved (#2159). | Homer Horwitz | 1 | -0/+5 |
2008-09-12 | * Patch http://opensimulator.org/mantis/view.php?id=2172 | Justin Clarke Casey | 1 | -4/+18 |
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -0/+5 |
2008-09-10 | Revert the two debug log statements from r6212 as described in Mantis 2126. | Charles Krinke | 1 | -14/+0 |
2008-09-10 | Thank you kindly, CMickeyB for a patch that adds a | Charles Krinke | 1 | -0/+14 |
2008-09-06 | * This changes gridcomms types back to our home grown wholy controlled types. | Teravus Ovares | 1 | -5/+5 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -205/+193 |