| Commit message (Expand) | Author | Age | Files | Lines |
* | * This update updates ODE to again use the AMotor to keep the avatar upright ... | Teravus Ovares | 2008-01-23 | 1 | -8/+0 |
* | * Added ReadEtcIssue to Util | Teravus Ovares | 2008-01-23 | 1 | -6/+4 |
* | * One more try at specifically identifying Debian from the code. | Teravus Ovares | 2008-01-23 | 1 | -0/+8 |
* | * When Scene loads, added a platform string print out for testing purposes. ... | Teravus Ovares | 2008-01-23 | 1 | -0/+2 |
* | * changed nonsensical PermissionMask and ObjectFlags mixup; if this causes pe... | lbsa71 | 2008-01-22 | 1 | -2/+2 |
* | * Enabled dead region tracking for ChildAgentDataUpdates | Teravus Ovares | 2008-01-22 | 1 | -3/+16 |
* | * Renamed a number of TerrainEngine functions to conform naming standards bet... | Adam Frisby | 2008-01-22 | 1 | -5/+6 |
* | * Shutting down child agents properly in neighbor regions. | Teravus Ovares | 2008-01-21 | 1 | -1/+5 |
* | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2008-01-20 | 1 | -0/+3 |
* | * Found and fixed a situation where a neighbor region would come up send a no... | Teravus Ovares | 2008-01-20 | 1 | -2/+6 |
* | removed additional debugging, added temp mega-debugging to StoreLandObject | Tedd Hansen | 2008-01-19 | 1 | -5/+0 |
* | More debugging | Tedd Hansen | 2008-01-19 | 1 | -8/+0 |
* | More debugging | Tedd Hansen | 2008-01-19 | 1 | -0/+4 |
* | More debugging in hunt for that random startup crash | Tedd Hansen | 2008-01-19 | 1 | -0/+4 |
* | one more try before I leave | Tedd Hansen | 2008-01-19 | 1 | -6/+6 |
* | "compile before commit, AND check compile result" - forgot a ; | Tedd Hansen | 2008-01-19 | 1 | -1/+1 |
* | Still hunting, added debug output | Tedd Hansen | 2008-01-19 | 1 | -3/+10 |
* | Added block for scenario: global exception handler called in loop when except... | Tedd Hansen | 2008-01-18 | 1 | -4/+0 |
* | Why don't you try compiling before you commit? | Tedd Hansen | 2008-01-18 | 1 | -2/+2 |
* | Nope, that didn't do it - trying lock on performParcelPrimCountUpdate instead | Tedd Hansen | 2008-01-18 | 1 | -8/+8 |
* | Added a mutex lock on loadAllLandObjectsFromStorage so maybe just MAYBE we ca... | Tedd Hansen | 2008-01-18 | 1 | -8/+12 |
* | * Added and implemented the LSL changed event. | Teravus Ovares | 2008-01-17 | 1 | -0/+7 |
* | * Fixed a packet counting issue that I introduced | Teravus Ovares | 2008-01-16 | 1 | -1/+1 |
* | * Added Agent Time, Pending Downloads, and made Agent Updates/Sec actually ac... | Teravus Ovares | 2008-01-16 | 1 | -1/+14 |
* | * Added Packets In/s, Packets Out/s and Current un_acked Packets to the SimSt... | Teravus Ovares | 2008-01-16 | 1 | -0/+8 |
* | * Refactored the SimStatsReporter to reuse the same packet and packet blocks ... | Teravus Ovares | 2008-01-16 | 1 | -1/+22 |
* | * Pass 2 of collidable (non physical) linksets | Teravus Ovares | 2008-01-15 | 1 | -24/+3 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -5/+5 |
* | * Unmoderated the ODE FPS in the sim stats. Decided to do that after Andrew ... | Teravus Ovares | 2008-01-12 | 1 | -0/+1 |
* | * For your enjoyment, some RAdmin improvements, namely a new LoadHeightmap me... | Adam Frisby | 2008-01-12 | 1 | -0/+9 |
* | Commenting out InnerScene.SceneObjects for now since it was unpopulated and n... | Justin Clarke Casey | 2008-01-07 | 1 | -24/+24 |
* | Persistent prim inventory phase 5. Restart scripts contained in persisted pr... | Justin Clarke Casey | 2008-01-07 | 1 | -3/+5 |
* | * Hiding CompletePingChecks and UseCircuitCode messages.. as the packets ar... | Teravus Ovares | 2008-01-05 | 1 | -1/+4 |
* | * Added the ability for estate managers to use the magic secondlife blue card... | Teravus Ovares | 2008-01-04 | 1 | -23/+68 |
* | I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code... | Johan Berntsson | 2008-01-03 | 1 | -1/+1 |
* | * Added the ability for Region Owners to add and remove estate managers using... | Teravus Ovares | 2008-01-02 | 1 | -2/+2 |
* | * You can add and remove a friend in standalone now within the same simulator... | Teravus Ovares | 2008-01-01 | 1 | -0/+41 |
* | * re-applied AddNewPrim refactoring... third time now... | lbsa71 | 2007-12-30 | 1 | -36/+34 |
* | * This update rolls back the packetpool and LibSL changes. Please retest and... | Teravus Ovares | 2007-12-30 | 1 | -39/+37 |
* | * Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ab... | Teravus Ovares | 2007-12-28 | 1 | -2/+5 |
* | * redid the AddNewPrim refactoring as that got lost in r2855 | lbsa71 | 2007-12-28 | 1 | -35/+34 |
* | Patch from Johan: LibSL updated to the latest revision (1568) and all packets... | Adam Johnson | 2007-12-28 | 1 | -36/+35 |
* | * Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ... | lbsa71 | 2007-12-28 | 1 | -32/+33 |
* | * Added ability to create new prim on existing prim (rezzing prim from invent... | Teravus Ovares | 2007-12-28 | 1 | -37/+83 |
* | Add missing "System." to System.NullReferenceException | Charles Krinke | 2007-12-28 | 1 | -1/+1 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -191/+209 |
* | * AssetServerBase: _ProcessRequest is now called GetAsset | lbsa71 | 2007-12-27 | 1 | -4/+3 |
* | Prim inventory script saving phase 1. Create necessary CAPS structures for c... | Justin Clarke Casey | 2007-12-24 | 1 | -1/+4 |
* | Again, great thanks to Alondria for: | Charles Krinke | 2007-12-24 | 1 | -1/+20 |
* | Added regionName to "far away" region report. | Charles Krinke | 2007-12-24 | 1 | -1/+2 |