| Commit message (Expand) | Author | Age | Files | Lines |
* | Make parcel sale overlays work. No auction support. | Melanie | 2012-01-31 | 1 | -3/+3 |
* | Make errors reported by OpenSim when it halts because it can't find certain c... | Justin Clark-Casey (justincc) | 2012-01-24 | 1 | -3/+3 |
* | Remove unused SetAcceleration and add set on Acceleration parameter | Dan Lake | 2011-12-20 | 1 | -1/+1 |
* | Trigger a Jenkins build | BlueWall | 2011-12-07 | 1 | -0/+1 |
* | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ... | Justin Clark-Casey (justincc) | 2011-12-05 | 1 | -3/+3 |
* | Shell Environment Variables in config | BlueWall | 2011-11-23 | 1 | -1/+8 |
* | move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t... | Justin Clark-Casey (justincc) | 2011-10-15 | 1 | -1/+1 |
* | fetch physical_prim switch from [Startup] config from inside scene, as is don... | Justin Clark-Casey (justincc) | 2011-10-15 | 1 | -1/+1 |
* | remove the pointless slashes on the end of the (5!) different server stat ret... | Justin Clark-Casey (justincc) | 2011-10-07 | 1 | -3/+3 |
* | Add user ID to new estate user prompt, to make it clearer and consistent with... | Justin Clark-Casey (justincc) | 2011-10-05 | 1 | -1/+1 |
* | When creating a new user on the comand line, give the option of allowing a UU... | Justin Clark-Casey (justincc) | 2011-10-04 | 1 | -1/+10 |
* | Fix build errors on Windows by adding missing OpenSim.Services.Base reference | justincc | 2011-09-16 | 1 | -1/+2 |
* | Pass any region scope through to the CreateUser() method | Justin Clark-Casey (justincc) | 2011-09-16 | 1 | -2/+11 |
* | refactor: move estate owner setup code into separate method | Justin Clark-Casey (justincc) | 2011-09-16 | 1 | -45/+50 |
* | Correctly create a freshly created estate owner's default items and avatar en... | Justin Clark-Casey (justincc) | 2011-09-16 | 1 | -0/+50 |
* | Delay loading scripts until the scene has finished loading | Oren Hurvitz | 2011-09-09 | 1 | -0/+2 |
* | Write estate errors on startup to the log | Oren Hurvitz | 2011-06-07 | 1 | -2/+2 |
* | When asked to join region to existing estate, make first estate name the defa... | Justin Clark-Casey (justincc) | 2011-04-01 | 1 | -5/+2 |
* | Make default answer for 'do you wish to join region to an existing estate' ye... | Justin Clark-Casey (justincc) | 2011-04-01 | 1 | -1/+1 |
* | On initial setup, include estate and regions names in questions to make it cl... | Justin Clark-Casey (justincc) | 2011-03-21 | 1 | -4/+6 |
* | In initial setup, stop a user being able to create a new estate with the same... | Justin Clark-Casey (justincc) | 2011-03-21 | 1 | -14/+31 |
* | On initial opensim setup, don't ask the user whether they want to join an exi... | Justin Clark-Casey (justincc) | 2011-03-21 | 1 | -39/+63 |
* | refactor: use EstateDataService property directly instead of loading it into ... | Justin Clark-Casey (justincc) | 2011-03-21 | 1 | -12/+7 |
* | On initial region registration, if the user chooses the option to make the re... | Justin Clark-Casey (justincc) | 2011-03-21 | 1 | -1/+12 |
* | Fix bug where "My estate" name was always used even if the user entered a dif... | Justin Clark-Casey (justincc) | 2011-02-12 | 1 | -4/+8 |
* | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-12-05 | 1 | -2/+2 |
|\ |
|
| * | minor: correction to logging category | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -2/+2 |
| * | minor: change OpenSimBase log messages associated with newer module loader to... | Justin Clark-Casey (justincc) | 2010-12-03 | 1 | -2/+2 |
| * | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -1/+1 |
|/ |
|
* | * additional serveruri cleanup | Jonathan Freedman | 2010-10-03 | 1 | -1/+1 |
* | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 2010-10-02 | 1 | -1/+1 |
* | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 1 | -23/+33 |
* | reinsert functionality to debug log more levels of incoming and outgoing clie... | Justin Clark-Casey (justincc) | 2010-08-31 | 1 | -1/+0 |
* | Report exception message as well as stack trace if a region fails to register... | Justin Clark-Casey (justincc) | 2010-08-30 | 1 | -1/+3 |
* | Add some maptile options, change maptile generation from OpenSimBase to Scene | Melanie | 2010-08-20 | 1 | -8/+0 |
* | Updated the create_region command in the RemoteAdmin plugin to properly suppo... | randomhuman | 2010-08-13 | 1 | -0/+54 |
* | refactor: move more map tile generation code from scene to IWorldMapModule | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -2/+6 |
* | Move loading of parcels to before script start. Scripts using parcel functions | Melanie | 2010-06-24 | 1 | -3/+3 |
* | * Fixed spamming the assets table with map tiles. The tile image ID is now st... | Diva Canto | 2010-05-09 | 1 | -1/+1 |
* | * HGScene is no more. | Diva Canto | 2010-01-30 | 1 | -5/+0 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-01-16 | 1 | -31/+0 |
|\ |
|
| * | Remove "login disable", "login enable" and "login status" commands. | Melanie | 2010-01-10 | 1 | -31/+0 |
* | | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 2010-01-11 | 1 | -1/+0 |
* | | This fixes the problem that region modules (new style) weren't being recognized. | Diva Canto | 2010-01-11 | 1 | -0/+1 |
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 1 | -1/+1 |
* | | CommunicationsManager deleted. | Diva Canto | 2010-01-11 | 1 | -3/+3 |
* | | All Framework.Communications.Clients and Framework.Communications.Services de... | Diva Canto | 2010-01-10 | 1 | -1/+0 |
* | | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 2010-01-10 | 1 | -2/+0 |
* | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 1 | -29/+0 |
|/ |
|
* | pass all command parameters to load/save oar, not just the filename | Justin Clark-Casey (justincc) | 2009-11-24 | 1 | -5/+0 |