| Commit message (Expand) | Author | Files | Lines |
2010-03-25 | minor: some debugging information and spacing changes to group module | Justin Clark-Casey (justincc) | 3 | -7/+7 |
2010-03-25 | add get group by name method to IGroupsModule | Justin Clark-Casey (justincc) | 2 | -10/+27 |
2010-03-19 | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene... | Dan Lake | 2 | -3/+3 |
2010-03-19 | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA... | Dan Lake | 1 | -24/+15 |
2010-03-09 | - parcel blocking, region crossing blocking, teleport blocking | unknown | 2 | -0/+2 |
2010-03-06 | - supporting llTextBox | unknown | 2 | -0/+8 |
2010-02-28 | Change the signature of SendChangeUserRights, because we have to send | Melanie | 2 | -2/+2 |
2010-02-28 | Add missing ChangeUserRights packet sender | Melanie | 2 | -0/+8 |
2010-02-28 | Initial Online friends notification seems to be working reliably now. All thi... | Diva Canto | 2 | -4/+4 |
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 1 | -1/+1 |
2010-02-22 | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 1 | -1/+1 |
2010-02-20 | Formatting cleanup. | Jeff Ames | 2 | -74/+59 |
2010-02-19 | Apply http://opensimulator.org/mantis/view.php?id=4495 | Justin Clark-Casey (justincc) | 2 | -0/+8 |
2010-02-14 | Revolution is on the roll again! :) | Revolution | 4 | -3/+7 |
2010-02-12 | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2010-01-31 | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot... | Diva Canto | 1 | -14/+1 |
2010-01-29 | * HGGridConnector is no longer necessary. | Diva Canto | 2 | -18/+29 |
2010-01-30 | apply http://opensimulator.org/mantis/view.php?id=4486 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 12 | -254/+125 |
2010-01-26 | * A few other endlines... | Teravus Ovares (Dan Olivares) | 1 | -9/+9 |
2010-01-26 | * Fix Endlines in IRCClientView.cs | Teravus Ovares (Dan Olivares) | 1 | -9/+9 |
2010-01-23 | Updates all IRegionModules to the new style region modules. | Revolution | 12 | -125/+254 |
2010-01-11 | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 1 | -1/+1 |
2010-01-11 | more specific config error logging | dr scofield (aka dirk husemann) | 1 | -2/+8 |
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 3 | -3/+3 |
2010-01-10 | NetworkServersInfo removed from CommsManager. | Diva Canto | 1 | -2/+3 |
2010-01-10 | CommunicationsManager is practically empty. Only NetworkServersInfo is there. | Diva Canto | 1 | -3/+9 |
2010-01-10 | Some typos fixed related to master avie removal | Diva Canto | 1 | -2/+2 |
2010-01-10 | Remove a little bit more if master avatar | Melanie | 1 | -6/+0 |
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 3 | -11/+3 |
2010-01-10 | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 1 | -3/+4 |
2010-01-09 | Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed users | Melanie | 2 | -2/+2 |
2010-01-08 | Adds IClientAPI voids for GroupProposals. | Revolution | 2 | -2/+18 |
2010-01-08 | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 1 | -21/+20 |
2010-01-07 | Fixes the newly added packets as per Melanie's request. | Revolution | 2 | -20/+20 |
2010-01-04 | Formatting cleanup. Add copyright headers. | Jeff Ames | 5 | -45/+45 |
2009-12-31 | Adds tons of packets. | Revolution | 2 | -0/+63 |
2009-12-26 | Add AvatarInterestsReply | Melanie | 2 | -0/+8 |
2009-12-23 | Thank you kindly, Ziah for a patch that adds the channel to the class ChatEve... | Charles Krinke | 4 | -2/+16 |
2009-12-21 | Patch from Ziah. | Melanie | 1 | -8/+32 |
2009-11-27 | Remove stub Python module and DLLs since this was never fully implemented | Justin Clark-Casey (justincc) | 2 | -119/+0 |
2009-11-27 | minor: make irc bridge logging less verbose if it isn't actually enabled | Justin Clark-Casey (justincc) | 1 | -4/+5 |
2009-11-26 | minor: reduce region ready logging verbosity | Justin Clark-Casey (justincc) | 1 | -5/+4 |
2009-11-17 | minor: remove mono compiler warning due to unreachable code in GroupsModule | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2009-11-12 | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2009-11-10 | Add IScriptModuleComms interface and region module to handle dispatch of | Melanie | 1 | -0/+105 |
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 1 | -4/+1 |
2009-11-05 | Patch by revolution, thank you. Mantis #1789 . Implement friends permissions. | Melanie | 2 | -0/+2 |
2009-11-04 | Backport the fixes to WebFetchInventoryDescendents to the UDP | Melanie | 2 | -1/+2 |
2009-11-02 | Removing duplicate SceneObjectPart.RotationalVelocity property | John Hurliman | 2 | -8/+5 |