| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | Apply adaption of patch in http://opensimulator.org/mantis/view.php?id=4628 | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -3/+2 |
| | * | | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -0/+57 |
| | |\ \
| | | |/ |
|
| | * | | Added overload of SendGenericMessage to LLClientView with string list as para... | Mikko Pallari | 2010-05-21 | 9 | -0/+47 |
* | | | | fix hanging output throttle arithmetic | Mike Rieker | 2010-05-27 | 1 | -39/+27 |
|/ / / |
|
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-21 | 28 | -420/+544 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-05-21 | 2 | -69/+68 |
| |\ \
| | |/ |
|
| | * | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-05-21 | 2 | -17/+32 |
| | |\ |
|
| | | * | Added a sanity check before using m_config in the Scene constructor | John Hurliman | 2010-05-21 | 1 | -16/+19 |
| | * | | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-05-21 | 15 | -315/+207 |
| | |\ \ |
|
| | * | | | rearrange SceneGraph.AddSceneObject() to return earlier if an object with tha... | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -53/+49 |
| * | | | | Add a new priority scheme that works like FrontBack, but completely depriorit... | Melanie | 2010-05-21 | 1 | -0/+57 |
| | |_|/
| |/| | |
|
| * | | | * Added code comments to Prioritizer.cs that document how to add a new update... | John Hurliman | 2010-05-21 | 1 | -1/+13 |
| | |/
| |/| |
|
| * | | * Moving all of the prioritization/reprioritization code into a new file Prio... | John Hurliman | 2010-05-21 | 15 | -315/+207 |
| |/ |
|
| * | minor: remove LongRunning test designator from TestAddSceneObject() since it ... | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -1/+1 |
| * | add test to make sure that adding an object where one already exists in the s... | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -0/+34 |
| * | extend TestAddSceneObject() to check Scene.AddNewSceneObject() return boolean | Justin Clark-Casey (justincc) | 2010-05-21 | 2 | -5/+13 |
| * | Fix a problem where SceneGraph.AddSceneObject() would return false on success... | Justin Clark-Casey (justincc) | 2010-05-21 | 2 | -8/+14 |
| * | make oar object filename/pathname creation a helper method | Justin Clark-Casey (justincc) | 2010-05-21 | 5 | -38/+108 |
| * | minor: refactor CreateAsset to eliminate dupe code | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -3/+5 |
| * | add prim item and test asset save in save oar unit test | Justin Clark-Casey (justincc) | 2010-05-21 | 6 | -11/+55 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-21 | 1 | -9/+7 |
|\ \
| |/ |
|
| * | Only send dialogs and notices to root agents, not child agents | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -9/+7 |
| * | Change the way the object perms are propagated to attempt to salvage | Melanie | 2010-05-21 | 1 | -21/+23 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-21 | 1 | -38/+32 |
|\ \
| |/ |
|
| * | * Made PriorityQueue non-generic so it natively understands EntityUpdate structs | John Hurliman | 2010-05-20 | 1 | -38/+32 |
| * | Ensure that the first update sent out for any given prim is a full update | Melanie Thielker | 2010-05-21 | 1 | -0/+11 |
* | | Ensure that the first update sent out for any given prim is a full update | Melanie Thielker | 2010-05-21 | 1 | -0/+11 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-21 | 243 | -4893/+5995 |
|\ \
| |/ |
|
| * | Cleaned up MySql migrations a bit more, got rid of all old-form migration fil... | Diva Canto | 2010-05-20 | 5 | -32/+8 |
| * | Removed sessionID from GridUserservice again. Removed parcel crossing detecti... | Diva Canto | 2010-05-20 | 9 | -21/+18 |
| * | Merging slimupdates2 | unknown | 2010-05-20 | 32 | -889/+1093 |
| |\ |
|
| | * | * Don't send texture data for prims in ImprovedTerseObjectUpdate packets unle... | unknown | 2010-05-20 | 1 | -1/+5 |
| | * | * Added sessionID to IGridUserService.SetLastPosition(), as some connectors w... | unknown | 2010-05-20 | 9 | -132/+189 |
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into slimupd... | unknown | 2010-05-15 | 3 | -50/+7 |
| | |\ |
|
| | * | | Refactor scene presence list for lockless iteration. Lock contention will now... | Dan Lake | 2010-05-15 | 1 | -61/+53 |
| | * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into slimupd... | unknown | 2010-05-13 | 1 | -8/+8 |
| | |\ \ |
|
| | * | | | Implements three new OSSL functions for parcel management: osParcelJoin joins... | OpenSim Master | 2010-05-13 | 8 | -0/+144 |
| | * | | | Minor tweak in ProcessEntityUpdates (mostly just confirming the git push is w... | unknown | 2010-05-12 | 1 | -5/+4 |
| | * | | | * Initial commit of the slimupdates2 rewrite. This pass maintains the origina... | unknown | 2010-05-12 | 14 | -696/+704 |
| * | | | | Revert one of the previous patches' hunks. The new code looked better, but | Melanie | 2010-05-20 | 1 | -3/+10 |
| * | | | | Series of patches to include creator ID in assets. | AlexRa | 2010-05-20 | 1 | -4/+35 |
| * | | | | Scrambled asset type in BasicAssetTest.cs! | AlexRa | 2010-05-19 | 1 | -9/+10 |
| * | | | | MySQLAssetData.cs now supports asset_flags, CreatorID | AlexRa | 2010-05-19 | 1 | -5/+7 |
| * | | | | MySQL: added CreatorID, moved asset_flag to migration script | AlexRa | 2010-05-19 | 1 | -0/+8 |
| * | | | | SQLite: CreatorID added (and asset_flags moved) to the migration script | AlexRa | 2010-05-19 | 1 | -0/+24 |
| * | | | | Added CreatorID to SQLite asset data | AlexRa | 2010-05-19 | 1 | -15/+27 |
| * | | | | A bit of harmless refactoring in SQLiteAssetData.cs | AlexRa | 2010-05-19 | 1 | -10/+3 |
| * | | | | Kind of fixed Melanie's "Exception(sql)" correction | AlexRa | 2010-05-19 | 1 | -2/+2 |
| * | | | | Change appender to deal with line feeds more intelligently. | Melanie | 2010-05-19 | 2 | -2/+5 |
| * | | | | Clean up output a bit | Melanie | 2010-05-19 | 3 | -9/+12 |