aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2007-04-11Well, it *appears* to compile. Initial SQLite Local Storage module (supports ↵Adam Frisby1-0/+26
saving, deletion and update of prims, but does not yet load them.)
2007-04-11Major ass changes to terrain (now uses libTerrain-BSD!) and all-round ↵Adam Frisby1-0/+1
improvements to code quality. Terrain saving/loading may work now (running through setHeights1D and getHeights1D before DB4o) **WARNING: UNTESTED**
2007-04-10Fixed "teh bug"gareth1-516/+540
2007-04-04Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now.MW1-26/+0
Split World class into two partial classes
2007-04-03* Script prototypelbsa711-1/+0
2007-04-02OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW1-22/+23
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
2007-04-02Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW1-0/+23
configuration method, so that it is easier to load configuration data from a ogs server
2007-04-02Finished adding Db4o support to user profile managergareth1-21/+2
2007-04-02Added OpenUser.Config projectgareth1-0/+24
2007-04-02Moved grid configuration to Db4o databasegareth1-0/+27
2007-04-02Added new REST protocol (partially complete)gareth1-0/+1
Made sim profiles load from DB Updated build files for grid server Added sim login
2007-03-31* fixed some Framework refslbsa711-2/+2
2007-03-29* Moved LoginServer and LocalUserProfileManager to OpenSim.Serverslbsa711-0/+1
2007-03-27* revert the revert - begin the beguinelbsa711-7/+9
2007-03-27* Reverting todays work. It was worth a try.lbsa711-9/+7
2007-03-27* vaseline + duct-tape.lbsa711-4/+4
2007-03-27* Added OpenSim.Framework ref to phys mgrlbsa711-0/+1
2007-03-27* Introduced BaseHttpServer (doing nothing at the moment)lbsa711-1/+2
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
2007-03-27* Enabled the OpenSim.Servers projectlbsa711-2/+2
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa711-21/+42
show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice)
2007-03-25* Hopefully it builds again...lbsa711-5/+0
2007-03-25(no commit message)MW1-467/+467
2007-03-25Added skeleton ODE plugingareth1-0/+24
2007-03-25All shall become clear soon....gareth1-1/+1
Renamed SimConfig stuff, ready to abstract both it and ServerConsole yay for code reuse
2007-03-25Finished adding the grid server to prebuildgareth1-1/+25
2007-03-24Brought in the OGS user server into the main trunk (in a rather messy way)gareth1-0/+54