| Commit message (Expand) | Author | Files | Lines |
2009-02-25 | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 18 | -23/+26 |
2009-02-25 | * Properly load items into correct folders when an iar is loaded | Justin Clarke Casey | 1 | -8/+12 |
2009-02-25 | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name... | MW | 19 | -68/+69 |
2009-02-25 | Added IGridServiceModule to be the base interface for the Service Modules for... | MW | 1 | -0/+13 |
2009-02-25 | More refactoring of the Grid, User and Messaging servers. | MW | 15 | -227/+394 |
2009-02-25 | * Fix my own unit test | Justin Clarke Casey | 2 | -7/+19 |
2009-02-25 | * Add InventoryArchiveConstants that I missed from last commit | Justin Clarke Casey | 2 | -6/+137 |
2009-02-25 | * Store inventory data in an 'inventory' directory rather than in the root of... | Justin Clarke Casey | 3 | -15/+10 |
2009-02-25 | * Applied a patch that: Added prim parameters support to MXP client | lbsa71 | 1 | -12/+98 |
2009-02-25 | From: Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 1 | -1/+1 |
2009-02-25 | * Experimental softening of SOG waiting for update on link - changing from ab... | lbsa71 | 1 | -3/+3 |
2009-02-25 | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I... | lbsa71 | 4 | -16/+4 |
2009-02-25 | Allow /* C-style comments */ in LSL scripts. | Mike Mazur | 2 | -17501/+17655 |
2009-02-25 | Fixes Mantis #3220. Thank you kindly, MPallari, for a patch that: | Charles Krinke | 1 | -3/+3 |
2009-02-25 | Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 2 | -0/+2 |
2009-02-25 | Distinguish 404 errors in RestClient.Request(). | Mike Mazur | 1 | -2/+10 |
2009-02-25 | A few updates necessary for load balancer. | Mike Mazur | 9 | -43/+92 |
2009-02-24 | Setting svn:eol-style=native on new files. | Mike Mazur | 27 | -6122/+6122 |
2009-02-24 | Close-to-final tweaking with appearance. This time sending *everything*. Addr... | diva | 2 | -36/+29 |
2009-02-24 | More work on modulising the User Server. | MW | 3 | -35/+99 |
2009-02-24 | Removed the additions from the last revision for the "ShowHelp" delegate hand... | MW | 5 | -41/+1 |
2009-02-24 | More refactoring of the Grid/user/messaging servers. | MW | 5 | -17/+61 |
2009-02-24 | Same treatment for the MessagingServer... added OpenSim.Grid.MessagingServer.... | MW | 11 | -1341/+1342 |
2009-02-24 | Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. | MW | 5 | -1612/+1613 |
2009-02-24 | First step in separating out the Userserver console command handling to a "mo... | MW | 11 | -2510/+2564 |
2009-02-24 | Deleted the files from Messagingserver that are now in OpenSim.Grid.Framework | MW | 4 | -228/+0 |
2009-02-24 | Updated MessagingServer to use OpenSim.Grid.Framework | MW | 8 | -5/+12 |
2009-02-24 | Some cleaning up in the MesssagingServer and GridServer. | MW | 6 | -165/+113 |
2009-02-24 | Added OpenSim.Grid.Framework project. | MW | 10 | -2/+164 |
2009-02-24 | More refactoring of the UserServer. | MW | 7 | -229/+529 |
2009-02-24 | remove log4net dependency and from PrimMesher.cs | Dahlia Trimble | 2 | -7/+18 |
2009-02-24 | Minor guard protecting against hackers like me who manipulate region UUIDs di... | diva | 1 | -1/+2 |
2009-02-23 | Thank you kindly, TLaukkan (Tommil) for a patch that solves: | Charles Krinke | 1 | -27/+32 |
2009-02-23 | Renamed IGridMessagingModule to IGridMessagingMapper. | MW | 3 | -54/+75 |
2009-02-23 | more refactoring of the Grid server, to separate them into modules | MW | 2 | -5/+14 |
2009-02-23 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 1 | -0/+1 |
2009-02-23 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 13 | -1758/+1945 |
2009-02-23 | * Commenting out threaded Scene update for the moment. | Adam Frisby | 1 | -2/+3 |
2009-02-23 | * Fix for recent thread patch - IsAlive apparently is not as reliable as Thre... | Adam Frisby | 1 | -1/+2 |
2009-02-23 | * Performance Changes: | Adam Frisby | 4 | -4/+35 |
2009-02-23 | Load default assets when AssetInventory starts. | Mike Mazur | 2 | -0/+15 |
2009-02-23 | Prevent avatar from walking along z-axis | Mike Mazur | 1 | -1/+19 |
2009-02-23 | Mantis#3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 6 | -0/+169 |
2009-02-23 | A little bit more tweaking with appearance. Now passing both the wearables an... | diva | 2 | -66/+75 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 116 | -410/+579 |
2009-02-22 | Allow delivery of object messages gridwide | Melanie Thielker | 1 | -1/+2 |
2009-02-22 | First step in giving the messaging server the modular refactoring treatment. ... | MW | 8 | -289/+643 |
2009-02-22 | * MXP Clients are now treated as full root agents - including being given a d... | Adam Frisby | 2 | -2/+44 |
2009-02-22 | * Fixes an assumption whereby Scene assumes that each client is capable of pr... | Adam Frisby | 1 | -0/+8 |
2009-02-22 | Part 1 of refactoring the userserver. Changed it so instead of subclassing th... | MW | 3 | -46/+107 |