Hi folks, OpenSimulator 0.7.5-rc2 [1], the second release candidate for the next version of OpenSimulator, is now available [2].
Compared to rc1, the changes are pretty minor - many are tweaks to debug console commands and additional debug commands. Probably the chief change is a fix for a recent functionality regression where client AOs, such as that implemented by Firestorm, stopped working as they previously had been with OpenSimulator (commit af5a3f2). Unless there are any showstopping regressions, I expect that this release candidate will likely be very close, if not functionally identical, to what is ultimately released as OpenSimulator 0.7.5. The one line git summary of each commit since 0.7.5-rc1 is shown below. 8f32e16 minor: Fix full scene part console report to show proper Light* names rather than all wrongly FlexiDrag c42e2c6 minor: Call down to base OpenSimTestCase.SetUp() in NPCModuleTests to disable any enabled logging from previous tests 6bd57f2 Bump version up to 0.7.5-rc2 af5a3f2 Restore previous client AO behaviour by not allowing them to remove the default animation but continue to allow scripts to do so. 0ba01ce Check the existing ScenePresence.ParentPart to make sure we're not trying to sit on a prim we're already sat upon, rather than looking up the part from scratch. 70e1dd5 New constants for llGetObjectDetails c42bff5 Fix use of scene debug commands when region is set to root or a specific region where there is more than one region on the simulator. 10b3c6b Add "debug set set animations true|false" region console command. 8ecf6ed Add utility function to clamp a vector to a maximum magnitude. 0945044 Changed a couple of debug messages at the request of osgrid. e2823bf move resit fix to ScenePresence.cs and allow for requesting sit on objects other than the object currently sat on 795009c Print full stacktrace from plugin loading failure to help determine what went wrong, rather than a possibly unhelpful simple exception message. cc8fbf7 Fix exception reporting in SceneObjectPart so it logs what the exception is rather than just saying it happened. af27180 add some sanity checking to HandleAgentRequestSit handler c182157 Fix a regression in the last few scene commands changes where setting these via the viewer estate dialog stopped working. 1cda887 Add "debug scene get" console command to list current scene options 0ba0ac4 Move scene debug commands into separate module. Command changes from "debug scene <key> <value>" to "debug scene set <key> <value>" to accomodate future settings ce8b30d minor: Capitalize GroupsModule command category d4c4cb3 minor: add missing newline to "debug scene" console command ac43006 Remove unimplemented "debug teleport" console command 069e2d6 Add "debug scene pbackup true|false" console command. This enables or disable periodic scene backup. For debug purposes. 30eded2 revert accidental change to MemoryWatchdog stat calculation in previous b1b4687 2563553 Add "show script timers" command to show script timers. For debug purposes. 9ddddde Add "show sensors" command to show script sensor information for debug purposes. 99a5ea9 minor: Remove unnecessary commented out code from last commit c28a2f05 and fix up code comment 880b236 minor: make spacing consistent in console help output f47f3dd minor: Fix command match of "debug script" command to "debug scripts" to match other scripts commands (and it's own short help text) 8ee078c minor: Allow "script *" console commands to take multiple script item ids 17d54a7 Add the new UpdateAgentInformation cap to make maturity on more recent viewers work. [1] http://opensimulator.org/wiki/0.7.5_Release [2] http://opensimulator.org/wiki/Download -- Justin Clark-Casey (justincc) OSVW Consulting http://justincc.org http://twitter.com/justincc _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
