aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyWorld.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-10/+6
* added some licensing info
2007-07-03* Completed conceptual LlsdMethod - everything resides in SimpleApp pending ↵lbsa711-22/+3
guru approval.
2007-07-01* removed try-catchall from scene constructorlbsa711-0/+3
* added reference server-side addnewprim prototype to Scene - not implementet yet though.
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-9/+9
* 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-8/+8
to add/remove something