OpenSimMirror/OpenSim/Region
ft@noemail fb48ee1cb6 corrected script notecard parser. It now handles notecards with inventory as well.
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2015-03-03 18:39:49 -05:00
..
Application Remove the extra key expansion added in commit a88bc50a16. It's not needed. 2015-01-03 07:56:00 -08:00
ClientStack removed replacement texture in UDP Texture code. The replacement texture introduces false data into viewer cache. Removing that decreases the necessity for clearing the viewer cache. The viewer knows with ImageNotInDatabase that it is missing and can therefore know what to do about it a lot better than the sim does. 2015-03-03 16:09:57 -05:00
CoreModules Use using constructs on disposable io objects in LLRaw to ensure they are always closed even if an exception is thrown. 2015-02-28 00:41:11 +00:00
DataSnapshot Prevent null entries being treated as URI's when DataSnapshot service splits service string. The new config format for services to notify in the DataSnapshot module appends entries to the existing single string and always leaves a deliminator on the end of the string. This is causing it to split with a null string in the resulting array, which is treated as another service to notify and throws a URI format exception on start up. 2015-02-01 10:29:47 -08:00
Framework Fix erratic Npc movement 2015-03-02 20:09:22 -05:00
OptionalModules corrected script notecard parser. It now handles notecards with inventory as well. 2015-03-03 18:39:49 -05:00
Physics Somewhat naive implementation of RotationalVelocity setter for ODE. Enables llSetRotationalVelocity(), llTargetOmega(), llLookAt(), and probably a few more LSL features for physical objects in ODE. 2015-02-07 22:52:12 -08:00
RegionCombinerModule Fixed declaration switcharoo on the region combiner dll. 2014-12-31 08:20:17 -08:00
ReplaceableModules
ScriptEngine corrected script notecard parser. It now handles notecards with inventory as well. 2015-03-03 18:39:49 -05:00
UserStatistics Renamed VERSION_NUMBER to VersionNumber 2014-12-30 15:27:28 -08:00