Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 | |
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |||||
2015-10-18 | Added warning in RegionCombinerModule about it being considered obsolete and ↵ | Diva Canto | 1 | -0/+2 | |
encouraging people to switch to varregions. | |||||
2015-10-08 | change NPC restriction options default from restricted to all allowed, as ↵ | UbitUmarov | 1 | -10/+4 | |
master | |||||
2015-10-04 | in llAttachToAvatarTemp() (TempAttachmentsModule) dont add to inventory, ↵ | UbitUmarov | 1 | -1/+1 | |
like master | |||||
2015-09-30 | add several options for NPC creation so abusive use can be reduced ↵ | UbitUmarov | 1 | -0/+26 | |
(restrictive by default) UNTESTED | |||||
2015-09-29 | try fix some whitespaces VS decided to change | UbitUmarov | 1 | -26/+28 | |
2015-09-29 | add processing of AvatarGroupsRequest message that should be used to get ↵ | UbitUmarov | 1 | -7/+34 | |
other avatars group memberships, but keep it disabled since some viewers no longer suport it correctly and expect memberships in reply to avatar properties, so we need to keep wasting bandwith sending useless information when some viewers really only want avatarproperties | |||||
2015-09-28 | remove groups handlers onClientClosed | UbitUmarov | 1 | -29/+32 | |
2015-09-28 | change copyright to opensim | UbitUmarov | 1 | -5/+26 | |
2015-09-27 | let SendAvatarGroupsReply fall back to UDP if no caps and make use of it | UbitUmarov | 1 | -67/+1 | |
2015-09-27 | add missing SendAgentGroupDataUpdate to llClientView | UbitUmarov | 2 | -1/+10 | |
2015-09-27 | several changes to xmlrpcGroups. Packets AgentData and AgentGroupData are ↵ | UbitUmarov | 1 | -83/+67 | |
private to the requesting agent, etc | |||||
2015-09-26 | in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings ↵ | UbitUmarov | 1 | -2/+2 | |
even more, but viewers seem to need it now, something to review later | |||||
2015-09-04 | Moved UserStatistics feature to OptionalModules too. | Diva Canto | 11 | -0/+3292 | |
2015-09-04 | Moved DataSnapshot feature to OptionalModules too. | Diva Canto | 9 | -0/+1895 | |
2015-09-04 | Moved RegionCombinerModule to OptionalModules. Removed it as its own ↵ | Diva Canto | 8 | -0/+1759 | |
top-level project/dll. | |||||
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 6 | -6/+0 | |
OpenSim.Framework. | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 6 | -22/+7 | |
2015-09-01 | Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵ | Diva Canto | 1 | -623/+0 | |
very much an optional Bullet feature. This way, Bullet doesn't need to depend on the OptionalModules dll. No changes in configs or behavior. | |||||
2015-08-30 | More namespace and dll name changes. Still no functional changes. | Diva Canto | 3 | -3/+3 | |
2015-08-30 | Renamed the namespaces too | Diva Canto | 3 | -3/+3 | |
2015-08-22 | delay terrain sending if land queue is 2 busy | UbitUmarov | 2 | -0/+10 | |
2015-08-15 | Track selected objects per client | Melanie Thielker | 2 | -0/+4 | |
2015-08-11 | Fixed mistakes in string format specifiers (e.g., "{0)" instead of {0}") | Oren Hurvitz | 1 | -1/+1 | |
2015-07-31 | Eliminated several warnings | Oren Hurvitz | 1 | -0/+2 | |
2015-06-19 | Add MaxMaterialsPerTransaction to SimFeatures | Cinder | 1 | -0/+14 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Added ':' to debug messages | Diva Canto | 1 | -4/+4 | |
2015-06-13 | Add optional GodNames region module | Cinder | 1 | -0/+144 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-05-04 | fix a minor whitespace issue | Michael Cerquoni | 1 | -1/+0 | |
2015-05-04 | Adding the command <dobackup>to opensim console which requires a region name ↵ | H-H-H | 1 | -2/+40 | |
as an argument and will do an oar of that region if the autobackup module is enabled Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 1 | -1/+1 | |
AssemblyVersion("0.8.2.*") | |||||
2015-04-18 | Avoid deadlock in NPCModule between DeleteNPC and GetNPC on m_avatars | tglion | 1 | -10/+14 | |
Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2015-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 6 | -6/+13 | |
Util.cs routines to convert region coords to and from world coords or handles. | |||||
2015-03-25 | Comment spammy XMLRPC router message - we don't need to know every time a | Melanie Thielker | 1 | -1/+1 | |
script does something that wil fail anyway. | |||||
2015-03-22 | Varregion: first cut at removing Border class checks for region crossings. | Robert Adams | 1 | -32/+1 | |
Added Scene.PositionIsInCurrentRegion(pos) to sense when new position needs some crossing work. Many changes made to EntityTransferModule to accomodate new crossing sense logic. | |||||
2015-03-03 | corrected script notecard parser. It now handles notecards with inventory as ↵ | ft@noemail | 1 | -1/+5 | |
well. Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2015-02-05 | replace accidently deleted line from last commit | dahlia | 1 | -0/+2 | |
2015-02-05 | Allow MaterialsModule to be enabled by default if [Materials] is absent from ↵ | dahlia | 1 | -9/+6 | |
OpenSim.ini | |||||
2015-01-08 | Make the IteratingUuidGatherer the only UuidGatherer. | Justin Clark-Casey (justincc) | 1 | -4/+6 | |
This UUID gatherer provides a superset of the previous gatherer's functionality as it also allows the caller to control gathering iterations for load purposes. | |||||
2014-12-31 | BulletSim: Add axis locking enabled through the ExtendedPhysics module. | Robert Adams | 1 | -28/+70 | |
Allows locking of prim/linkset relative moving in each of the linear and angular axis. Limits on movement or rotation can be set. | |||||
2014-12-30 | Renamed VERSION_NUMBER to VersionNumber | Diva Canto | 1 | -2/+2 | |
2014-12-30 | This cleans up versioning. Specifically: | Diva Canto | 1 | -2/+2 | |
- It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency. | |||||
2014-12-30 | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 1 | -1/+1 | |
This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1 Additional changes: - Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing. - Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent | |||||
2014-12-29 | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵ | Diva Canto | 4 | -4/+4 | |
doesn't need to match the release version number, but I think it's a very good idea that they do. | |||||
2014-12-04 | Allow scripts in attachments on an owned NPC to call NPC functions on that NPC | Justin Clark-Casey (justincc) | 1 | -1/+8 | |
2014-11-25 | refactor: Move methods to start a monitored thread, start work in its own ↵ | Justin Clark-Casey (justincc) | 3 | -3/+3 | |
thread and run work in the jobengine from Watchdog to a WorkManager class. This is to achieve a clean separation of concerns - the watchdog is an inappropriate place for work management. Also adds a WorkManager.RunInThreadPool() class which feeds through to Util.FireAndForget. Also switches around the name and obj arguments to the new RunInThread() and RunJob() methods so that the callback obj comes after the callback as seen in the SDK and elsewhere | |||||
2014-11-25 | Label all threadpool calls being made in core OpenSimulator. This is to add ↵ | Justin Clark-Casey (justincc) | 2 | -8/+16 | |
problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats. | |||||
2014-11-25 | Add "wearables check" console command | Justin Clark-Casey (justincc) | 1 | -9/+87 | |
This checks that all the wearable assets and any assets for a given logged in avatar exist in the asset service | |||||
2014-11-25 | Add "wearables show" console command. | Justin Clark-Casey (justincc) | 1 | -3/+97 | |
This shows summary wearables information (shape, hair, etc.) for all avatars in the scene or specific information about a given avatar's wearables. Similar to the existing "attachments show" command. | |||||
2014-11-25 | Fix setting of max scene throttle so that setting it restricts the child ↵ | Justin Clark-Casey (justincc) | 1 | -2/+4 | |
client throttles properly. In "show throttles", also renames 'total' column to 'actual' to reflect that it is not necessarily the throttles requested for/by the client. Also fills out 'target' in non-adapative mode to the actual throttle requested for/by the client. |