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-08-01 06:06:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3aa73ae1c70c264d17e4e5b9a62d7227cabf3a1c
opensim
/
OpenSim
/
Region
History
Jeff Ames
3aa73ae1c7
fixed array range out of bounds exception and reference invalidation under load in POS
2007-11-20 05:05:27 +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
*Huge* structural changes in ODE/OdePrim to get all of the calls in threadlocked code. ODEPrim was almost completely re-written.
2007-11-20 04:38:08 +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 array range out of bounds exception and reference invalidation under load in POS
2007-11-20 05:05:27 +00:00
ScriptEngine
converted hard-coded chat type values to ChatTypeEnum
2007-11-08 03:11:10 +00:00
Storage
put in changes to only keep the last terrain revision. The current
2007-11-19 22:59:28 +00:00
Terrain.BasicTerrain
cleaned up some mono compiler warnings
2007-11-18 15:14:37 +00:00