.. |
AssetLoader
|
6978181075
Robust: allow Library assets to override old ones, so they can be updated easily from the xml files keeping same id (left FSAssets out)
|
6 년 전 |
Client
|
73222e4dd4
fix IClientIPEndpoint broken by justin long ago.. but stop using it
|
7 년 전 |
Console
|
bf2e0f7737
oops, dont ask things twice
|
5 년 전 |
Monitoring
|
da0a8d6c43
remove some more useless NULL arguments
|
5 년 전 |
Serialization
|
707eb8de82
remove more xml things no longer needed on .net >4.5.2
|
6 년 전 |
Servers
|
da0a8d6c43
remove some more useless NULL arguments
|
5 년 전 |
ServiceAuth
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
Tests
|
9d6c996570
extent supported number of avatar textures/bakes/wearables, tell viewers about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
|
5 년 전 |
AgentCircuitData.cs
|
482c51a42a
cosmetics
|
5 년 전 |
AgentCircuitManager.cs
|
15b6d8c147
send agent view range to new child agents
|
5 년 전 |
AgentUpdateArgs.cs
|
9278a9a9dd
http reusecontext is obsolete
|
6 년 전 |
Animation.cs
|
998d7009a6
Eliminated many warnings
|
10 년 전 |
AnimationSet.cs
|
21b71ff1d8
partial mantis 8219; on creating or updating items (animationsets, wearables) that reference assets, and user does not have permissions on those, abort and warn, instead of silent invalition of the references to those assets, creating a broken item
|
7 년 전 |
AssemblyInfo.cs
|
ab12a14279
Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global replace anymore.
|
8 년 전 |
AssetBase.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
AssetLandmark.cs
|
e33cedfd42
HG Landmarks now working.
|
13 년 전 |
AssetPermissions.cs
|
f931c0a868
Minor: may avoid crashes of sims that still don't have this configuration section.
|
12 년 전 |
AssetRequestToClient.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
AuthenticateResponse.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 년 전 |
AvatarAppearance.cs
|
645c0c780d
add a extra lenght check
|
5 년 전 |
AvatarAttachment.cs
|
944a785a32
now i can login on win .net4.8, but just a little drop on a large (broken) OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc
|
5 년 전 |
AvatarPickerAvatar.cs
|
0a85d1d767
minor:comments
|
15 년 전 |
AvatarPickerReplyAgentDataArgs.cs
|
0a85d1d767
minor:comments
|
15 년 전 |
AvatarPickerReplyDataArgs.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
16 년 전 |
AvatarWearable.cs
|
9d6c996570
extent supported number of avatar textures/bakes/wearables, tell viewers about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
|
5 년 전 |
AvatarWearingArgs.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
16 년 전 |
BasicDOSProtector.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
Cache.cs
|
22c7450363
fix cache.cs (used on parcels info)
|
7 년 전 |
CachedTextureEventArg.cs
|
33aaa40bee
Adds an event and a method so that handling of the CachedTexture
|
11 년 전 |
CapsUtil.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
ChatTypeEnum.cs
|
877a78ce91
change chattype on llRegionSayTo when sending to avatar viewer only.
|
6 년 전 |
ChildAgentDataUpdate.cs
|
1847a42a86
changes on teleports v7
|
5 년 전 |
CircularBuffer.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
ClientInfo.cs
|
d9a300fa8e
some cleanup.. remove some stats that only some do look at once on a lifetime
|
7 년 전 |
ClientManager.cs
|
040ab65f68
(almost) useless change
|
5 년 전 |
CnmMemoryCache.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
CnmSynchronizedCache.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
ColliderData.cs
|
a6b27a7aa4
Add a link number field to ColliderArgs
|
10 년 전 |
ConfigSettings.cs
|
39de7614ec
Remove legacy sqlite lines added internally by OpenSimulator to the [Startup] section.
|
11 년 전 |
ConfigurationMember.cs
|
0fd17c08ae
Massive console refactor. Greatly simplify interface.
|
5 년 전 |
ConfigurationOption.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 년 전 |
Constants.cs
|
0c38d52538
cosmetics on terrain patchs
|
5 년 전 |
Crc32.cs
|
1e3cb82756
move some sharable items out of Xmute to Framework; add another test mutelistmodule, ignore it
|
7 년 전 |
Culture.cs
|
eb5fe57a17
more use of simpler xml encoder on inventory fetch, plus other cosmetics
|
6 년 전 |
CustomTypes.cs
|
80f3e8edbc
Fix stupid stuff.
|
10 년 전 |
DAMap.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
DOMap.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
DoubleDictionaryThreadAbortSafe.cs
|
dc633ee768
cosmetics
|
5 년 전 |
EntityTransferContext.cs
|
944a785a32
now i can login on win .net4.8, but just a little drop on a large (broken) OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc
|
5 년 전 |
EstateBan.cs
|
6b868f8682
i do not not store banTime as DateTime, fix the EstateBan decoder
|
5 년 전 |
EstateSettings.cs
|
d6b3413c63
RegionHandshake IS critical llupd protocol not to be done by odd modules
|
5 년 전 |
EventData.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 년 전 |
ExtraPhysicsData.cs
|
e5beb480ea
Partial port of Avination's support for the new physics parameters.
|
11 년 전 |
FriendListItem.cs
|
5908b8ed7c
Change a member of the friendslist module to better reflect the client side
|
15 년 전 |
GridInstantMessage.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
GroupData.cs
|
87fe96ae2c
replace recent IModule.GetGroup() with better GetGroupRecord(string name)
|
14 년 전 |
IAssetCache.cs
|
a5151bb337
Refactor asset handling as per Ubit's suggestion
|
7 년 전 |
IAssetLoader.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 년 전 |
IClientAPI.cs
|
9d6c996570
extent supported number of avatar textures/bakes/wearables, tell viewers about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
|
5 년 전 |
ICnmCache.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
ICommandConsole.cs
|
110644c23a
Make ReadConfig a general features of consoles, rather than type dependent
|
5 년 전 |
IConsole.cs
|
7939974d92
try to fix console AGAIN
|
5 년 전 |
IGenericConfig.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 년 전 |
ILandChannel.cs
|
b10a3ba023
take the deafult on the parameter overlay
|
5 년 전 |
ILandObject.cs
|
cded996265
remove a dev only conditional on lludp handlers; change parcel lists updates a bit;
|
6 년 전 |
IMoneyModule.cs
|
0bbe7bab7b
add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, MoneyTransactionType type, string text). this should be called async allowing time for money module to process it. If returns true, the transation did sucess, so if its use was to pay something, the payed item/service must be provided without fail, otherwise another method is needed so a refund is possible
|
7 년 전 |
IPeople.cs
|
0ea6977013
solving HG IM, HGFriends issues based on falsified GridUser data
|
9 년 전 |
IPlugin.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 년 전 |
IPrimCounts.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
IRegionCreator.cs
|
808e4a847a
Update svn properties, add copyright headers, minor formatting cleanup.
|
15 년 전 |
IRegistryCore.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
IScene.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
ISceneAgent.cs
|
b32b104996
some more changes on objects sending
|
5 년 전 |
ISceneEntity.cs
|
f9137c923b
Fix bug where objects could not be set to a new group if the group had been created in that client session, or if no other action has been performed on the object.
|
13 년 전 |
ISceneObject.cs
|
2b9f0647de
Fix a regression where objects crossing regions in the same simulator (on their own or as attachments) with AppDomainLoading = false would create the new state in the source region area rather than the dest.
|
10 년 전 |
InventoryCollection.cs
|
eb5fe57a17
more use of simpler xml encoder on inventory fetch, plus other cosmetics
|
6 년 전 |
InventoryFolderBase.cs
|
959872315f
WARNING: massive refactor to follow libomv's latest changes regarding inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum.
|
9 년 전 |
InventoryFolderImpl.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
InventoryItemBase.cs
|
56845d4b75
mantis 8411: fix send inventory item flags mask
|
6 년 전 |
InventoryNodeBase.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
LLSDxmlEncode.cs
|
db374112c6
EstateAccess do fill the fields(mySQL only); fix the response
|
5 년 전 |
LandData.cs
|
cb21caae77
fix some issue on parcels loading and make parcels dwell show something. Resolution is 2.5min aprox.
|
7 년 전 |
LandStatReportItem.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 년 전 |
LandUpdateArgs.cs
|
0c2537bb24
Try to plumb the other half
|
10 년 전 |
Lazy.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
Location.cs
|
7b9a50721d
* Thanks Plugh for pointing out that the constructor that takes a ulong regionhandle and saves it to to X,Y vars in the OpenSim.Framework.Location object was inverting the X and Y resulting in X and Y confusion. The test also used 256x256 in the uint,uint constructor so it was unable to determine if the X and Y components swapped. I don't expect much upheaval from this commit, not a lot of features were using the ulong Location object constructor. The database never stores the ulong regionhandle... the prims are loaded by region Guid. LLUDPServer used it to determine regions that it handled in a service definition where there was simply a X == X test which has the same logical result un-switched as it did switched. Again, thanks LibOMV for the regionhandle code.
|
11 년 전 |
LocklessQueue.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
LogWriter.cs
|
134d4300f0
All physics plugins are now region modules. Compiles but doesn't run.
|
9 년 전 |
Login.cs
|
15b6d8c147
send agent view range to new child agents
|
5 년 전 |
MainConsole.cs
|
8a0a78cbcc
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around.
|
13 년 전 |
MapAndArray.cs
|
8bb644159e
a few more changes to texturesentry handling on libomv and os
|
5 년 전 |
MapBlockData.cs
|
49af6b53e7
varregion: enable teleporting to a varregion by clicking on the map and
|
10 년 전 |
MapItemReplyStruct.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
MetricsCollector.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
MinHeap.cs
|
e3d0ec6f40
a few changes on priority queues and their heap
|
5 년 전 |
MultipartForm.cs
|
e0dd38f672
Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().
|
12 년 전 |
MuteData.cs
|
1e3cb82756
move some sharable items out of Xmute to Framework; add another test mutelistmodule, ignore it
|
7 년 전 |
NetworkServersInfo.cs
|
b51739e23e
recover regions main http server ssl suport. Using a PKCS12 cert file, and not certs store for now. Option http_listener_cn, cert CN need to the same as external IP. Self sign certs do seem to work, but the viewers option NoVerifySLLCert needs to be set true. CA check is not done but they do check the IP
|
8 년 전 |
NetworkUtil.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
OSChatMessage.cs
|
c87f0ac226
Fix llRegionSayTo the right way
|
12 년 전 |
ObjectChangeData.cs
|
ebcd4910a2
Refactor, move OjectChangeData into it's own file and rename
|
12 년 전 |
OutboundUrlFilter.cs
|
6463ab7d79
If a DNS resolution fails on an outbound request, simply allow it
|
7 년 전 |
ParcelMediaCommandEnum.cs
|
3d5d44279b
ANother stab at LSL compatibility
|
14 년 전 |
PermissionsUtil.cs
|
a96c0f760a
having the file open then let PermissionsToString know about Export
|
7 년 전 |
PhysicsInertia.cs
|
029d6e40f6
remove those xml things no longer needed on .net >4.5.2
|
6 년 전 |
PluginLoader.cs
|
a11edceb00
seems to compile ( tests comented out)
|
9 년 전 |
PluginManager.cs
|
b98ad6c53c
remove some useless NULL arguments
|
5 년 전 |
Pool.cs
|
4578ff74fe
Add object count stats for new IncomingPacket and UDPPacketBuffer pools if they are enabled. Add count stats for existing LLUDP pool.
|
12 년 전 |
PresenceType.cs
|
c1a34cd8da
Don't try to save changed attachment states when an NPC with attachments is removed from the scene.
|
13 년 전 |
PrimeNumberHelper.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
PrimitiveBaseShape.cs
|
15dd033490
primbasicshape: convert eventual MeshEP to SculpEP
|
5 년 전 |
PriorityQueue.cs
|
e3d0ec6f40
a few changes on priority queues and their heap
|
5 년 전 |
RegionFlags.cs
|
4cbadc3c49
Allow one to specify a DefaultHGRegion flag in [GridService] in order to allow different default regions for HG and direct grid logins.
|
11 년 전 |
RegionHandshakeArgs.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
16 년 전 |
RegionInfo.cs
|
0fd17c08ae
Massive console refactor. Greatly simplify interface.
|
5 년 전 |
RegionInfoForEstateMenuArgs.cs
|
d372309e3c
mantis 8558: send sane values for Agents and objects capability (max hard limit)
|
5 년 전 |
RegionSettings.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
RegistryCore.cs
|
808e4a847a
Update svn properties, add copyright headers, minor formatting cleanup.
|
15 년 전 |
RequestAssetArgs.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
16 년 전 |
RestClient.cs
|
b1c585718c
remove debug messages
|
7 년 전 |
SLUtil.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
SimStats.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
SurfaceTouchEventArgs.cs
|
cf0a14bec9
* Added IClientIM to IClientCore interfaces
|
16 년 전 |
TaskInventoryDictionary.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
TaskInventoryItem.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
TerrainData.cs
|
b242232c7b
minor cleanup
|
5 년 전 |
TextureRequestArgs.cs
|
515bf6d7dc
* Patch from RemedyTomm Mantis 3440
|
15 년 전 |
ThreadSafeRandom.cs
|
0c8f3dddd8
Use thread-safe version of .NET Random as the SDK class is not thread-safe.
|
10 년 전 |
ThrottleOutPacketType.cs
|
582cb89beb
Add a way to put things at the front of the queue for any throttle group.
|
12 년 전 |
UpdateShapeArgs.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
16 년 전 |
UserAgentData.cs
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 년 전 |
UserProfileData.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
UserProfiles.cs
|
b16abc8166
Massive tab and trailing space cleanup
|
7 년 전 |
Util.cs
|
eedb0a1c85
missing file
|
5 년 전 |
VersionInfo.cs
|
ff416d6ba8
change version to Release
|
5 년 전 |
ViewerEffectEventHandlerArg.cs
|
bbb8d6fc51
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
16 년 전 |
WearableCacheItem.cs
|
9d6c996570
extent supported number of avatar textures/bakes/wearables, tell viewers about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
|
5 년 전 |
WebUtil.cs
|
33a062612f
remove terraindata abstraction layer, since we only have heightmap type
|
5 년 전 |