| Commit message (Expand) | Author | Files | Lines |
2008-01-23 | * This update updates ODE to again use the AMotor to keep the avatar upright ... | Teravus Ovares | 1 | -8/+0 |
2008-01-23 | * Added ReadEtcIssue to Util | Teravus Ovares | 1 | -6/+4 |
2008-01-23 | * One more try at specifically identifying Debian from the code. | Teravus Ovares | 1 | -0/+8 |
2008-01-23 | * When Scene loads, added a platform string print out for testing purposes. ... | Teravus Ovares | 1 | -0/+2 |
2008-01-22 | * changed nonsensical PermissionMask and ObjectFlags mixup; if this causes pe... | lbsa71 | 1 | -2/+2 |
2008-01-22 | * Enabled dead region tracking for ChildAgentDataUpdates | Teravus Ovares | 1 | -3/+16 |
2008-01-22 | * Renamed a number of TerrainEngine functions to conform naming standards bet... | Adam Frisby | 1 | -5/+6 |
2008-01-21 | * Shutting down child agents properly in neighbor regions. | Teravus Ovares | 1 | -1/+5 |
2008-01-20 | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 1 | -0/+3 |
2008-01-20 | * Found and fixed a situation where a neighbor region would come up send a no... | Teravus Ovares | 1 | -2/+6 |
2008-01-19 | removed additional debugging, added temp mega-debugging to StoreLandObject | Tedd Hansen | 1 | -5/+0 |
2008-01-19 | More debugging | Tedd Hansen | 1 | -8/+0 |
2008-01-19 | More debugging | Tedd Hansen | 1 | -0/+4 |
2008-01-19 | More debugging in hunt for that random startup crash | Tedd Hansen | 1 | -0/+4 |
2008-01-19 | one more try before I leave | Tedd Hansen | 1 | -6/+6 |
2008-01-19 | "compile before commit, AND check compile result" - forgot a ; | Tedd Hansen | 1 | -1/+1 |
2008-01-19 | Still hunting, added debug output | Tedd Hansen | 1 | -3/+10 |
2008-01-18 | Added block for scenario: global exception handler called in loop when except... | Tedd Hansen | 1 | -4/+0 |
2008-01-18 | Why don't you try compiling before you commit? | Tedd Hansen | 1 | -2/+2 |
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 |