aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* test commit for new hook changesSean Dague2009-08-051-2/+0
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimSean Dague2009-08-051-1/+1
|\
| * Fix prebuild include syntaxMelanie2009-08-051-1/+1
| |
| * Comment the include line as it seems our prebuild can't handle it.Melanie2009-08-051-1/+1
| |
* | test commit for triggering ciabot per changesetSean Dague2009-08-051-0/+2
|/
* Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensimMelanie2009-08-0525-13402/+14313
|\
| * insert a little more debug info for TestReplicateArchivePathToUserInventory()Justin Clark-Casey (justincc)2009-08-051-1/+6
| |
| * Remove waiting in TestReplicateArchivePathToUserInventory() since local ↵Justin Clark-Casey (justincc)2009-08-052-3/+5
| | | | | | | | | | | | inventory loading is synchronous Insert a little more debugging info in case the occasional failure reoccurs
| * Recomment TestReplicateArchivePathToUserInventory() for now due to ↵Justin Clark-Casey (justincc)2009-08-051-6/+11
| | | | | | | | occasional test fail
| * reinstate TestSaveIarV0_1()Justin Clark-Casey (justincc)2009-08-051-1/+1
| |
| * remove some more mono compiler warningsJustin Clark-Casey2009-08-052-7/+7
| |
| * * Remove some mono compiler warningsJustin Clark-Casey2009-08-059-31/+28
| |
| * reinstate TestReplicateArchivePathToUserInventory()Justin Clark-Casey2009-08-051-1/+1
| |
| * force back the Regions directory, which because it was empty in svn never madeSean Dague2009-08-051-0/+0
| | | | | | | | the transition
| * * Fix OpenMetaverse.dll.configTeravus Ovares (Dan Olivares)2009-08-051-2/+4
| |
| * * Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 targetTeravus Ovares (Dan Olivares)2009-08-0510-13345/+14243
| | | | | | | | | | | | | | | | * Hopefully this allows older mono versions to still work. * A couple of points of note: * TimeZoneInfo.. replaced with DateTime.UtcNow - TimeSpan.FromHours(7); * HashSet<uint> replaced with Dictionary<uint,object> * Force use of the managed version of ReaderWriterLockSlim (don't use the pre-processor defs)
| * minor format changeSean Dague2009-08-041-1/+1
| |
| * Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey2009-08-041-12/+12
| |\
| | * trying to fix rare timer related exception.dr scofield (aka dirk husemann)2009-08-041-12/+12
| | |
| * | * Small commented out debug message for module loading, partly to test my ↵Justin Clark-Casey2009-08-041-0/+2
| |/ | | | | | | ability to commit with git
* | Add README to addon-modulesMelanie2009-08-051-0/+5
| |
* | Add include line to prebuildMelanie2009-08-051-0/+2
|/
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into opensimdr scofield (aka dirk husemann)2009-08-040-0/+0
|\
| * adding aka for Dr Scofielddr scofield (aka dirk husemann)2009-08-041-1/+1
| |
* | adding aka for Dr Scofielddr scofield (aka dirk husemann)2009-08-041-1/+1
| |
* | Slight change to state management for attach scheduling.Alan Webb2009-08-043-13/+11
| | | | | | | | Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>
* | This change adds support for the attach event in scripts.Alan Webb2009-08-045-0/+41
|/ | | | | | | | | | | | | | | | | | | [1] Added a new OnAttach event to Scene/EventManager [2] Hooked up existing attach event handler in XEngine. [3] Modified SceneGraph and Scene.Inventory to trigger attach events at the appropriate places. I was forced to distribut the changes across two files because of the way attach processing is distributed across the two files. [4] In the case of RezSingleAttachmentFromInventory it is necessary to handle event scheduling in a special way. There is no synchronous path available, so the fact that this object is attached, and who it is attached to, is cached when the ScriptInstance is created. When the script is started, the attached handler is driven after on_rez (but before changed, this should be reviewed). Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>
* starting to refactor path generation out of prim extrusiondahlia2009-08-031-2/+18
|
* Revert the #3899 patch and it's two follow upsMelanie2009-08-043-49/+32
|
* Update a misspelled nameMelanie2009-08-042-2/+2
|
* Update config examplesMelanie2009-08-042-1/+2
|
* Configuration examples for the freeswitch moduleMelanie2009-08-042-1/+10
|
* Change the freeswitch out connector (which is pointless) to an in connectorMelanie2009-08-041-59/+44
|
* Add the region module shell for the new freeswitch serviceMelanie2009-08-042-1/+133
|
* Adding the plumbing for a ROBUST freeswitch serviceMelanie2009-08-046-0/+305
|
* Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie2009-08-0410-3/+72
| | | | allow final deletion of objects. Meant to support the attach(NULL_KEY) event,
* Minor: formatting changes.Jeff Ames2009-08-041-10/+10
|
* If the FreeSwitch context is unset or "public", then accept any context.Melanie2009-08-041-1/+1
| | | | This restores the "out of the box" functionality.
* Output the Freeswitch context received and the context set up in theMelanie2009-08-041-1/+1
| | | | debugging message so a mismatch can be corrected more easily
* hopefully last cia testSean Dague2009-08-031-0/+2
|
* echo to sort out hook issueSean Dague2009-08-031-2/+0
|
* still working out commit hooksSean Dague2009-08-031-0/+2
|
* trigger ciabotSean Dague2009-08-031-2/+0
|
* more ciabot testsSean Dague2009-08-031-0/+2
|
* once more attempting to make changes to trigger ciabotSean Dague2009-08-031-1/+0
|
* more minor changes to trigger ciabotSean Dague2009-08-031-0/+1
|
* another minor change to trigger ciaSean Dague2009-08-031-2/+1
|
* trivial change to try to trigger ciabot with gitSean Dague2009-08-031-0/+1
|
* remove fixsvnbits script as our first pure git changeSean Dague2009-08-031-8/+0
|
* Thank you kindly, dslake, for a patch that:Charles Krinke2009-08-021-0/+4
| | | | | | | | | | The region dearchive module assumes extra null bytes will be appended to the end of every OAR file. This may be due to the block nature of storage but it seems like an unsafe assumption. When streaming region archives over a network or through a memory stream, no additional null bytes are added to the end and this an exception.