This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-18 13:35:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bff26ccdbb94fbdf9623b0b00a16ef88549e648e
opensim
/
OpenSim
History
Teravus Ovares (Dan Olivares)
bff26ccdbb
* More tweaking of the various services to work with nonstandard region sizes. * Now, what's available of the terrain will show and it'll be truncated if it's larger on Linden Clients. Parcel minimum is 64 (256/4) for the client to accept it.
2009-08-08 00:10:19 -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
Change the default for internal IP address back to 0.0.0.0
2009-08-08 01:42:50 +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
* More tweaking of the various services to work with nonstandard region sizes. * Now, what's available of the terrain will show and it'll be truncated if it's larger on Linden Clients. Parcel minimum is 64 (256/4) for the client to accept it.
2009-08-08 00:10:19 -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
Tests
/Common
This is the second part of the 'not crash on regionsize changes'. This lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions.
2009-08-07 20:31:48 -04:00
TestSuite
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
2009-06-01 06:37:14 +00:00
Tools
* Updates libOMV to version 0.7.0
2009-07-25 15:49:10 +00:00