aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2007-05-30Rebuilt the build filesgareth1-0/+1
Added some more prompts and stuff to ServiceManager
2007-05-27FIXED THE TRUNK!gareth1-2/+2
2007-05-26Goodbye WorldMW1-0/+32
2007-05-25Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵MW1-0/+2
this): Re-added a CLI "create user" command to the userserver, only currently works if using DB4o as the database provider. Added Xml config files to both the UserServer and Gridserver (UserServerConfig.xml and GridServerConfig.xml), so that the database provider can be set in it. (both currently default to DB4o , so maybe Adam will want to change it back to defaulting to MySQL)
2007-05-24(no commit message)MW1-1/+1
2007-05-24Stage 2: GridServices build files should be fixed now, Someone will need to ↵MW1-49/+49
test it under nant, and the releng scripts might need updating as we now have two solutions. Also the build order for the two solutions should be to compile the OpenSim Solution first and then the GridServices one, as the common projects are referenced by DLL in the Gridservices.
2007-05-24Stage 1 of repairing the build files, those ofr the OpenSim regionserver ↵MW1-18/+18
should now be okay. Now onto the Grid servers...
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-53/+53
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-235/+265
the Grid servers can be a separate solution to the region server.
2007-05-24* Reduced effect of terraforming brushes by 1000%.Adam Frisby1-0/+1
* Added new exportImage() function to BasicTerrain which will output a gradient-mapped image of the terrain which can be uploaded to the grid for things like world map images. (shiinnny), will update later with an improved version using the bilinear quad method employed in client terrain rendering. * Rebuild project & build files for basicterrain with System.Drawing dependency. Prebuild updated.
2007-05-18Added session IDs to the grid management agentgareth1-0/+1
2007-05-16Let stuff be broken!Adam Frisby1-2/+3
2007-05-16Moved the OpenSimMain class into the OpenSim.exe project MW1-0/+3
2007-05-15Turned SimClient into a partial class (and added SimClient(Grid), so that ↵MW1-0/+1
grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml)
2007-05-14Finished off adding the new management API to gridservergareth1-0/+1
Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics
2007-05-14Added skeleton for grid management agentgareth1-0/+25
2007-05-13Added skeleton master service managergareth1-1/+23