aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-121-12/+15
|
* * Fixed two major unhandled exceptions discovered during the Pub Quiz on friday.Adam Frisby2008-10-121-5/+30
|
* The "About Landmark" code with the fake parcelIDs had a serious bug.Homer Horwitz2008-10-111-13/+52
| | | | | | | - Fix that bug. It will work with OSSearch now, too - Add some caching to reduce inter-region requests.
* Plumb the remaining search packets and replies.Melanie Thielker2008-10-111-0/+28
|
* Thanks cmickyb for a patch that enhances the IRC module.Dahlia Trimble2008-10-112-29/+115
| | | | | | See mantis #2379 for some useful scripts that work with this. Note that I added another configuration parameter in addition to the patch to allow for legacy behavior in the absence of new configuration settings.
* Remove a UUID fudge that broke "Abandon Land"Melanie Thielker2008-10-111-2/+2
|
* Committing diva's LandSnapshot update patch. Also included is a smallMelanie Thielker2008-10-101-0/+1
| | | | | | | | fix for the LandManagementModule. I changed LandSnapshot to use CachedUserInfo to take a load off the user server. Also, missing owner profiles are legit, warning removed.
* added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for ↵MW2008-10-101-1/+1
| | | | the new surface touch parameters in 1.21 viewers.
* * Added NullReference check to EventQueueGetModule.Adam Frisby2008-10-101-2/+8
|
* * Fixed a potential threading issue with EventQueueGet leading to ↵Adam Frisby2008-10-101-5/+12
| | | | spontaneous crashes.
* * Just some OGP maintenance. Standards adherence type stuff. Teravus Ovares2008-10-101-7/+12
|
* A bit more estate fudgingMelanie Thielker2008-10-102-2/+13
|
* Add the beginnings of a sim health check (through remote admin)Melanie Thielker2008-10-101-0/+5
|
* Clean up webmap-generation a bit:Homer Horwitz2008-10-091-17/+3
| | | | | | | - Remove some duplicated code - Avoid unnecessary allocation of variables/values if only used once anyway.
* - Fix wrong order of max/min usage for clipping. Uses Util.Clamp nowHomer Horwitz2008-10-081-2/+2
| | | | | | - Add support for immediate switching of Music/Media URLs. Radio-scripts should work now.
* - removed some unnecessary conversions (double -> double)Homer Horwitz2008-10-081-2/+2
|
* * minor: Comment out initial regularly occuring EventQueueGet log debug ↵Justin Clarke Casey2008-10-081-11/+9
| | | | message for now, as previously discussed with Ter
* Mantis#2354. Thank you kindly, Tglion for a patch that:Charles Krinke2008-10-081-0/+24
| | | | | | | | | The average-value of modify.ModifyBlock.Height in LLClientView.cs:4170 seem to be incorrect or it isn't the average? Mhhh... So the terrain build -> Flaten Sphere is unuseable. I have put in a patch that contains a workaround while the main problem is not solved.
* * Re-enables map item requests.Teravus Ovares2008-10-081-51/+261
| | | | | | | | * Puts remote requests in a single worker thread * Worker thread only starts when there are agents to serve * When there are no agents to serve, it shuts down * A good example of how to deal with threads in non-shared modules so they don't end up consuming threads per regions
* warning squashingDr Scofield2008-10-081-3/+3
|
* Add some permissions checks and fixesMelanie Thielker2008-10-081-3/+2
|
* * Disabling mapitem requests for surrounding regions as it's probably using ↵Teravus Ovares2008-10-071-6/+6
| | | | up a lot of threads right now when regions are inaccessable
* * Apply http://opensimulator.org/mantis/view.php?id=1207Justin Clarke Casey2008-10-0715-115/+168
| | | | | | | * Implmements llModifyLand() and a check for the "Allow others to terraform flag" * Thanks tglion!
* From: chris yeoh <yeohc@au1.ibm.com>Dr Scofield2008-10-071-0/+13
| | | | | | | | | | | | | If you use load-oar to transfer region data from one sim to another then currently inventory items can be left with unknown owner permission which results in them being no-mod/no-copy for everyone. The attached patch fixes things up so if the owner uuid does not exist on the destination system then it assigns ownership (and the creator for completeness) to the master avatar id. This will make it much more practical to share copies of regions :-)
* * Stop the sim stats reporter reusing the same SimStatsPacket for all clientsJustin Clarke Casey2008-10-061-1/+1
| | | | | | | * I believe this was the cause of the remaining packet_out_of_order messages in the Linden client logs * There were race conditions where multiple clientstacks would overwrite each other's sequence numbers
* * Made Mapitems more failure friendlyTeravus Ovares2008-10-061-10/+86
|
* Implement Parcel -> ForceOwnerToMe god mode packetMelanie Thielker2008-10-062-0/+16
|
* Exclude attachments from parcel prim countsMelanie Thielker2008-10-061-1/+1
|
* MapItems/Green DotsTeravus Ovares2008-10-061-19/+63
| | | | | | * Fixes 1 too large count in region you're in (Region no longer reports the green dot about yourself to you) * For all local requests, the region will check itself instead of going to it's web service. (optimization)
* Revert r6697 patch as the build fails.Charles Krinke2008-10-0615-168/+115
|
* Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke2008-10-0615-115/+168
| | | | | | | | | | Implementation of llModifyLand() and There is a bug on permission-check of land-terraforming: x an y-coordinates are interchanged on function-call ExternalChecksCanTerraformLand. Correct: x is west, and y is north. 2) Missing check of "Other allow to terraform-flag" (Parcel.ParcelFlags.AllowTerraform)
* Implements ObjectOwner god mode packet (Set Owner To Me admin option)Melanie Thielker2008-10-061-0/+1
|
* * Green dots on the mainmap for avatar.Teravus Ovares2008-10-062-0/+174
| | | | | | * Initial implementation * You'll only be able to seen green dots on regions on the map that have been updated.
* Plumb in the DirPlacesReply packetMelanie Thielker2008-10-051-0/+4
|
* Plumb packet DirPlacesQuery for search moduleMelanie Thielker2008-10-041-0/+2
|
* Added immediate TP failure message for TPs to regions that aren't there,Homer Horwitz2008-10-041-2/+36
| | | | | | | | instead of the 130s timeout somewhere. Additionally, mark the map-tile as offline. This partly fixes the TP problems of Mantis 2332; the rest is a viewer problem (just relogin).
* Add "Drop" functionality to pie menuMelanie Thielker2008-10-041-0/+1
|
* Add the missing bits for the new region-search:Homer Horwitz2008-10-031-24/+33
| | | | | | | | | | | | | | | | - Added lookup in the data-layer - MySQL works - SQLite doesn't have a grid-db, so it won't work there - I added MSSQL-code to the best of my knowledge; but I don't know MSSQL :-) - Added the plumbing up to OGS1GridServices. This speaks with the grid-server via XMLRPC. - Modified MapSearchModule to use the new data. It's backward compatible; if used with an old grid-server, it just returns one found region instead of a list. - Refactored a bit. Note: This updates data, grid-server and region code. No new files.
* Disabled some thread aborts in the IRC module that I added earlier and don't ↵Dahlia Trimble2008-10-031-2/+2
| | | | seem necessary
* This changeset changes the way chat from client is routed: Dr Scofield2008-10-036-159/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | old way: each region module interested in chat from client had to - subscribe to scene.EventManager.OnNewClient - then in its OnNewClient delegate it would subscribe to client.OnChatFromViewer to capture chat messages coming new way: ChatModule is the only region module that uses the "old way" approach but is now forwarding all client chat via scene.EventManager.OnChatFromClient - each region module interested in chat from client now only subscribes to scene.EventManager.OnChatFromClient this not only simplifies code, but also allows us to substitute ChatModule with derived classes (ConciergeModule is going to be one example). Also, this changeset changes ChatFromViewer to ChatFromClient as it doesn't necessarily have to be a viewer that is a chat source. i've taken great care to only comment out those OnNewClient delegates that were only used for getting at the client chat --- hope it's not breaking anything.
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-031-4/+3
|
* Prevent attachments to be persisted in the destination region when theMelanie Thielker2008-10-031-1/+1
| | | | | | avatar is not present there.
* Mantis #1360Melanie Thielker2008-10-031-2/+3
| | | | | | | Thank you, idb, for a patch to implement the packet and plumbing for the material settings.
* * EventQueueGet is now working.Teravus Ovares2008-10-032-13/+150
| | | | | | | | * Switched it on by default * Updated OpenSim.ini.example to reflect this * Caught a UDP Server issue that occurs when the network pipe is saturated * Still experimental :D
* Added the first version of the MapSearchModule, which allows you to search forHomer Horwitz2008-10-021-0/+119
| | | | | | | | | regions in the in-world map. It currently only returns the first region that matches the search string; in a future version it will return more search results. Note: File added; run runprebuild.
* - Added SendScriptTeleportRequest to IClientView and classes implementing it.Homer Horwitz2008-10-011-0/+4
| | | | | | - Implemented llMapDestination.
* a little (incomplete) hackery in the IRC module to allow run-time connection ↵Dahlia Trimble2008-10-011-11/+74
| | | | changes
* * Fixed a mangled Seed caps handler definition on login to region in ↵Teravus Ovares2008-10-011-12/+105
| | | | | | | | standalone where port wasn't the http port. * Removed spurious warning message * More debug in EventQueueGet Module to figure out why we're loosing the handlers.
* * Replacing Net.HttpListener with HttpServer. Teravus Ovares2008-09-301-9/+10
| | | | | | | | * This is a HUGE update.. and should be considered fraut with peril. * SSL Mode isn't available *yet* but I'll work on that next. * DrScofld is still working on a radical new thread pump scheme for this which will be implemented soon. * This could break the Build! This could break your Grid!
* initial version of a meeting concierge module.Dr Scofield2008-09-301-0/+213
|