提交历史

作者 SHA1 备注 提交日期
  Adam Frisby 20a9bf08f5 * Rolled back a few changes. 16 年之前
  Adam Frisby 13526097f2 * Spring cleaning on Region.Environment. 16 年之前
  Teravus Ovares b70da6ac19 * Patch by Melanie. Implements proper objectflags on child objects. Thanks Melanie! 16 年之前
  Justin Clarke Casey b1632bd222 * Tidy up and comments related to last inventory related commit 16 年之前
  Justin Clarke Casey accd89b3f1 * First draft implementation of copying prim inventory items back to agent inventory 16 年之前
  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 16 年之前
  Sean Dague 2a2ef42e64 replace hard tabs with 4 spaces to be consistant in the source. 16 年之前
  Adam Frisby e456cb7533 * Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tglion! 16 年之前
  Adam Frisby bca7ab7e36 * Applying Mantis #1020 (Animations) - Thanks Melanie. 16 年之前
  Adam Frisby fef3b36894 * Optimised using statements and namespace references across entire project (this took a while to run). 16 年之前
  Teravus Ovares 3358d70c5b * Updates LSL2CS converter 16 年之前
  Justin Clarke Casey 2caea75aa8 * Okay you can put down your pitchforks - this patch should fix rezzing of items (with inventory) on Windows 16 年之前
  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. 16 年之前
  Justin Clarke Casey 57afbdbdbd From: Kurt Taylor <[email protected]> 16 年之前
  Justin Clarke Casey 6ef4f1bdae * Resolve mantis 849 16 年之前
  Justin Clarke Casey 272fbef65f Minor: just some method comments 16 年之前
  Justin Clarke Casey 96ecb62197 * Fix for mantis #678 16 年之前
  Justin Clarke Casey f77ab46184 * Stop (which currently removes) all scripts in an object when that object is deleted from the region 16 年之前
  Jeff Ames 47180080f0 Formatting cleanup. 16 年之前
  Sean Dague dba37a8722 From: Alan M Webb <[email protected]> 16 年之前
  Sean Dague 4ea52b2105 Change SceneObjectPart.LocalID to .LocalId to be case matching 16 年之前
  Jeff Ames a8cfbbe963 Minor cleanup. 16 年之前
  Justin Clarke Casey 877713999c * Report 'asset not found' situations back to UserTextureDownloadService 16 年之前
  lbsa71 4c6e5a5090 * re-enabled AssetNotFound code 16 年之前
  Jeff Ames e207284fef Clean up logging calls using String.Format explicitly 16 年之前
  Teravus Ovares 0e771c8d39 * didn't save :P so, this is the other half to my last commit 16 年之前
  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. 16 年之前
  Teravus Ovares 530d24da14 * Fixed script count incrementer. Was decrementing but only incrementing when a script was requested by UUID 16 年之前
  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. 16 年之前
  Teravus Ovares 9cd9e90e7f * Added Active Scripts to report the number of scripts running to Sim Stats 16 年之前