aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * Fixes the last snag with the EventQueue. The situation where the seedcap g...Teravus Ovares2008-10-051-1/+3
* Revert the packet resend timing changes. They caused login issues in primmyMelanie Thielker2008-10-051-2/+2
* 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
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-0510-57/+57
* * An update to the UDP Packet handler which might make the giant sized crater...Teravus Ovares2008-10-051-1/+1
* 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-053-0/+39
* 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-043-0/+26
* * Tidy up configuration stuff, eliminated default setting duplication along t...Justin Clarke Casey2008-10-042-59/+46
* * minor: both OpenSimBase and the Voice and RemoteAdmin modules were checking...Justin Clarke Casey2008-10-041-18/+0
* Mantis#2316. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-10-042-7/+31
* * minor: Remove warningJustin Clarke Casey2008-10-041-1/+1
* * Check in the second part of http://opensimulator.org/mantis/view.php?id=233...Justin Clarke Casey2008-10-041-35/+29
* Added immediate TP failure message for TPs to regions that aren't there,Homer Horwitz2008-10-042-2/+55
* 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
* Prevent a new asset being created on every detach of an attachmentMelanie Thielker2008-10-041-0/+1
* Mantis #2330Melanie Thielker2008-10-041-5/+4
* Unclutter rezzing methods by removing the ad hoc permissions parameters.Melanie Thielker2008-10-045-26/+12
* Guard against negative scale set through LSL functionsMelanie Thielker2008-10-042-0/+8
* Remove type="owner" from the data snapshot. Made the parser choke and thereMelanie Thielker2008-10-041-3/+3
* Tiny performance tweakMelanie Thielker2008-10-041-2/+1
* Avoid a gratuitious KillObject storm on region crossingMelanie Thielker2008-10-041-2/+5
* Add some needed fields to data snapshotMelanie Thielker2008-10-041-22/+23
* Cause "Show in search" to trigger a persistence saveMelanie Thielker2008-10-041-0/+2
* Add "Drop" functionality to pie menuMelanie Thielker2008-10-047-7/+74
* Add the missing bits for the new region-search:Homer Horwitz2008-10-034-68/+129
* Fix: Mantis#2326: Fix: privilege escalation through attach from groundMelanie Thielker2008-10-036-59/+67
* Disabled some thread aborts in the IRC module that I added earlier and don't ...Dahlia Trimble2008-10-031-2/+2
* * minor: slightly simplify code in setting up the default configurationJustin Clarke Casey2008-10-031-34/+29
* * oops, fix build break.Justin Clarke Casey2008-10-034-38/+81
* * Put in some infrastructure to allow tweaking of packet queue throttle value...Justin Clarke Casey2008-10-039-22/+158
* Cause objects to be removed from the database when they go temp or getMelanie Thielker2008-10-032-1/+17
* * refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey2008-10-031-3/+1
* * oops, fix region startup to be in the correct sequence (though it appeared ...Justin Clarke Casey2008-10-031-2/+2
* Implement temp-on-rez objecte really being temporaryMelanie Thielker2008-10-033-6/+49
* * refactor: make startup a template methodJustin Clarke Casey2008-10-033-6/+7
* This changeset changes the way chat from client is routed: Dr Scofield2008-10-039-177/+209
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-034-10/+7
* Prevent attachments to be persisted in the destination region when theMelanie Thielker2008-10-034-5/+17
* Mantis #1360Melanie Thielker2008-10-036-10/+43
* * EventQueueGet is now working.Teravus Ovares2008-10-034-17/+170