aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2007-05-13(no commit message)gareth1-62/+0
2007-05-08Fixed nant build filesgareth1-5/+66
Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build
2007-05-05SQLite support added to grid manager. (Win!)Adam Frisby1-0/+24
2007-05-05Fixed issue with prebuild causing duplicate reference with standard libraries.Adam Frisby1-1/+0
2007-05-05* Added Microsoft SQL SupportAdam Frisby1-0/+24
2007-05-05Updated and run prebuild.Adam Frisby1-0/+24
2007-05-05Cleaned up Adam's messgareth1-2/+2
2007-05-04Prebuild needs some lovin too.Adam Frisby1-5/+52
2007-04-30And it's fixedgareth1-123/+127
2007-04-30Done some more conversion work on the asset servergareth1-0/+29
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW1-0/+28
viewer 1.15.02, due to big changes in the message templates.
2007-04-11Renamed the Servers directory to OpenSim.ServersMW1-1/+1
2007-04-11Attempt to rearrange some of the directoriesMW1-12/+12
2007-04-11* Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa711-3/+5
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW1-592/+616
scripting Engines. Added the work in progress JVM scripting engine.
2007-04-11Added POST handler for /sims/ in the grid servergareth1-2/+1
Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
2007-04-11* nant building againlbsa711-4/+4
2007-04-11Adding BDB to prebuild, making BDB compile.Adam Frisby1-0/+26