aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-02- Add Util.isUUIDHomer Horwitz3-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.
2008-11-02Cause inventory to be fetched on scripted item gives if the destinationMelanie Thielker1-0/+2
avatar is remote or offline.
2008-11-02Update svn properties, formatting cleanup.Jeff Ames2-14/+14
2008-11-01Mantis #2518Melanie Thielker2-9/+121
Thank you, idb, for a patch that fixes the conflicts of lsl identifiers with c# keywords
2008-11-01* Apply http://opensimulator.org/mantis/view.php?id=2440Justin Clarke Casey1-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!
2008-11-01* Massive cleanup of LLClientView, removed a few hundred unnecessary value ↵Adam Frisby1-2558/+2526
initialisers, etc.
2008-11-01* Minor cleanupAdam Frisby3-3/+5
* Added additional error message when a Object/SOG DB save fails so we can trace why.
2008-11-01* Apply http://opensimulator.org/mantis/view.php?id=2521Justin Clarke Casey1-0/+5
* Fix not tests in LSL which require implicit casting (see mantis for an example)
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz30-740/+1384
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.
2008-11-01* minor: Remove mono compiler warningJustin Clarke Casey1-1/+1
2008-11-01* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ↵Justin Clarke Casey7-16/+15
SOP.IsAttachment
2008-11-01Fix a compile warning about unreachable codeHomer Horwitz1-2/+0
2008-11-01* Introduce an IsAttachment property on the group level (which just returns ↵Justin Clarke Casey2-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
2008-11-01* Fix http://opensimulator.org/mantis/view.php?id=2517Justin Clarke Casey5-15/+14
* Don't save attachments on saving oar, which stops them coming back as ghost prims
2008-11-01Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker5-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.
2008-11-01Revert last checkin. Avatars fall through non-physical prims now.Charles Krinke1-12/+7
There is more to the solution then just enabling soft_erp and soft_cfm for all d.Contact cases.
2008-11-01Added soft_cfm and soft_erp to the general "contact" initializationCharles Krinke1-7/+12
for physical prim interactions. They were not previously enabled for prim-prim interactions.
2008-11-01Make the inventory transfer module replacable in config.Melanie Thielker1-0/+9
2008-11-01Correct the handling of the creator field on inventory givesMelanie Thielker1-3/+3
2008-11-01A stab a getting the user server to act right. Move acquisition of theMelanie Thielker2-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
2008-11-01Update svn properties, minor formatting cleanup.Jeff Ames3-25/+25
2008-10-31* In the client stack, if the BeginReceive() throws an exception then do ↵Justin Clarke Casey2-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)
2008-10-31* Reinstate sending wearables back to the client in response to set appearanceJustin Clarke Casey1-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
2008-10-31* test: Add basic scene test which merely instantiates the scene right nowJustin Clarke Casey4-13/+64
* set debug scene name on scene registration, rather than within the Scene constructor
2008-10-31* Enables PrimitiveBaseShape to be used inside a libOpenMV project by adding ↵Adam Frisby1-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.
2008-10-31* Added some debug information to MySQL UserDataManager to help diagnose a ↵Adam Frisby2-18/+25
potential issue when in high load. Related to mantis #2508.
2008-10-30test: Extend malformed packet test to actually check that a valid packet can ↵Justin Clarke Casey8-23/+140
get through after the malformed ones have been sent
2008-10-30* test: Test that the client stack doesn't completely blow up if a client ↵Justin Clarke Casey2-10/+43
passes it malformed data
2008-10-30* Slightly tweak to teardown test, try a circuit which never existed in the ↵Justin Clarke Casey1-3/+3
first place
2008-10-30* minor: spacing adjustment before next commitJustin Clarke Casey1-2/+1
2008-10-30* test: fill out circuit teardown testJustin Clarke Casey1-1/+10
2008-10-30* minor: remove mono warningJustin Clarke Casey1-1/+0
2008-10-30* test: Refactor test infrastructure for future client teardown testJustin Clarke Casey1-9/+69
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield7-12/+2191
XIRCBrigeModule is transient, will merge it with IRCBridgeModule: extends/refactors IRCBridgeModule to support channel-per-region (if desired).
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2-12/+18
Cleanups in REST inventory and asset services.
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-8/+29
Adding support to set start region and lookat for an avatar via XmlRpc.
2008-10-30From: Chris Yeoh (yeohc@au1.ibm.com)Dr Scofield1-0/+12
Here's the patch that clamps llGround to using sane values avoiding runtime errors.
2008-10-30Thank you kindly, NLin for an implementation patchCharles Krinke1-2/+23
for llSetHoverHeight() and llStopHover(). I believe this gets is to less then 50 LSL functions left to implement.
2008-10-30- Includes consistency test for new and updated objects, asSean Dague3-96/+112
some fixes in MySQL and SQLite From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2008-10-30Mid-work, trying to fix region part insertion and retrievalSean Dague3-24/+378
SQLite reports System NUll Reference, but works, inside LoadItems, on SQLiteRegionData.cs From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2008-10-29* Apply http://opensimulator.org/mantis/view.php?id=2492Justin Clarke Casey1-1/+1
* object_rez event should now be sent to all scripts in the prim * Thanks idb!
2008-10-29* Apply patch in http://opensimulator.org/mantis/view.php?id=2494Justin Clarke Casey1-0/+25
* Introduces missing casts for float, integer, vector, quaterion and string to list * Thanks idb
2008-10-29minor: indentation correctionsJustin Clarke Casey1-45/+45
2008-10-29* Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 ↵Justin Clarke Casey2-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)
2008-10-29* Stop the DataSnapShot module trying to call home on shutdown even if it ↵Justin Clarke Casey1-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
2008-10-29* Check in (disabled) results of not persisting avatar textures but rather ↵Justin Clarke Casey8-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
2008-10-29Viewer side normals and UV fixes on profile cuts. Sync with primmesher.dll ↵Dahlia Trimble1-49/+59
forge project.
2008-10-29Minor formatting cleanup.Jeff Ames2-38/+38
2008-10-29GridManager.GetRegions() now returns a List, not a Dictionary. Also removed ↵Mike Mazur1-40/+35
some trailing whitespace.
2008-10-29Remove a debug outputMelanie Thielker1-1/+0