Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Resolve mantis 1911 without reintroducing warnings | Justin Clarke Casey | 2008-08-09 | 1 | -2/+1 | |
| | ||||||
* | * if the user uuid is present, preserve ownership information when loading ↵ | Justin Clarke Casey | 2008-08-09 | 1 | -10/+43 | |
| | | | | | | | | an archive * if the uuid isn't present, ownership is given to the region's master avatar | |||||
* | * Remove warnings | Justin Clarke Casey | 2008-08-09 | 3 | -5/+2 | |
| | ||||||
* | * Reinstate grid receive and send keys to user server config | Justin Clarke Casey | 2008-08-09 | 5 | -21/+22 | |
| | | | | | | | * Looks like these weren't so unused after all - oops! * Remove message from grid server config | |||||
* | * minor: oops, forgot the code that actually ends up eliminating the unused ↵ | Justin Clarke Casey | 2008-08-09 | 1 | -12/+0 | |
| | | | | configuration elements from the last checkin | |||||
* | * minor: remove unused grid send/receive keys from user server configuration | Justin Clarke Casey | 2008-08-09 | 3 | -13/+6 | |
| | ||||||
* | * minor: Remove unused message from the asset server configuration | Justin Clarke Casey | 2008-08-09 | 2 | -13/+3 | |
| | ||||||
* | * minor: get rid of send and receive keys from inventory server | Justin Clarke Casey | 2008-08-09 | 2 | -18/+5 | |
| | | | | | | * these are not used | |||||
* | * Change _Config.xml node selection code to allow comments | Justin Clarke Casey | 2008-08-09 | 1 | -5/+5 | |
| | ||||||
* | * Added a little more log info in LLUDPServer | lbsa71 | 2008-08-09 | 1 | -1/+2 | |
| | ||||||
* | * Make session security (secure inventory) configuration FALSE by default | Justin Clarke Casey | 2008-08-09 | 1 | -1/+1 | |
| | | | | | | * This will not affect existing configurations where the configuration question has already been answered | |||||
* | * minor: remove redundant welcome message from inventory grid server ↵ | Justin Clarke Casey | 2008-08-09 | 2 | -9/+2 | |
| | | | | configuration | |||||
* | * Add line to log notifying of inventory -> user grid server trust failure | Justin Clarke Casey | 2008-08-09 | 2 | -4/+36 | |
| | | | | | | * add code comments | |||||
* | * Shielded against various forms of Malformed data crashes - if there is an ↵ | lbsa71 | 2008-08-09 | 1 | -119/+65 | |
| | | | | | | | | error in packet creation, we just log and ignore it * If there's a Socket.AlreadyInProgress, just silently ignore this one * Tried to refactor the Reset and BeginRecieve logic into something a little more readable, little less duplicated | |||||
* | Mantis#1521. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-08 | 1 | -115/+139 | |
| | | | | | | Increases the functionality of the particle system on both script engines. | |||||
* | Mantis#1521. Thank you kindly, Lmmz for a patch that: | Charles Krinke | 2008-08-08 | 2 | -115/+144 | |
| | | | | | Improves the implementation of the particle system. | |||||
* | Patch #9161 | Melanie Thielker | 2008-08-08 | 1 | -2/+2 | |
| | | | | | | | | | | Increase GetUserProfile timeout from 6 to 30 seconds. Because the worker thread fo the XMLRPC data pump sits on a lock while the system starts, regions with upwards of 6000 prims throw and exception when that thread gets blocked for more than 6 seconds, due to this timeout, and won't start. | |||||
* | Sorry, thoughtI had added that :/ | Melanie Thielker | 2008-08-08 | 1 | -0/+77 | |
| | | | | | | Missing file from pervious commit | |||||
* | * Removed unused m_bAvailable | lbsa71 | 2008-08-08 | 1 | -1/+1 | |
| | ||||||
* | Patch #9160 | Melanie Thielker | 2008-08-08 | 3 | -44/+5 | |
| | | | | | | | Refactor proxy encode/decode methods out of the PacketPool into their own class. | |||||
* | * All CheckRegion within an instance would use the same, global, bool for ↵ | lbsa71 | 2008-08-08 | 4 | -33/+49 | |
| | | | | | | | 'Available', which would lead to intermittent failures on parallell teleport requests. * Solidified CheckRegion somewhat, adding a second try if the first failed. | |||||
* | De-coupling the IClientAPI interface and ClientManager class from the | Mike Mazur | 2008-08-08 | 5 | -8/+16 | |
| | | | | | | | libsl/libomv Packet, as other client stacks could use other data types to pass packets around. Starting with InPacket() here, more to come. | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-08 | 2 | -463/+463 | |
| | ||||||
* | Remove FunSL client stack as it's under development and often won't compile. | Mike Mazur | 2008-08-08 | 9 | -8491/+0 | |
| | | | | | | | This effectively undoes commits 5771 and 5769 as well as parts of the formatting cleanup commits 5774 and 5775. | |||||
* | Committing first draft of the universal cache. This is by no means | Melanie Thielker | 2008-08-07 | 1 | -0/+467 | |
| | | | | | | | finished, but it does work for memory caching items in aggressive mode. Supports several paramters, including TTL. | |||||
* | Patch #9159 | Melanie Thielker | 2008-08-07 | 1 | -16/+27 | |
| | | | | | | | Complete the support for dupe tracking. Eliminate one of the "Eternal caches". | |||||
* | Mantis#1894. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-07 | 1 | -1/+2 | |
| | | | | | | | | When a region is re-registered (e.g. because of region restart), it is removed from m_regions. If I understood that correctly, the old entry should be replaced, instead. | |||||
* | Mantis#1901. Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-08-07 | 2 | -2/+2 | |
| | | | | | | More sitting fixes: Inconsistent sitting position on rezzed prims that have no sit target set. | |||||
* | Mantis#1899. Thank you kindly, Cmickeyb for a patch that: | Charles Krinke | 2008-08-07 | 3 | -11/+11 | |
| | | | | | | | attached are some patches to either comment out direct console writes or to convert them to log writes | |||||
* | Mantis#1888. Thank you kindly, Tyre for a patch that: | Charles Krinke | 2008-08-07 | 2 | -1/+55 | |
| | | | | | | | This patch adds the missing parcel and region flag constants for LSL scripts. Tested with .Net and XEngine | |||||
* | Patch #9158 | Melanie Thielker | 2008-08-07 | 2 | -57/+80 | |
| | | | | | | | Refactor packet sending into LLPacketHandler. Change packet sequencing and ack lists to ensure packet sequences conform to wire order. | |||||
* | Minor formatting cleanup. | Jeff Ames | 2008-08-07 | 19 | -82/+82 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2008-08-07 | 0 | -0/+0 | |
| | ||||||
* | From: alan webb <alan_webb@us.ibm.com> | Dr Scofield | 2008-08-06 | 2 | -2/+7 | |
| | | | | | | | this adds image conversion features to the REST inventory/asset code. | |||||
* | From: alan webb <alan_webb@us.ibm.com> | Dr Scofield | 2008-08-06 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | This fixes a sitting problem which popped up on loading regions from archive and turned out to be caused by the fact that the archiving mechanisms all preserve the sit-target information that is set in the object at the time the image is captured. This caused the new region to pick a sit-target prim that did not correspond to the prim on which the script was running, so the script's changed event is driven with an invalid avatar UUID. I have modified the ArchiveReadRequest class so that any sit information that survives the archiving process is deleted before the object is instantiated. This change has just been checked in. | |||||
* | Rename namespace to FunSL. | Mike Mazur | 2008-08-06 | 8 | -14/+14 | |
| | ||||||
* | Remove the manifests from the bin/ directory. | Mike Mazur | 2008-08-06 | 7 | -0/+0 | |
| | ||||||
* | Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDP | Mike Mazur | 2008-08-06 | 9 | -0/+8491 | |
| | | | | | | client stack. | |||||
* | Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵ | Mike Mazur | 2008-08-06 | 15 | -110/+117 | |
| | | | | dlls. Fix issue 1876. | |||||
* | * oops, fix build break from last checkin | Justin Clarke Casey | 2008-08-05 | 1 | -2/+2 | |
| | ||||||
* | * possible fix for event queue problems (exceptions and event count max ↵ | Justin Clarke Casey | 2008-08-05 | 1 | -1/+17 | |
| | | | | | | | | | exceeded issues) seen in osgrid meeting today * From the logs, I'm guessing probable cause is that an exception generated by a bad index given to substring error line number conversion stopped the script being killed, leading to continuous events that filled up the log (maybe) * Someone will need to go back and fix this properly | |||||
* | * Fix probable cause of one of the bugs seen in the osgrid office hours today | Justin Clarke Casey | 2008-08-05 | 1 | -3/+4 | |
| | | | | | | * If a text string is too long we actually need to truncate to 254 chars rather than 255, since the Helpers.StringToField conversion will stick a \0 on the end | |||||
* | * Add / as a shortcut to select the root region | Justin Clarke Casey | 2008-08-05 | 1 | -3/+3 | |
| | ||||||
* | * Try and make the contents of the region prompt more obvious by returning ↵ | Justin Clarke Casey | 2008-08-05 | 1 | -31/+18 | |
| | | | | to printing the selected region after a change attempt has been made. | |||||
* | * Make currently selected region appear in the region console prompt | Justin Clarke Casey | 2008-08-05 | 3 | -8/+13 | |
| | | | | | | * This region is used for single region commands (such as save-xml2) | |||||
* | * refactor: change console base 'component name' to 'default prompt' since ↵ | Justin Clarke Casey | 2008-08-05 | 1 | -4/+13 | |
| | | | | that's the only thing it's being used for | |||||
* | * refactor: change method name | Justin Clarke Casey | 2008-08-05 | 1 | -3/+3 | |
| | ||||||
* | * refactor: clean up code for selecting regions on the region console | Justin Clarke Casey | 2008-08-05 | 1 | -35/+32 | |
| | ||||||
* | * minor: slightly pointlessly increase the verbosity of the message given ↵ | Justin Clarke Casey | 2008-08-05 | 1 | -3/+9 | |
| | | | | when a queued deletion from scene to inventory fails because the root part of the group has been zapped | |||||
* | Fix one more instance of a bad bit value for the collision event | Melanie Thielker | 2008-08-04 | 1 | -1/+1 | |
| |