| Commit message (Expand) | Author | Age | Files | Lines |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 33 | -2066/+0 |
* | * Make existing module commanders register as help topics | Justin Clarke Casey | 2009-02-05 | 1 | -2/+7 |
* | * Use the commander name to register module commanders instead of providing t... | Justin Clarke Casey | 2009-02-05 | 1 | -0/+5 |
* | * Establish OnOarFileSaved EventManager event and subscribe to that instead o... | Justin Clarke Casey | 2009-02-02 | 1 | -6/+15 |
* | * Extend archive save test to check for the presence of the file for the obje... | Justin Clarke Casey | 2009-01-30 | 1 | -5/+5 |
* | * Add direct stream loading and saving methods to the archive module. | Justin Clarke Casey | 2009-01-23 | 1 | -0/+19 |
* | * Adds a synchronous jpeg decode for pre-caching purposes | Teravus Ovares | 2009-01-23 | 1 | -0/+1 |
* | * refactor: Extract caps related code from scene and put into a region module | Justin Clarke Casey | 2009-01-21 | 1 | -0/+74 |
* | * Set SVN Properties | Teravus Ovares | 2009-01-19 | 1 | -40/+40 |
* | * Progressive texture patch + PriorityQueue put into the LLClient namespace. | Teravus Ovares | 2009-01-19 | 1 | -0/+40 |
* | * refactor: move url sending from scene to DialogModule | Justin Clarke Casey | 2009-01-08 | 1 | -1/+14 |
* | * refactor: move code to send a dialog to a user from scene to DialogModule | Justin Clarke Casey | 2009-01-08 | 1 | -0/+15 |
* | * refactor: move estate dialog to DialogModule | Justin Clarke Casey | 2009-01-08 | 1 | -1/+14 |
* | * refactor: move code for sending a message to all users in a region to the D... | Justin Clarke Casey | 2009-01-08 | 1 | -3/+17 |
* | * refactor: Make some direct IClientAPI calls go through the dialog module in... | Justin Clarke Casey | 2009-01-07 | 1 | -0/+16 |
* | * Move general alert code to DialogModule. | Justin Clarke Casey | 2009-01-07 | 1 | -1/+7 |
* | * refactor: Establish DialogModule, move some alert code from Scene to here | Justin Clarke Casey | 2009-01-07 | 1 | -0/+59 |
* | Another interregion comms change that will not work well with previous versio... | diva | 2009-01-03 | 1 | -0/+2 |
* | Split agent updates into two messages: full update and position+camera update... | diva | 2009-01-03 | 1 | -0/+30 |
* | Major changes in interregion communications. This breaks compatibility with o... | diva | 2009-01-01 | 1 | -0/+2 |
* | * Remove mono compiler warnings | Justin Clarke Casey | 2008-12-30 | 1 | -1/+1 |
* | * Implement saving of region settings in OAR files | Justin Clarke Casey | 2008-12-30 | 1 | -0/+5 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-12-30 | 1 | -47/+47 |
* | Merged the InterregionData that Melanie had placed there onto the existing Ch... | diva | 2008-12-29 | 1 | -42/+47 |
* | Demonstration code for modular comms. No user functionality | Melanie Thielker | 2008-12-28 | 1 | -0/+4 |
* | Addinf InterregionData.cs IInterregionComms.cs and InterregionComms.cs | Melanie Thielker | 2008-12-23 | 1 | -0/+38 |
* | * Remove IGesturesModules since it won't be very helpful without a client mes... | Justin Clarke Casey | 2008-12-23 | 1 | -50/+0 |
* | * refactor: Replace part of SceneObjectPart with the identical sound playing ... | Justin Clarke Casey | 2008-12-23 | 1 | -1/+3 |
* | * Add a method to allow friendship offers to a logged in client from an offli... | Justin Clarke Casey | 2008-12-23 | 1 | -0/+49 |
* | * refactor: move sound trigger from scene into sepearate SoundModule | Justin Clarke Casey | 2008-12-19 | 1 | -0/+39 |
* | * refactor: move saved named prims to xml2 method out into the serialization ... | Justin Clarke Casey | 2008-12-19 | 1 | -0/+2 |
* | * refactor: Rename IRegionSerialiser and move into interfaces namespace | Justin Clarke Casey | 2008-12-19 | 1 | -0/+120 |
* | * minor: move IGesturesModule into the correct namespace | Justin Clarke Casey | 2008-12-19 | 1 | -1/+1 |
* | * refactor: Remove archiver module scene wrappers | Justin Clarke Casey | 2008-12-19 | 1 | -0/+47 |
* | * Add missing file from last commit | Justin Clarke Casey | 2008-12-19 | 1 | -0/+56 |
* | * refactor: Move tree code out into a separate module | Justin Clarke Casey | 2008-12-19 | 1 | -0/+49 |
* | * refactor: move gestures code out from Scene into its own module | Justin Clarke Casey | 2008-12-18 | 1 | -0/+50 |
* | * minor: A few tiny bits of documentation and log message cleanup before star... | Justin Clarke Casey | 2008-12-01 | 1 | -1/+1 |
* | * restore deleted method documentation, some to IRegionDataStore and some to ... | Justin Clarke Casey | 2008-11-26 | 1 | -0/+25 |
* | * Make a step on removing direct access to TaskInventoryDictionary from other... | Justin Clarke Casey | 2008-11-25 | 1 | -21/+6 |
* | * Remove direct access to Inventory.Serial | Justin Clarke Casey | 2008-11-25 | 1 | -5/+5 |
* | * refactor: Establish an IEntityInventory interface for SceneObjectPartInvent... | Justin Clarke Casey | 2008-11-25 | 1 | -0/+223 |
* | Fully implement object return from the parcel dialog | Melanie Thielker | 2008-11-21 | 1 | -1/+1 |
* | Plumb in the list if user IDs to the land module to allow selection | Melanie Thielker | 2008-11-21 | 1 | -1/+1 |
* | * Add just enough to allow the scene presences test to establish a new user c... | Justin Clarke Casey | 2008-11-19 | 1 | -1/+0 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-21 | 1 | -41/+41 |
* | Thank you kindly, Idb for a patch that solves: | Charles Krinke | 2008-10-19 | 1 | -0/+41 |
* | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2008-10-18 | 1 | -0/+1 |
* | * refactor: Rename InventoryModule to InventoryTransferModule | Justin Clarke Casey | 2008-09-29 | 1 | -1/+1 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 1 | -1/+1 |