| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up QueryAccess to also check parcels | Melanie | 2011-01-28 | 1 | -1/+1 |
* | Fix bumping into sim borders and check estate bans for walking crossings | Melanie | 2011-01-28 | 1 | -2/+4 |
* | Make it work | Melanie | 2011-01-27 | 1 | -4/+6 |
* | Add a TeleportFlags member to SP so we can tell how we got there. | Melanie | 2011-01-27 | 1 | -0/+4 |
* | Remove the RestorePresences functions (which don't seem to be doing | Mic Bowman | 2011-01-26 | 1 | -67/+10 |
* | HG bug fix. Must wait for client's UDP contact before getting scene presence. | Diva Canto | 2011-01-06 | 1 | -4/+11 |
* | Bug fix in neighbors: serverURI now always has a trailing '/'... neighbors we... | Diva Canto | 2010-12-29 | 1 | -2/+2 |
* | Put the coarse location updates back to 50 frames, otherwise the dots on the ... | Diva Canto | 2010-12-19 | 1 | -1/+1 |
* | remove mono compiler warnings | Justin Clark-Casey (justincc) | 2010-12-17 | 1 | -4/+4 |
* | Yet more things out of the main Update thread loop and into threadlets. This ... | Diva Canto | 2010-12-14 | 1 | -8/+7 |
* | 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 | 1 | -6/+6 |
* | 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 | 1 | -3/+2 |
* | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-12-05 | 1 | -68/+16 |
|\ |
|
| * | Only force prim persistence before delete if the prim is the result of an unp... | Justin Clark-Casey (justincc) | 2010-12-03 | 1 | -4/+7 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-11-29 | 1 | -9/+6 |
| |\ |
|
| | * | Trigger changed event with CHANGED_TELEPORT when teleporting to another region. | Marck | 2010-11-26 | 1 | -9/+6 |
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-11-25 | 1 | -55/+2 |
| |\ \
| | |/ |
|
| | * | Change all restarting to use the restart module. Remove hardcoded behavior | Melanie | 2010-11-25 | 1 | -55/+2 |
| * | | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ... | Diva Canto | 2010-11-25 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-11-21 | 1 | -33/+7 |
|\ \
| |/ |
|
| * | Global creator information working on MySQL DB and on load/save OARs. Creator... | Diva Canto | 2010-11-21 | 1 | -32/+4 |
| * | Change the way attachments are persisted. Editing a worn attachment will now | Melanie | 2010-11-16 | 1 | -1/+3 |
* | | Merge https://github.com/opensim/opensim into mantis5110 | Jonathan Freedman | 2010-11-21 | 1 | -2/+47 |
|\ \
| |/ |
|
| * | Prevent teleporting to a region when the egent is banned in all parcels | Melanie | 2010-11-10 | 1 | -0/+7 |
| * | Fix parcel bans to work only on the avatars they're supposed to work on inste... | Melanie | 2010-11-09 | 1 | -1/+0 |
| * | Reinstate a lost fix | Melanie | 2010-11-08 | 1 | -2/+1 |
| * | Fix merge artefacts | Melanie | 2010-11-08 | 1 | -14/+19 |
| * | Prevent plants from being treated like dropped attachments and removed | Melanie | 2010-11-08 | 1 | -2/+1 |
| * | Call the cleanup after saving attachment states, so that the attachments | Melanie | 2010-11-08 | 1 | -1/+3 |
| * | Call the Cleanup when an agent logs out, when an agent leaves and just | Melanie | 2010-11-08 | 1 | -0/+3 |
| * | Add a method to delete left over / dropped attachments | Melanie Thielker | 2010-11-08 | 1 | -0/+32 |
* | | Merge branch 'master' into mantis5110 | Jonathan Freedman | 2010-10-29 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Bunch of fixes that reduce the number of times appearance | Master ScienceSim | 2010-10-29 | 1 | -0/+7 |
* | | Merge branch 'master' into mantis5110 | Jonathan Freedman | 2010-10-29 | 1 | -16/+27 |
|\ \
| |/ |
|
| * | Merge branch 'opensim-master' into dev-appearance | Master ScienceSim | 2010-10-28 | 1 | -13/+29 |
| |\ |
|
| | * | Overload Scene.NewUserConnection() to facilitate NPCs and other region specif... | dahlia | 2010-10-26 | 1 | -9/+27 |
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -3/+3 |
| | |\
| |_|/
|/| | |
|
| | * | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -4/+1 |
| * | | Major refactoring of appearance handling. | Master ScienceSim | 2010-10-20 | 1 | -7/+0 |
* | | | Change some exception to use ToString(). e.Message is not sufficient to fix | Melanie | 2010-10-22 | 1 | -3/+3 |
| |/
|/| |
|
* | | Merge branch 'hg16' into mantis5110 | Jonathan Freedman | 2010-10-22 | 1 | -1/+4 |
|\ \ |
|
| * | | * change the data exchanged within hypergrid transactions | Jonathan Freedman | 2010-10-21 | 1 | -1/+4 |
| |/ |
|
* | | Make SImStatsReporter pick ObjectCapacity striaght out of region info | Melanie | 2010-10-22 | 1 | -2/+0 |
|/ |
|
* | Plumb the path for multiple object deletes | Melanie | 2010-10-06 | 1 | -2/+2 |
* | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 2010-09-16 | 1 | -9/+5 |
* | rename SceneObjectGroup.DeleteGroup() to DeleteGroupFromScene() to improve co... | Justin Clark-Casey (justincc) | 2010-09-15 | 1 | -1/+1 |
* | minor: Add comments which explain what's going on wrt avatar movements at var... | Justin Clark-Casey (justincc) | 2010-09-13 | 1 | -0/+4 |