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-16 03:36:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2fdca28dd4311dc4cb55dfd2bce10b4fe92aa66d
opensim
/
OpenSim
/
Region
History
Sean Dague
2fdca28dd4
hopefully resolve mantis issue
#10
by locking correcty around terrain methods
2007-11-19 15:07:04 +00:00
..
Application
Added "export-map <filename>" console command to the region server that will export a jpg image of the world map covering a 20 X 20 regions area centred on the current active region (ie the one set with change-region). While this should work in grid mode (if using the grid asset server and if my last commit did fix the world map), you might need to call the "export-map" command then wait a little while (60 seconds?) and then call it again so that you make sure the region has got all the texture assets from the asset server.
2007-11-18 12:04:21 +00:00
ClientStack
* Refactored IClientAPI.OutPacket to require a second mandatory parameter. This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.
2007-11-18 15:54:05 +00:00
Communications
* Changed namespace
2007-11-19 11:20:36 +00:00
Environment
* Supressed the "not a module assembly" warning for verbosity reasons.
2007-11-18 18:26:51 +00:00
Examples
/SimpleApp
* Refactored IClientAPI.OutPacket to require a second mandatory parameter. This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.
2007-11-18 15:54:05 +00:00
ExtensionsScriptModule
* Diuerse beavtificatems
2007-11-01 19:19:05 +00:00
Physics
Fixed - outside of bounds error.
2007-11-19 12:28:00 +00:00
ScriptEngine
converted hard-coded chat type values to ChatTypeEnum
2007-11-08 03:11:10 +00:00
Storage
hopefully resolve mantis issue
#10
by locking correcty around terrain methods
2007-11-19 15:07:04 +00:00
Terrain.BasicTerrain
cleaned up some mono compiler warnings
2007-11-18 15:14:37 +00:00