aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Continuing refactoring of presencelbsa712007-09-211-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.
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-4/+1
| | | | | * 'remove redundant this qualifier' ftw
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* changed to native line ending encodingSean Dague2007-07-161-85/+85
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-5/+0
| | | | | * added some licensing info
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-0/+90
*Some folder renaming to follow project Name *Updated prebuild.xml