Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-08-11 | to do that don't use slideexpiration; add cap event ChatterBoxForceClose | UbitUmarov | 1 | -5/+6 | |
2016-08-05 | more changes relative to incorrect use of activegroupid | UbitUmarov | 1 | -1/+16 | |
2016-08-04 | add GetActiveMembershipData() to groups modules, let core groups also have ↵ | UbitUmarov | 1 | -0/+1 | |
GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do. | |||||
2016-08-04 | fix a typo | UbitUmarov | 1 | -1/+1 | |
2016-07-28 | remove references to RegionCombinerModule | UbitUmarov | 1 | -64/+0 | |
2016-07-26 | take friends out of onMakeRoot if crossing | UbitUmarov | 1 | -0/+2 | |
2016-07-23 | add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵ | UbitUmarov | 1 | -1/+1 | |
and its use even worse | |||||
2016-07-01 | missing file | UbitUmarov | 1 | -1/+0 | |
2016-07-01 | revert several changes to groups modules (agentGroupData is private). change ↵ | UbitUmarov | 1 | -1/+1 | |
interregions invite/eject messages, etc | |||||
2016-06-28 | if a NPC is owned, allow access if ownerID matchs parcel owner or it is in ↵ | UbitUmarov | 1 | -0/+1 | |
the access list. option OS_NPC_OBJECT_GROUP it still needed if access is by group (this option should also work with not owned NPC) NEEDS TESTING, may prove to be a bad solution | |||||
2016-06-28 | fix NPCs OS_NPC_OBJECT_GROUP option. group ID needs to be set during ↵ | UbitUmarov | 1 | -1/+1 | |
creation, before scenepresence.CompleteMovement, set tittle just after it. | |||||
2016-06-19 | Mantis #7920: group info was not being updated in many situations. ↵ | Diva Canto | 1 | -1/+1 | |
(regression) Putting back the heavy messaging. | |||||
2016-06-19 | Restored sending group membership data via EventQueue -- this had been a ↵ | Diva Canto | 1 | -0/+2 | |
regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function. | |||||
2016-03-16 | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 1 | -2/+3 | |
Only currently supported option is "allowXss" which will send the needed Access-control-allow-origin: * header to allow xss scripting against the LSL http server. | |||||
2016-01-01 | add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created ↵ | UbitUmarov | 1 | -1/+4 | |
with the group of the object with the script, if that object owner is member of that group. This should allow parcel access by group to work now, and not much else. The groupTitle will also be set, it the region option NoNPCGroup is not active. | |||||
2015-11-22 | Changes to TerrainModule/ITerrainModule to support importing OARs with ↵ | Jak Daniels | 1 | -0/+2 | |
different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2015-11-22 | Changes to TerrainChannel/ITerrainChannel to support importing OARs with ↵ | Jak Daniels | 1 | -0/+8 | |
different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2015-11-21 | remove some duplicate using statements | UbitUmarov | 1 | -3/+0 | |
2015-11-20 | remove unused return value on DeliverMessageTo() | UbitUmarov | 1 | -1/+1 | |
2015-11-17 | remove unused parameter | UbitUmarov | 1 | -1/+2 | |
2015-10-31 | Introduce an EntityTransferContext carrying the version numbers to pass | Melanie Thielker | 1 | -3/+3 | |
to all interested functions. Should fix the varregion conditional. Still a testing version, do NOT use in production! | |||||
2015-10-31 | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 1 | -3/+3 | |
work. Will eat your babies. Yada. Yada. | |||||
2015-10-02 | remove unused method parameter master also removed | UbitUmarov | 1 | -1/+1 | |
2015-09-30 | add several options for NPC creation so abusive use can be reduced ↵ | UbitUmarov | 1 | -0/+12 | |
(restrictive by default) UNTESTED | |||||
2015-09-18 | MapBlockFromGridRegion and Map2BlockFromGridRegion are the same thing | UbitUmarov | 1 | -1/+0 | |
2015-09-14 | try to improve vehicles crossing with Xengine. Lag seems main issue now, ↵ | UbitUmarov | 1 | -2/+2 | |
but needs testing, specially the fail cases, that most likelly need more work | |||||
2015-09-13 | Remove the last proprietary copyright headers, insert BSD ones. | Melanie Thielker | 2 | -12/+52 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 7 | -43/+2 | |
2015-08-24 | try to implement core load oar options | UbitUmarov | 2 | -18/+12 | |
2015-08-24 | rename ImapTileModule as IMAPImageUploadModule to match core | UbitUmarov | 1 | -1/+1 | |
2015-08-22 | Warp3D map now seems to work | UbitUmarov | 1 | -0/+2 | |
2015-08-22 | update MapSearchModule | UbitUmarov | 1 | -0/+5 | |
2015-08-19 | find sending of initial terrain using PushTerrain as os core | UbitUmarov | 1 | -1/+8 | |
2015-08-15 | Adding the IAgentStatefulModule interface. It is used in addtion to | Melanie Thielker | 1 | -0/+61 | |
one of the existing module interfaces to denote a module that holds agent specific state that should be transferred to other regions | |||||
2015-06-13 | Refactor AgentPreferences so that database operations happen centrally. the ↵ | Cinder | 1 | -37/+0 | |
opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Relicense AgentPreferences files to BSD and OpenSimulator | Cinder | 1 | -23/+24 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Support for Linden AgentPreferences capability and friends ↵ | Cinder | 1 | -0/+36 | |
(UpdateAgentLanguage and UpdateAgentInformation) and Mantis #7157 Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-03-27 | varregion: refactor use of 'double heightmap[,]' into references to new ↵ | Robert Adams | 3 | -2/+36 | |
class TerrainData and push the implementation from Scene into the database readers and writers. | |||||
2015-03-22 | Varregion: first cut at removing Border class checks for region crossings. | Robert Adams | 1 | -0/+5 | |
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-04 | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() ↵ | Justin Clark-Casey (justincc) | 1 | -1/+36 | |
script functions. This is to address an issue where HTTP script functions could make calls to localhost and other endpoints inside the simulator's LAN. By default, calls to all private addresses are now blocked as per http://en.wikipedia.org/wiki/Reserved_IP_addresses If you require exceptions to this, configure [Network] OutboundDisallowForUserScriptsExcept in OpenSim.ini | |||||
2015-01-09 | Added GetDisplayNames capability. For now, we don't actually use display ↵ | Diva Canto | 1 | -96/+0 | |
names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others. | |||||
2014-12-30 | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 2 | -0/+4 | |
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-04 | Allow scripts in attachments on an owned NPC to call NPC functions on that NPC | Justin Clark-Casey (justincc) | 1 | -0/+11 | |
2014-11-25 | Add naive implementation of controlled incoming HG attachments to manage load. | Justin Clark-Casey (justincc) | 1 | -0/+2 | |
Instead of processing all incoming attachment scene object concurrently, process them consecutively to eliminate potential overload from this source. This is a naive implementation because it does not currently account for slow foreign asset services. Although it may take longer, this approach may also improve attachment visibility for HG avatars since the scene object is now always added to the scene after receiving assets from the foreign service and not before. | |||||
2014-11-19 | return bbox and offsetHeight to RezObject | UbitUmarov | 1 | -1/+1 | |
2014-11-12 | Update libOMV and fix XBakes dependencies. | Melanie Thielker | 1 | -1/+1 | |
2014-11-11 | Remove the Invisible stuff and add more baked caching. Refactor selection of ↵ | Melanie Thielker | 1 | -1/+1 | |
textures to save to Bakes module. | |||||
2014-11-10 | Add a new baked texure module methid to support baked texturing mesh avatars | Melanie Thielker | 1 | -0/+1 | |
2014-11-10 | Add a new baked texure module methid to support baked texturing mesh avatars | Melanie Thielker | 1 | -0/+1 | |
2014-10-24 | try to make SOG crossings full async. Simplify some borders checking.... | UbitUmarov | 1 | -2/+4 | |