Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * mionr: correct CONTRIBUTORS file for Plugh | Justin Clarke Casey | 2008-11-03 | 1 | -2/+2 | |
| | ||||||
* | * minor: fussy little change to put colons in some log output | Justin Clarke Casey | 2008-11-03 | 1 | -12/+12 | |
| | ||||||
* | On TP, child-agents weren't closed down properly, as the list of child-regions | Homer Horwitz | 2008-11-03 | 1 | -0/+4 | |
| | | | | | | was cleared before using it to find the children. | |||||
* | Add a bit more error-checking to GetFriendRegionInfos. | Homer Horwitz | 2008-11-03 | 1 | -13/+24 | |
| | ||||||
* | * Pull client throttle multipler setting out of config source. Not an ↵ | Justin Clarke Casey | 2008-11-03 | 2 | -1/+16 | |
| | | | | adjustable setting yet (and then only for debug purposes) | |||||
* | * minor: don't need to null check config source in clientstack settings ↵ | Justin Clarke Casey | 2008-11-03 | 2 | -2/+0 | |
| | | | | since this is always non null | |||||
* | * minor: eliminate unused config field | Justin Clarke Casey | 2008-11-03 | 1 | -3/+4 | |
| | ||||||
* | * Use nini to pass config information to the client stack, rather than the ↵ | Justin Clarke Casey | 2008-11-03 | 9 | -29/+42 | |
| | | | | | | | | ClientStackUserSettings class * This conforms better to other module usage | |||||
* | completing move to refactored multi-channel capable IRCBridgeModule | Dr Scofield | 2008-11-03 | 3 | -30/+30 | |
| | ||||||
* | dropping old IRCBridgeModule. | Dr Scofield | 2008-11-03 | 2 | -1095/+0 | |
| | ||||||
* | * Use the UUID regex sitting in utils for detection of uuids embedded in scripts | Justin Clarke Casey | 2008-11-03 | 2 | -10/+8 | |
| | | | | | | * Replaces the one in the module itself, which had a dumb bug in it anyway | |||||
* | merging changes from IRCBridgeModule in to XIRCBridgeModule; swapping | Dr Scofield | 2008-11-03 | 6 | -67/+84 | |
| | | | | | | | | OpenSim.ini config tags in preparation for merge of IRCBridgeModule and XIRCBridgeModule. | |||||
* | Thanks diva for a patch that removes an unnecessary dependency on ↵ | Dahlia Trimble | 2008-11-03 | 1 | -2/+2 | |
| | | | | CommunicationsOGS1 from OGS1UserServices | |||||
* | Thanks diva for patch that makes a bunch of methods in InventoryServiceBase ↵ | Dahlia Trimble | 2008-11-03 | 1 | -8/+8 | |
| | | | | virtual, so that they can be overriden in subclasses. | |||||
* | Mantis #2530. Thank you kindly, Idb for a patch that: | Charles Krinke | 2008-11-03 | 1 | -5/+5 | |
| | | | | | | The attached patch changes the casts from explicit to implicit. | |||||
* | - Add Util.isUUID | Homer Horwitz | 2008-11-02 | 3 | -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 destination | Melanie Thielker | 2008-11-02 | 1 | -0/+2 | |
| | | | | | | avatar is remote or offline. | |||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-11-02 | 2 | -14/+14 | |
| | ||||||
* | Mantis #2518 | Melanie Thielker | 2008-11-01 | 2 | -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=2440 | Justin Clarke Casey | 2008-11-01 | 1 | -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 Frisby | 2008-11-01 | 1 | -2558/+2526 | |
| | | | | initialisers, etc. | |||||
* | * Minor cleanup | Adam Frisby | 2008-11-01 | 3 | -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=2521 | Justin Clarke Casey | 2008-11-01 | 1 | -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 Horwitz | 2008-11-01 | 30 | -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. | |||||
* | * minor: Remove mono compiler warning | Justin Clarke Casey | 2008-11-01 | 1 | -1/+1 | |
| | ||||||
* | * refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ↵ | Justin Clarke Casey | 2008-11-01 | 7 | -16/+15 | |
| | | | | SOP.IsAttachment | |||||
* | Fix a compile warning about unreachable code | Homer Horwitz | 2008-11-01 | 1 | -2/+0 | |
| | ||||||
* | * Introduce an IsAttachment property on the group level (which just returns ↵ | Justin Clarke Casey | 2008-11-01 | 2 | -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=2517 | Justin Clarke Casey | 2008-11-01 | 5 | -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 dealt | Melanie Thielker | 2008-11-01 | 5 | -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 Krinke | 2008-11-01 | 1 | -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" initialization | Charles Krinke | 2008-11-01 | 1 | -7/+12 | |
| | | | | | | for physical prim interactions. They were not previously enabled for prim-prim interactions. | |||||
* | Make the inventory transfer module replacable in config. | Melanie Thielker | 2008-11-01 | 1 | -0/+9 | |
| | ||||||
* | Correct the handling of the creator field on inventory gives | Melanie Thielker | 2008-11-01 | 1 | -3/+3 | |
| | ||||||
* | A stab a getting the user server to act right. Move acquisition of the | Melanie Thielker | 2008-11-01 | 2 | -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 Ames | 2008-11-01 | 3 | -25/+25 | |
| | ||||||
* | * In the client stack, if the BeginReceive() throws an exception then do ↵ | Justin Clarke Casey | 2008-10-31 | 2 | -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 appearance | Justin Clarke Casey | 2008-10-31 | 1 | -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 now | Justin Clarke Casey | 2008-10-31 | 4 | -13/+64 | |
| | | | | | | * 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 Frisby | 2008-10-31 | 1 | -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 Frisby | 2008-10-31 | 2 | -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 Casey | 2008-10-30 | 8 | -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 Casey | 2008-10-30 | 2 | -10/+43 | |
| | | | | passes it malformed data | |||||
* | * Slightly tweak to teardown test, try a circuit which never existed in the ↵ | Justin Clarke Casey | 2008-10-30 | 1 | -3/+3 | |
| | | | | first place | |||||
* | * minor: spacing adjustment before next commit | Justin Clarke Casey | 2008-10-30 | 1 | -2/+1 | |
| | ||||||
* | * test: fill out circuit teardown test | Justin Clarke Casey | 2008-10-30 | 1 | -1/+10 | |
| | ||||||
* | * minor: remove mono warning | Justin Clarke Casey | 2008-10-30 | 1 | -1/+0 | |
| | ||||||
* | * test: Refactor test infrastructure for future client teardown test | Justin Clarke Casey | 2008-10-30 | 1 | -9/+69 | |
| | ||||||
* | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 2008-10-30 | 7 | -12/+2191 | |
| | | | | | | | | | 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 Scofield | 2008-10-30 | 2 | -12/+18 | |
| | | | | | | | Cleanups in REST inventory and asset services. |