Release Notes/Second Life Server/12
From Second Life Wiki
Second Life Wiki > Release Notes > Server Release Notes > Release Notes/Second Life Server/12 (Redirected from Release Notes/Second Life Server/)
Contents |
12.04.30.255166
- This is a maint-server deploy.
- Scheduled 2012-05-08
- Features
- New PRIM_SLICE value can be used in llGetLinkPrimitiveParams() and similar functions to set the slice value for prims that support slice values.
- HTTP_BODY_MAXLENGTH has been added to llHTTPRequest() allowing return body sizes up to 4k for LSO and 16k for Mono scripts
- New LSL llGetRegionAgents() function returns a list of all agent keys on the region
- Bug Fixes
- SCR-15[c]: Add flag parameter [vector slice] to llSetPrimitiveParams PRIM_TYPE flags PRIM_TYPE_BOX, PRIM_TYPE_CYLINDER, and PRIM_TYPE_PRISM
- SVC-680[c]: Increase HTTP Response body size from 2048 to 4096 or larger
- SVC-5488[c]: llGetRegionAgents() -- returns list of agent keys in the current region
- SVC-6894[c]: Excessive EnableSimulator message spamming to viewers
- SVC-7307[c]: creation of scripts gets a nice error
- SVC-7845[c]: Group Notices not working on Magnum 12.04.13.253827
- Fixed an issue with attachments.
- History:
12.04.12.253726
- This release has Inventory API changes.
- Scheduled 2012-04-24
- Improvements were made to the way inventory transactions are handled in order to improve scalability and reliability of inventory transfers.
- Avatar Fly Height Restriction is being raised to 5,000m.
- History:
12.03.30.252593
- This "maint-server" project. scheduled 2012-04-10
- The explicit ban height for parcels is being raised to 5000m. This means that avatars that are explicitly banned from a parcel can not enter them unless they are at least 5000m above ground. This allows high-altitude fly-overs as before, but they must be done at a much higher altitude.
- Bug Fixes
- SCR-6[c] "llGetSubString can produce results that crash Mono scripts"
- SCR-281[c] "recent release to agni (12.02.06.248938 I think) breaks llDeleteSubString behaviour."
- Removed old unused server code.
- Fixed several server crash modes.
- History: https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/12#12.03.30.252593
- History: https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/12#12.03.30.252593
12.03.26.252149
- This is "maint-server" project. scheduled 2012-04-03
- No new features.
- This release is focused on internal stability with networking code.
- Modified existing throttles and caps on network traffic
- Bug Fixes
- Several fixes for certain crashmodes involved with SVC-7713[c] "sim crashes all avatars on sim (dosent restart but crash all viewers) multiple times a day"
- History: https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/12#12.03.26.252149
- History: https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/12#12.03.26.252149
12.02.24.249991
- This project scheduled 2012-03-06
- This is a server maintenance project
- Bug Fixes
- SVC-7631[c] New rate throttle on llGiveInventory. The throttle was loosened to 2.5k events per 15 minutes, double the previous value.
- SVC-7660[c] http_request() fails to trigger on RC Magnum 12.01.27.248571
- Fixed some other miscellaneous bugs, including a few crashers
- History: https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/12#12.02.24.249991
- History: https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/12#12.02.24.249991
12.02.24.250006
- This project scheduled 2012-02-28
- Voice code stability improvement
- Removed unnecessary information being transferred across region boundaries during region cross, causing possible instability.
- History: https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/12#12.02.15.249527
- History: https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/12#12.02.15.249527
12.02.06.248938
- This "maint-server" project scheduled 2012-02-14
- Improved performance for the following functions in LSL scripts compiled to Mono:
- Bug Fixes
- SCR-121[c] Entire sim (65,536sq.m.) owned by group, llGetParcelMaxPrims(llGetPos(), TRUE) Returning odd number.
- SVC-7348[c] moving_end() event executes on moving, script-rezzed physical objects
- SVC-7443[c] 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
- Made improvements in code for starting and stopping regions
- Internal code improvements with better memory management and more efficient object updates
- Fixed data in CoarseLocationUpdate messages for avatars above 1020m. These are now sent with a value of 255, which was previously sent as 0 in error. This fixes numerous mini-map issues with avatar relative altitude indicators.
- Fixed a script crasher in llList2List.
- History:
12.01.24.248357
- This "maint-server" project scheduled 2012-01-31
- 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.
- 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.
- "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[c] A notecard holds more data than a script can read
- SVC-7520[c] Keyframe motion doesn't move towards the correct position when specified time is not an exact multiple of 1/45 seconds
- SVC-7485[c] llSetKeyframedMotion cannot stop animation if none is running ... sounds less important than it is ...
- SVC-7493[c] Weird mesh land impact issue
- Fixed several simulator crash bugs and potential memory leaks.
- Fixed a notecard crashing bug.
- SVC-7613[c] Greatly increased network activity since the 1/18/12 RC channel rolling restart
- SVC-7608[c] Sims are not visible when diagonally opposed. (this was not a simulator-side fix, but the bug was originally visible only in the previous iteration of this project)
- History: https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/12#12.01.24.248357
12.01.06.247303
- This "maint-server" project scheduled 2012-01-17
- Bug Fixes
- History: https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/12#12.01.06.247303

