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