Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 246443773a minor: remove clutter null check from pass in config to AvatarFactoryModule.Initialize() 13 years ago
  Justin Clark-Casey (justincc) c8304b7f84 Fix avatar parameter updating for viewer 3 and maybe 2. 13 years ago
  Justin Clark-Casey (justincc) 385c4a210d On setting a new avatar appearance, if height hasn't changed then don't set that same height in ScenePresence. 13 years ago
  Justin Clark-Casey (justincc) c4efb97d49 Write code to create minimum necessary body parts/clothing and avatar entries to make a newly created user appear as a non-cloud on viewer 2 13 years ago
  Justin Clark-Casey (justincc) e69f246b86 refactor: move multiple class to set avatar height into associated SP.AddToPhysicalScene() 13 years ago
  Justin Clark-Casey (justincc) be357f8fee Fix bug in persisting saved appearances for npcs 13 years ago
  Justin Clark-Casey (justincc) 2169cf04f9 When saving appearance, only save the baked textures, not the other face textures (which are already stored permanently) 13 years ago
  Justin Clark-Casey (justincc) e869eeb0bf Implement first draft functions for saving and loading NPC appearance from storage. 13 years ago
  Justin Clark-Casey (justincc) 59f548cda8 Get osNpcCreate appearance working with avatars that are currently in the scene. 13 years ago
  Justin Clark-Casey (justincc) 84c68c61bd When we start the appearance saving thread, make sure we set the culture to En_US so that a different culture doesn't save values with commas as decimal points, etc. 13 years ago
  Oren Hurvitz 56830bfe07 When handling SetAppearance packet, always save the appearance; not only if the texture was changed 13 years ago
  Oren Hurvitz f97278610c Fixed updating avatar appearance 13 years ago
  Justin Clark-Casey (justincc) 3e5b2d52ff minor: method doc for baked texture uploading 13 years ago
  Justin Clark-Casey (justincc) f99b89990c Add scratch AvatarFactoryModuleTests with one test to do a partial check on AvatarFactoryModule.SetAppearance() 13 years ago
  Justin Clark-Casey (justincc) 22f25fae38 Hack around with the NPC module to get osNpcCreate() partially working again. 13 years ago
  Justin Clark-Casey (justincc) d4fcba08af Add module with "appearance show" command. 13 years ago
  Justin Clark-Casey (justincc) 2b04cab1ee change some log messages from info to debug 13 years ago
  Mic Bowman c4727645b8 Removed a few more spurious appearance saves. When an avatar 13 years ago
  Justin Clark-Casey (justincc) 28fda1cab6 with mic's permission, reduce appearance, baked texture logging verbosity for now 13 years ago
  Mic Bowman df860516bf Various bug fixes for appearance handling: more aggressive reset of textures and vparams when appearance is not cached and when wearables change. Send appearance to the viewer with initial data. 13 years ago
  Mic Bowman 541a7660e0 Refactor appearance and avatar data sending code. Paritioning the routines into "one-to-many" and "many-to-one" makes it possible to call the right function on presence creation (both child and root) and when a child agent is promoted to root. This brings the total number of appearance sends down to one or two on login. 14 years ago
  Master ScienceSim 8f1a79420b Fixed appearance send for avatars with only default textures. This should fix some of the appearance problems on osgrid. Also added a transaction lock on SetAppearance. This won't prevent concurrent access to Appearance but it will at least make sure each update completes. 14 years ago
  Jeff Ames ae9c4a4d11 Formatting cleanup. 14 years ago
  Melanie e98d8d500f Fix logins and avatar appearance. Contains a Migration. May contain nuts. 14 years ago
  Melanie 7503c4ad61 Merge branch 'master' of [email protected]:/var/git/opensim 14 years ago
  Melanie 818ed2032a READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE. 14 years ago
  Justin Clark-Casey (justincc) e66ec432af Rationalize the logging messages from the merged appearance branch, commenting out most of them as per Mic 14 years ago
  Master ScienceSim f5c9a56c8b Bunch of fixes that reduce the number of times appearance 14 years ago
  Master ScienceSim 68666efd25 Configuration of persistent baked textures and save/send delays. 14 years ago
  Master ScienceSim 0f28fa400d Added background thread to handle delayed send and save of appearance 14 years ago