| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding | Mike Mazur | 2009-02-16 | 24 | -0/+5893 |
* | Thank you, cmickeyb, for a patch to ass two string functions | Melanie Thielker | 2009-02-16 | 3 | -0/+67 |
* | Thank you, patnad, for a patch that adds 3 new discovery functions | Melanie Thielker | 2009-02-16 | 3 | -0/+59 |
* | More guards around SetHeight. | diva | 2009-02-15 | 1 | -2/+3 |
* | Fix exception when standing up. | idb | 2009-02-15 | 1 | -1/+1 |
* | Thank you, Vytek, for a patch that streamlines the delay in the email | Melanie Thielker | 2009-02-15 | 1 | -11/+16 |
* | Guarding the new call to SetHeight in MakeRoot, so that ODE doesn't complain ... | diva | 2009-02-15 | 1 | -1/+1 |
* | Moving SendInitialData sort of back to where it was before, so that it doesn'... | diva | 2009-02-15 | 1 | -4/+5 |
* | This started as way to correct Mantis #3158, which I believe should be fixed ... | diva | 2009-02-15 | 9 | -37/+47 |
* | Set sculpt map alpha to 255 prior to scaling and meshing. Addresses Mantis #3150 | Dahlia Trimble | 2009-02-15 | 1 | -0/+8 |
* | Thank you, DoranZemlja, for a patch that addresses some moe llGetNextEmail | Melanie Thielker | 2009-02-15 | 2 | -37/+107 |
* | Mantis 3164. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-14 | 3 | -88/+494 |
* | Restores the HGWorldMap functionality that has been reduced since a recent re... | diva | 2009-02-14 | 1 | -1/+9 |
* | Thank you, DoranZemlja, for a patch that implements local inter-object email | Melanie Thielker | 2009-02-14 | 2 | -40/+135 |
* | Remove the "?" that I inadvertently got into the first line | Charles Krinke | 2009-02-14 | 1 | -1/+1 |
* | Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-14 | 20 | -57/+803 |
* | Add an override for the % operator. | idb | 2009-02-14 | 1 | -0/+6 |
* | This hopefully fixes a long-standing annoying behavior related to neighbour r... | diva | 2009-02-14 | 1 | -1/+6 |
* | Making initialized an instance variable again. My last commit wrote over just... | diva | 2009-02-14 | 1 | -1/+1 |
* | Moved RegionUp to REST/LocalComms. The original functionality has been entire... | diva | 2009-02-14 | 6 | -37/+361 |
* | Thank you, patnad, for a patch that removes the "Subdivision of" text | Melanie Thielker | 2009-02-14 | 1 | -1/+1 |
* | Correct llGetNumberOfPrims to include sitting avatars in the count. | idb | 2009-02-13 | 1 | -2/+18 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2009-02-13 | 1 | -9/+9 |
* | Guard the values used to set the cursor position in the real time console | Melanie Thielker | 2009-02-13 | 2 | -16/+54 |
* | * Change static field "initialized" in RestInterregionComms to an instance field | Justin Clarke Casey | 2009-02-13 | 4 | -18/+13 |
* | * refactor: move alert commands from Scene to DialogModule | Justin Clarke Casey | 2009-02-13 | 5 | -63/+78 |
* | * Quieten down log messages from the Friends module | Justin Clarke Casey | 2009-02-13 | 3 | -10/+7 |
* | * add file missing from last commit | Justin Clarke Casey | 2009-02-13 | 1 | -0/+34 |
* | * refactor: Move LazySaveGeneratedMapTile from scene to WorldMapModule | Justin Clarke Casey | 2009-02-13 | 2 | -57/+65 |
* | * Remove old Scene.CreateTerrainTexture code that is now handled by the world... | Justin Clarke Casey | 2009-02-13 | 1 | -392/+5 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3149 | Justin Clarke Casey | 2009-02-13 | 1 | -14/+2 |
* | * refactor: Move export map function to world map module from scene | Justin Clarke Casey | 2009-02-13 | 6 | -76/+94 |
* | fixing crash due to make-child and make-root stepping on each other's toes | Dr Scofield | 2009-02-13 | 1 | -7/+16 |
* | Commented the tests for region crossings for now -- they need to be substanti... | diva | 2009-02-13 | 1 | -2/+4 |
* | And finally... region crossings entirely over RESTComms/LocalComms. No more r... | diva | 2009-02-13 | 1 | -54/+66 |
* | Fix some compiler warnings. Minor formatting cleanup. | Jeff Ames | 2009-02-13 | 6 | -15/+9 |
* | Add copyright headers. Minor formatting cleanup. Fix some compiler warnings... | Jeff Ames | 2009-02-13 | 16 | -24/+103 |
* | Update svn properties. | Jeff Ames | 2009-02-13 | 0 | -0/+0 |
* | Bug fix in prim crossing: making it clear when the local object needs to be c... | diva | 2009-02-13 | 4 | -8/+17 |
* | Remove extra ID field from asset DB mapping. Mantis #3122, fixes Mantis #3080. | Mike Mazur | 2009-02-13 | 5 | -5/+0 |
* | Fixes a bug in the ScenePresence test itself. | diva | 2009-02-12 | 1 | -1/+1 |
* | Makes region crossings asynchronous. Moved the bulk of the original code out ... | diva | 2009-02-12 | 4 | -134/+219 |
* | * Make it possible to load and save inventory archives while a user is not lo... | Justin Clarke Casey | 2009-02-12 | 3 | -33/+58 |
* | large scale fix for svn props after "the great refactor" | Sean Dague | 2009-02-12 | 107 | -1192/+1192 |
* | * Lock remaining m_rpcHandlers use since these accesses are not guaranteed to... | Justin Clarke Casey | 2009-02-12 | 1 | -2/+8 |
* | Commented a couple of not very useful log messages that are cluttering the lo... | diva | 2009-02-12 | 2 | -8/+8 |
* | * Remove a change which shouldn't have made it into the last commit | Justin Clarke Casey | 2009-02-12 | 1 | -2/+0 |
* | * Add missing OpenSIm.Framework.Communications ref for Wdinwos builds | Justin Clarke Casey | 2009-02-12 | 2 | -1/+4 |
* | * Forgot to fix bamboo.build for the new ScriptEngine Tests | Sean Dague | 2009-02-12 | 1 | -3/+1 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3138 | Justin Clarke Casey | 2009-02-12 | 1 | -0/+20 |