.. |
AssetLoader/Filesystem
|
Changed asset CreatorID to a string
|
2010-02-22 14:18:59 -08:00 |
Capabilities
|
Implement UploadBakedTexture cap
|
2010-09-08 08:01:04 -07:00 |
Client
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
Communications
|
First attempt at fixing mantis #4641. It's better but there are now some issues with permissions.
|
2010-03-31 21:30:44 -07:00 |
Configuration
|
* 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)
|
2009-10-02 18:31:08 -07:00 |
Console
|
Added ': ' to password prompt. Mantis #4851
|
2010-07-22 04:01:55 -07:00 |
RegionLoader
|
* Typo in previous commit.
|
2009-09-06 21:53:03 +10:00 |
Serialization
|
make oar object filename/pathname creation a helper method
|
2010-05-21 20:43:11 +01:00 |
Servers
|
Change version to 0.7.0.2 and flavour to Release
|
2010-09-10 22:01:10 +01:00 |
Statistics
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
Tests
|
Changed asset CreatorID to a string
|
2010-02-22 14:18:59 -08:00 |
ACL.cs
|
* Add LocklessQueueTests. One Test is commented out because it fails. It should probably work.. but I'm awaiting clarification.
|
2009-10-30 19:13:57 -04:00 |
AgentCircuitData.cs
|
Plumb the viewer version string through into AgentCircuitData. Now all that
|
2010-05-05 22:15:32 +01:00 |
AgentCircuitManager.cs
|
Prevent a crash when the two agent dictionaries get out of sync
|
2010-05-16 20:31:02 +01:00 |
AgentUpdateArgs.cs
|
add an agent position field to AgentUpdateArgs for use by some non-LL clients
|
2010-01-14 02:16:40 -08:00 |
Animation.cs
|
minor:comments
|
2009-08-12 23:34:12 -04:00 |
AssemblyInfo.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
AssetBase.cs
|
* 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.
|
2010-05-09 13:39:56 -07:00 |
AssetLandmark.cs
|
* 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
|
2010-02-22 13:27:17 -08:00 |
AssetRequestToClient.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
AuthenticateResponse.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
AvatarAppearance.cs
|
Merge branch 'master' into presence-refactor
|
2010-02-22 03:00:59 +00:00 |
AvatarPickerAvatar.cs
|
minor:comments
|
2009-08-12 23:34:12 -04:00 |
AvatarPickerReplyAgentDataArgs.cs
|
minor:comments
|
2009-08-12 23:34:12 -04:00 |
AvatarPickerReplyDataArgs.cs
|
…
|
|
AvatarWearable.cs
|
Adding a hair item to the default wearables, fixes newly created avatars appearing as a cloud
|
2009-10-09 17:22:02 +01:00 |
AvatarWearingArgs.cs
|
…
|
|
BlockingQueue.cs
|
Formatting cleanup.
|
2009-10-19 08:58:03 +09:00 |
Cache.cs
|
Connect up the new asset cache and introduce an asynchronous call path
|
2009-05-10 14:03:06 +00:00 |
ChatTypeEnum.cs
|
…
|
|
ChildAgentDataUpdate.cs
|
Removing the sLLVector3 dinosaur
|
2010-03-03 12:12:32 -08:00 |
ClientInfo.cs
|
A few updates necessary for load balancer.
|
2009-02-25 00:32:26 +00:00 |
ClientManager.cs
|
* Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) to use a non-blocking parallel method when operating in async mode
|
2009-10-27 00:26:56 -07:00 |
CnmMemoryCache.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
CnmSynchronizedCache.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
ColliderData.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
ConfigBase.cs
|
Add copyright header.
|
2009-04-17 16:34:17 +00:00 |
ConfigSettings.cs
|
Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lots of other obsolete configs.
|
2010-01-31 13:01:23 -08:00 |
ConfigurationMember.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
ConfigurationOption.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
Constants.cs
|
Partial rewrite of client IP verification. Not completely finished yet, and untested. Committing to move to my other computer.
|
2010-08-19 21:27:07 -07:00 |
Culture.cs
|
Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522
|
2010-02-12 23:13:35 +00:00 |
EstateBan.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
EstateSettings.cs
|
Remove the reading of estate_settings.xml and the associated processing of
|
2010-03-22 18:49:56 +00:00 |
EventData.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
ForeignUserProfileData.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
FriendListItem.cs
|
Change a member of the friendslist module to better reflect the client side
|
2010-01-19 11:33:42 +00:00 |
FriendRegionInfo.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
GridConfig.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
GridInstantMessage.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
GroupData.cs
|
replace recent IModule.GetGroup() with better GetGroupRecord(string name)
|
2010-03-26 00:10:29 +00:00 |
HGNetworkServersInfo.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IAssetLoader.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IClientAPI.cs
|
Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet
|
2010-06-12 01:25:25 +01:00 |
IClientFileTransfer.cs
|
* optimized usings.
|
2009-02-12 09:53:12 +00:00 |
ICnmCache.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
IGenericConfig.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IImprovedAssetCache.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
ILoginServiceToRegionsConnector.cs
|
Remove "login disable", "login enable" and "login status" commands.
|
2010-01-10 03:03:18 +00:00 |
IMoneyModule.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IPlugin.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IRegionCommsListener.cs
|
Remove the old remoting-type interregion code for prim/script crossing
|
2009-11-26 12:16:42 +00:00 |
IRegionCreator.cs
|
Update svn properties, add copyright headers, minor formatting cleanup.
|
2009-03-01 09:15:31 +00:00 |
IRegionLoader.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
IRegistryCore.cs
|
Update svn properties, add copyright headers, minor formatting cleanup.
|
2009-03-01 09:15:31 +00:00 |
IScene.cs
|
Finalized the client's TCP IP address verification process for HG1.5.
|
2010-05-15 19:25:14 -07:00 |
ISceneEntity.cs
|
* Moving all of the prioritization/reprioritization code into a new file Prioritizer.cs
|
2010-05-21 13:55:36 -07:00 |
ISceneObject.cs
|
Remove the old (Remoting) region crossing code. Fix the new code to
|
2009-11-26 17:03:09 +00:00 |
InventoryCollection.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
InventoryFolderBase.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
InventoryFolderImpl.cs
|
Formatting cleanup.
|
2009-10-01 09:38:36 +09:00 |
InventoryItemBase.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
InventoryNodeBase.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
LandData.cs
|
Revolution is on the roll again! :)
|
2010-02-14 22:18:46 +00:00 |
LandStatReportItem.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
LandUpdateArgs.cs
|
* Updates libOMV to version 0.7.0
|
2009-07-25 15:49:10 +00:00 |
Lazy.cs
|
* 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
|
2010-05-12 15:59:48 -07:00 |
Location.cs
|
* Removing ODEPrim and ODECharacter GetHashCode() overrides since they were based on something that could change
|
2009-10-20 10:56:15 -07:00 |
LocklessQueue.cs
|
* Copied LocklessQueue.cs into OpenSim.Framework and added the .Count property and .Clear() method
|
2009-10-13 18:56:54 -07:00 |
Login.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
MainServer.cs
|
minor: Print out port that http servers are using
|
2010-03-25 21:36:57 +00:00 |
MapBlockData.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
MapItemReplyStruct.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
MessageServerConfig.cs
|
Fix the user and password defaults int he remote console setup
|
2009-08-21 00:25:50 +01:00 |
MinHeap.cs
|
Add copyright header. Formatting cleanup.
|
2009-10-22 18:57:24 +09:00 |
MultipartForm.cs
|
Formatting cleanup. Add copyright notices.
|
2010-03-10 13:15:36 +09:00 |
NetworkServersInfo.cs
|
Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lots of other obsolete configs.
|
2010-01-31 13:01:23 -08:00 |
NetworkUtil.cs
|
Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general.
|
2010-08-19 21:32:35 -07:00 |
OSChatMessage.cs
|
…
|
|
PacketPool.cs
|
Limit the number of packet data blocks to 50, as packets are already limited
|
2009-09-30 21:33:29 +01:00 |
ParcelMediaCommandEnum.cs
|
…
|
|
PluginLoader.cs
|
* 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
|
2009-10-23 13:14:29 -07:00 |
PrimeNumberHelper.cs
|
Formatting cleanup. Ignore some generated files.
|
2009-06-09 18:07:35 +00:00 |
PrimitiveBaseShape.cs
|
* Thanks cmickeyb, for a patch that corrects an invalid construction of Primitive.TextureEntry (a "blank" texture should be initialized with UUID.Zero, not null)
|
2010-04-27 17:11:24 -07:00 |
RegionCommsListener.cs
|
minor: remove a couple of compiler warnings
|
2010-03-03 23:03:41 +00:00 |
RegionHandshakeArgs.cs
|
…
|
|
RegionInfo.cs
|
minor: Move log information about SYSTEMIP to the place where it's resolved
|
2010-06-25 18:29:02 +01:00 |
RegionInfoForEstateMenuArgs.cs
|
…
|
|
RegionSettings.cs
|
Finally putting estate_settings.xml to rest. There will be no more attempts
|
2010-08-23 22:33:38 +01:00 |
RegistryCore.cs
|
Update svn properties, add copyright headers, minor formatting cleanup.
|
2009-03-01 09:15:31 +00:00 |
RequestAssetArgs.cs
|
Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.
|
2008-11-08 14:28:43 +00:00 |
SLUtil.cs
|
Applying patch from lkalif to add support for inventory links to the SimianGrid connectors
|
2010-04-13 18:59:05 -07:00 |
SimStats.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
SurfaceTouchEventArgs.cs
|
…
|
|
TaskInventoryDictionary.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
TaskInventoryItem.cs
|
Defer sending of CHANGED_OWNER to make it work on rezzed objects and
|
2010-05-03 01:14:38 +01:00 |
TextureRequestArgs.cs
|
* Patch from RemedyTomm Mantis 3440
|
2009-04-10 08:30:21 +00:00 |
ThreadTracker.cs
|
minor: remove a few mono compiler warnings
|
2009-11-03 19:35:18 +00:00 |
ThrottleOutPacketType.cs
|
* Change the OnQueueEmpty signature to send the flags of the queues that are empty instead of firing once per empty queue
|
2009-10-21 18:03:41 -07:00 |
UndoStack.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
UntrustedWebRequest.cs
|
Formatting cleanup. Add copyright notices.
|
2010-03-10 13:15:36 +09:00 |
UpdateShapeArgs.cs
|
…
|
|
UserAgentData.cs
|
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
2009-06-01 06:37:14 +00:00 |
UserConfig.cs
|
Formatting cleanup.
|
2009-10-01 01:17:47 +09:00 |
UserProfileData.cs
|
Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's not even stored in mysql.
|
2009-12-06 03:57:15 +00:00 |
Util.cs
|
Fix http://opensimulator.org/mantis/view.php?id=4657 where OpenSim.Grid.UserServer.exe fails on startup if no previous config
|
2010-04-16 20:43:23 +01:00 |
ViewerEffectEventHandlerArg.cs
|
…
|
|
Watchdog.cs
|
* 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
|
2009-10-26 14:41:27 -07:00 |
WebUtil.cs
|
* SimianAssetServiceConnector Delete() was expecting the wrong type of response, reporting false errors
|
2010-06-24 13:44:34 -07:00 |