Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-08 | * By popular demand, all generated build files are now deleted. Somebody ↵ | lbsa71 | 1 | -287/+0 | |
should make sure the wiki is updated. | |||||
2007-07-08 | * Updating prebuild | Adam Frisby | 1 | -34/+28 | |
2007-07-05 | * Java engine fully back in Sugilite | Adam Frisby | 1 | -25/+34 | |
2007-07-05 | * Added Java support back into Sugilite (although it still needs a calling ↵ | Adam Frisby | 1 | -35/+93 | |
host to be added). | |||||
2007-07-04 | A bit more work on Building tools/support. | MW | 1 | -25/+33 | |
updated Axiom.MathLib.dll. | |||||
2007-07-01 | Started change to having SceneObject and then that having child Primitives ↵ | MW | 1 | -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-01 | Fixed SimpleApp - aka thankgoditssundaycommit | lbsa71 | 1 | -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.Framework | mingchen | 1 | -14/+14 | |
2007-06-28 | * Removed J# language support because it has issues with Mono. | Adam Frisby | 1 | -23/+16 | |
2007-06-28 | *Added UUIDNameRequest packet support (untested, but should work -- at least ↵ | mingchen | 1 | -3/+3 | |
in sandbox mode) *Various small renamings | |||||
2007-06-28 | *Master User is now set up | mingchen | 1 | -17/+17 | |
*Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml | |||||
2007-06-28 | Finished removing the old scripting code, Scene.Scripting.cs and ↵ | MW | 1 | -3/+0 | |
OpenSim.Framework.Interfaces.Scripting. | |||||
2007-06-28 | Imported the scripting changes, so now should be up to date with sugilite. | MW | 1 | -17/+25 | |
2007-06-27 | *Moved all the classes into their own file from LLSDHelpers.cs | mingchen | 1 | -6/+9 | |
*Some folder renaming to follow project Name *Updated prebuild.xml | |||||
2007-06-27 | *Moved VersionInfo.cs to its correct place in OpenSim.csproj | mingchen | 1 | -5/+5 | |
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild | |||||
2007-06-27 | *More compile fixes (should be it on OpenSim.sln) | mingchen | 1 | -47/+40 | |
2007-06-27 | *Some more restructuring/fixing -- should compile, but high chance I forgot ↵ | mingchen | 1 | -25/+32 | |
to add/remove something |