aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-0112-12/+12
| | | | LICENSE.txt.
* converting CapabilitiesModule to new region module schemeDr Scofield2009-05-251-5/+22
|
* cleaning out warnings.Dr Scofield2009-05-221-3/+3
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* dropping sex from SceneBanner...Dr Scofield2009-05-221-1/+1
|
* Thank you, StrawberryFride, for a patch to fix SceneBan behavior.Melanie Thielker2009-05-201-19/+23
| | | | | | | | Applied with changes (commented the logging entirely, since Linux defaults to debug level) Fixes Mantis #3689
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-202-6/+60
|
* Add initializing m_scene if it's not null. Marking MyScene as [Obsolete]Melanie Thielker2009-05-191-0/+7
| | | | | | | | because it will be removed soonish. This is NOT the way to go. Thanks, mpallari, for pointing this out. Fixes Mantis #3684
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-18/+0
|
* Update svn properties.Jeff Ames2009-05-172-133/+133
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-154-9/+15
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* fixing SocketException when IP address cannot be resolvedDr Scofield2009-05-121-8/+15
|
* * Implements IP and DNS based ban facilities to OpenSim. Adam Frisby2009-05-112-0/+126
| | | | | | | | | | * User interface is ... primitive at best right now. * Loads bans from bans.txt and region ban DB on startup, bans.txt is in the format of one per line. The following explains how they are read; DNS bans are in the form "somewhere.com" will block ANY matching domain (including "betasomewhere.com", "beta.somewhere.com", "somewhere.com.beta") - make sure to be reasonably specific in DNS bans. IP address bans match on first characters, so, "127.0.0.1" will ban only that address, "127.0.1" will ban "127.0.10.0" but "127.0.1." will ban only the "127.0.1.*" network
* instrument most of the tests with a new InMethod function that may help us ↵Sean Dague2009-05-071-0/+4
| | | | | | | figure out where that pesky deadlock is during test runs.
* * Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey2009-05-041-5/+1
|
* * 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?)
* * Make it possible to store creator strings in user inventory items as well ↵Justin Clarke Casey2009-04-081-2/+1
| | | | | | | | | as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed.
* * 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
* * 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
* * Appearance patches suite: These patches are applied to allow libomv bots ↵Sean Dague2009-03-251-1/+3
| | | | | | | | | | | | to wear outfits in the future. This functionality will be upstreamed later. ** Fixed call of new AvatarAppearance without arguments, which caused bots look like clouds of gas ** Added a SendAvatarData in ScenePresence.SetAppearance, which is expected after SetAppearance is run ** Fixed AssetXferUploader: CallbackID wasn't being passed on on multiple packets asset uploads ** Set VisualParams in AvatarAppearance to stop the alien looking bot from spawning and now looks a little better. *** TODO: Set better VisualParams value then 150 to everything
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-224-13/+13
| | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-4/+4
| | | | | | | | usable. Applied with formatting changes, please don't introduce K&R style indentations into OpenSim Fixes Mantis #3190
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-173-29/+29
| | | | | | | | | properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-162-2/+2
| | | | | | * This is always available at Scene.CommsManager.AssetCache
* * optimized usings.lbsa712009-02-1212-33/+20
|
* * Reinstate tests that are now in CoreModulesJustin Clarke Casey2009-02-091-0/+1
|
* starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield2009-02-0912-0/+3035
OpenSim.Region.Environment.Modules.Agent en bloc to OpenSim.Region.CoreModules