| Commit message (Expand) | Author | Age | Files | Lines |
* | Yet more things out of the main Update thread loop and into threadlets. This ... | Diva Canto | 2010-12-14 | 2 | -9/+11 |
* | Another attempt at moving heavy computation away from the Update loop. #LoginLag | Diva Canto | 2010-12-14 | 1 | -2/+6 |
* | Commented out the UpdateLand call from the Update thread loop, because this m... | Diva Canto | 2010-12-14 | 2 | -6/+7 |
* | fix mistake in last change of local.include | Justin Clark-Casey (justincc) | 2010-12-15 | 1 | -4/+6 |
* | Rename SceneObjectUserTests to SceneObjectDeRezTests to better reflect its co... | Justin Clark-Casey (justincc) | 2010-12-14 | 1 | -0/+0 |
* | minor: disable debug logging for previous test | Justin Clark-Casey (justincc) | 2010-12-14 | 1 | -1/+1 |
* | Start implementing a test for 'share with group' object functionality. Not y... | Justin Clark-Casey (justincc) | 2010-12-14 | 1 | -0/+87 |
* | Null checking ParentGroup is not needed. It can't be null. | Melanie | 2010-12-14 | 1 | -4/+2 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-12-13 | 4 | -19/+20 |
|\ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-12-14 | 2 | -6/+9 |
| |\ |
|
| | * | Revamp the viewer -> banlist packet processing so fix a number of bugs. | Melanie | 2010-12-13 | 2 | -15/+1 |
| | * | Change some lookups in he Land Management module to make group permissions | Melanie | 2010-12-13 | 1 | -1/+18 |
| * | | reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u... | Justin Clark-Casey (justincc) | 2010-12-14 | 2 | -13/+11 |
| |/ |
|
* | | This seems to get rid of the stuck PREJUMP animation, as reported by Justin i... | Diva Canto | 2010-12-13 | 2 | -3/+13 |
|/ |
|
* | Trigger event with flag CHANGED_LINK when agent sits on objects that have not... | Marck | 2010-12-12 | 2 | -9/+6 |
* | Fixes the nudge movements! | Diva Canto | 2010-12-11 | 3 | -47/+19 |
* | Revert "Another stab at mantis #5256" | Diva Canto | 2010-12-10 | 1 | -12/+6 |
* | Another stab at mantis #5256 | Diva Canto | 2010-12-10 | 1 | -6/+12 |
* | fix the minimap sitting avatar location bug | Justin Clark-Casey (justincc) | 2010-12-10 | 1 | -1/+1 |
* | Plumb a code path for the entity transfer module to ask a destination scene | Melanie | 2010-12-09 | 1 | -0/+11 |
* | change doc. trivial commit to get panda to rebuild | Justin Clark-Casey (justincc) | 2010-12-08 | 1 | -1/+1 |
* | Fixed some inconsistency with trailing /. Made debug messages consistent. Cha... | Diva Canto | 2010-12-05 | 2 | -4/+3 |
* | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-12-05 | 11 | -337/+318 |
|\ |
|
| * | Various bug fixes for appearance handling: more aggressive reset of textures ... | Mic Bowman | 2010-12-03 | 1 | -16/+30 |
| * | Only force prim persistence before delete if the prim is the result of an unp... | Justin Clark-Casey (justincc) | 2010-12-03 | 3 | -8/+26 |
| * | Added some comments. Better than listening to the boring speaker... | Diva Canto | 2010-12-01 | 1 | -1/+4 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-11-29 | 3 | -139/+177 |
| |\ |
|
| | * | Reformat an overzealous comment. Remove end of line marks and reference to the | Melanie | 2010-11-27 | 1 | -21/+24 |
| | * | llUnsit position fix 4063 (updated 11-20-2010) | Micheil Merlin | 2010-11-27 | 1 | -2/+27 |
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-11-27 | 1 | -15/+25 |
| | |\ |
|
| | | * | If we fail to gather asset uuids for a particular asset, log the failing asse... | Justin Clark-Casey (justincc) | 2010-11-27 | 1 | -15/+25 |
| | * | | Refactor appearance and avatar data sending code. Paritioning the routines in... | Mic Bowman | 2010-11-27 | 1 | -114/+117 |
| | |/ |
|
| | * | Trigger changed event with CHANGED_TELEPORT when teleporting to another region. | Marck | 2010-11-26 | 1 | -9/+6 |
| * | | Preservation of creator information now also working in IARs. Cleaned up usag... | Diva Canto | 2010-11-29 | 1 | -31/+11 |
| * | | Changed the parser for InventoryItem deserialization. Moved some utility func... | Diva Canto | 2010-11-27 | 1 | -91/+31 |
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-11-25 | 3 | -67/+49 |
| |\ \
| | |/ |
|
| | * | Change all restarting to use the restart module. Remove hardcoded behavior | Melanie | 2010-11-25 | 2 | -67/+10 |
| | * | Implement the restart module | Melanie | 2010-11-25 | 1 | -1/+1 |
| | * | Adding the skeleton for the restart module | Melanie | 2010-11-24 | 1 | -0/+39 |
| * | | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ... | Diva Canto | 2010-11-25 | 3 | -0/+6 |
| |/ |
|
* | | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-11-23 | 6 | -26/+195 |
|\ \
| |/ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-11-23 | 2 | -15/+4 |
| |\ |
|
| | * | Let CHANGED_SCALE also trigger when editing prims and linksets with the viewe... | Marck | 2010-11-22 | 1 | -0/+2 |
| | * | Let CHANGED_SHAPE trigger. This fixes Mantis #1844. | Marck | 2010-11-22 | 1 | -15/+2 |
| * | | adapt tests to use DeRezObjects() since DeRezObject() has recently disappeared | Justin Clark-Casey (justincc) | 2010-11-22 | 1 | -2/+7 |
| * | | add basic tests to check that under default permissions module owner can dele... | Justin Clark-Casey (justincc) | 2010-11-22 | 4 | -11/+186 |
| |/ |
|
* | | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-11-21 | 12 | -91/+211 |
|\ \
| |/ |
|
| * | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 2010-11-21 | 3 | -10/+40 |
| * | Global creator information working on MySQL DB and on load/save OARs. Creator... | Diva Canto | 2010-11-21 | 5 | -48/+89 |
| * | Prevent leftover attachments from clogging up the pipes | Melanie | 2010-11-16 | 1 | -1/+4 |