unknown f73d73fcfe * Fixing serialisation properly so that inventory save/restore correctly works, and OAR save/restore works with components too. před 14 roky
..
AssetLoader df76e95aa2 Changed asset CreatorID to a string před 14 roky
Capabilities e15f6905a5 Clean up IMoneyModule and adjust the other modules to the changes před 14 roky
Client ee205e7e81 Formatting cleanup. před 15 roky
Communications 08ba34da03 First attempt at fixing mantis #4641. It's better but there are now some issues with permissions. před 14 roky
Configuration 387e9f7a7f * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) před 15 roky
Console 0c0ac65d38 Added ': ' to password prompt. Mantis #4851 před 14 roky
RegionLoader 5e4b7be712 * Typo in previous commit. před 15 roky
Serialization 5925aac859 Add --merge switch to load iar. před 14 roky
Servers 2369063640 HACK ALERT! There's some underlying bug in the HTTP server that makes requests come up with Accept headers from previous requests. Until that gets fixed, this hack goes in. před 14 roky
Statistics 85d7d0583e Fix XStats formatting: před 14 roky
Tests f393e10ea4 remove unused ACL class před 14 roky
AgentCircuitData.cs 2ebe148266 Plumb the viewer version string through into AgentCircuitData. Now all that před 14 roky
AgentCircuitManager.cs a6023ea89e Prevent a crash when the two agent dictionaries get out of sync před 14 roky
AgentUpdateArgs.cs 88d2adc93c add an agent position field to AgentUpdateArgs for use by some non-LL clients před 15 roky
Animation.cs 0a85d1d767 minor:comments před 15 roky
AssemblyInfo.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
AssetBase.cs b233a4b2ca * Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. před 14 roky
AssetLandmark.cs 7665aad002 * Adds CreatorID to asset metadata. This is just the plumbing to support CreatorID, it doesn't modify database backends or OAR files to support storing/loading it před 14 roky
AssetRequestToClient.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
AuthenticateResponse.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
AvatarAppearance.cs 1f45e6c649 Merge branch 'master' into presence-refactor před 14 roky
AvatarPickerAvatar.cs 0a85d1d767 minor:comments před 15 roky
AvatarPickerReplyAgentDataArgs.cs 0a85d1d767 minor:comments před 15 roky
AvatarPickerReplyDataArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. před 16 roky
AvatarWearable.cs d806741e9d * Cleaned up the magic UUID definitions in AvatarWearable.cs před 14 roky
AvatarWearingArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. před 16 roky
BlockingQueue.cs 0d29614ca1 Formatting cleanup. před 15 roky
Cache.cs 1a910b6e1d Connect up the new asset cache and introduce an asynchronous call path před 15 roky
ChatTypeEnum.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. před 16 roky
ChildAgentDataUpdate.cs 26621ca500 Add scripted controllers into agent intersim messaging před 14 roky
ClientInfo.cs bdf95e54a2 A few updates necessary for load balancer. před 15 roky
ClientManager.cs c75d415648 * Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) to use a non-blocking parallel method when operating in async mode před 15 roky
CnmMemoryCache.cs ee205e7e81 Formatting cleanup. před 15 roky
CnmSynchronizedCache.cs ee205e7e81 Formatting cleanup. před 15 roky
ColliderData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
ConfigSettings.cs 041594ed07 Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lots of other obsolete configs. před 15 roky
ConfigurationMember.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
ConfigurationOption.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
Constants.cs 332463ca94 Fix up the weird Lindenish "setaccess" message. Talk about strange.... před 15 roky
Culture.cs 00800c59d3 Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 před 14 roky
EstateBan.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
EstateSettings.cs 70b0e07d1e Remove the reading of estate_settings.xml and the associated processing of před 14 roky
EventData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
ForeignUserProfileData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
FriendListItem.cs 5908b8ed7c Change a member of the friendslist module to better reflect the client side před 15 roky
GridInstantMessage.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
GroupData.cs 87fe96ae2c replace recent IModule.GetGroup() with better GetGroupRecord(string name) před 14 roky
IAssetLoader.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
IClientAPI.cs a8b80ef800 Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files affected. před 14 roky
ICnmCache.cs ee205e7e81 Formatting cleanup. před 15 roky
IGenericConfig.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
IImprovedAssetCache.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
IMoneyModule.cs e15f6905a5 Clean up IMoneyModule and adjust the other modules to the changes před 14 roky
IPlugin.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
IRegionCommsListener.cs 05fc504ff3 Remove the old remoting-type interregion code for prim/script crossing před 15 roky
IRegionCreator.cs 808e4a847a Update svn properties, add copyright headers, minor formatting cleanup. před 15 roky
IRegionLoader.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
IRegistryCore.cs 808e4a847a Update svn properties, add copyright headers, minor formatting cleanup. před 15 roky
IScene.cs 2a1e45f657 Finalized the client's TCP IP address verification process for HG1.5. před 14 roky
ISceneEntity.cs 93ef65c690 * Moving all of the prioritization/reprioritization code into a new file Prioritizer.cs před 14 roky
ISceneObject.cs 9d63f90467 Remove the old (Remoting) region crossing code. Fix the new code to před 15 roky
InventoryCollection.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
InventoryFolderBase.cs ee205e7e81 Formatting cleanup. před 15 roky
InventoryFolderImpl.cs 606e831ff5 Formatting cleanup. před 15 roky
InventoryItemBase.cs ee205e7e81 Formatting cleanup. před 15 roky
InventoryNodeBase.cs ee205e7e81 Formatting cleanup. před 15 roky
LandData.cs 9821c4f566 Revolution is on the roll again! :) před 14 roky
LandStatReportItem.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
LandUpdateArgs.cs 64bd9a3354 * Updates libOMV to version 0.7.0 před 15 roky
Lazy.cs bf5c81d77e * Initial commit of the slimupdates2 rewrite. This pass maintains the original behavior of avatar update sending and has a simplified set of IClientAPI methods for sending avatar/prim updates před 14 roky
Location.cs 8151190a45 * Removing ODEPrim and ODECharacter GetHashCode() overrides since they were based on something that could change před 15 roky
LocklessQueue.cs e8c1e69a0d * Copied LocklessQueue.cs into OpenSim.Framework and added the .Count property and .Clear() method před 15 roky
Login.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
MainServer.cs bfbf25c542 minor: Print out port that http servers are using před 14 roky
MapBlockData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
MapItemReplyStruct.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
MinHeap.cs d756fa01ae Add copyright header. Formatting cleanup. před 15 roky
MultipartForm.cs f58a0394ed Formatting cleanup. Add copyright notices. před 14 roky
NetworkServersInfo.cs 041594ed07 Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lots of other obsolete configs. před 15 roky
NetworkUtil.cs 86bc25b84f Slight improvement on previous commit. před 14 roky
OSChatMessage.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. před 16 roky
PacketPool.cs 79ba96ad6f Limit the number of packet data blocks to 50, as packets are already limited před 15 roky
ParcelMediaCommandEnum.cs cf0a14bec9 * Added IClientIM to IClientCore interfaces před 16 roky
PluginLoader.cs a41cd1d069 * Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always handle PluginLoader with the using pattern. This freed up 121,634,796 bytes on my system před 15 roky
PrimeNumberHelper.cs a7fcacf8f3 Formatting cleanup. Ignore some generated files. před 15 roky
PrimitiveBaseShape.cs 99c0f4c9c7 Simplify serialized version string. Change element capitalization for consistency před 14 roky
RegionCommsListener.cs 60fde0c83a minor: remove a couple of compiler warnings před 14 roky
RegionHandshakeArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. před 16 roky
RegionInfo.cs 2c4df19805 minor: Move log information about SYSTEMIP to the place where it's resolved před 14 roky
RegionInfoForEstateMenuArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. před 16 roky
RegionSettings.cs 3dc2010da6 From: Chris Yeoh <[email protected]> před 15 roky
RegistryCore.cs 808e4a847a Update svn properties, add copyright headers, minor formatting cleanup. před 15 roky
RequestAssetArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. před 16 roky
SLUtil.cs 6892fc41f7 Applying patch from lkalif to add support for inventory links to the SimianGrid connectors před 14 roky
SerializableDictionary.cs f73d73fcfe * Fixing serialisation properly so that inventory save/restore correctly works, and OAR save/restore works with components too. před 14 roky
SimStats.cs ee205e7e81 Formatting cleanup. před 15 roky
SurfaceTouchEventArgs.cs cf0a14bec9 * Added IClientIM to IClientCore interfaces před 16 roky
TaskInventoryDictionary.cs ee205e7e81 Formatting cleanup. před 15 roky
TaskInventoryItem.cs 45301d8a49 Defer sending of CHANGED_OWNER to make it work on rezzed objects and před 14 roky
TextureRequestArgs.cs 515bf6d7dc * Patch from RemedyTomm Mantis 3440 před 15 roky
ThreadTracker.cs 865d3f4b09 minor: remove a few mono compiler warnings před 15 roky
ThrottleOutPacketType.cs 6492640e72 * Change the OnQueueEmpty signature to send the flags of the queues that are empty instead of firing once per empty queue před 15 roky
UndoStack.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
UntrustedWebRequest.cs f58a0394ed Formatting cleanup. Add copyright notices. před 14 roky
UpdateShapeArgs.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. před 16 roky
UserAgentData.cs 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. před 15 roky
UserProfileData.cs 4c61fcfc40 Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's not even stored in mysql. před 15 roky
Util.cs 00fd2e0446 Correct display of landmark about info. Also correct region maturity rating před 14 roky
ViewerEffectEventHandlerArg.cs bbb8d6fc51 Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. před 16 roky
Watchdog.cs ac7ccdf7d7 * Changed the watchdog timer to improve the speed of UpdateThread(), only track threads once the first call to UpdateThread() has been made, and allow re-tracking of threads that timed out but revived later před 15 roky
WebUtil.cs 550c3572a1 * Tweaked WebUtil.PostToService() to help debug an object disposed exception před 14 roky