Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modifications to previous IAR commits to bring them more inline with ↵ | AliciaRaven | 2014-09-23 | 1 | -5/+5 |
| | | | | existing OpenSim code conventions. Also include new IAR save switch in console help print out. | ||||
* | Add an event callback for loading IAR files. The callback for creating them ↵ | AliciaRaven | 2014-09-23 | 1 | -3/+24 |
| | | | | already existed but not for loading. This is of interest for use by region modules. Also includes reporting numbers of items saved and items filtered to the completed log printout. | ||||
* | Change existing IAR save to use UUID for its callback reference instead of ↵ | AliciaRaven | 2014-09-23 | 1 | -3/+4 |
| | | | | Guid. This is for uniformity as discussed on IRC. | ||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -8/+8 |
| | |||||
* | add ability for load iar/save iar to take in arbitrary options | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -0/+29 |
| | | | | not used for anything yet | ||||
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 1 | -1/+0 |
| | |||||
* | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -1/+2 |
| | | | | | * HG is seriously broken here * Compiles. Untested. | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -4/+4 |
| | |||||
* | Some OSGrid specific changes, please use this or later for OSGrid use | Melanie | 2009-09-15 | 1 | -3/+3 |
| | |||||
* | Only allow iar load/save if user is logged in to the region simulator | Justin Clark-Casey (justincc) | 2009-09-07 | 1 | -4/+6 |
| | |||||
* | Add ids to iar requests | Justin Clark-Casey (justincc) | 2009-09-04 | 1 | -3/+5 |
| | | | | Stop save iar test wrongly relying on thread pulsing (still disabled though) | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Establish InventoryArchiveSaved event for unit tests | Justin Clarke Casey | 2009-02-17 | 1 | -2/+20 |
| | | | | | | * This is done on the inventory archiver module directly rather than Scene.EventManager - the module seems the more appropriate location | ||||
* | large scale fix for svn props after "the great refactor" | Sean Dague | 2009-02-12 | 1 | -2/+2 |
| | |||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -2/+2 |
| | |||||
* | * Refactor inventory archive code to allow direct invocation in order to ↵ | Justin Clarke Casey | 2009-02-11 | 1 | -0/+52 |
support future unit tests * Add a file I missed out from the last commit (the build was probably fine without it) |