aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-06Implements ObjectOwner god mode packet (Set Owner To Me admin option)Melanie Thielker5-0/+36
2008-10-06* Green dots on the mainmap for avatar.Teravus Ovares4-0/+214
2008-10-05For symmetry reasons, I think this probably is a bug.Homer Horwitz1-1/+1
2008-10-05Small optimization: Don't ask gridserver about regions on the local instance.Homer Horwitz1-0/+7
2008-10-05* Fix sitting avatar showing up properly on the minimapTeravus Ovares1-1/+18
2008-10-05Fixed small coordinate issue: The center is (min+max)/2, not (max-min)/2Homer Horwitz1-1/+1
2008-10-05Fix a problem with land-search and non-convex parcels.Homer Horwitz1-2/+39
2008-10-05* Fixes the last snag with the EventQueue. The situation where the seedcap g...Teravus Ovares1-1/+3
2008-10-05Revert the packet resend timing changes. They caused login issues in primmyMelanie Thielker1-2/+2
2008-10-05Add parcel info "UUID" to snapshotMelanie Thielker1-0/+6
2008-10-05Craters, take 2. Remove old discard logic and absolute discard timer. Melanie Thielker1-47/+27
2008-10-05Update svn properties, minor formatting cleanup.Jeff Ames10-57/+57
2008-10-05* An update to the UDP Packet handler which might make the giant sized crater...Teravus Ovares1-1/+1
2008-10-05Remove a console debug outputMelanie Thielker1-1/+1
2008-10-05Change category in snapshot to a number, to match the one in searchMelanie Thielker1-1/+1
2008-10-05Add a dummy "dwell" value to the data snapshotMelanie Thielker1-1/+5
2008-10-05Small bug fixMelanie Thielker1-0/+1
2008-10-05Plumb in the DirPlacesReply packetMelanie Thielker3-0/+39
2008-10-04Fix Mantis #2281: touch events in non-default states in DNE work again.Homer Horwitz1-1/+1
2008-10-04Plumb packet DirPlacesQuery for search moduleMelanie Thielker3-0/+26
2008-10-04* Tidy up configuration stuff, eliminated default setting duplication along t...Justin Clarke Casey2-59/+46
2008-10-04* minor: both OpenSimBase and the Voice and RemoteAdmin modules were checking...Justin Clarke Casey1-18/+0
2008-10-04Mantis#2316. Thank you kindly, CMickeyb for a patch that:Charles Krinke2-7/+31
2008-10-04* minor: Remove warningJustin Clarke Casey1-1/+1
2008-10-04* Check in the second part of http://opensimulator.org/mantis/view.php?id=233...Justin Clarke Casey1-35/+29
2008-10-04Added immediate TP failure message for TPs to regions that aren't there,Homer Horwitz2-2/+55
2008-10-04Cap proxy mesh scale minimum to 0.01 meter for X, Y, and Z terms.Dahlia Trimble1-0/+4
2008-10-04Cause a request to a different attachment point to taint the attachment soMelanie Thielker1-0/+6
2008-10-04Prevent a new asset being created on every detach of an attachmentMelanie Thielker1-0/+1
2008-10-04Mantis #2330Melanie Thielker1-5/+4
2008-10-04Unclutter rezzing methods by removing the ad hoc permissions parameters.Melanie Thielker5-26/+12
2008-10-04Guard against negative scale set through LSL functionsMelanie Thielker2-0/+8
2008-10-04Remove type="owner" from the data snapshot. Made the parser choke and thereMelanie Thielker1-3/+3
2008-10-04Tiny performance tweakMelanie Thielker1-2/+1
2008-10-04Avoid a gratuitious KillObject storm on region crossingMelanie Thielker1-2/+5
2008-10-04Add some needed fields to data snapshotMelanie Thielker1-22/+23
2008-10-04Cause "Show in search" to trigger a persistence saveMelanie Thielker1-0/+2
2008-10-04Add "Drop" functionality to pie menuMelanie Thielker7-7/+74
2008-10-03Add the missing bits for the new region-search:Homer Horwitz4-68/+129
2008-10-03Fix: Mantis#2326: Fix: privilege escalation through attach from groundMelanie Thielker6-59/+67
2008-10-03Disabled some thread aborts in the IRC module that I added earlier and don't ...Dahlia Trimble1-2/+2
2008-10-03* minor: slightly simplify code in setting up the default configurationJustin Clarke Casey1-34/+29
2008-10-03* oops, fix build break.Justin Clarke Casey4-38/+81
2008-10-03* Put in some infrastructure to allow tweaking of packet queue throttle value...Justin Clarke Casey9-22/+158
2008-10-03Cause objects to be removed from the database when they go temp or getMelanie Thielker2-1/+17
2008-10-03* refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey1-3/+1
2008-10-03* oops, fix region startup to be in the correct sequence (though it appeared ...Justin Clarke Casey1-2/+2
2008-10-03Implement temp-on-rez objecte really being temporaryMelanie Thielker3-6/+49
2008-10-03* refactor: make startup a template methodJustin Clarke Casey3-6/+7
2008-10-03This changeset changes the way chat from client is routed: Dr Scofield9-177/+209