| Commit message (Expand) | Author | Files | Lines |
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 | 3 | -0/+143 |
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 mes... | Justin Clarke Casey | 3 | -55/+1 |
2008-12-23 | * refactor: Replace part of SceneObjectPart with the identical sound playing ... | Justin Clarke Casey | 4 | -24/+32 |
2008-12-23 | * Add a method to allow friendship offers to a logged in client from an offli... | Justin Clarke Casey | 5 | -7/+73 |
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 direc... | Justin Clarke Casey | 2 | -4/+8 |
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 co... | diva | 2 | -13/+18 |
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 |
2008-12-22 | Deleted the AssetDownload module (and directory), as this module/code hasn't ... | MW | 1 | -228/+0 |
2008-12-22 | Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persis... | Dahlia Trimble | 2 | -5/+10 |
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 an... | diva | 2 | -70/+96 |
2008-12-22 | Removing the region where the agent is in from the list of regions to close c... | diva | 1 | -3/+6 |
2008-12-22 | One more small mod in EQ: there is no need to subscribe to the OnLogout event... | diva | 1 | -1/+1 |
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 |
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 f... | Dahlia Trimble | 1 | -36/+49 |
2008-12-22 | * Fixes edit linked parts rotating the root prim in a linkset. One more bug... | Teravus Ovares | 1 | -1/+1 |
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 |
2008-12-21 | An initial implementation of llMinEventDelay in XEngine. | idb | 7 | -2/+71 |
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 |
2008-12-21 | * Adding a two prim linking/delinking test. This test is likely to get on pe... | Teravus Ovares | 1 | -0/+73 |
2008-12-21 | * Fixes linking multiple linksets together. They no longer explode | Teravus Ovares | 2 | -10/+24 |
2008-12-21 | Persist script permission mask and granter | idb | 2 | -0/+50 |
2008-12-21 | Mantis#2860. Thank you kindly, Thomax for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-12-21 | * Re-implement packet tracking in IClientAPI so we can see what's going on in... | Teravus Ovares | 5 | -1/+28 |
2008-12-20 | Slowing things down even more on TPs, to see if that helps the European folks... | diva | 2 | -3/+7 |
2008-12-20 | Mantis#2796. Thank you kindly, Gerhard for a patch that addresses: | Charles Krinke | 6 | -24/+139 |
2008-12-20 | This reduces DNS lookups in TPs by a factor of 4. Let's see if this fixes som... | diva | 3 | -13/+36 |
2008-12-20 | * Add two more missing defaults that use GetBoolean without a default in stan... | Teravus Ovares | 1 | -2/+2 |
2008-12-20 | Fix Mantis#2878 for now by not resetting physical values on rez (only on swit... | Homer Horwitz | 1 | -1/+1 |
2008-12-20 | Slowing things down a little bit in TPs, with a couple of extra Thread.Sleep ... | diva | 2 | -2/+10 |
2008-12-20 | * Adds defaults for some GetBoolean config values that previously did not hav... | Teravus Ovares | 1 | -3/+3 |
2008-12-19 | The previous fix for the EQ might have been too radical, and some early event... | diva | 1 | -15/+4 |
2008-12-19 | let you specify a hex number as the color in the vector rendering | Sean Dague | 1 | -1/+11 |
2008-12-19 | - Set acceleration and rotational velocity to 0, too | Homer Horwitz | 1 | -7/+10 |
2008-12-19 | * refactor: move sound trigger from scene into sepearate SoundModule | Justin Clarke Casey | 3 | -19/+114 |
2008-12-19 | Stop prims that get non-physical. Fixes Mantis#2859. | Homer Horwitz | 1 | -0/+7 |
2008-12-19 | Remove forgotten debug message from my last commit. | Homer Horwitz | 1 | -1/+0 |
2008-12-19 | Fix for more child agent mismanagement (like #2846). On enqueueing events, we... | diva | 1 | -5/+44 |