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-07-14 03:15:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
285dfe305550dc3f47f934ef96ae0c1b0b87aa60
opensim
/
OpenSim
/
Region
/
CoreModules
History
Melanie Thielker
285dfe3055
Add the RegionLoaded(Scene) API to the new region module interface to allow
...
region modules to use another region module's interfaces and events in a scene context
2009-04-14 03:22:02 +00:00
..
Agent
* Remove null reference exception in the J2KDecoderModule's J2K repair routine for when the asset we're looking up isn't an image at all. (did someone set the texture on the side of a primitive to some other kind of asset with the script engine?)
2009-04-13 16:06:53 +00:00
Avatar
* Commit a variety of fixes to bugs discovered while trying to fix the NaN singularity.
2009-04-14 01:57:35 +00:00
Communications
* Make it possible to store creator strings in user inventory items as well as UUIDs
2009-04-08 17:50:57 +00:00
Framework
* Fixed copyright headers on HyperGrid source files. (Now match the rest of OpenSim, license text is unchanged)
2009-04-05 02:51:10 +00:00
Hypergrid
Added CreateObject(regionhandle, userID, itemID) to post objects that are to be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs.
2009-04-05 03:27:50 +00:00
InterGrid
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
2009-02-22 20:52:55 +00:00
Resources
- Moved TerrainModule to the new region-module system.
2009-04-13 21:23:33 +00:00
Scripting
Expose the XMLRPC listener port on the IXMLRPC interface to allow
2009-04-10 19:27:47 +00:00
World
Add the RegionLoaded(Scene) API to the new region module interface to allow
2009-04-14 03:22:02 +00:00