Commit History

Author SHA1 Message Date
  Melanie ea8c5ba707 Merge branch 'master' into careminster 11 years ago
  Robert Adams 5920abbf8d Add EventManager events triggered when a SOP is added or removed 11 years ago
  Melanie 8f949513fd Merge branch 'master' into careminster 11 years ago
  Justin Clark-Casey (justincc) 53833babf9 Add OnScriptMovingStartEvent and OnScriptMovingEndEvent to EventManager so that these can be triggered by future code (not yet implemented). 11 years ago
  Justin Clark-Casey (justincc) 05ac6d3209 Save attachments on detach/exit if a contained script state has been changed. 11 years ago
  Melanie e62b14024f Merge branch 'master' into careminster 11 years ago
  Oren Hurvitz 1a6694b264 Fixed several problems with the Sun: some settings didn't work, or were inconsistently used. - The sun position is always calculated by combining the sun settings in the Region and Estate. This fixes the problem that 'UseEstateSun' didn't work. - To remove ambiguity, the EstateToolsSunUpdate event no longer accepts the sun's position as parameters. That's because the position is always calculated from the Region and Estate settings. - Use only the 'FixedSun' flag to determine whether the sun is fixed; not the 'UseGlobalTime' flag. - Don't change the region's 'SunPosition' field according to the sun's position: this field is used only to set the position when using a FixedSun. (The 'SunVector' field does get updated according to the sun's position in the sky) 11 years ago
  Melanie 7ad082f7c3 Merge branch 'avination' into careminster 11 years ago
  teravus 4fa088bafb Pipe Throttle Update Event to EventManager, client --> ScenePresence --> EventManager, so that modules can know when throttles are updated. The event contains no client specific data to preserve the possibility of 'multiple clients' and you must still call ControllingClient.GetThrottlesPacked(f) to see what the throttles actually are once the event fires. Hook EventManager.OnUpdateThrottle to GetTextureModule. 11 years ago
  Melanie dd416298f1 Merge branch 'avination' into careminster 11 years ago
  UbitUmarov ad7f273d95 more debug 11 years ago
  Melanie 6ce93b22d1 Merge branch 'master' into careminster 11 years ago
  Justin Clark-Casey (justincc) 528085adef minor: Add method doc to EventManager.OnNewClient, OnClientLogin, ClientClosed, OnRemovePresence that any long-running operations should be launched on a thread separate to the event thread. 11 years ago
  Dan Lake 91ca3117cb Add bool to TriggerSceneObjectPartUpdated where full = true indicates a full update. There should be a better way to indicate which properties have changed that is non LLUDP-centric 11 years ago
  Melanie daf84d7385 Merge commit '77355295dadaf3be54ac29d6b3d30901e95c0a32' into careminster 11 years ago
  SignpostMarv 020103c51e Documenting object-related events 11 years ago
  SignpostMarv 1cfd63d0b4 Documenting LSL script-related events 11 years ago
  Melanie bbaf2c5a80 Merge branch 'master' into careminster 11 years ago
  SignpostMarv 8d7b1f8aa0 Documenting non-LSL script-related events 11 years ago
  SignpostMarv d667f9d260 Documentation of teleport-related events 11 years ago
  SignpostMarv 696b3f66c4 minor tweaks to existing comments for IDE goodness 11 years ago
  SignpostMarv 49e2872f9e Documentation of agent-related events 11 years ago
  SignpostMarv 61f4523e01 Documentation of object-related events 11 years ago
  SignpostMarv a74167bb06 Documentation of OnPluginConsole 11 years ago
  Melanie db774d4292 Merge branch 'master' into careminster 11 years ago
  Oren Hurvitz ce468215d5 Support multi-region OAR files 12 years ago
  SignpostMarv 46d8405229 Documentation of parcel-related events 11 years ago
  SignpostMarv 41f3f2400e Documentation of economy-related EventManager events 11 years ago
  SignpostMarv ad1b9bbba6 documentation (OnSceneObjectPartCopy) 11 years ago
  SignpostMarv 97b8739c1d documentation (OnRemovePresence) 11 years ago