| Commit message (Expand) | Author | Files | Lines |
2008-01-09 | dump_assets_to_file=true will now cause the asset to go into a UserAssets sub... | Brian McBee | 2 | -10/+62 |
2008-01-09 | Third part of CharlieO's library rework. We now have library organization! Th... | Brian McBee | 1 | -32/+35 |
2008-01-07 | * Enabling the LLSD Login method by jhurliman so libSecondLife clients work o... | Teravus Ovares | 1 | -3/+3 |
2008-01-07 | *Added ability to update only necessary data on insertRegion for the grid ser... | mingchen | 1 | -5/+23 |
2008-01-07 | * More message server methods | Teravus Ovares | 1 | -0/+1 |
2008-01-07 | * Adding More to the MessageServer classes. | Teravus Ovares | 2 | -0/+30 |
2008-01-06 | * A few more Message Server comms related updates | Teravus Ovares | 2 | -0/+25 |
2008-01-06 | * Added some userserver glue for communications with the message server | Teravus Ovares | 2 | -0/+133 |
2008-01-06 | Factor out TaskInventoryItem | Justin Clarke Casey | 1 | -0/+101 |
2008-01-05 | Fix for typo in updateInventoryItem in MSSQLInventoryData.cs (thanks Grumly!) | Brian McBee | 1 | -1/+1 |
2008-01-05 | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 1 | -0/+7 |
2008-01-05 | * Applying jhurliman's LLSD login enablement patch. | Teravus Ovares | 5 | -5/+434 |
2008-01-04 | * possibly the least significant commit so far into 2008 | lbsa71 | 1 | -1/+1 |
2008-01-04 | *Added ability to skip any use of the console when configuring and assume def... | mingchen | 10 | -17/+19 |
2008-01-04 | * Added the ability for estate managers to use the magic secondlife blue card... | Teravus Ovares | 2 | -0/+5 |
2008-01-03 | * Made covenant changes made in the estate tools persist across sim restarts. | Teravus Ovares | 1 | -0/+5 |
2008-01-03 | * Added lock to Contains to avoid enumeration exceptions | lbsa71 | 1 | -1/+4 |
2008-01-03 | Packet recycling has been temporarily disabled to avoid the performance probl... | Johan Berntsson | 1 | -0/+5 |
2008-01-03 | I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code... | Johan Berntsson | 1 | -1/+2 |
2008-01-02 | * Added the ability for Region Owners to add and remove estate managers using... | Teravus Ovares | 1 | -3/+58 |
2008-01-02 | Fixed buffer overrun bug in ZeroDecodeCommand | Johan Berntsson | 1 | -2/+23 |
2008-01-02 | * Fixed an issue where the PacketPool would ZeroDecodeCommand into a too smal... | lbsa71 | 1 | -1/+2 |
2008-01-02 | * Did a bit of estate work. Added some fields to EstateSettings.xml for est... | Teravus Ovares | 1 | -0/+252 |
2008-01-02 | * Trying to address TextureSender issues | lbsa71 | 4 | -41/+48 |
2008-01-02 | * Refactored out function to load specified AssetSet Xml | lbsa71 | 3 | -11/+17 |
2008-01-02 | * Fixed an issue where the RegionFlags and SimAccess settings were being save... | Teravus Ovares | 1 | -2/+2 |
2008-01-02 | * Re-wrote IM that sends the friend request so that it displays the name of t... | Teravus Ovares | 1 | -1/+1 |
2008-01-02 | * Updates UserServer | Teravus Ovares | 2 | -5/+1 |
2008-01-01 | * You can add and remove a friend in standalone now within the same simulator... | Teravus Ovares | 7 | -11/+196 |
2007-12-31 | Make it possible for new inventory 'libraries' to be added without changing t... | Justin Clarke Casey | 3 | -86/+122 |
2007-12-31 | * Added database and UserManagerBase glue for FriendsList management | Teravus Ovares | 9 | -7/+482 |
2007-12-31 | Correctly output library inventory folder type and version information | Justin Clarke Casey | 2 | -5/+5 |
2007-12-31 | Standard library folders can now be configued in the xml in inventory/OpenSim... | Justin Clarke Casey | 2 | -46/+129 |
2007-12-30 | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 6 | -0/+181 |
2007-12-30 | Add an extra check that we don't create new inventory folders for a user that... | Justin Clarke Casey | 2 | -5/+24 |
2007-12-30 | Shift default OpenSim library into its own directory | Justin Clarke Casey | 1 | -1/+1 |
2007-12-30 | * This update rolls back the packetpool and LibSL changes. Please retest and... | Teravus Ovares | 1 | -2/+1 |
2007-12-30 | * Applied Melanie's same instance IM fix. This will make IMs work within the... | Teravus Ovares | 1 | -14/+4 |
2007-12-29 | Make inventory items nominate explicit inventory folders rather than hardcoding | Justin Clarke Casey | 1 | -7/+12 |
2007-12-29 | Allow OpenSim operators to specify their own asset sets without needing to ch... | Justin Clarke Casey | 2 | -19/+64 |
2007-12-28 | * Patch from Melanie provides Util.CleanString and uses it on the prim name a... | Teravus Ovares | 1 | -5/+28 |
2007-12-28 | Migrate opensim default assets up another directory in preparation for extrac... | Justin Clarke Casey | 1 | -2/+2 |
2007-12-28 | Move OpenSimAssetSet assets file up into assets pending further changes | Justin Clarke Casey | 1 | -1/+1 |
2007-12-28 | Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main | Justin Clarke Casey | 5 | -105/+162 |
2007-12-28 | Move inventory contents configuration files to bin/inventory folder | Justin Clarke Casey | 1 | -3/+3 |
2007-12-28 | * Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ab... | Teravus Ovares | 1 | -1/+17 |
2007-12-28 | Set svn:eol-style. | Jeff Ames | 2 | -4/+4 |
2007-12-28 | Patch from Johan: LibSL updated to the latest revision (1568) and all packets... | Adam Johnson | 2 | -13/+144 |
2007-12-28 | * Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ... | lbsa71 | 2 | -60/+50 |
2007-12-28 | * Patch from Melanie. Thanks Melanie! | Teravus Ovares | 1 | -2/+2 |