Historial de Commits

Autor SHA1 Mensaje Fecha
  Diva Canto bb82076a4d Allow for richer semantics of object derez. Specifically, allow the existence of region modules that do other kinds of garbage collection. Instead of placing deleted objects in the user's Trash folder, or deleting them immediately (UseTrashOnDelete = false), a module may decide to take garbage collection under its control. For example, it may place derezzed objects in a certain area inworld and delete them later. hace 10 años
  dahlia a2866b85f3 add newRegion parameter to CrossAgentToNewRegion event and trigger the event after crossing thread is invoked hace 10 años
  dahlia 269a6410a0 add EventManager event OnCrossAgentToNewRegion hace 10 años
  Justin Clark-Casey (justincc) 2cd95fac73 refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in the code that this is symmetric with CloseAgent() hace 11 años
  Diva Canto 7c1eb86c7d Don't post Link asset types back to the home grid hace 11 años
  Justin Clark-Casey (justincc) f6ce87c96d Reinsert code for gathering uuids reference by materials back directly into UuidGatherer for now. hace 11 años
  Justin Clark-Casey (justincc) 149487ea0f refactor: Move code for gathering textures referenced by materials into MaterialsDemoModule from UuidGatherer hace 11 años
  Robert Adams 439f11cc3c Add region heartbeat start event to complement heartbeat end event. hace 11 años
  Robert Adams 5920abbf8d Add EventManager events triggered when a SOP is added or removed hace 11 años
  Justin Clark-Casey (justincc) 53833babf9 Add OnScriptMovingStartEvent and OnScriptMovingEndEvent to EventManager so that these can be triggered by future code (not yet implemented). hace 12 años
  Justin Clark-Casey (justincc) 05ac6d3209 Save attachments on detach/exit if a contained script state has been changed. hace 12 años
  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) hace 12 años
  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. hace 12 años
  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 hace 12 años
  SignpostMarv 020103c51e Documenting object-related events hace 12 años
  SignpostMarv 1cfd63d0b4 Documenting LSL script-related events hace 12 años
  SignpostMarv 8d7b1f8aa0 Documenting non-LSL script-related events hace 12 años
  SignpostMarv d667f9d260 Documentation of teleport-related events hace 12 años
  SignpostMarv 696b3f66c4 minor tweaks to existing comments for IDE goodness hace 12 años
  SignpostMarv 49e2872f9e Documentation of agent-related events hace 12 años
  SignpostMarv 61f4523e01 Documentation of object-related events hace 12 años
  SignpostMarv a74167bb06 Documentation of OnPluginConsole hace 12 años
  Oren Hurvitz ce468215d5 Support multi-region OAR files hace 12 años
  SignpostMarv 46d8405229 Documentation of parcel-related events hace 12 años
  SignpostMarv 41f3f2400e Documentation of economy-related EventManager events hace 12 años
  SignpostMarv ad1b9bbba6 documentation (OnSceneObjectPartCopy) hace 12 años
  SignpostMarv 97b8739c1d documentation (OnRemovePresence) hace 12 años
  SignpostMarv 0760121eb9 documentation (OnNewPresence) hace 12 años
  SignpostMarv 0a22e78f59 documentation (OnClientConnect) hace 12 años
  SignpostMarv 5e51f16ceb documentation (OnBackup) hace 12 años