Difference between revisions of "Release Notes/Second Life RC Magnum/12"

From Second Life Wiki
Jump to navigation Jump to search
Line 14: Line 14:
** [[llSubStringIndex]]
** [[llSubStringIndex]]
* Bug Fixes
* Bug Fixes
** {{jira|SCR-121}} Entire sim (65,536sq.m.) owned by group, llGetParcelMaxPrims(llGetPos(), TRUE) Returning odd number.
** {{jira|SCR-121}} Entire sim (65,536sq.m.) owned by group, [[llGetParcelMaxPrims]]([[llGetPos]](), TRUE) Returning odd number.
** {{jira|SVC-7348}} moving_end() event executes on moving, script-rezzed physical objects
** {{jira|SVC-7348}} [[moving_end]]() [[event]] executes on moving, script-rezzed physical objects
** {{jira|SVC-7443}} Telehubs overridden if teleporting a friend/avatar to a region where telehub exists outside of the telehub area
** {{jira|SVC-7443}} Telehubs overridden if teleporting a friend/avatar to a region where telehub exists outside of the telehub area
** Fixed 1 simulator crash related to the physics engine
** Fixed 1 simulator crash related to the physics engine
Line 33: Line 33:
** {{jira|SVC-7466}} A notecard holds more data than a script can read  
** {{jira|SVC-7466}} A notecard holds more data than a script can read  
** {{jira|SVC-7520}} Keyframe motion doesn't move towards the correct position when specified time is not an exact multiple of 1/45 seconds  
** {{jira|SVC-7520}} Keyframe motion doesn't move towards the correct position when specified time is not an exact multiple of 1/45 seconds  
** {{jira|SVC-7485}} llSetKeyframedMotion cannot stop animation if none is running ... sounds less important than it is ...  
** {{jira|SVC-7485}} [[llSetKeyframedMotion]] cannot stop animation if none is running ... sounds less important than it is ...  
** {{jira|SVC-7493}} Weird mesh land impact issue
** {{jira|SVC-7493}} Weird mesh land impact issue
** Fixed several simulator crash bugs and potential memory leaks.
** Fixed several simulator crash bugs and potential memory leaks.

Revision as of 19:06, 17 January 2012

12.01.14.247742

Additionally this branch includes the changes in LeTigre and BlueSteel

  • Features
  • New LSL function integer llSetRegionPos(vector position)
    The object with the script will move the root prim position to the given location. The position is any position within the region. If the position is below ground, it will be set to the ground level at that X,Y spot. The function has no delay or throttle.
    • Returns 1 if the object is successfully placed within 0.1 m of position.
    • Returns 0 and does not move the object if position is more than 10m off region or above 4096m.
    • Returns 0 and does not move the object if the object is dynamic (has physics enabled).
    • Returns 0 and does not move the object if the object can not move to position due to object entry rules, prim limits, bans, etc.
  • "frame_number" option added to llGetEnv()
    Returns an integer that represents the current 'frame' of the simulator. Generally only useful for specific debugging cases.
  • Bug Fixes
    • SVC-7466 A notecard holds more data than a script can read
    • SVC-7520 Keyframe motion doesn't move towards the correct position when specified time is not an exact multiple of 1/45 seconds
    • SVC-7485 llSetKeyframedMotion cannot stop animation if none is running ... sounds less important than it is ...
    • SVC-7493 Weird mesh land impact issue
    • Fixed several simulator crash bugs and potential memory leaks.
    • Fixed a notecard crashing bug.

12.01.06.247303

  • This "maint-server" project scheduled 2012-01-11
  • Bug Fixes
    • SVC-7540 Offline email notifications received but never delivered on login.