Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 1 | -4/+10 |
|\ | |||||
| * | Revolution is on the roll again! :) | Revolution | 2010-02-14 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | minor: log what kind of wearable cannot be found | Justin Clark-Casey (justincc) | 2010-02-05 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 1 | -16/+19 |
|\ \ | |/ | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check! | ||||
| * | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 17 | -541/+202 |
| | | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | ||||
| * | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 17 | -218/+560 |
| | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Finally cutting the gordian knot. Friends needs to be both a module and a | Melanie | 2010-02-04 | 1 | -6/+0 |
| | | | | | | | | | | service, and never the twain shall meet. This finally opens up the path to a working friends implementation | ||||
* | | Some interface and data structure changes, add the missing method in friends | Melanie | 2010-02-04 | 1 | -1/+6 |
| | | |||||
* | | Change a member of the friendslist module to better reflect the client side | Melanie | 2010-01-19 | 1 | -2/+2 |
| | | | | | | | | | | data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list. | ||||
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-01-16 | 1 | -1/+5 |
|\ \ | |/ | | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability. | ||||
| * | Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ↵ | dahlia | 2010-01-07 | 1 | -1/+6 |
| | | | | | | | | messages forwarded while offline. Addresses Mantis #4457 | ||||
| * | Fixes the newly added packets as per Melanie's request. | Revolution | 2010-01-07 | 1 | -2/+2 |
| | | | | | | | | | | | | Provisionally applied to fix the naming. Signatures are still subject to change. Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Several more buglets removed. | Diva Canto | 2010-01-13 | 1 | -2/+1 |
| | | |||||
* | | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 2010-01-11 | 1 | -7/+10 |
| | | |||||
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 9 | -9/+9 |
| | | |||||
* | | CommunicationsManager is practically empty. Only NetworkServersInfo is there. | Diva Canto | 2010-01-10 | 1 | -7/+10 |
| | | |||||
* | | * Starting to clean the house... | Diva Canto | 2010-01-10 | 1 | -1/+1 |
| | | | | | | | | * Fixed circular dependency | ||||
* | | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 6 | -532/+535 |
| | | | | | | | | | | * HG is seriously broken here * Compiles. Untested. | ||||
* | | Less refs to UserProfileCacheService. Compiles but likely doesn't run. | Diva Canto | 2010-01-09 | 3 | -3/+3 |
| | | |||||
* | | * Finished SimulationServiceConnector | Diva Canto | 2010-01-07 | 3 | -42/+63 |
| | | | | | | | | | | * Started rerouting calls to UserService. * Compiles. May run. | ||||
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-01-04 | 3 | -6/+6 |
|\ \ | |/ | |||||
| * | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 4 | -23/+23 |
| | | |||||
* | | Finally restire the EMPTY friends module (what a mess) | Melanie | 2010-01-01 | 1 | -550/+1 |
| | | |||||
* | | Merge branch 'master' into presence-refactor | Melanie | 2009-12-31 | 1 | -0/+548 |
|\ \ | |/ | |||||
| * | Adds Friend Finding functionality. | Revolution | 2009-12-31 | 1 | -0/+23 |
| | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | This is somewhat major-like..... Change the intialization order of | Melanie | 2009-12-28 | 2 | -4/+6 |
| | | | | | | | | | | | | | | Application plugins so that MainServer.Instance gets assigned before RegionModulesController loads the new style shared modules. This is needed because otherwise no new style shared module could register a HTTP method.... if it breaks, you get to keep both pieces | ||||
* | | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵ | Melanie | 2009-12-28 | 8 | -1553/+273 |
|/ | | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells. | ||||
* | Enable the profile module to be replaced completely, even for the base | Melanie | 2009-12-25 | 1 | -0/+13 |
| | | | | profile data | ||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2009-12-23 | 1 | -1/+7 |
|\ | |||||
| * | Added Close() to Inventory/Archiver/InventoryArchiveReadRequest, so that the ↵ | Diva Canto | 2009-12-22 | 1 | -1/+7 |
| | | | | | | | | stream can be closed. | ||||
* | | Fix a bounds exception I came across in IAR restore | Melanie | 2009-12-23 | 1 | -0/+5 |
|/ | |||||
* | Implement god mode user freezing and unfreezing | Justin Clark-Casey (justincc) | 2009-11-27 | 1 | -27/+44 |
| | | | | | | See http://opensimulator.org/mantis/view.php?id=4356 Thanks Revolution I performed a subsequent probable bug fix in this patch | ||||
* | Resolve issue where an iar load fails to preserve original item creators | Justin Clark-Casey (justincc) | 2009-11-26 | 3 | -2/+17 |
| | | | | | See http://opensimulator.org/mantis/view.php?id=4394 This change preserves the uuid when a profile is found rather than the ospa | ||||
* | Change chat config code so that enabled = false actually does disable the ↵ | Justin Clark-Casey (justincc) | 2009-11-25 | 1 | -2/+3 |
| | | | | chat module | ||||
* | minor: remove some mono compiler warnings, add --merge load oar switch to ↵ | Justin Clark-Casey (justincc) | 2009-11-25 | 1 | -1/+0 |
| | | | | help information | ||||
* | Make load/save iar slightly better in the face of io failures by always ↵ | Justin Clark-Casey (justincc) | 2009-11-24 | 2 | -63/+77 |
| | | | | attempting to close the streams | ||||
* | minor: remove experimental tags from load iar and save iar commands | Justin Clark-Casey (justincc) | 2009-11-24 | 1 | -2/+2 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-11-23 | 5 | -18/+18 |
| | |||||
* | minor: A further minor tweak to reduce iar load logging verbosity | Justin Clark-Casey (justincc) | 2009-11-13 | 1 | -2/+2 |
| | |||||
* | refactor some test asset creation into a helper class | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -8/+2 |
| | | | | remove mono compiler warning | ||||
* | minor: for now stop iar tests spewing log messages when running testsuite | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-11-09 | 2 | -7/+6 |
|\ | |||||
| * | Fixing the build break | John Hurliman | 2009-11-06 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2009-11-05 | 3 | -11/+119 |
| |\ | |||||
| * | | Changing the AssetBase constructors to avoid initializing assets with an ↵ | John Hurliman | 2009-11-05 | 2 | -5/+5 |
| | | | | | | | | | | | | unknown asset type, and log an error if it ever does happen | ||||
* | | | refactor out iar escaping | Justin Clark-Casey (justincc) | 2009-11-09 | 3 | -17/+26 |
| | | | |||||
* | | | minor: correct slightly over-enthusiastic load iar logging message | Justin Clark-Casey (justincc) | 2009-11-09 | 1 | -2/+1 |
| | | | |||||
* | | | fix load iar regression accidentally introduced in last commit | Justin Clark-Casey (justincc) | 2009-11-09 | 1 | -1/+1 |
| | | | |||||
* | | | minor: tweak load iar messages to be slightly less verbose | Justin Clark-Casey (justincc) | 2009-11-09 | 1 | -4/+5 |
| | | |