OpenSimMirror/OpenSim
Teravus Ovares (Dan Olivares) c8a68fb3fb * Remove hard coded 256 limitations from various places. There's no more 256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol 2009-08-07 18:40:56 -04:00
..
ApplicationPlugins Complete the work on the Replaceable interface logic. From this commit onwards 2009-08-06 01:10:45 +01:00
Client * Created a way that the OpenSimulator scene can ask the physics scene to do a raycast test safely. 2009-07-19 02:32:02 +00:00
Data * Remove hard coded 256 limitations from various places. There's no more 256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol 2009-08-07 18:40:56 -04:00
Framework Add extensive debug output to Util.Glob 2009-08-07 21:59:54 +01:00
Grid Fixed bug in AvatarCreationModule, where during the cloning of a folder it would report it was unsuccessful if the folder was empty. 2009-07-12 21:02:57 +00:00
Region * Remove hard coded 256 limitations from various places. There's no more 256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol 2009-08-07 18:40:56 -04:00
ScriptEngine Add copyright headers. 2009-06-04 01:09:18 +00:00
Server HGAuthenticationService must be a singleton, because it has in-memory state. This makes this singleton register with IScene, so that other parts can retrieve its reference. 2009-08-06 18:43:53 -07:00
Services Added missing trailing slash in AuthenticationService. 2009-08-06 17:42:28 -07:00
TestSuite Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
Tests/Common test item data storage impementation (unused as of yet) 2009-08-05 20:04:27 +01:00
Tools * Updates libOMV to version 0.7.0 2009-07-25 15:49:10 +00:00