aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Remove two warnings by assigning string provider = ""Charles Krinke2008-10-041-2/+2
* * 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-042-42/+41
* 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-046-29/+13
* 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-048-7/+76
* Add the missing bits for the new region-search:Homer Horwitz2008-10-0312-68/+312
* 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
* * Committing a few keep-alive changes. Cleaned up some log messagesTeravus Ovares2008-10-031-6/+21
* * Fixes a http protocol violation in HttpServer in Linux. StringWriter.Appe...Teravus Ovares2008-10-032-1/+6
* * 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-035-14/+13
* * minor: restore the standard startup logo text now I understand why things w...Justin Clarke Casey2008-10-032-2/+2
* * oops, fix region startup to be in the correct sequence (though it appeared ...Justin Clarke Casey2008-10-033-4/+4
* Implement temp-on-rez objecte really being temporaryMelanie Thielker2008-10-033-6/+49
* * For shits and giggles, print out the time taken for a server to start up (w...Justin Clarke Casey2008-10-031-0/+4
* * refactor: make startup a template methodJustin Clarke Casey2008-10-039-25/+21
* This changeset changes the way chat from client is routed: Dr Scofield2008-10-0311-178/+215
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-036-23/+20
* Prevent attachments to be persisted in the destination region when theMelanie Thielker2008-10-034-5/+17
* fix the sqlite break. There were two issue here:Sean Dague2008-10-031-1/+2
* Add database persistence for material settingMelanie Thielker2008-10-034-0/+22
* Mantis #1360Melanie Thielker2008-10-037-12/+46
* * EventQueueGet is now working.Teravus Ovares2008-10-036-29/+346
* Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker2008-10-037-15/+45
* Plumb in the start parameter in DNEMelanie Thielker2008-10-032-1/+11
* Attempt to prevent attached prims from being persisted. Attachments withMelanie Thielker2008-10-031-1/+1
* Mantis#2307. Thank you kindly, Godfrey for a patch that solves:Charles Krinke2008-10-031-11/+7
* Check for empty string as well, just as illegal.Melanie Thielker2008-10-031-1/+1
* Prevent an exception when the directory given for XML save is read onlyMelanie Thielker2008-10-031-0/+3
* Mantis #2317Melanie Thielker2008-10-034-3/+20
* Mantis #2282.Homer Horwitz2008-10-021-1/+1
* Added the first version of the MapSearchModule, which allows you to search forHomer Horwitz2008-10-021-0/+119
* - Fixed a small off by one error in sending MapBlocksHomer Horwitz2008-10-022-2/+1
* - Fix invalid cast in OSHttpRequestHomer Horwitz2008-10-021-3/+3
* Mantis #2314Melanie Thielker2008-10-022-3/+42