.. |
AssetLoader/Filesystem
|
* Remove all use of asset.InvType, as outlined in mailing list discussion
|
2008-06-23 18:01:58 +00:00 |
Communications
|
* refactor: break out inter grid inventory services further
|
2008-07-23 22:18:09 +00:00 |
Configuration
|
* Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces.
|
2008-05-01 15:36:39 +00:00 |
Console
|
* Hive off ConsolePluginCommand into its own framework class
|
2008-07-12 19:29:49 +00:00 |
RegionLoader
|
As per the suggestion on the mailing list, added support for a OpenSim.xml config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that.
|
2008-06-26 17:20:08 +00:00 |
Servers
|
adding files that were not included in r5589
|
2008-07-23 07:27:11 +00:00 |
Statistics
|
* Expose client statistics to the console via 'show stats'
|
2008-07-15 18:07:23 +00:00 |
ACL.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
AgentCircuitData.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
AgentCircuitManager.cs
|
Formatting cleanup.
|
2008-03-18 05:16:43 +00:00 |
AgentUpdateArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
AssemblyInfo.cs
|
Formatting cleanup.
|
2008-05-16 01:22:11 +00:00 |
AssetBase.cs
|
mini-warnings-safari, plus cleanup of IUserServices method naming.
|
2008-07-04 10:19:58 +00:00 |
AssetConfig.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
AssetLandmark.cs
|
* Remove all use of asset.InvType, as outlined in mailing list discussion
|
2008-06-23 18:01:58 +00:00 |
AssetRequest.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
AssetRequestToClient.cs
|
* Refactors call to OutPacket out of AssetCache and into LLClientView
|
2008-06-18 23:04:15 +00:00 |
AssetStorage.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
AuthenticateResponse.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
AvatarAppearance.cs
|
make lots of properties virtual, which lets nhibernate do
|
2008-06-25 19:18:51 +00:00 |
AvatarPickerAvatar.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
AvatarPickerReplyAgentDataArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
AvatarPickerReplyDataArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
AvatarWearable.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
AvatarWearingArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
BlockingQueue.cs
|
Update svn properties. Formatting cleanup. Remove a compiler warning.
|
2008-07-23 13:24:25 +00:00 |
ChatFromViewerArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
ChatTypeEnum.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
ChildAgentDataUpdate.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
ClientInfo.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
ClientManager.cs
|
dr scofield's warning safari:
|
2008-06-27 16:58:21 +00:00 |
ColliderData.cs
|
* This sends collision events to the script engine.
|
2008-06-05 13:24:59 +00:00 |
ConfigurationMember.cs
|
Mantis#1543. Thank you kindly, Jonc for a patch that:
|
2008-06-19 20:57:00 +00:00 |
ConfigurationOption.cs
|
* Assigns a random UUID to a region if the Sim UUID is null.
|
2008-05-26 22:11:56 +00:00 |
Constants.cs
|
add plywood texture as a constant, as we need it in a couple of places
|
2008-07-17 19:58:41 +00:00 |
Culture.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
EstateBan.cs
|
Patch #9151
|
2008-07-18 02:40:47 +00:00 |
EstateSettings.cs
|
fixing warnings in EstateSettings and correcting coding style:
|
2008-07-18 10:33:10 +00:00 |
FriendListItem.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
GridConfig.cs
|
let Grid Servers specify a connect string in their configuration.
|
2008-05-28 17:59:46 +00:00 |
GridInstantMessage.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
IAssetLoader.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
IAssetProvider.cs
|
* remove unused CommitAssets() hook for now
|
2008-07-07 19:18:44 +00:00 |
IAssetServer.cs
|
* remove redundant sync locking in AssetServerBase since this is already being done by the lower database layers
|
2008-07-07 19:32:21 +00:00 |
IClientAPI.cs
|
Changed it so the avatar's rotation is now sent as part of a full avatar update.
|
2008-07-23 11:07:59 +00:00 |
IClientAPI2.cs
|
Add copyright notices.
|
2008-05-20 15:38:49 +00:00 |
IGenericConfig.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
IInventoryData.cs
|
Formatting cleanup.
|
2008-05-16 01:22:11 +00:00 |
IPlugin.cs
|
Mantis#1647. Thank you very much, Sempuki for a patch that:
|
2008-07-04 03:11:53 +00:00 |
IRegionCommsListener.cs
|
* Implements UserServer logoff in a few situations
|
2008-05-31 12:18:29 +00:00 |
IRegionLoader.cs
|
As per the suggestion on the mailing list, added support for a OpenSim.xml config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that.
|
2008-06-26 17:20:08 +00:00 |
IScene.cs
|
Formatting cleanup.
|
2008-05-14 05:11:23 +00:00 |
IUserData.cs
|
* Implements UserServer logoff in a few situations
|
2008-05-31 12:18:29 +00:00 |
InventoryCollection.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
InventoryConfig.cs
|
* Make default inventory grid server db mysql rather than sqlite
|
2008-07-04 17:05:41 +00:00 |
InventoryFolderBase.cs
|
make lots of properties virtual, which lets nhibernate do
|
2008-06-25 19:18:51 +00:00 |
InventoryItemBase.cs
|
make lots of properties virtual, which lets nhibernate do
|
2008-06-25 19:18:51 +00:00 |
JId.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
LLGroup.cs
|
* Added standard copyright and removed un-necessary using of libsecondlife.Packets
|
2008-05-14 07:00:42 +00:00 |
LandData.cs
|
make privates private
|
2008-07-23 15:58:44 +00:00 |
LandStatReportItem.cs
|
* Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.
|
2008-05-25 11:22:05 +00:00 |
LandUpdateArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
Location.cs
|
Add copyright notices.
|
2008-05-20 15:38:49 +00:00 |
Login.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
MapBlockData.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
MessageServerConfig.cs
|
Update svn properties, clean up formatting, refactor out duplicate hard-coded port numbers.
|
2008-06-13 00:21:53 +00:00 |
NeighbourInfo.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
NetworkServersInfo.cs
|
The new secure inventory server mode (in r5590) can now be disabled from OpenSim.ini. Default is to use the new mode.
|
2008-07-23 09:46:04 +00:00 |
OSUUID.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
PacketPool.cs
|
More formatting cleanup.
|
2008-05-14 05:33:32 +00:00 |
ParcelMediaCommandEnum.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
PluginLoader.cs
|
Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.
|
2008-07-23 05:53:54 +00:00 |
PrimitiveBaseShape.cs
|
Revert "git merge"
|
2008-07-17 18:59:10 +00:00 |
RegionCommsListener.cs
|
* Implements UserServer logoff in a few situations
|
2008-05-31 12:18:29 +00:00 |
RegionHandle.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
RegionHandshakeArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
RegionInfo.cs
|
Patch #9151
|
2008-07-18 02:40:47 +00:00 |
RegionInfoForEstateMenuArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
RegionSettings.cs
|
Update svn properties. Formatting cleanup. Remove a compiler warning.
|
2008-07-23 13:24:25 +00:00 |
RegionUpData.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
Remoting.cs
|
Formatting cleanup.
|
2008-05-16 01:22:11 +00:00 |
RequestAssetArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
SerializableInventory.cs
|
Formatting cleanup.
|
2008-05-16 01:22:11 +00:00 |
SerializableRegionInfo.cs
|
Formatting cleanup.
|
2008-05-16 01:22:11 +00:00 |
TaskInventoryItem.cs
|
refactor TaskInventoryItem Mask -> Permissions to be consistant with how things
|
2008-07-23 22:14:29 +00:00 |
TextureRequestArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
ThreadTracker.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |
ThrottleOutPacketType.cs
|
Refactor the packet scheduling out of ClientView. Add intelligent
|
2008-07-22 17:58:42 +00:00 |
UndoStack.cs
|
Update svn properties. Minor formatting cleanup.
|
2008-06-26 20:04:06 +00:00 |
UpdateShapeArgs.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
UserAgentData.cs
|
make lots of properties virtual, which lets nhibernate do
|
2008-06-25 19:18:51 +00:00 |
UserConfig.cs
|
small console message change related to last revision
|
2008-07-08 15:37:52 +00:00 |
UserProfileData.cs
|
make lots of properties virtual, which lets nhibernate do
|
2008-06-25 19:18:51 +00:00 |
Util.cs
|
dr scofield's warning safari:
|
2008-06-27 16:58:21 +00:00 |
ViewerEffectEventHandlerArg.cs
|
Update svn properties.
|
2008-07-11 09:18:17 +00:00 |
sLLVector3.cs
|
* Spring cleaning.
|
2008-04-29 14:04:55 +00:00 |