| Commit message (Expand) | Author | Files | Lines |
2008-10-04 | * Check in the second part of http://opensimulator.org/mantis/view.php?id=233... | Justin Clarke Casey | 1 | -35/+29 |
2008-10-04 | Added immediate TP failure message for TPs to regions that aren't there, | Homer Horwitz | 2 | -2/+55 |
2008-10-04 | Cause a request to a different attachment point to taint the attachment so | Melanie Thielker | 1 | -0/+6 |
2008-10-04 | Prevent a new asset being created on every detach of an attachment | Melanie Thielker | 1 | -0/+1 |
2008-10-04 | Mantis #2330 | Melanie Thielker | 1 | -5/+4 |
2008-10-04 | Unclutter rezzing methods by removing the ad hoc permissions parameters. | Melanie Thielker | 3 | -22/+10 |
2008-10-04 | Guard against negative scale set through LSL functions | Melanie Thielker | 1 | -0/+5 |
2008-10-04 | Tiny performance tweak | Melanie Thielker | 1 | -2/+1 |
2008-10-04 | Avoid a gratuitious KillObject storm on region crossing | Melanie Thielker | 1 | -2/+5 |
2008-10-04 | Cause "Show in search" to trigger a persistence save | Melanie Thielker | 1 | -0/+2 |
2008-10-04 | Add "Drop" functionality to pie menu | Melanie Thielker | 5 | -7/+59 |
2008-10-03 | Add the missing bits for the new region-search: | Homer Horwitz | 2 | -25/+38 |
2008-10-03 | Fix: Mantis#2326: Fix: privilege escalation through attach from ground | Melanie Thielker | 4 | -57/+65 |
2008-10-03 | Disabled some thread aborts in the IRC module that I added earlier and don't ... | Dahlia Trimble | 1 | -2/+2 |
2008-10-03 | Cause objects to be removed from the database when they go temp or get | Melanie Thielker | 2 | -1/+17 |
2008-10-03 | Implement temp-on-rez objecte really being temporary | Melanie Thielker | 3 | -6/+49 |
2008-10-03 | This changeset changes the way chat from client is routed: | Dr Scofield | 7 | -162/+194 |
2008-10-03 | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 1 | -4/+3 |
2008-10-03 | Prevent attachments to be persisted in the destination region when the | Melanie Thielker | 4 | -5/+17 |
2008-10-03 | Mantis #1360 | Melanie Thielker | 4 | -5/+19 |
2008-10-03 | * EventQueueGet is now working. | Teravus Ovares | 3 | -16/+162 |
2008-10-03 | Attempt to prevent attached prims from being persisted. Attachments with | Melanie Thielker | 1 | -1/+1 |
2008-10-02 | Added the first version of the MapSearchModule, which allows you to search for | Homer Horwitz | 1 | -0/+119 |
2008-10-01 | - Added SendScriptTeleportRequest to IClientView and classes implementing it. | Homer Horwitz | 1 | -0/+4 |
2008-10-01 | a little (incomplete) hackery in the IRC module to allow run-time connection ... | Dahlia Trimble | 1 | -11/+74 |
2008-10-01 | Added functions to find prims by name | Johan Berntsson | 2 | -0/+37 |
2008-10-01 | * Fixed a mangled Seed caps handler definition on login to region in standalo... | Teravus Ovares | 1 | -12/+105 |
2008-09-30 | * Replacing Net.HttpListener with HttpServer. | Teravus Ovares | 1 | -9/+10 |
2008-09-30 | initial version of a meeting concierge module. | Dr Scofield | 1 | -0/+213 |
2008-09-30 | - a couple of minor code cleanups in RestInventoryServices | Dr Scofield | 3 | -58/+71 |
2008-09-30 | And one more. lThat should make all scripts start for everyone | Melanie Thielker | 1 | -1/+1 |
2008-09-30 | Add two more default script engine params | Melanie Thielker | 2 | -2/+2 |
2008-09-30 | Add the default script engine to the script creation from archive loading | Melanie Thielker | 1 | -1/+1 |
2008-09-30 | * Fixed minor issue while building: If you do a raytraced object placement an... | Adam Frisby | 1 | -0/+4 |
2008-09-30 | * Get the code up to speed with my -#dev e-mail example. (uncomment out lines... | Teravus Ovares | 1 | -1/+11 |
2008-09-30 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -6/+2 |
2008-09-29 | * minor: forgot this small tidy in the last checkin | Justin Clarke Casey | 1 | -2/+1 |
2008-09-29 | * minor: tidy up async sog deleter | Justin Clarke Casey | 1 | -19/+18 |
2008-09-29 | * refactor: move asynchronous scene object deletion to inventory queueing out... | Justin Clarke Casey | 3 | -83/+165 |
2008-09-29 | ApplyImpulse now forwards impulse in both local and global modes. | Dahlia Trimble | 1 | -6/+3 |
2008-09-29 | * minor: remove warnings | Justin Clarke Casey | 1 | -3/+3 |
2008-09-29 | * reactor: move inventory archive classes into separate Inventory/Archiver di... | Justin Clarke Casey | 2 | -4/+4 |
2008-09-29 | * refactor: Rename InventoryModule to InventoryTransferModule | Justin Clarke Casey | 3 | -5/+5 |
2008-09-29 | * Move existing inventory module into a 'Transfer' namespace, since that is t... | Justin Clarke Casey | 1 | -1/+1 |
2008-09-29 | * check in missing files that caused the previous build break | Justin Clarke Casey | 2 | -0/+487 |
2008-09-28 | Implement the plumbing for llSetVehicleType from the LSL | Charles Krinke | 1 | -0/+8 |
2008-09-28 | Mantis#296. Thank you kindly, Idb for a patch that resolves: | Charles Krinke | 2 | -0/+24 |
2008-09-28 | Added the plumbing for llSetVehicleRotationParam | Charles Krinke | 1 | -0/+8 |
2008-09-28 | Plumb the connection though from llSetVehicleVectorParam | Charles Krinke | 1 | -2/+10 |
2008-09-28 | Add some methods to allow modules so set client view options | Melanie Thielker | 1 | -0/+9 |