Commit Verlauf

Autor SHA1 Nachricht Datum
  Adam Frisby 20a9bf08f5 * Rolled back a few changes. vor 16 Jahren
  Adam Frisby 13526097f2 * Spring cleaning on Region.Environment. vor 16 Jahren
  Teravus Ovares b70da6ac19 * Patch by Melanie. Implements proper objectflags on child objects. Thanks Melanie! vor 16 Jahren
  Justin Clarke Casey b1632bd222 * Tidy up and comments related to last inventory related commit vor 16 Jahren
  Justin Clarke Casey accd89b3f1 * First draft implementation of copying prim inventory items back to agent inventory vor 16 Jahren
  Justin Clarke Casey 6fec9c789b * Check in odds and ends which remain as an attempt to get the item properties panel for a prim's contents working vor 16 Jahren
  Sean Dague 2a2ef42e64 replace hard tabs with 4 spaces to be consistant in the source. vor 16 Jahren
  Adam Frisby e456cb7533 * Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tglion! vor 16 Jahren
  Adam Frisby bca7ab7e36 * Applying Mantis #1020 (Animations) - Thanks Melanie. vor 16 Jahren
  Adam Frisby fef3b36894 * Optimised using statements and namespace references across entire project (this took a while to run). vor 16 Jahren
  Teravus Ovares 3358d70c5b * Updates LSL2CS converter vor 16 Jahren
  Justin Clarke Casey 2caea75aa8 * Okay you can put down your pitchforks - this patch should fix rezzing of items (with inventory) on Windows vor 16 Jahren
  Teravus Ovares 072b5faa34 * I XmlIgnored the TaskInventory Property as a temporary measure. Taking things and rezzing them works again. (though, I suggest waiting on taking things until justincc has an opportunity to look at the TaskInventory property causing the XML Serialization to overrun.) It's MinOccurs is 0 in the XML Schema, so it should work fine when he adds it back. vor 16 Jahren
  Justin Clarke Casey 57afbdbdbd From: Kurt Taylor <[email protected]> vor 16 Jahren
  Justin Clarke Casey 6ef4f1bdae * Resolve mantis 849 vor 16 Jahren
  Justin Clarke Casey 272fbef65f Minor: just some method comments vor 16 Jahren
  Justin Clarke Casey 96ecb62197 * Fix for mantis #678 vor 16 Jahren
  Justin Clarke Casey f77ab46184 * Stop (which currently removes) all scripts in an object when that object is deleted from the region vor 16 Jahren
  Jeff Ames 47180080f0 Formatting cleanup. vor 16 Jahren
  Sean Dague dba37a8722 From: Alan M Webb <[email protected]> vor 16 Jahren
  Sean Dague 4ea52b2105 Change SceneObjectPart.LocalID to .LocalId to be case matching vor 16 Jahren
  Jeff Ames a8cfbbe963 Minor cleanup. vor 16 Jahren
  Justin Clarke Casey 877713999c * Report 'asset not found' situations back to UserTextureDownloadService vor 16 Jahren
  lbsa71 4c6e5a5090 * re-enabled AssetNotFound code vor 16 Jahren
  Jeff Ames e207284fef Clean up logging calls using String.Format explicitly vor 16 Jahren
  Teravus Ovares 0e771c8d39 * didn't save :P so, this is the other half to my last commit vor 16 Jahren
  Teravus Ovares 1b8e89751a * Added the Scripted objectflag if there is a script running in a prim. Remove the flag if you delete all of the scripts in the object. vor 16 Jahren
  Teravus Ovares 530d24da14 * Fixed script count incrementer. Was decrementing but only incrementing when a script was requested by UUID vor 16 Jahren
  Teravus Ovares d842699ef3 * Put the script run limiter on the SceneObjectPart as otherwise you can drop scripts in prim and they'll still run with scripts disabled. vor 16 Jahren
  Teravus Ovares 9cd9e90e7f * Added Active Scripts to report the number of scripts running to Sim Stats vor 16 Jahren