aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarAppearance.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-105/+105
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-191-3/+3
| | | | | Remove old comment in SnapshotStore pointed out by ChrisDown (bug #2000)
* Attachment persistence!!! Patch #9170 (Mantis #1171)Melanie Thielker2008-08-191-5/+9
| | | | | | Attachments now persist across logouts. Mostly untested.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-4/+4
|
* Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker2008-08-191-6/+61
| | | | | | Attachments now save to MySQL. No reattach on login yet.
* Avatar Attachment persistence!! Patch #9168 (Mantis #1171)Melanie Thielker2008-08-181-0/+101
| | | | | | | Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet.
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
|
* make lots of properties virtual, which lets nhibernate doSean Dague2008-06-251-36/+36
| | | | | | some proxy object optimizations.
* fix a constant that meant pants still weren't working. nowSean Dague2008-05-191-2/+2
| | | | | | you really can have pants.
* Formatting cleanup.Jeff Ames2008-05-171-24/+24
|
* prime the wearables structure, which should fix the exceptionSean Dague2008-05-161-0/+8
| | | | | | FluxOne found.
* add to / from hash mapping for grid serializationSean Dague2008-05-161-0/+74
|
* Formatting cleanup.Jeff Ames2008-05-161-3/+3
|
* appearance now survives logout. Tommorrow will involve movingSean Dague2008-05-161-0/+10
| | | | | | | the MSSQL and MYSQL mappers back in under datastores and looking at doing gid bits for this
* fix bad default initializationSean Dague2008-05-151-0/+2
|
* add the rest of my UserAppearance created methods toSean Dague2008-05-151-0/+117
| | | | | | AvatarAppearance
* minor refactor of some properties for readabilitySean Dague2008-05-151-35/+35
|
* refactoring to move AvatarAppearance into Framework andSean Dague2008-05-151-0/+217
move the appearance sending bits to ScenePresence