aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * More cleaning - Sugilite now only has build errors for "value is never ↵Adam Frisby2007-07-041-1/+0
| | | | used" properties (which I presume will be filled in over time)
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-16/+14
| | | | | * added some licensing info
* Can change the name and description of a prim.MW2007-07-011-0/+1
|
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-011-1/+1
| | | | | | | | | | | | | | * Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins
* *Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen2007-06-271-2/+2
| | | | to add/remove something
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+273
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.