aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/OpenSim.Region.Environment.csproj (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-08* By popular demand, all generated build files are now deleted. Somebody ↵lbsa711-287/+0
should make sure the wiki is updated.
2007-07-08* Updating prebuildAdam Frisby1-34/+28
2007-07-05* Java engine fully back in SugiliteAdam Frisby1-25/+34
2007-07-05* Added Java support back into Sugilite (although it still needs a calling ↵Adam Frisby1-35/+93
host to be added).
2007-07-04A bit more work on Building tools/support.MW1-25/+33
updated Axiom.MathLib.dll.
2007-07-01Started change to having SceneObject and then that having child Primitives ↵MW1-0/+6
which in turn have a Shape object (currently PrimitiveBaseShape). The plan is only for the SceneObject to interface with the physics engines. As a physics Entity should be able to have mulitple shapes connected to it.
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-14/+14
* 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-29*Deleted Logger.cs from OpenSim.Frameworkmingchen1-14/+14
2007-06-28* Removed J# language support because it has issues with Mono.Adam Frisby1-23/+16
2007-06-28*Added UUIDNameRequest packet support (untested, but should work -- at least ↵mingchen1-3/+3
in sandbox mode) *Various small renamings
2007-06-28*Master User is now set upmingchen1-17/+17
*Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
2007-06-28Finished removing the old scripting code, Scene.Scripting.cs and ↵MW1-3/+0
OpenSim.Framework.Interfaces.Scripting.
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW1-17/+25
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen1-6/+9
*Some folder renaming to follow project Name *Updated prebuild.xml
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen1-5/+5
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
2007-06-27*More compile fixes (should be it on OpenSim.sln)mingchen1-47/+40
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-25/+32
to add/remove something