コミット履歴

作者 SHA1 メッセージ 日付
  Mic Bowman bb0ea25090 Protect one more update of the baked texture hashes. 11 年 前
  Mic Bowman 681fbda4b6 This is an experimental patch that adds support for comparing texture 11 年 前
  Mic Bowman 33aaa40bee Adds an event and a method so that handling of the CachedTexture 11 年 前
  Melanie 5f4c4df227 Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask 11 年 前
  Justin Clark-Casey (justincc) 3648164219 Prevent multiple instances of the same item ID being appended to an AvatarAppearance 11 年 前
  Justin Clark-Casey (justincc) 9de670c550 minor: Change summary in "show appearance" console command to "incomplete" rather than "corrupt" 11 年 前
  Justin Clark-Casey (justincc) 170d376967 On baked texture save, replace any HG ID with an ordinary asset ID so the HGAssetBroker doesn't try to save back to the avatar's originating region 11 年 前
  Diva Canto 86903f23dd Cleanup on region modules: gave short node id's to all of them. 12 年 前
  Melanie 0d15a6a01f Remove any mention of IRegionModule from region names and comments to aid 12 年 前
  Diva Canto 74dd38db70 One more module converted: AvatarFactoryModule. 12 年 前
  Mic Bowman b9baab5521 Fix the use of the wrong index when locating the assets associated 12 年 前
  Justin Clark-Casey (justincc) 2724cf685e Fix build break. 12 年 前
  Justin Clark-Casey (justincc) 0e3b08fa5b Update settings loading in AvatarFactoryModule which should have been in last commit 205f2326 12 年 前
  Justin Clark-Casey (justincc) f5316984ab minor: update currently commented out log message at top of AvatarFactoryModule.SetAppearance() for future use 12 年 前
  Justin Clark-Casey (justincc) af6c85308a minor: add explanative comment to 'missing baked texture' logging commonly seen on inter-simulator teleports where avatar baked textures are not available from the asset service. 12 年 前
  Justin Clark-Casey (justincc) 39a6d7cab4 Comment out the noisier AVFACTORY log messages for now. 12 年 前
  Oren Hurvitz 2f398231ac Minor improvements to logging 12 年 前
  Dan Lake 784263f5e3 Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by AvatarFactoryModule after an avatar's appearance has been succesfully changed and persisted (if the persist option is set). 12 年 前
  Dan Lake 2ebb421331 Refactor appearance saving for NPC to use AvatarFactoryModule interface. 12 年 前
  Justin Clark-Casey (justincc) 18497cef73 Add avatar names to appearance log messages 12 年 前
  Justin Clark-Casey (justincc) c201b54b85 Improve "app rebake" command to return a better message if no uploaded texture ids were available for the rebake request 12 年 前
  Justin Clark-Casey (justincc) 8fb70a2058 Add "appearance rebake" command to ask a specific viewer to rebake textures from the server end. 12 年 前
  Justin Clark-Casey (justincc) 0634c38505 Separate out rebake request code from cache validation code AvatarFactoryModule. 12 年 前
  Justin Clark-Casey (justincc) e8fbeeba5f Fix race condition where the appearance update timer could be stopped just after another thread had started it on QueueAppearanceSave() or *Send() 12 年 前
  Justin Clark-Casey (justincc) 0b91ec8dd2 Migrate detailed "appearance show" report generation up to AvatarFactoryModule from AppearanceInfoModule so that it can be used in debug (inactive). 12 年 前
  Justin Clark-Casey (justincc) b242ceda1e In AvatarFactoryModule.SetApperance(), perform ValidateBakedTextureCache() in the same thread rather than on another one. 12 年 前
  Justin Clark-Casey (justincc) 5f276c3212 Print out one log message for every missing baked texture, rather than two. 12 年 前
  Justin Clark-Casey (justincc) 03993d0b14 Fix race condition that would sometimes send or save appearance for the wrong avatar. 13 年 前
  Dan Lake eac29396d9 Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line endings from previous commit. 13 年 前
  Dan Lake da794f34a5 Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of scene presence by client ID. 13 年 前