aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the RegionLoaded(Scene) API to the new region module interface to allowMelanie Thielker2009-04-141-0/+4
| | | | | | | region modules to use another region module's interfaces and events in a scene context
* * Commit a variety of fixes to bugs discovered while trying to fix the NaN ↵Teravus Ovares2009-04-141-1/+2
| | | | | | | | | singularity. * WebStatsModule doesn't crash on restart. GodsModule doesn't crash when there is no Dialog Module. LLUDPServer doesn't crash when the Operation was Aborted. * ODEPlugin does 'Almost NaN' sanity checks. * ODEPlugin sacrifices NaN avatars to the NaN black hole to appease it and keep it from sucking the rest of the world in.
* - Moved TerrainModule to the new region-module system.Homer Horwitz2009-04-132-32/+40
| | | | | | - Fixed some locking issues. Either lock, or don't (if you don't have to). Only locking access half of the time won't work reliably. - Had to adapt test helpers that use the "old" IRegionModule. TerrainModule isn't one anymore.
* * Remove null reference exception in the J2KDecoderModule's J2K repair ↵Teravus Ovares2009-04-131-2/+14
| | | | routine for when the asset we're looking up isn't an image at all. (did someone set the texture on the side of a primitive to some other kind of asset with the script engine?)
* Actually do what I promised in the previous commit :/Melanie Thielker2009-04-121-4/+14
|
* Funnel stored (offline) IMs through the Scene EventManager to make sureMelanie Thielker2009-04-121-14/+10
| | | | | | | they are processed by the modules rather than sent to the client directly. Allows friends and group requests and responses to be saved, too
* Correct Opensim.ini.example to reflect the default settings for clouds.idb2009-04-111-49/+2
| | | | | | Fixes Mantis #3421 Change the agent/avatar events subscriptions to just OnNewClient. The data only needs to be sent once and keeping track of log ins/movements is not required. This will also send cloud data to child agents so that they can see clouds above neighbouring regions not just regions that they have visited.
* Expose the XMLRPC listener port on the IXMLRPC interface to allowMelanie Thielker2009-04-101-0/+5
| | | | | | publication
* * Apply http://opensimulator.org/mantis/view.php?id=3427Justin Clarke Casey2009-04-101-1/+71
| | | | | | | * Return different values for llCloud() over time based on a cellular automation system. * Thanks aduffy70!
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-091-1/+1
|
* * Tagged long running tests with LongRunningAttribute.lbsa712009-04-092-3/+6
| | | | | | * Now, the 144 unit tests takes roughly as long time to run (16s on my laptop) that the 10 long running takes. The database tests takes forever. * Feel free to run the unit tests as you code, and the rest before commit.
* * Make it possible to store creator strings in user inventory items as well ↵Justin Clarke Casey2009-04-085-7/+7
| | | | | | | | | as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed.
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-073-4/+4
|
* * Apply http://opensimulator.org/mantis/view.php?id=3418Justin Clarke Casey2009-04-071-6/+10
| | | | | | | * Prevents occasional wind module related exceptions on region server shutdown * Thanks Intimidated!
* * Implements World.Parcels[] array for MRM scripting.Adam Frisby2009-04-061-0/+9
|
* Ouch. Remove some test left over from r9013, which broke startupHomer Horwitz2009-04-051-2/+1
|
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-052-12/+20
| | | | | | | | - Change several classes to use the new plugin for handling of region-modules (NOTE: No regionmodule is using this yet) - Add necessary prebuild parts (don't forget to runprebuild) Attention: Work in progress. This shouldn't break anything, but you never know...
* - Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz2009-04-053-83/+3
| | | | | | - Fix a dependency problem. Hopefully fixes Mantis #3395
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2009-04-053-30/+78
| | | | | | | be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby2009-04-054-96/+92
| | | | | | | OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
* Give a meaningful message if terrain save fails because of a file IO error.idb2009-04-041-0/+5
| | | | | Fixes Mantis #3348
* Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz2009-04-041-0/+190
| | | | | First part of Mantis #964, the necessary clouds image will follow separately.
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-044-14/+87
|
* * refactor: Call StatsReporter methods directly rather than through Scene ↵Justin Clarke Casey2009-04-032-2/+2
| | | | | | | | (as WebStatsModule was doing) * Assume that StatsReporter is always present (possibly as a no-op impl) rather than doing null checks
* More refactoring. This time extracting the client-side of ↵diva2009-04-011-533/+51
| | | | RESTInterregionComms into a RegionClient class.
* Update svn properties.Jeff Ames2009-04-014-418/+418
|
* Finally clean up the Scene.Permissions and permissions module.Melanie Thielker2009-04-011-42/+42
| | | | | | | | | Permissions now use proper events and not delegate lists, which makes for much easier reading and much less work adding new methods. I finally found a way to raise events with return values without it becoming late bound.
* Turning the wind module off by default.diva2009-03-311-1/+1
|
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-315-100/+728
| | | | | | | | | | | | With some support from HomerH, this patch adds support for Wind Model plugins via the mono.Addin framework. * Adds console & OSSL access to Wind Parameters * Adds plug-in support for custom wind models * Provides two example Wind Model plug-ins Documentation for the wind module is temporarily located at http://code.google.com/p/flotsam/wiki/CoreWindModule [^] -- will move this documentation to http://opensimulator.org [^] after the patch has been committed.
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-314-453/+449
|
* * Fix test breakage by always inserting a gods module when testingJustin Clarke Casey2009-03-301-1/+1
|
* * minor: remove mono compiler warningsJustin Clarke Casey2009-03-301-11/+11
|
* * refactor: Move god related methods in Scene out to a moduleJustin Clarke Casey2009-03-301-0/+150
|
* Moved some files around, so that it's easier to share code between ↵diva2009-03-293-807/+166
| | | | standalone and the grid services. Should not affect any functionality.
* Don't let a missing configuration cause a NREMelanie Thielker2009-03-292-0/+11
| | | | | | Fixes Mantis #3355
* Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker2009-03-295-62/+28
| | | | | | | sending. With this change, all methods that handle IM now use GridInstantMessage rather than individual parameters.
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-292-8/+199
| | | | | | | support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now).
* Minor bug fix in UpdateItem (meta data).diva2009-03-281-1/+3
|
* * Adding some heuristic error correction to the j2k decoder module to combat ↵Teravus Ovares2009-03-281-1/+83
| | | | | | | | some of the situations that we see in mantis 3049 . * This may help people on certain 64 bit systems where the end byte position of each layer data packet is incorrect but the start positions are correct. * The console will still be extremely chatty with 'Inconsistent packet data in JPEG2000 stream:' messages, however.. if OpenSimulator was able to recover the data, it will say HURISTICS SUCCEEDED
* Fix the plumbing in the offline message module.Melanie Thielker2009-03-282-27/+51
| | | | | | No functionality yet.
* Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker2009-03-281-0/+131
|
* Small bugs fixed related to ownership and permissions.diva2009-03-281-9/+18
|
* * Implement * wildcard in save iar requestsJustin Clarke Casey2009-03-271-14/+36
| | | | | | * not yet ready for use
* * Fix single item iar savingJustin Clarke Casey2009-03-271-6/+11
| | | | | | * Not yet ready for use
* * minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey2009-03-273-257/+2
|
* svn:eol-style property set.diva2009-03-271-208/+208
|
* svn:eol-style property set.diva2009-03-271-123/+124
|
* Notecard updates bypassing the regions. (HGStandalone only)diva2009-03-261-26/+107
|
* * correct iar root folder location for saving of individual itemsJustin Clarke Casey2009-03-261-1/+1
| | | | | | * however, rest of the path components are still currently wrong so this is broke
* * Apply http://opensimulator.org/mantis/view.php?id=865Justin Clarke Casey2009-03-261-0/+67
| | | | | | | * Reimplements "terrain rescale <min> <max>" command which rescales current terrain to be inbetween min and max * Thanks jonc