Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix merge artefacts | Melanie | 2012-07-17 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into careminster | Melanie | 2012-06-29 | 1 | -4/+8 |
|\ | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | Add IScene.Name for code clarity to replace the RegionInfo.RegionName used ↵ | Justin Clark-Casey (justincc) | 2012-06-29 | 1 | -4/+8 |
| | | | | | | | | in many, many log messages. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-03-20 | 1 | -2/+6 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | Move frame loop entirely within Scene.Update() for better future performance ↵ | Justin Clark-Casey (justincc) | 2012-03-20 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | analysis and stat accuracy. Update() now accepts a frames parameter which can control the number of frames updated. -1 will update until shutdown. The watchdog updating moves above the maintc recalculation for any required sleep since it should be accounted for within the frame. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-03-08 | 1 | -7/+64 |
|\ \ | |/ | |||||
| * | Change "help" to display categories/module list then "help ↵ | Justin Clark-Casey (justincc) | 2012-03-08 | 1 | -7/+64 |
| | | | | | | | | | | | | | | | | | | | | | | <category/module>" to display commands in a category. This is to deal with the hundred lines of command splurge when one previously typed "help" Modelled somewhat on the mysql console One can still type help <command> to get per command help at any point. Categories capitalized to avoid conflict with the all-lowercase commands (except for commander system, as of yet). Does not affect command parsing or any other aspects of the console apart from the help system. Backwards compatible with existing modules. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2011-12-10 | 1 | -5/+0 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | ||||
| * | Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ↵ | Justin Clark-Casey (justincc) | 2011-12-09 | 1 | -5/+0 |
| | | | | | | | | in favour of IClientAPI.ISceneAgent.IsChildAgent instead. | ||||
* | | Merge branch 'master' into bigmerge | Melanie | 2011-12-08 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | On a new client circuit, send the initial reply ack to let the client know ↵ | Justin Clark-Casey (justincc) | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | it's live before sending other data. This means that avatar/appearance data of other avatars and scene objects for a client will be sent after the ack rather than possibly before. This may stop some avatars appearing grey on login. This introduces a new OpenSim.Framework.ISceneAgent to accompany the existing OpenSim.Framework.ISceneObject and ISceneEntity This allows IClientAPI to handle this as it can't reference OpenSim.Region.Framework.Interfaces | ||||
* | | Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmerge | Melanie | 2011-12-08 | 1 | -0/+6 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | Implement XMLRPCAdmin command admin_teleport_agent. | Justin Clark-Casey (justincc) | 2011-12-07 | 1 | -0/+6 |
| | | | | | | | | This allows someone with access to this command on the XMLRPCAdmin interface to teleport an avatar to an arbitrary region and/or position. | ||||
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Stop an exception being thrown and a teleport/border cross failing if the ↵ | Justin Clark-Casey (justincc) | 2011-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | desintation sim has no active script engines. This involves getting IScene.RequestModuleInterfaces() to return an empty array (as was stated in the method doc) rather than an array containing one null entry. Callers adjusted to stop checking for the list reference being null (which never happened anyway) | ||||
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-01 | 1 | -21/+0 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | ||||
| * | Removed unused show commands from Scene.cs and SceneBase.cs. The show ↵ | Dan Lake | 2011-10-31 | 1 | -21/+0 |
| | | | | | | | | modules command in OpenSim.cs now shows both shared modules and region modules. | ||||
* | | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -12/+2 |
|\ \ | |/ | |||||
| * | Don't try to save changed attachment states when an NPC with attachments is ↵ | Justin Clark-Casey (justincc) | 2011-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | removed from the scene. This is done by introducing a PresenceType enum into ScenePresence which currently has two values, User and Npc. This seems better than a SaveAttachments flag in terms of code comprehension, though I'm still slightly uneasy about introducing these semantics to core objects | ||||
| * | Stop trying to deregister caps or close child agents when an NPC is removed | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -11/+1 |
| | | |||||
| * | Remove unused Datastore parameter from RegionInfo (legacy from early 2008) | Justin Clark-Casey (justincc) | 2011-03-31 | 1 | -2/+0 |
|/ | |||||
* | Change all restarting to use the restart module. Remove hardcoded behavior | Melanie | 2010-11-25 | 1 | -12/+8 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | minor: comment out region interface registration log msg I accidentally left ↵ | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -2/+2 |
| | | | | | | in last week also changes one log message to print out full exception stack trace on both mono/.net instead of just .net | ||||
* | get TestSaveIarV0_1() uncommented but not running as a test yet since I ↵ | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -0/+2 |
| | | | | didn't get the authentication server to work and my brain is about to fizzle out my ears | ||||
* | Add ability to load IARs directly from URIs | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -1/+25 |
| | | | | | | | | So, something like load iar Justin Clark-Casey / PASSWORD http://justincc.org/downloads/iars/my-great-items.iar Will load my IAR directly from the web. | ||||
* | Finalized the client's TCP IP address verification process for HG1.5. | Diva Canto | 2010-05-15 | 1 | -0/+1 |
| | |||||
* | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵ | Dan Lake | 2010-03-19 | 1 | -3/+3 |
| | | | | Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files. | ||||
* | Bug fix: store correct position information upon logout. Fixes mantis #4608 | Diva Canto | 2010-03-06 | 1 | -0/+15 |
| | |||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-22 | 1 | -1/+1 |
|\ | | | | | | | This brings presence-refactor up to master again | ||||
| * | minor: Make SOG.DelinkFromGroup() return the newly delinked scene object ↵ | Justin Clark-Casey (justincc) | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | instead of void | ||||
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 1 | -1/+1 |
| | | |||||
* | | Simulation handlers (agents & objects) completed. | Diva Canto | 2009-12-31 | 1 | -0/+11 |
|/ | |||||
* | Move the calculation of time dilation from the scene to the physics engine. ↵ | John Hurliman | 2009-10-27 | 1 | -2/+1 |
| | | | | The scene is still the one reporting dilation so this does not break the API or remove flexibility, but it gets the calculation happening in the right place for the normal OpenSim usage. The actual calculation of physics time dilation probably needs tweaking | ||||
* | Removing the ClientManager reference from IScene and hiding it entirely ↵ | John Hurliman | 2009-10-26 | 1 | -6/+1 |
| | | | | inside Scene as an implementation detail. This will reduce programming error and make it easier to refactor the avatar vs client vs presence mess later on | ||||
* | * Unregister event handlers in LLUDPServer when a client logs out and ↵ | John Hurliman | 2009-10-13 | 1 | -2/+0 |
| | | | | | | | | disconnects * Move ViewerEffect handling to Scene.PacketHandlers * Removing the unused CloseAllAgents function * Trimming ClientManager down. This class needs to be reworked to keep LLUDP circuit codes from intruding into the abstract OpenSim core code | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -4/+4 |
| | |||||
* | Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵ | Diva Canto | 2009-09-27 | 1 | -1/+2 |
| | | | | neighbours in the grid service modules. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Remove some no longer needed debug. | Melanie Thielker | 2009-05-13 | 1 | -6/+2 |
| | | | | | | Fixes Mantis #9520 | ||||
* | Fix interface registration/deregistration mechanics | Melanie Thielker | 2009-05-12 | 1 | -9/+14 |
| | |||||
* | Bug fix in SceneBase.RequestModuleInterface. Check that the list's count is ↵ | diva | 2009-05-12 | 1 | -1/+2 |
| | | | | greater than 0. | ||||
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 1 | -2/+2 |
| | |||||
* | Create a working configuration hook to allow LLClient parameters from | Melanie Thielker | 2009-05-04 | 1 | -1/+6 |
| | | | | | | Opensim.ini to take force | ||||
* | Plumb conifg into the client views. Add config option to configure packet | Melanie Thielker | 2009-05-02 | 1 | -0/+6 |
| | | | | | | dropping. | ||||
* | Improve prim sending by combining multiple prim updates into a single packet | Melanie Thielker | 2009-05-01 | 1 | -0/+5 |
| | |||||
* | Another cleanup: Region_Status renamed to RegionStatus, and a usage comment ↵ | Johan Berntsson | 2009-04-15 | 1 | -2/+2 |
| | | | | added | ||||
* | Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from ↵ | Homer Horwitz | 2009-04-13 | 1 | -31/+8 |
| | | | | before ICommander times | ||||
* | - Add new RegionModulesControllerPlugin to the application modules | Homer Horwitz | 2009-04-05 | 1 | -7/+58 |
| | | | | | | | | - 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... | ||||
* | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 2009-02-16 | 1 | -8/+0 |
| | | | | | | * This is always available at Scene.CommsManager.AssetCache |