Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-12-26 | Substitutes the value of an environment variable if the value of a region ↵ | Dahlia Trimble | 1 | -0/+5 | |
configuration variable begins with a "$" character. Should be useful when moving region configs between hosts | |||||
2008-12-25 | Add a few forgotten fields to interregion data | Melanie Thielker | 1 | -0/+5 | |
2008-12-25 | Plumb the profile reply packets for picks, classifieds and notes | Melanie Thielker | 5 | -0/+120 | |
2008-12-25 | Plumb yet another groups packet | Melanie Thielker | 1 | -0/+13 | |
2008-12-24 | Better test on EQ shutdown. | diva | 1 | -1/+4 | |
2008-12-24 | Backing off from the accidental removal one of the most valued 'features' of ↵ | diva | 1 | -2/+2 | |
the HG: the ability to TP to regions on the grid that don't run HG. *smiles* | |||||
2008-12-24 | Better error handling for expect_hg_user on the HG. | diva | 2 | -2/+12 | |
2008-12-23 | Plumb in EventNotification* and EventGodDelete | Melanie Thielker | 5 | -0/+64 | |
2008-12-23 | Addinf InterregionData.cs IInterregionComms.cs and InterregionComms.cs | Melanie Thielker | 3 | -0/+203 | |
Creates a nonshared region module publishing IInterregionComms, to send data of type InterregionData to another region directly. | |||||
2008-12-23 | * Fix http://opensimulator.org/mantis/view.php?id=2889 | Justin Clarke Casey | 1 | -2/+2 | |
* Primshapes uuid wasn't being converted to raw (non-dashed) format before being used in primshapes delete command | |||||
2008-12-23 | * Correct build break, no idea how that one managed to slip by me | Justin Clarke Casey | 1 | -1/+1 | |
2008-12-23 | * Modify SQLite implementation of UpdateUserProfile() to allow modifications ↵ | Justin Clarke Casey | 1 | -16/+21 | |
where the name has not been changed | |||||
2008-12-23 | * minor: small documentation comment | Justin Clarke Casey | 1 | -0/+7 | |
2008-12-23 | Plumb in the 4 missing classified events and the 3 packet methods | Melanie Thielker | 5 | -0/+171 | |
2008-12-23 | * Remove mono compiler warning | Justin Clarke Casey | 1 | -5/+4 | |
2008-12-23 | * Remove IGesturesModules since it won't be very helpful without a client ↵ | Justin Clarke Casey | 3 | -55/+1 | |
message anyway | |||||
2008-12-23 | * refactor: Replace part of SceneObjectPart with the identical sound playing ↵ | Justin Clarke Casey | 5 | -28/+34 | |
code in the SoundModule | |||||
2008-12-23 | * Add a method to allow friendship offers to a logged in client from an ↵ | Justin Clarke Casey | 6 | -7/+81 | |
offline user directly from the server | |||||
2008-12-22 | Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the ↵ | Homer Horwitz | 1 | -1/+1 | |
hint, jhurliman. | |||||
2008-12-22 | * refactor: Make gestures module register its own events too | Justin Clarke Casey | 2 | -7/+9 | |
2008-12-22 | * Like most other modules, make the sound module register for its event ↵ | Justin Clarke Casey | 2 | -4/+8 | |
directly, rather than needing Scene to know about it | |||||
2008-12-22 | * Refactor: Move some code into separate methods in FriendsModule | Justin Clarke Casey | 1 | -49/+83 | |
2008-12-22 | Fix for attachment crossing on TPs. Now that we're letting the viewer have ↵ | diva | 2 | -13/+18 | |
control over MakeRoot at the destination, we need to pass the attachments after that. Attachment crossing requires a root agent at the destination. | |||||
2008-12-22 | Plumb in the birthdate from the user server reply to the cache | Melanie Thielker | 1 | -0/+1 | |
2008-12-22 | Fix date format of the birthdates to conform to what the client expects | Melanie Thielker | 1 | -1/+2 | |
2008-12-22 | Fix the error i got sidetracked from :/ | Melanie Thielker | 1 | -1/+1 | |
2008-12-22 | Fix "from" link number in single prims to 0. Previously, this was 1, | Melanie Thielker | 1 | -1/+5 | |
causing sime scripts that expected the first param of the link_message to match llGetLinkNumber() to fail in single prims | |||||
2008-12-22 | Deleted the AssetDownload module (and directory), as this module/code hasn't ↵ | MW | 1 | -228/+0 | |
been used for a few thousand revisions now. And the code for sending assets has long since been moved to the LLClientView where it belongs. | |||||
2008-12-22 | Thanks Gerhard for a patch that implements part 3 of VolumeDetection / ↵ | Dahlia Trimble | 4 | -5/+25 | |
persistance | |||||
2008-12-22 | test commit - no functional change | Dahlia Trimble | 1 | -1/+1 | |
2008-12-22 | Removed some debugging code that was inadvertently left in in my last commit :/ | Dahlia Trimble | 1 | -3/+0 | |
2008-12-22 | This commit is a major change on the TP process. Several things were wrong ↵ | diva | 2 | -70/+96 | |
and/or broken. (a) ExpectAvatarCrossing is redundant (and bad) because the client triggers the same method on the receiving region after it receives TeleportFinish. (b) At least two of the *Async methods in SceneCommunicationService weren't asynchronous at all; I made them be asynchronous. Crossing fingers... | |||||
2008-12-22 | Removing the region where the agent is in from the list of regions to close ↵ | diva | 1 | -3/+6 | |
child agents. | |||||
2008-12-22 | One more small mod in EQ: there is no need to subscribe to the OnLogout ↵ | diva | 1 | -1/+1 | |
event, because things in the EQ get shutdown OnClientClosed. | |||||
2008-12-22 | One more check on closing EQs. | diva | 1 | -1/+2 | |
2008-12-22 | Fix a floating point comparison that was causing some misshaped triangles on ↵ | Dahlia Trimble | 1 | -8/+19 | |
some prim faces | |||||
2008-12-22 | On closing EQs, make sure to wait for the viewer to fetch the last events. | diva | 1 | -0/+4 | |
2008-12-22 | Thanks to M. Igarashi and nlin for a patch that improves conformance of the ↵ | Dahlia Trimble | 1 | -36/+49 | |
funcion llAxes2Rot() | |||||
2008-12-22 | * Fixes edit linked parts rotating the root prim in a linkset. One more ↵ | Teravus Ovares | 1 | -1/+1 | |
bug to go.. and that's editing multiple prim in a linkset at the same time. Don't try that now, as it'll bust the linkset. | |||||
2008-12-21 | Minor: fix a comment... scratch that,reverse it. | Teravus Ovares | 1 | -1/+1 | |
2008-12-21 | * Commit linkset Group (multiprim) linked/delinked to another linkset group ↵ | Teravus Ovares | 1 | -0/+126 | |
(multiprim) test. | |||||
2008-12-21 | An initial implementation of llMinEventDelay in XEngine. | idb | 7 | -2/+71 | |
Not implemented yet in DotNetEngine. Fixes Mantis #2830 | |||||
2008-12-21 | Slowing TPs down a bit further. | diva | 2 | -8/+8 | |
2008-12-21 | Change XEngine money() event routing to always raise the money() | Melanie Thielker | 1 | -0/+2 | |
event int he root prim of a linkset | |||||
2008-12-21 | * Adding a two prim linking/delinking test. This test is likely to get on ↵ | Teravus Ovares | 1 | -0/+73 | |
people's nerves since linking/delinking is easily broken. But.. that's why we have tests! | |||||
2008-12-21 | * Fixes linking multiple linksets together. They no longer explode | Teravus Ovares | 2 | -10/+24 | |
* Not out of the weeds yet. Rotating the root part with 'edit linked parts' still borks all child part rotations and rotating a selection of child parts with 'edit linked parts' still borks the position/rotation of the child parts selected | |||||
2008-12-21 | Persist script permission mask and granter | idb | 2 | -0/+50 | |
2008-12-21 | Small null check in DeregisterHandlers. | diva | 1 | -2/+5 | |
2008-12-21 | Mantis#2860. Thank you kindly, Thomax for a patch that: | Charles Krinke | 1 | -1/+1 | |
Improves map image representation. | |||||
2008-12-21 | * Re-implement packet tracking in IClientAPI so we can see what's going on ↵ | Teravus Ovares | 7 | -4/+32 | |
in the client network in the simstats manager. This makes packets in per second, packets out per second, and unacked bytes work again in the simulator stats section. |