aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* - Add Util.isUUIDHomer Horwitz2008-11-023-0/+26
| | | | | | | - Add tests for Util.isUUID - First part of the fix for protocol interoperability between viewer 1.20 and 1.21 for friend offers.
* Cause inventory to be fetched on scripted item gives if the destinationMelanie Thielker2008-11-021-0/+2
| | | | | | avatar is remote or offline.
* Update svn properties, formatting cleanup.Jeff Ames2008-11-022-14/+14
|
* Mantis #2518Melanie Thielker2008-11-012-9/+121
| | | | | | | Thank you, idb, for a patch that fixes the conflicts of lsl identifiers with c# keywords
* * Apply http://opensimulator.org/mantis/view.php?id=2440Justin Clarke Casey2008-11-011-4/+27
| | | | | | | | * The attached patch changes the LSLInteger operator overrides for == and != to return LSLIntegers 1 or 0 instead of a bool and adds similar operator overrides for >, <, >= and <= * Thanks idb!
* * Massive cleanup of LLClientView, removed a few hundred unnecessary value ↵Adam Frisby2008-11-011-2558/+2526
| | | | initialisers, etc.
* * Minor cleanupAdam Frisby2008-11-013-3/+5
| | | | | * Added additional error message when a Object/SOG DB save fails so we can trace why.
* * Apply http://opensimulator.org/mantis/view.php?id=2521Justin Clarke Casey2008-11-011-0/+5
| | | | | | * Fix not tests in LSL which require implicit casting (see mantis for an example)
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-0132-740/+1388
| | | | | | | | | | | | | | on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
* * minor: Remove mono compiler warningJustin Clarke Casey2008-11-011-1/+1
|
* * refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ↵Justin Clarke Casey2008-11-017-16/+15
| | | | SOP.IsAttachment
* Fix a compile warning about unreachable codeHomer Horwitz2008-11-011-2/+0
|
* * Introduce an IsAttachment property on the group level (which just returns ↵Justin Clarke Casey2008-11-012-1/+21
| | | | | | | | | false if the group is already deleted) * This is to avoid repetitive null checks - I'm beginning to think that blasting away the root part on object deletion is actually a bad move. Perhaps we should leave it around and let the client ignore any superfluous packets (which it may well do anyway), since we're constantly exposing a race condition
* * Fix http://opensimulator.org/mantis/view.php?id=2517Justin Clarke Casey2008-11-015-15/+14
| | | | | | * Don't save attachments on saving oar, which stops them coming back as ghost prims
* Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker2008-11-015-35/+32
| | | | | | | | | | with the old Grid Instant Message over OGS1. Refactor the EventManager to be independent of the rigid module structure design imposed by the current implementation. Message routing is now done in the destination module rather than in the event manager. This way, more or less granular solutions are possible without core changes.
* Revert last checkin. Avatars fall through non-physical prims now.Charles Krinke2008-11-011-12/+7
| | | | | | There is more to the solution then just enabling soft_erp and soft_cfm for all d.Contact cases.
* Added soft_cfm and soft_erp to the general "contact" initializationCharles Krinke2008-11-011-7/+12
| | | | | | for physical prim interactions. They were not previously enabled for prim-prim interactions.
* Make the inventory transfer module replacable in config.Melanie Thielker2008-11-011-0/+9
|
* Correct the handling of the creator field on inventory givesMelanie Thielker2008-11-011-3/+3
|
* A stab a getting the user server to act right. Move acquisition of theMelanie Thielker2008-11-012-18/+21
| | | | | | | | locks to just before the try/catch/finally block, so that an exception thrown between taking the lock and entering the try doesn't leave a mutex locked
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-013-25/+25
|
* * In the client stack, if the BeginReceive() throws an exception then do ↵Justin Clarke Casey2008-10-312-57/+53
| | | | | | | | | print this out to the log once * This may help us detect if mysterious UDP disconnects are happening because of this. * Shouldn't be any functional change but I would appreciate a buddy check from Teravus if he has time (as for all client stack changes)
* * Reinstate sending wearables back to the client in response to set appearanceJustin Clarke Casey2008-10-311-1/+1
| | | | | | | * Since the client sets the appearance in the first place (in response to receiving wearables information originally) this seems a little redundant * But I've realized I didn't actually test this assumption, so I'm going to reinstate it for now
* * test: Add basic scene test which merely instantiates the scene right nowJustin Clarke Casey2008-10-315-13/+66
| | | | | | * set debug scene name on scene registration, rather than within the Scene constructor
* * Enables PrimitiveBaseShape to be used inside a libOpenMV project by adding ↵Adam Frisby2008-10-311-1/+11
| | | | some alternate codepaths that avoid triggering OpenSim specific code. Probably not useful for most people, but might be for those working on interop projects.
* * Added some debug information to MySQL UserDataManager to help diagnose a ↵Adam Frisby2008-10-312-18/+25
| | | | potential issue when in high load. Related to mantis #2508.
* test: Extend malformed packet test to actually check that a valid packet can ↵Justin Clarke Casey2008-10-308-23/+140
| | | | get through after the malformed ones have been sent
* * test: Test that the client stack doesn't completely blow up if a client ↵Justin Clarke Casey2008-10-302-10/+43
| | | | passes it malformed data
* * Remove OpenSim.Data.SQLite.Tests.dll.config that probably accidentally ↵Justin Clarke Casey2008-10-301-35/+0
| | | | | | | | made it into the build * Not sure how to remove all those annoying XMLConfigurator errors though
* * Slightly tweak to teardown test, try a circuit which never existed in the ↵Justin Clarke Casey2008-10-301-3/+3
| | | | first place
* * minor: spacing adjustment before next commitJustin Clarke Casey2008-10-301-2/+1
|
* * test: fill out circuit teardown testJustin Clarke Casey2008-10-301-1/+10
|
* * minor: remove mono warningJustin Clarke Casey2008-10-301-1/+0
|
* * test: Refactor test infrastructure for future client teardown testJustin Clarke Casey2008-10-301-9/+69
|
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-308-12/+2196
| | | | | | | | | XIRCBrigeModule is transient, will merge it with IRCBridgeModule: extends/refactors IRCBridgeModule to support channel-per-region (if desired).
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-302-12/+18
| | | | | | | Cleanups in REST inventory and asset services.
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-301-8/+29
| | | | | | | | Adding support to set start region and lookat for an avatar via XmlRpc.
* From: Chris Yeoh (yeohc@au1.ibm.com)Dr Scofield2008-10-301-0/+12
| | | | | | | | Here's the patch that clamps llGround to using sane values avoiding runtime errors.
* Thank you kindly, NLin for an implementation patchCharles Krinke2008-10-301-2/+23
| | | | | | | for llSetHoverHeight() and llStopHover(). I believe this gets is to less then 50 LSL functions left to implement.
* fix nant file breakSean Dague2008-10-301-3/+0
| | | | | From: Sean Dague <sdague@gmail.com>
* - Includes consistency test for new and updated objects, asSean Dague2008-10-303-96/+112
| | | | | | | some fixes in MySQL and SQLite From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* Mid-work, trying to fix region part insertion and retrievalSean Dague2008-10-305-24/+382
| | | | | | | | SQLite reports System NUll Reference, but works, inside LoadItems, on SQLiteRegionData.cs From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* - Inserted code coverage monocov. To run do nant test-cov.Sean Dague2008-10-301-0/+3
| | | | | | | | Creates a new directory cov and exports to html files in subdirectories. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* * Apply http://opensimulator.org/mantis/view.php?id=2492Justin Clarke Casey2008-10-291-1/+1
| | | | | | | * object_rez event should now be sent to all scripts in the prim * Thanks idb!
* * Apply patch in http://opensimulator.org/mantis/view.php?id=2494Justin Clarke Casey2008-10-291-0/+25
| | | | | | | * Introduces missing casts for float, integer, vector, quaterion and string to list * Thanks idb
* minor: indentation correctionsJustin Clarke Casey2008-10-291-45/+45
|
* * Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 ↵Justin Clarke Casey2008-10-292-5/+5
| | | | | | | | | instead * This is to make things less confusing to users (and maybe a little easier to do future version filtering for grid connections) * If there's disagreement about this, then please say so (preferably in the opensim-dev mailing list)
* * Stop the DataSnapShot module trying to call home on shutdown even if it ↵Justin Clarke Casey2008-10-291-7/+3
| | | | | | | | isn't enabled. * Please let's check such patches carefully - we don't want info leaking out unless the user has requested it
* * Check in (disabled) results of not persisting avatar textures but rather ↵Justin Clarke Casey2008-10-298-41/+63
| | | | | | | | | | sending ImageNotFound to clients if avatar textures are missing * Whilst this does automatically get the client to rebake, on crossing a region border the 'local' assets are left behind * There may be a cunning solution (such as squirting the assets on region crossing, or having them fetched from the original region) but instead I'm going to opt for the easy solution of keeping them in the asset database, for now
* Viewer side normals and UV fixes on profile cuts. Sync with primmesher.dll ↵Dahlia Trimble2008-10-291-49/+59
| | | | forge project.