aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-21* Continuing refactoring of presencelbsa711-82/+0
* Deleted stub ScenePresence.Body.cs * Added stub Region classes The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-4/+1
* 'remove redundant this qualifier' ftw
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-16changed to native line ending encodingSean Dague1-85/+85
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-5/+0
* added some licensing info
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen1-0/+0
*Some folder renaming to follow project Name *Updated prebuild.xml
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-1/+1
to add/remove something