| Commit message (Expand) | Author | Files | Lines |
2008-01-18 | Nope, that didn't do it - trying lock on performParcelPrimCountUpdate instead | Tedd Hansen | 1 | -8/+8 |
2008-01-18 | Added a mutex lock on loadAllLandObjectsFromStorage so maybe just MAYBE we ca... | Tedd Hansen | 1 | -8/+12 |
2008-01-17 | * Added and implemented the LSL changed event. | Teravus Ovares | 1 | -0/+7 |
2008-01-16 | * Fixed a packet counting issue that I introduced | Teravus Ovares | 1 | -1/+1 |
2008-01-16 | * Added Agent Time, Pending Downloads, and made Agent Updates/Sec actually ac... | Teravus Ovares | 1 | -1/+14 |
2008-01-16 | * Added Packets In/s, Packets Out/s and Current un_acked Packets to the SimSt... | Teravus Ovares | 1 | -0/+8 |
2008-01-16 | * Refactored the SimStatsReporter to reuse the same packet and packet blocks ... | Teravus Ovares | 1 | -1/+22 |
2008-01-15 | * Pass 2 of collidable (non physical) linksets | Teravus Ovares | 1 | -24/+3 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -5/+5 |
2008-01-12 | * Unmoderated the ODE FPS in the sim stats. Decided to do that after Andrew ... | Teravus Ovares | 1 | -0/+1 |
2008-01-12 | * For your enjoyment, some RAdmin improvements, namely a new LoadHeightmap me... | Adam Frisby | 1 | -0/+9 |
2008-01-07 | Commenting out InnerScene.SceneObjects for now since it was unpopulated and n... | Justin Clarke Casey | 1 | -24/+24 |
2008-01-07 | Persistent prim inventory phase 5. Restart scripts contained in persisted pr... | Justin Clarke Casey | 1 | -3/+5 |
2008-01-05 | * Hiding CompletePingChecks and UseCircuitCode messages.. as the packets ar... | Teravus Ovares | 1 | -1/+4 |
2008-01-04 | * Added the ability for estate managers to use the magic secondlife blue card... | Teravus Ovares | 1 | -23/+68 |
2008-01-03 | I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code... | Johan Berntsson | 1 | -1/+1 |
2008-01-02 | * Added the ability for Region Owners to add and remove estate managers using... | Teravus Ovares | 1 | -2/+2 |
2008-01-01 | * You can add and remove a friend in standalone now within the same simulator... | Teravus Ovares | 1 | -0/+41 |
2007-12-30 | * re-applied AddNewPrim refactoring... third time now... | lbsa71 | 1 | -36/+34 |
2007-12-30 | * This update rolls back the packetpool and LibSL changes. Please retest and... | Teravus Ovares | 1 | -39/+37 |
2007-12-28 | * Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ab... | Teravus Ovares | 1 | -2/+5 |
2007-12-28 | * redid the AddNewPrim refactoring as that got lost in r2855 | lbsa71 | 1 | -35/+34 |
2007-12-28 | Patch from Johan: LibSL updated to the latest revision (1568) and all packets... | Adam Johnson | 1 | -36/+35 |
2007-12-28 | * Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ... | lbsa71 | 1 | -32/+33 |
2007-12-28 | * Added ability to create new prim on existing prim (rezzing prim from invent... | Teravus Ovares | 1 | -37/+83 |
2007-12-28 | Add missing "System." to System.NullReferenceException | Charles Krinke | 1 | -1/+1 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -191/+209 |
2007-12-27 | * AssetServerBase: _ProcessRequest is now called GetAsset | lbsa71 | 1 | -4/+3 |
2007-12-24 | Prim inventory script saving phase 1. Create necessary CAPS structures for c... | Justin Clarke Casey | 1 | -1/+4 |
2007-12-24 | Again, great thanks to Alondria for: | Charles Krinke | 1 | -1/+20 |
2007-12-24 | Added regionName to "far away" region report. | Charles Krinke | 1 | -1/+2 |
2007-12-23 | * Patch from Alondria - Added LLFunctions llGetMass(), llGetLandOwnerAt(), ll... | Teravus Ovares | 1 | -1/+17 |
2007-12-22 | * Added smoother handling of interpenetrating physical objects. | Teravus Ovares | 1 | -0/+1 |
2007-12-22 | Initial hookup of update task inventory event. No functionality yet. | Justin Clarke Casey | 1 | -1/+3 |
2007-12-21 | * Remapped the Connection shutdown path. | Teravus Ovares | 1 | -3/+3 |
2007-12-20 | *Ban lines now work if they are enabled grid wide. | mingchen | 1 | -2/+10 |
2007-12-20 | * Cleaned up some code from an earlier commit | Teravus Ovares | 1 | -13/+1 |
2007-12-20 | * Added a configuration parameter on the Grid Server to disallow forceful ban... | Teravus Ovares | 1 | -2/+23 |
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W... | Jeff Ames | 1 | -5/+6 |
2007-12-20 | *Made a much more network friendly method of ban and pass line sending | mingchen | 1 | -2/+2 |
2007-12-18 | * Added Incomplete Handling of the RegionInfoRequest packet | Teravus Ovares | 1 | -0/+2 |
2007-12-18 | * Renamed AgentWearable to AvatarWearable | lbsa71 | 1 | -1/+1 |
2007-12-18 | * Fixed a potential race condition with adding Caps handlers | Teravus Ovares | 1 | -1/+9 |
2007-12-18 | * Added a Verbose and Debug error to border crossing so that this can be diag... | Teravus Ovares | 1 | -1/+9 |
2007-12-18 | * Fix for mantis 0000040 After client logout remote host closed connection on... | Teravus Ovares | 1 | -0/+5 |
2007-12-17 | * Turned all instances of ForEach loops in ClientManager into Local Arrays. | Teravus Ovares | 1 | -0/+1 |
2007-12-17 | Thank you to Kiryu for a patch to fix an out of Sync | Charles Krinke | 1 | -6/+28 |
2007-12-17 | *Land has now been linked to the StorageManager. Next step is to fill in the ... | mingchen | 1 | -1/+25 |
2007-12-16 | *Adding and Removing Avatars from the Access/Ban List for a parcel now works,... | mingchen | 1 | -0/+2 |
2007-12-15 | Grid Inventory feature upgrade: renaming folders should now be correct, subfo... | Brian McBee | 1 | -0/+1 |