aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyWorld.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-10/+6
| | | | | * added some licensing info
* * Completed conceptual LlsdMethod - everything resides in SimpleApp pending ↵lbsa712007-07-031-22/+3
| | | | guru approval.
* * removed try-catchall from scene constructorlbsa712007-07-011-0/+3
| | | | | | | * added reference server-side addnewprim prototype to Scene - not implementet yet though.
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-011-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
* *Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen2007-06-271-8/+8
| | | | to add/remove something
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+113
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.