| Commit message (Expand) | Author | Age | Files | Lines |
* | * Initial commit of the slimupdates2 rewrite. This pass maintains the origina... | unknown | 2010-05-12 | 1 | -22/+12 |
* | thanks lkalif for Mantis #4676 - a patch that adds support for inventory links | dahlia | 2010-04-12 | 1 | -0/+1 |
* | Committing the LightShare code, which was developed by TomMeta of Meta7. | Melanie | 2010-03-31 | 1 | -1/+1 |
* | - parcel blocking, region crossing blocking, teleport blocking | unknown | 2010-03-09 | 1 | -0/+1 |
* | - supporting llTextBox | unknown | 2010-03-06 | 1 | -0/+4 |
* | Change the signature of SendChangeUserRights, because we have to send | Melanie | 2010-02-28 | 1 | -1/+1 |
* | Add missing ChangeUserRights packet sender | Melanie | 2010-02-28 | 1 | -0/+4 |
* | Initial Online friends notification seems to be working reliably now. All thi... | Diva Canto | 2010-02-28 | 1 | -2/+2 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 1 | -0/+2 |
|\ |
|
| * | Revolution is on the roll again! :) | Revolution | 2010-02-14 | 1 | -0/+2 |
| * | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 1 | -22/+10 |
| * | * Fix Endlines in IRCClientView.cs | Teravus Ovares (Dan Olivares) | 2010-01-26 | 1 | -9/+9 |
| * | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 1 | -10/+22 |
* | | * HGGridConnector is no longer necessary. | Diva Canto | 2010-01-29 | 1 | -9/+15 |
|/ |
|
* | Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed users | Melanie | 2010-01-09 | 1 | -1/+1 |
* | Adds IClientAPI voids for GroupProposals. | Revolution | 2010-01-08 | 1 | -1/+9 |
* | Fixes the newly added packets as per Melanie's request. | Revolution | 2010-01-07 | 1 | -10/+10 |
* | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 1 | -18/+18 |
* | Adds tons of packets. | Revolution | 2009-12-31 | 1 | -0/+31 |
* | Add AvatarInterestsReply | Melanie | 2009-12-26 | 1 | -0/+4 |
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -2/+2 |
* | Patch by revolution, thank you. Mantis #1789 . Implement friends permissions. | Melanie | 2009-11-05 | 1 | -0/+1 |
* | Backport the fixes to WebFetchInventoryDescendents to the UDP | Melanie | 2009-11-04 | 1 | -1/+1 |
* | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 2009-10-22 | 2 | -6/+11 |
* | Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi... | John Hurliman | 2009-10-17 | 1 | -0/+5 |
* | Merge branch 'master' into prioritization | Melanie | 2009-10-17 | 1 | -0/+7 |
|\ |
|
| * | Adds SendAvatarInterestsUpdate to IClientAPI | Melanie | 2009-10-17 | 1 | -0/+7 |
* | | Object update prioritization by Jim Greensky of Intel Labs, part one. This im... | John Hurliman | 2009-10-15 | 1 | -9/+4 |
|/ |
|
* | * Consolidated adding / removing ClientManager IClientAPIs to two places in S... | John Hurliman | 2009-10-13 | 1 | -1/+0 |
* | * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo... | John Hurliman | 2009-10-13 | 2 | -2/+8 |
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 1 | -2/+2 |
|\ |
|
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 1 | -2/+2 |
* | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
* | | * Change the signature of the agent set appearance callback to prevent unnece... | John Hurliman | 2009-09-30 | 1 | -6/+1 |
* | | Add RebakeAvatarTexturesPacket to the client view | Melanie | 2009-09-30 | 1 | -0/+4 |
|/ |
|
* | * Implements ISecurityCredential member on SPAvatar, SPAvatarAttachment | Adam Frisby | 2009-08-16 | 1 | -1/+2 |
* | Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ... | Adam Johnson | 2009-08-16 | 1 | -0/+1 |
* | This is the second part of the 'not crash on regionsize changes'. This le... | Teravus Ovares (Dan Olivares) | 2009-08-07 | 1 | -1/+1 |
* | * Created a way that the OpenSimulator scene can ask the physics scene to do ... | Teravus Ovares | 2009-07-19 | 1 | -0/+5 |
* | fixed the bug where changing the rotation of a selection of prims in a linkse... | MW | 2009-07-17 | 1 | -0/+1 |
* | Restore the functionality that was removed in r9928. This lets the load | Melanie Thielker | 2009-07-01 | 1 | -0/+5 |
* | Thank you kindly, Godfrey, for a patch that: | Charles Krinke | 2009-06-29 | 1 | -1/+2 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-19 | 1 | -1/+1 |
* | Comment out unused variables / private fields to avoid compiler warnings. | Jeff Ames | 2009-06-04 | 2 | -5/+3 |
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 3 | -11/+92 |
* | Update svn properties. | Jeff Ames | 2009-05-31 | 3 | -1700/+1700 |
* | Fix IRCd init check for config section | Mike Mazur | 2009-05-31 | 1 | -3/+3 |
* | * Tweaks to /WHO listings. | Adam Frisby | 2009-05-30 | 1 | -9/+23 |
* | * You are likely to be eaten by a grue. | Adam Frisby | 2009-05-30 | 2 | -61/+162 |