| Commit message (Expand) | Author | Age | Files | Lines |
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-08-21 | 1 | -3/+8 |
* | * oops. Mistake with value return. | Adam Frisby | 2009-08-21 | 1 | -0/+6 |
* | * Moves NPC Creation across AppDomains to prevent a major perfomance issue. | Adam Frisby | 2009-08-21 | 1 | -18/+68 |
* | * Make cache, actually cache. | Adam Frisby | 2009-08-21 | 1 | -1/+5 |
* | * Implements a cache in NPCModule for Appearance. | Adam Frisby | 2009-08-21 | 1 | -1/+11 |
* | * Fixing an issue with NPC's and Circuit Codes. | Adam Frisby | 2009-08-21 | 1 | -0/+3 |
* | * Fleshes more of NPCModule out. | Adam Frisby | 2009-08-21 | 1 | -13/+19 |
* | * Implements a bunch of stuff in NPCModule | Adam Frisby | 2009-08-21 | 1 | -8/+56 |
* | Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ... | Adam Johnson | 2009-08-16 | 1 | -0/+1 |
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 1 | -1/+1 |
* | This is the second part of the 'not crash on regionsize changes'. This le... | Teravus Ovares (Dan Olivares) | 2009-08-07 | 1 | -2/+2 |
* | Remove bad assembly identification tag | Melanie | 2009-08-05 | 1 | -3/+0 |
* | * Tweak the caps manager so that the NPCAvatar works again. | Teravus Ovares | 2009-08-01 | 2 | -3/+4 |
* | * Created a way that the OpenSimulator scene can ask the physics scene to do ... | Teravus Ovares | 2009-07-19 | 1 | -0/+3 |
* | fixed the bug where changing the rotation of a selection of prims in a linkse... | MW | 2009-07-17 | 1 | -0/+1 |
* | Some module reshuffling, no user functionality yet | Melanie Thielker | 2009-07-10 | 2 | -0/+877 |
* | Restore the functionality that was removed in r9928. This lets the load | Melanie Thielker | 2009-07-01 | 1 | -0/+5 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-19 | 1 | -1/+1 |
* | Thank you kindly, M1sha, for a patch that improves the treePopulator module: | Charles Krinke | 2009-06-14 | 1 | -137/+612 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 3 | -3/+3 |
* | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 2009-05-16 | 1 | -1/+1 |
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 1 | -0/+4 |
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 1 | -0/+4 |
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 1 | -1/+1 |
* | Add PlacesQuery packet | Melanie Thielker | 2009-04-20 | 1 | -0/+2 |
* | Correctly flag group owned prims in the land prim list | Melanie Thielker | 2009-04-16 | 1 | -1/+1 |
* | Fix build break and change some groups interfaces | Melanie Thielker | 2009-04-16 | 1 | -1/+1 |
* | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 2009-04-15 | 1 | -0/+1 |
* | Thank you, Fly-Man, for a patch that adds the stub to handle the | Melanie Thielker | 2009-04-14 | 1 | -0/+2 |
* | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 2009-04-10 | 1 | -0/+3 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3227 | Justin Clarke Casey | 2009-04-07 | 1 | -0/+1 |
* | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 2009-04-04 | 1 | -0/+2 |
* | Add PickInfoReply packet. | Melanie Thielker | 2009-03-30 | 1 | -0/+3 |
* | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 2009-03-29 | 1 | -6/+1 |
* | Finish the offline IM module (still needs a server). Add rudimentary | Melanie Thielker | 2009-03-29 | 1 | -0/+4 |
* | Add mute list request event and dummy response | Melanie Thielker | 2009-03-28 | 1 | -0/+6 |
* | * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with... | Teravus Ovares | 2009-03-28 | 1 | -1/+1 |
* | Add the events needed for profiles. | Melanie Thielker | 2009-03-27 | 1 | -0/+5 |
* | Remove a hardcoded flow/dependency on the money module from LLCLientView | Melanie Thielker | 2009-03-27 | 1 | -0/+4 |
* | Thanks M1sha for a patch to reinstate the original functionality of the TreeP... | Jeff Ames | 2009-03-09 | 1 | -38/+51 |
* | Plumb in the RetrieveInstantMessages event that is sent by the viewer | Melanie Thielker | 2009-02-26 | 1 | -0/+2 |
* | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 2009-02-19 | 1 | -1/+1 |
* | Re-add the objectID field to the anim pack, that was deemed unneccessary | Melanie Thielker | 2009-02-17 | 1 | -1/+1 |
* | * Change SendBulkUpdateInventory from two methods to one which accepts an Inv... | Justin Clarke Casey | 2009-02-11 | 1 | -5/+1 |
* | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 2009-02-10 | 3 | -0/+1432 |