Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-21 | 1 | -1/+1 |
|\ | |||||
| * | Clarify help text for use of file paths with console command "create region". | Marck | 2010-09-18 | 1 | -1/+1 |
| | | |||||
| * | Revert "Move OpenSimDefaults,ini into config-include in order to put it with ↵ | Justin Clark-Casey (justincc) | 2010-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | all the other default files" This reverts commit c3259e9c26f198b5fe0e7ed6c29c17c27c60ecb1. Reverted by agreement. | ||||
| * | Move OpenSimDefaults,ini into config-include in order to put it with all the ↵ | Justin Clark-Casey (justincc) | 2010-09-14 | 1 | -1/+1 |
| | | | | | | | | other default files | ||||
| * | Add a missing parenthesis | Melanie | 2010-09-13 | 1 | -1/+1 |
| | | |||||
| * | Change the help message to point to copying OpenSimDefaults.ini.example. | Melanie | 2010-09-13 | 1 | -1/+1 |
| | | | | | | | | Provide a mostly empty OpenSim.ini.example | ||||
| * | Output an error and quit if the master file is missing. Also rename | Melanie | 2010-09-13 | 1 | -4/+16 |
| | | | | | | | | OpenSim.ini.example to bin/OpenSimDefaults.ini.example | ||||
| * | Make the inimaster option default to OpenSimDefaults.ini. | Melanie | 2010-09-13 | 1 | -1/+1 |
| | | |||||
* | | Fix a small left over buglet and also add checking of the physics actor | Melanie Thielker | 2010-09-14 | 1 | -1/+1 |
| | | | | | | | | | | position on backup. This way, ant object that has been moved will be checked for ghost prims as soon as it is persisted. | ||||
* | | Change the help message to point to copying OpenSimDefaults.ini.example. | Melanie | 2010-09-13 | 1 | -1/+1 |
| | | | | | | | | Provide a mostly empty OpenSim.ini.example | ||||
* | | Output an error and quit if the master file is missing. Also rename | Melanie | 2010-09-13 | 1 | -4/+16 |
| | | | | | | | | OpenSim.ini.example to bin/OpenSimDefaults.ini.example | ||||
* | | Make the inimaster option default to OpenSimDefaults.ini. | Melanie | 2010-09-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-13 | 4 | -40/+47 |
|\ \ | |/ | | | | | | | The modules will need to be updated for this to compile and run again. Please don't use until I do the companion commit to modules later on. | ||||
| * | Merged | John Hurliman | 2010-09-12 | 2 | -9/+9 |
| |\ | |||||
| | * | Formatting cleanup. | Jeff Ames | 2010-09-12 | 2 | -9/+9 |
| | | | |||||
| * | | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 2 | -27/+33 |
| |/ | | | | | | | | | * Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings | ||||
| * | Make it clear that the "create region" command will reference ini files in ↵ | Justin Clark-Casey (justincc) | 2010-09-11 | 1 | -5/+6 |
| | | | | | | | | | | | | the regions directory (usually Regions/) Also convert some tabs into spaces. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-03 | 2 | -3/+10 |
|\ \ | |/ | |||||
| * | reinsert functionality to debug log more levels of incoming and outgoing ↵ | Justin Clark-Casey (justincc) | 2010-08-31 | 2 | -2/+7 |
| | | | | | | | | | | | | | | client protocol packets These levels correspond to packets that one isn't usually interested in when debugging (e.g. regular outgoing SimStats packets) This is equivalent to what we had a year ago before it was removed. It's extremely crude since it doesn't allow one to pick individual clients or packets. However, it can still be useful when debugging packet race conditions. | ||||
| * | Report exception message as well as stack trace if a region fails to ↵ | Justin Clark-Casey (justincc) | 2010-08-30 | 1 | -1/+3 |
| | | | | | | | | register with the grid service in grid mode | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-21 | 1 | -30/+35 |
|\ \ | |/ | |||||
| * | Some code cleanup for console command "create region". | Marck | 2010-08-20 | 1 | -30/+35 |
| | | | | | | | | | | | | Make region name an optional command parameter. Avoid question for region name if it has already been specified. Extend help text. | ||||
| * | Add some maptile options, change maptile generation from OpenSimBase to Scene | Melanie | 2010-08-20 | 1 | -8/+0 |
| | | | | | | | | to make it more configurable. | ||||
* | | Add some maptile options, change maptile generation from OpenSimBase to Scene | Melanie Thielker | 2010-08-20 | 1 | -13/+0 |
| | | | | | | | | to make it more configurable. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-18 | 3 | -8/+82 |
|\ \ | |/ | |||||
| * | Configuration files can read include files from relative paths. | Marck | 2010-08-13 | 1 | -1/+11 |
| | | |||||
| * | Updated the create_region command in the RemoteAdmin plugin to properly ↵ | randomhuman | 2010-08-13 | 2 | -2/+62 |
| | | | | | | | | support estates without seeking further input on the console. | ||||
| * | refactor: move more map tile generation code from scene to IWorldMapModule | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -2/+6 |
| | | |||||
| * | Prettify console output for long avatar names. | Marck | 2010-08-11 | 1 | -3/+3 |
| | | |||||
| * | Remove StandAlone from default hardcoded config | Melanie Thielker | 2010-08-04 | 1 | -15/+0 |
| | | |||||
* | | Remove StandAlone from default hardcoded config | Melanie Thielker | 2010-08-04 | 1 | -15/+0 |
| | | |||||
* | | First, change DefaultPermissionsModule so it returns the correct name... | Tom | 2010-08-01 | 1 | -2/+13 |
| | | | | | | | | ... Then, make sure we also check the old-style module stack before we throw a tantrum | ||||
* | | Add config option securePermissionsLoading which will stop the region from ↵ | Tom | 2010-08-01 | 1 | -0/+21 |
| | | | | | | | | loading if the specified permissions modules fail to load. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-25 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | minor: Move log information about SYSTEMIP to the place where it's resolved | Justin Clark-Casey (justincc) | 2010-06-25 | 1 | -3/+1 |
| | | |||||
* | | And another | Melanie Thielker | 2010-06-24 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-24 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Move loading of parcels to before script start. Scripts using parcel functions | Melanie | 2010-06-24 | 1 | -3/+3 |
| | | | | | | | | can fail if no land is loaded | ||||
* | | Change the admin kick message to something more generic, "OpenSim Manager" ↵ | Tom Grimshaw | 2010-06-03 | 1 | -1/+1 |
| | | | | | | | | is not really accurate | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-28 | 1 | -5/+11 |
|\ \ | |/ | |||||
| * | tidy up help information on load oar and save oar | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -5/+11 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-16 | 1 | -1/+116 |
|\ \ | |/ | |||||
| * | * Revert last commit for now at Melanie_T's request. | Teravus Ovares (Dan Olivares) | 2010-05-16 | 1 | -1/+2 |
| | | | | | | | | * Additional ways of configuring opensim break with this | ||||
| * | * Add User Friendly Configuration File Exists check. If OpenSim.ini and ↵ | Teravus Ovares (Dan Olivares) | 2010-05-15 | 1 | -1/+115 |
| | | | | | | | | either StandaloneCommon.ini or GridCommon.ini don't exist in various casings then offer to copy the files for the user while warning them that they're missing out if they don't read the files. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | * Fixed spamming the assets table with map tiles. The tile image ID is now ↵ | Diva Canto | 2010-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found. | ||||
* | | Merge branch 'careminster' into careminster-presence-refactor | Melanie | 2010-04-27 | 1 | -11/+15 |
|\ \ | |||||
| * | | Adding some more SNMP events and some refactoring | sacha | 2010-04-23 | 1 | -8/+13 |
| | | | | | | | | | | | | Signed : The Masqued Foxi | ||||
| * | | Adding LinkUp/LinkDown when a region is started or stoped. | sacha | 2010-04-23 | 1 | -3/+2 |
| | | | | | | | | | | | | Those two events could be used to compute the region availibility | ||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-04-27 | 1 | -6/+0 |
|\ \ \ | | |/ | |/| |