aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Applying dalien's patches from bug#177 and #179Adam Frisby1-9/+31
2007-07-04* More cleaning - Sugilite now only has build errors for "value is never ↵Adam Frisby1-1/+0
used" properties (which I presume will be filled in over time)
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-16/+14
* added some licensing info
2007-07-01Can change the name and description of a prim.MW1-0/+1
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-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
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-2/+2
to add/remove something