aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * Made Mapitems more failure friendlyTeravus Ovares2008-10-061-10/+86
|
* * restore Header.Resent field setting for resent packetsJustin Clarke Casey2008-10-061-0/+4
| | | | | | * without this, the client appears to reset the sequence of packets its expecting
* * Change interpretation of asset throttle values to bits per second rather ↵Justin Clarke Casey2008-10-062-37/+42
| | | | | | | | than bytes per second * Changing network bandwidth in the preferences will now have a much more noticeable effect - a user may want to increase this if data is being slow to download from opensim
* Mantis#2342. Thank you kindly, Ralphos for a patch that solves:Charles Krinke2008-10-061-78/+10
| | | | | | | llSetLinkApha is not fully implemented and has not been updated to use the recently added GetLinkParts and associated implementation pattern as per llSetLinkColor and llSetLinkPrimitiveParams.
* Mantis#2340. Thank you kindly, Sacha Magne for a patch that:Charles Krinke2008-10-062-6/+16
| | | | | | adding default_loginLevel in USerServer.xml to set a default login level to acces to the grid. Fixing one bug in login_reset
* adds admin_exists_user XmlRpc call.Dr Scofield2008-10-061-0/+74
|
* Implement Parcel -> ForceOwnerToMe god mode packetMelanie Thielker2008-10-065-0/+30
|
* Exclude attachments from parcel prim countsMelanie Thielker2008-10-061-1/+1
|
* Implement ForceOwnerPermissive and God TakeCopyMelanie Thielker2008-10-063-0/+23
|
* Cause inventory items to also be sold when a prim is soldMelanie Thielker2008-10-061-4/+1
|
* Fix a number of errors in transfer of objectsMelanie Thielker2008-10-063-5/+16
|
* Remove an unnecessary perms check. This caused prim movement to be disabledMelanie Thielker2008-10-061-14/+1
| | | | | | | on parcels that had prim entry turned off. This needs to be reintroduced with proper parcel boundary checks.
* 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)
* Fix a nullrefMelanie Thielker2008-10-061-1/+1
|
* One should not commit even the smallest fox without compile. Fix build breakMelanie Thielker2008-10-061-6/+6
|
* More perms fixes. Reinstate the move flagMelanie Thielker2008-10-061-6/+10
|
* Fix a privilege escalation with linked setsMelanie Thielker2008-10-061-3/+6
|
* Revert r6697 patch as the build fails.Charles Krinke2008-10-0619-178/+118
|
* Mantis#2336. Thank you kindly, Ralphos for a patch that:Charles Krinke2008-10-061-3/+8
| | | | | | | | Prevent EventAbortException inner exceptions of TargetInvocationException being re-thrown from OpenSim.Region.ScriptEngine.Shared.ScriptBase. Executor.ExecuteEvent
* Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke2008-10-0619-118/+178
| | | | | | | | | | 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)
* Patch by Fly-Man, with modifications. Add more fields to DataSnapshot.Melanie Thielker2008-10-061-11/+36
| | | | | | This changes yes/no to true/false. Will likely break Metaverseink in some way.
* Implements ObjectOwner god mode packet (Set Owner To Me admin option)Melanie Thielker2008-10-066-0/+38
|
* * Green dots on the mainmap for avatar.Teravus Ovares2008-10-066-0/+265
| | | | | | * Initial implementation * You'll only be able to seen green dots on regions on the map that have been updated.
* For symmetry reasons, I think this probably is a bug.Homer Horwitz2008-10-051-1/+1
|
* Small optimization: Don't ask gridserver about regions on the local instance.Homer Horwitz2008-10-051-0/+7
|
* * Fix sitting avatar showing up properly on the minimapTeravus Ovares2008-10-051-1/+18
|
* Fixed small coordinate issue: The center is (min+max)/2, not (max-min)/2Homer Horwitz2008-10-051-1/+1
|
* Fix a problem with land-search and non-convex parcels.Homer Horwitz2008-10-051-2/+39
| | | | | | You'll need to update your snapshots.
* * Fixes the last snag with the EventQueue. The situation where the seedcap ↵Teravus Ovares2008-10-052-1/+4
| | | | gets lost on teleport.
* Revert the packet resend timing changes. They caused login issues in primmyMelanie Thielker2008-10-051-2/+2
| | | | | | regions.
* Add parcel info "UUID" to snapshotMelanie Thielker2008-10-051-0/+6
|
* Craters, take 2. Remove old discard logic and absolute discard timer. Melanie Thielker2008-10-051-47/+27
| | | | | | | | | Introduce a resend counter on the ack queue. The header "Resent" field is now obsolete. Implement 3 resends on reliable packets, variable. Increase default resend timeout to 3000ms and default silence threshold to 350ms.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-0511-58/+58
|
* * An update to the UDP Packet handler which might make the giant sized ↵Teravus Ovares2008-10-051-1/+1
| | | | craters go away.
* Remove a console debug outputMelanie Thielker2008-10-051-1/+1
|
* Change category in snapshot to a number, to match the one in searchMelanie Thielker2008-10-051-1/+1
|
* Add a dummy "dwell" value to the data snapshotMelanie Thielker2008-10-051-1/+5
|
* Small bug fixMelanie Thielker2008-10-051-0/+1
|
* Plumb in the DirPlacesReply packetMelanie Thielker2008-10-054-0/+50
|
* Fix Mantis #2281: touch events in non-default states in DNE work again.Homer Horwitz2008-10-041-1/+1
|
* Plumb packet DirPlacesQuery for search moduleMelanie Thielker2008-10-044-0/+29
|
* * Tidy up configuration stuff, eliminated default setting duplication along ↵Justin Clarke Casey2008-10-042-59/+46
| | | | | | | | | the way * This revision also makes the exception catcher of last resort print to the log instead of just the console * This means logs should now capture sim crashing exceptions, though not those which are caused by a crash of the virtual machine itself
* * minor: both OpenSimBase and the Voice and RemoteAdmin modules were ↵Justin Clarke Casey2008-10-041-18/+0
| | | | | | | | checking whether any config was set * Resolve redundancy by removing the OpenSimBase check - if modules are recieve nini config directly they should probably be the ones to do the checking
* Mantis#2316. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-10-042-7/+31
| | | | | | | | | | | | Addresses llDie issues. The attached patch catches run time exceptions that occur during method invocation (of type TargetInvocationException) and exposes the internal exception. This makes it possible to pass out the SelfDeleteException. Also added handlers in a couple places to make sure that exception was being passed out far enough to be handled correctly. Tested on DNE.
* Remove two warnings by assigning string provider = ""Charles Krinke2008-10-041-2/+2
| | | | | | and string type = "". Currently we are down to 14 warnings in the VS2005 C# build which is pretty good.
* * minor: Remove warningJustin Clarke Casey2008-10-041-1/+1
|
* * Check in the second part of ↵Justin Clarke Casey2008-10-042-42/+41
| | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=2334 since enough time has passed such that servers following head have probably updated * This patch aims to store look at data when an avatar logs off in grid mode * However, in my short test it doesn't appear to be working yet - numbers are being stored but they don't look correct * But this doesn't appear to cause any login problems * Thanks tyre
* Added immediate TP failure message for TPs to regions that aren't there,Homer Horwitz2008-10-042-2/+55
| | | | | | | | 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).
* Cap proxy mesh scale minimum to 0.01 meter for X, Y, and Z terms.Dahlia Trimble2008-10-041-0/+4
|
* Cause a request to a different attachment point to taint the attachment soMelanie Thielker2008-10-041-0/+6
| | | | | | that the attachment point is saved even if nothing else changed