| Commit message (Expand) | Author | Files | Lines |
2013-07-06 | Simina activity detector was too eager. Disabled it in case simian is not bei... | Diva Canto | 1 | -1/+2 |
2013-07-06 | Add implementations for llSetVelocity and llSetAngularVelocity. | Robert Adams | 3 | -0/+38 |
2013-07-06 | BulletSim: implementation of linkset center-of-mass. | Robert Adams | 5 | -29/+70 |
2013-07-06 | BulletSim: More tweaking on center-of-mass. Almost there. Changes have no eff... | Robert Adams | 4 | -101/+51 |
2013-07-06 | BulletSim: comments and non-functional changes working toward the center-of-g... | Robert Adams | 4 | -20/+39 |
2013-07-06 | BulletSim: non-functional updates. Comments and formatting. | Robert Adams | 4 | -43/+67 |
2013-07-05 | Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to be... | Diva Canto | 5 | -25/+29 |
2013-07-06 | Fix mono warning in LLImageManagerTests | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-07-06 | Get InventoryWorkerThreads to update watchdog on processing requests | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2013-07-06 | Update thread watchdog on GridServiceRequestThread periodically and turn off ... | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2013-07-06 | refactor: Make stats and sim status simpler by extending BaseStreamHandler li... | Justin Clark-Casey (justincc) | 2 | -77/+23 |
2013-07-05 | Add very basic regression test TestChildAgentSingleRegionCapabilities() which... | Justin Clark-Casey (justincc) | 1 | -0/+88 |
2013-07-04 | Delete some verbose debug messages | Diva Canto | 3 | -6/+6 |
2013-07-04 | Throttle the viewer's requests for region handles. Apparently Kokua is reques... | Diva Canto | 2 | -18/+161 |
2013-07-04 | Guard against completely unknown user UUIDs. | Diva Canto | 1 | -3/+6 |
2013-07-04 | Debug the RegionHandle handler (same issue) | Diva Canto | 1 | -0/+1 |
2013-07-04 | Revert "WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT." | Diva Canto | 1 | -4/+0 |
2013-07-04 | WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT. | Diva Canto | 1 | -0/+4 |
2013-07-04 | Revert "Same freeze issue, now checking if it's in estate" | Diva Canto | 1 | -1/+0 |
2013-07-04 | Same freeze issue, now checking if it's in estate | Diva Canto | 1 | -0/+1 |
2013-07-04 | With diva's permission, temporarily reinsert Unknown UserUMMAU3 to make sure ... | Justin Clark-Casey (justincc) | 1 | -7/+18 |
2013-07-04 | More debug, same issue | Diva Canto | 2 | -1/+3 |
2013-07-04 | More debug, same issue | Diva Canto | 2 | -3/+5 |
2013-07-04 | More debug related to the previous commit | Diva Canto | 1 | -1/+1 |
2013-07-04 | Now trying to find a cause of freeze at login related to friends status notif... | Diva Canto | 1 | -2/+5 |
2013-07-04 | HG Friends: this was commented some commits ago, but it shouldn't have been. | Diva Canto | 1 | -25/+24 |
2013-07-04 | HG Friends: migration #3 is failing on some installations of MySql. Setting t... | Diva Canto | 1 | -1/+1 |
2013-07-04 | Add --default option to "debug lludp packet" command to allow packet logging ... | Justin Clark-Casey (justincc) | 1 | -17/+52 |
2013-07-04 | Revert "HG Friends: debug an issue where the friends data stored in the DB is... | Diva Canto | 2 | -9/+1 |
2013-07-04 | HG Friends: debug an issue where the friends data stored in the DB is incompl... | Diva Canto | 2 | -1/+9 |
2013-07-04 | change "debug packet" command to "debug lludp packet" to conform with other "... | Justin Clark-Casey (justincc) | 3 | -74/+59 |
2013-07-02 | Squoosh one last opportunity for Unknown Users to creep in. | Diva Canto | 1 | -7/+5 |
2013-07-02 | Deleted debug messages. Fixed a null ref exception on the POST handler of Gri... | Diva Canto | 3 | -9/+7 |
2013-07-03 | minor: Correct typo of "Descrition" to "Description" in "show object *" conso... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-07-02 | Fix SQL statement | Diva Canto | 3 | -3/+3 |
2013-07-02 | Do the same for SQLite and MSSQL | Diva Canto | 2 | -2/+2 |
2013-07-02 | Really make it call the method with the query interface | Diva Canto | 1 | -1/+1 |
2013-07-02 | More debug messages | Diva Canto | 2 | -2/+11 |
2013-07-02 | This should have a strong effect on the Unknown User issue mantis #6625 | Diva Canto | 6 | -6/+50 |
2013-07-02 | HG: close a loophole by which if something was wrong with the ServiceURLs it ... | Diva Canto | 3 | -2/+11 |
2013-07-01 | Update debug unknown user name UserUMMTGUN3 to UserUMMTGUN4 and UserUMMAU -> ... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-06-30 | BulletSim: add the reset of the last commit for flush log file problems. | Robert Adams | 2 | -2/+2 |
2013-06-30 | BulletSim: fix an occasional crash with flushing log files. | Robert Adams | 1 | -4/+2 |
2013-06-30 | BulletSim: remove the handle to the vehicle actor and cause routines | Robert Adams | 2 | -32/+70 |
2013-06-30 | BulletSim: set linkset type to be prim specific rather than a simulator | Robert Adams | 3 | -15/+8 |
2013-06-30 | BulletSim: a better version of llMoveToTarget that doesn't go crazy. | Robert Adams | 5 | -19/+98 |
2013-06-30 | BulletSim: add inTaintTime parameter to collision cache clear function. | Robert Adams | 1 | -3/+3 |
2013-06-30 | Groups V2: charge for group creation only after the group has been successful... | Diva Canto | 1 | -1/+4 |
2013-06-30 | Revert "More debug mantis #6625" | Diva Canto | 1 | -1/+0 |
2013-06-30 | Revert "One more debug mantis #6625" | Diva Canto | 1 | -1/+0 |