Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow gods to terraform without limits. Respect the Allow Others To | Melanie Thielker | 2008-11-11 | 2 | -7/+9 |
| | | | | | | Terraform flag in land. | ||||
* | * Commit allows downloading of the .raw terrain from the estate tools. | Teravus Ovares | 2008-11-10 | 2 | -1/+31 |
| | | | | | | | * Implements the SendInitiateDownload method in IClientAPI * Uses the ITerrainModule Interface to write a terrain file to disk then uses a FileStream to read the binary file from the disk and put it in a byte array. and save to the xFer list. * It then tells the client to download the file and the client initiates an Xfer request. | ||||
* | Removed some debug output I forgot to remove... | Homer Horwitz | 2008-11-10 | 1 | -13/+0 |
| | |||||
* | Script region crossing. This has not user functionality, but lays all the | Melanie Thielker | 2008-11-09 | 2 | -2/+2 |
| | | | | | | groundwork. | ||||
* | Update svn properties. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | Reintroduce transactionID to the parameter list for SendInstantMessage. | Melanie Thielker | 2008-11-09 | 1 | -1/+1 |
| | | | | | | | It is required by group IM and also for a proper implementation of item give, group notice attachments and offline IM. | ||||
* | * Added IClientIM to IClientCore interfaces | Adam Frisby | 2008-11-08 | 1 | -6/+5 |
| | | | | | | * Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.* | ||||
* | Added necessary locking to LandManagementModule. As it is used by several | Homer Horwitz | 2008-11-08 | 1 | -143/+239 |
| | | | | | | | threads concurrently, you'll get bad Heisenbugs without correct locking. This might fix Mantis#2413 | ||||
* | * refactor: allocate local ids to prims only when an object is attached to a ↵ | Justin Clarke Casey | 2008-11-07 | 2 | -2/+2 |
| | | | | scene | ||||
* | * Apply patch in http://opensimulator.org/mantis/view.php?id=2397 | Justin Clarke Casey | 2008-11-07 | 1 | -0/+5 |
| | | | | | | | * Fix from 7139 also needed in the Estate Menu teleport home functions * Thanks idb | ||||
* | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 2008-11-07 | 1 | -1/+1 |
| | | | | | | Too many fixes to list. | ||||
* | * minor: Make some 'startup config failed to load' log messages more consistent | Justin Clarke Casey | 2008-11-06 | 1 | -2/+2 |
| | |||||
* | Thanks Diva for a patch that makes WorldMapModule friendly to subclassing. | Jeff Ames | 2008-11-06 | 1 | -43/+32 |
| | |||||
* | * Stop an exception in getting assets for the archiver from crashing the sim | Justin Clarke Casey | 2008-11-04 | 1 | -7/+16 |
| | |||||
* | * Practise some defensive programming - gracefully terminate the thread if ↵ | Justin Clarke Casey | 2008-11-04 | 1 | -20/+28 |
| | | | | there is a problm in the world map module rather than bringing down the whole server. | ||||
* | * Improve the previous fix by pushing the exception catching down into OGS1 ↵ | Justin Clarke Casey | 2008-11-04 | 1 | -10/+1 |
| | | | | grid services | ||||
* | * Temporary fix to stop a problem in getting neighbour info in the world map ↵ | Justin Clarke Casey | 2008-11-04 | 1 | -1/+11 |
| | | | | module from crashing the entire server | ||||
* | fix: ArchiveReadRequest.URIFetch stumbles over absent content length field | Dr Scofield | 2008-11-04 | 1 | -1/+2 |
| | | | | | | fix: region parameter in IRCBridgeModule XmlRpc was check for presence but not actually used... | ||||
* | * Use the UUID regex sitting in utils for detection of uuids embedded in scripts | Justin Clarke Casey | 2008-11-03 | 1 | -9/+1 |
| | | | | | | * Replaces the one in the module itself, which had a dumb bug in it anyway | ||||
* | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 2008-11-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | 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. | ||||
* | * refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ↵ | Justin Clarke Casey | 2008-11-01 | 2 | -4/+3 |
| | | | | SOP.IsAttachment | ||||
* | * Introduce an IsAttachment property on the group level (which just returns ↵ | Justin Clarke Casey | 2008-11-01 | 1 | -1/+1 |
| | | | | | | | | | 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 | 1 | -1/+6 |
| | | | | | | * Don't save attachments on saving oar, which stops them coming back as ghost prims | ||||
* | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 2008-10-30 | 1 | -1/+63 |
| | | | | | | | | | XIRCBrigeModule is transient, will merge it with IRCBridgeModule: extends/refactors IRCBridgeModule to support channel-per-region (if desired). | ||||
* | * Check in (disabled) results of not persisting avatar textures but rather ↵ | Justin Clarke Casey | 2008-10-29 | 1 | -0/+4 |
| | | | | | | | | | | 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 | ||||
* | Update Sun options in OpenSim.ini.example. Minor cleanup in SunModule.cs. | Jeff Ames | 2008-10-28 | 1 | -9/+5 |
| | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2468 | Justin Clarke Casey | 2008-10-27 | 3 | -31/+85 |
| | | | | | | | * This time there are accompanying changes to the unit test to adapt it to the changes * Thanks tglion | ||||
* | * Temporarily revert terrain changes in r6976 and reinstate unit test from ↵ | Justin Clarke Casey | 2008-10-27 | 3 | -79/+48 |
| | | | | | | | | | r6977. * If a change is going to affect a unit test, then please could we change the unit test at the same time? Otherwise this will never get done * It also seems a bad idea to disable tests which start failing unless there's a very good reason | ||||
* | Mantis #2428 | Melanie Thielker | 2008-10-26 | 2 | -2/+2 |
| | | | | | | Thank you, miceakitsune, for a patch that makes terraforming tools usable again | ||||
* | Committing a small fix for EventData along with more plumbing work | Melanie Thielker | 2008-10-26 | 1 | -1/+1 |
| | |||||
* | Disable terrain brush test until someone with terrain-fu can look | Melanie Thielker | 2008-10-25 | 1 | -28/+28 |
| | | | | | | | at it and determine the new test parameters needed for the terrain brush with strength support | ||||
* | Thank you kindly, Tglion for a patch that: | Charles Krinke | 2008-10-25 | 2 | -20/+51 |
| | | | | | | | | Support of strength-slider in latest sl-client (1.21.6) Added a patch, which includes the support of strength-slider in latest sl-client (1.21.6) for Raise- and LowerSphere. | ||||
* | A few more bots to yesterday's plumbing: change instant message method | Melanie Thielker | 2008-10-25 | 1 | -1/+1 |
| | | | | | | signature | ||||
* | Plumb some more | Melanie Thielker | 2008-10-24 | 1 | -0/+4 |
| | |||||
* | Pare the groups module down to basics. Adjust dependent files so that a | Melanie Thielker | 2008-10-21 | 1 | -1/+1 |
| | | | | | | real groups module can even be implemented. | ||||
* | Thank you kindly, Idb for a patch that solves: | Charles Krinke | 2008-10-19 | 1 | -1/+7 |
| | | | | | | | llWind always returns a zero vector. In the attached patch the WindModule has been changed slightly to make wind data available for llWind | ||||
* | * minor: remove mono warnings | Justin Clarke Casey | 2008-10-19 | 1 | -0/+1 |
| | |||||
* | Added calling cards. Fixes Mantis#2409 and part of #1515. | Homer Horwitz | 2008-10-19 | 1 | -0/+16 |
| | |||||
* | * Add root agent list/check for mapitem requests. | Teravus Ovares | 2008-10-19 | 1 | -9/+52 |
| | |||||
* | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2008-10-18 | 3 | -7/+26 |
| | | | | | | | | Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts. | ||||
* | Check for terrain size=256x256 on "terrain load <file>". This fixes | Homer Horwitz | 2008-10-15 | 1 | -0/+13 |
| | | | | | | (the rest of) Mantis#1813. | ||||
* | * refactor: Remove OutPacket from the IClientAPI | Justin Clarke Casey | 2008-10-15 | 2 | -6/+2 |
| | | | | | | | * I believe this is reasonable since code outside the Linden client stack shouldn't be aware of the packet format being used * I would love to have made the method protected, but the LoadBalancerPlugin is still calling it and resolving that would require more work | ||||
* | * refactor: move viewer effect packet into LLClientView | Justin Clarke Casey | 2008-10-15 | 1 | -0/+4 |
| | |||||
* | * refactor: Move error logging from GetUserDetails up to callers, since ↵ | Justin Clarke Casey | 2008-10-15 | 1 | -0/+17 |
| | | | | there are some circumstances in which not finding a user is not an error | ||||
* | * minor: oops, small textual tweak | Justin Clarke Casey | 2008-10-15 | 1 | -1/+1 |
| | |||||
* | * minor: during opensim archive creation, tell the user that it may take ↵ | Justin Clarke Casey | 2008-10-15 | 1 | -1/+4 |
| | | | | some time | ||||
* | * refactor: move code concerned with creating a subsequent image packet to ↵ | Justin Clarke Casey | 2008-10-15 | 1 | -0/+4 |
| | | | | LLClientView | ||||
* | * refactor: rename SendImagePart to SendImageFirstPart since this is more ↵ | Justin Clarke Casey | 2008-10-15 | 1 | -1/+1 |
| | | | | descriptive of its actual function | ||||
* | * minor: change m_debug to m_debugPacketLevel since that's what it is | Justin Clarke Casey | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | * refactor: rename SendKiPrimitive to SendKillObject since this appears more ↵ | Justin Clarke Casey | 2008-10-14 | 2 | -2/+2 |
| | | | | descriptive of what it actually does |