aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-13* Merged solutions again; welcome home, boys!lbsa711-35/+0
2007-07-12Next time maybe I should check it still compiles before committing.MW1-0/+1
2007-07-11More work on UserProfile and inventory cache (still currently not enabled).MW1-13/+15
Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
2007-07-11updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi ↵MW1-22/+24
branch, so when they have a trunk version that is 1.18 ready, best to update again). Started some work on a userProfile/inventory cache.
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-916/+0
2007-07-10Gird mode in sugilite should now work in so far as you should be able to ↵MW1-0/+2
login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now). Also trying to look at the map in grid mode will crash the server.
2007-07-09* Yeah; forgot; we haven't implemeted 'depends' in prebuild nant target; so ↵lbsa711-25/+25
be sure to specify projects in the right order.
2007-07-09* another stab at #176lbsa711-29/+0
2007-07-09Taking a stab at #176lbsa711-49/+24
2007-07-08(no commit message)lbsa711-24/+0
2007-07-05*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen1-0/+1
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
2007-07-02* Added conceptual LlsdMethod Demo to SimpleApp (work in progress)lbsa711-145/+146
2007-07-02* Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScenelbsa711-1/+1
* Hid NullPhysicsScene for great justice * Fixed broken Grid build
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-0/+3
* 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-28* Removed J# language support because it has issues with Mono.Adam Frisby1-2/+0
2007-06-28*Master User is now set upmingchen1-0/+1
*Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW1-3/+5
2007-06-28* Run prebuild, and stuff. (Fixed bug)Adam Frisby1-0/+1
2007-06-28Shiny commit (finally)Adam Frisby1-1/+5
* Added support for new scripting engines ** Javascript ** J# (Java on .NET) ** C# * Added license headers to things. * Updated prebuild for the above
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen1-3/+3
*Some folder renaming to follow project Name *Updated prebuild.xml
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen1-0/+27
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
2007-06-27*Fixed OpenGridServices.sln and prebuild.xmlmingchen1-1/+1
*NameSpaceChanges branch now fully compiles!
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen1-2/+2
prebuild.xml though
2007-06-27*More compile fixes (should be it on OpenSim.sln)mingchen1-3/+3
2007-06-27*Updated prebuild.xml and ran prebuild againmingchen1-12/+12
*Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now
2007-06-27Some very Preliminary work on .net remoting for interregion comms. MW1-0/+1
a few more classes for CAPS LLSD types.
2007-06-25updated prebuild.xml.MW1-0/+2
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
2007-06-24* Updating prebuild.xmlAdam Frisby1-0/+28
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW1-0/+1
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used).
2007-06-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW1-1/+1
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
2007-06-20* Removed ClientThreads from avatarlbsa711-36/+7
* Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute * Added avatar handling to SimpleApp, still don't have any avatar out on the playing field * Removed some warnings * Went from IWorld to Scene *
2007-06-20* re-added SimpleApp projectslbsa711-0/+68
* made them work (yay!) * some cleanup
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-191/+312
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
2007-06-17Each Region will now generate a texture image of their terrain and this will ↵MW1-0/+1
be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes.
2007-06-17* SimpleApp: lbsa711-2/+0
* fixed build errors * still not working though...
2007-06-17* Added the two Sample Apps to the solutionlbsa711-162/+155
* Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW1-0/+1
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-16Some Rearranging of CommsManager.MW1-0/+25
2007-06-14* Applied Prebuild fixes to Sugilitelbsa711-1/+1
* Rebuilt project files * ignored some bins
2007-06-14Commented out the Scene.Backup method for now as there isn't really anything ↵MW1-26/+0
to Backup yet and it might be the cause of a memory leak. Deleted EmbeddedJVM scripting engine, not being used. "If" we ever decide to use it then it can be re-added.
2007-06-13* Changed some more sort order issueslbsa711-1/+1
* Updated vs2005 files as well
2007-06-12Created OpenSim.Caches project and moved the assetcache to that. MW1-1/+24
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen1-0/+2
*Updated prebuild.xml
2007-06-11A few small changes and hopefully fixed the nant build problem ↵MW1-9/+10
(OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).
2007-06-10Renamed folderMW1-1/+1
2007-06-10Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim ↵MW1-2/+2
to please!
2007-06-09* Removed ServiceManager from OGS/Sugilite due to compilation issues.Adam Frisby1-24/+0
* Removed GridInterface reference from AssetServer
2007-06-08prebuild.xml should be fixed/updated.MW1-0/+29
2007-06-05* Fixed OGS buildAdam Frisby1-0/+31
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in
2007-05-30Another rebuild of the build files! :Ogareth1-0/+1
More XML config stuff in ServiceManager