| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * Implment task inventory item asset update for the old non CAPS transaction ... | Justin Clarke Casey | 2008-09-26 | 1 | -0/+4 |
* | Convergence is almost complete. This brings the diff between the API to < 10k | Melanie Thielker | 2008-09-25 | 1 | -38/+0 |
* | - Add Dispose method to IRegionDataStore | Homer Horwitz | 2008-09-18 | 1 | -0/+5 |
* | Remove the cruft of accessing a private member of another module's class | Melanie Thielker | 2008-09-13 | 1 | -0/+1 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 14 | -70/+70 |
* | Some complex re-ordering to make prebuild do what needed to be done. | Melanie Thielker | 2008-08-23 | 1 | -46/+0 |
* | Patch #9171 | Melanie Thielker | 2008-08-23 | 1 | -0/+3 |
* | Moves one file to it's proper location | Melanie Thielker | 2008-08-19 | 1 | -0/+43 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 3 | -5/+3 |
* | *Added CommandIntentions that is used to describe a console commands hazard. ... | mingchen | 2008-07-25 | 2 | -0/+11 |
* | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 2008-07-18 | 1 | -2/+1 |
* | Patch adds bool IsManager(LLUUID) to IEstateModule. | Melanie Thielker | 2008-07-18 | 1 | -0/+1 |
* | Patch #9151 | Melanie Thielker | 2008-07-18 | 2 | -4/+41 |
* | Mantis#1739. Thank you kindly, Grumly57 for a patch that: | Charles Krinke | 2008-07-14 | 1 | -1/+1 |