aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-11Made account Authentication optional in "sandbox/standalone" mode. Just ↵MW1-0/+1
change "standalone_authenticate = false" to be true in OpenSim.ini. Then as per grid mode, you can use the "create user" command to create new accounts.
2007-08-10Some cleaning up and removed a few old files no longer in use.MW1-1/+3
Temporary have had to rename the OpenSim.DataStore.MonoSqlite project to OpenSim.DataStore.MonoSqlite1, as I'm not sure what was done to stop the old project name being included in the VS2005 solution. Also some config changes: OpenSim now has a INI (OpenSim.ini) file that it will read some config settings from (if the ini file exists). Added Mono.Data.SqliteClient.dll so that we can use the same code for sqlite on Windows and mono/linux. (from what I can tell Mono class libraries have a MIT license so there should be no problems with us including this dll). So now to get the basic prim storage working , you need to first create the sqlite database file from the sqlite3-prims.sql in share directory. Then in the OpenSim.ini file, change the storage_plugin so it points to OpenSim.DataStore.MonoSqlite1.dll (storage_plugin = OpenSim.DataStore.MonoSqlite1.dll). Then in your region.xml files change the DataStore value so it is the name of your database file (at the moment you need a different sqlite3 database file for each region).
2007-08-10Fixed a couple of mistakes.MW1-1/+1
2007-08-10Made a few changes so that once we enable the sqlite data store (simple line ↵MW1-1/+1
change in OpenSimMain), then basic ( with a few limits at moment) prim database backup will work.
2007-08-09Forgot to remove reference to .dll that was mergedTedd Hansen1-3/+0
2007-08-09ScriptEngine just needs 2 events hooked up and llSay() implemented to work. ↵Tedd Hansen1-0/+1
See TODO.txt for details.
2007-08-09Merged OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL into ↵Tedd Hansen1-32/+0
OpenSim.ScriptEngine.DotNetEngine to avoid the compile error
2007-08-08add MonoSqlite storage module, this might break windows folks, needSean Dague1-0/+25
to test lbsa's patch on that one
2007-08-08The startup set of assets in the local asset server can now be set from a ↵MW1-0/+2
xml file (OpenSimAssetSet.xml). (remember to make changes to the set, you will also need to delete the old asset .yap file, so that it is recreated). Also the set of items in the OpenSim inventory Library can also now be set from a xml file (OpenSimLibrary.xml).
2007-08-08update prebuild to work with new script stuffSean Dague1-7/+10
2007-08-08Removed System.Windows.Form reference from DotNetEngine.Compiler.LSL , it ↵MW1-1/+0
didn't seem to be needed anyway.
2007-08-08Added ScriptEngine to solution (prebuild.xml)Tedd Hansen1-0/+65
2007-08-06* SimpleApp works again:lbsa711-0/+1
* NetworkServersInfo settable without config file * DefaultHomeLoc throws if getted before setted * Removed nonsensical sandbox distinction * Refactored default config file creation * Some more small refactorings on shapes
2007-08-04clean up of startup config settings (command line args etc),MW1-1/+1
Now using the Nini configuration library (suggest we look into using this for the rest of our config handling, as it provides a standard interface for command line args, INI files, Xml files, .NET config files, and windows registry). One IMPORTANT change is that to TO START GRIDMODE , you need to now use -gridmode=true . Also need someone to test it under mono. (there is a dll that has been compiled under mono available, just hoping that we don't have to deal with separate dlls for windows and linux.
2007-08-03Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee1-0/+1
configdir, datadir.
2007-08-02(no commit message)Brian McBee1-1/+1
2007-07-29* Highly experimental: Added DB4o DataStore support. Untested.Adam Frisby1-0/+24
2007-07-23*Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵mingchen1-1/+26
fetches a file from a remote server *Right now, values are not saved back to the remote server, but that will be changed *Removed some warnings from invalid references that were not used anyways
2007-07-22* Some work in progress code: Inventory cache, start of inventory ↵MW1-54/+28
server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be). * Fixed some of the problems with crossing regions when flying: you should no longer sink to ground level when crossing (should keep roughly your right height). Should no longer sometimes get sent back to the centre of the current region when attempting to border cross. But instead sometimes you will find you avatar stop at the edge of region and you will need to start moving again to retry the crossing (which should then work). This code is partly based on Babblefrog's issue #212 patch. [I think I have some ideas of how to solve the stopping at edges problem, just want to get the inventory code done first] * Capabilities code has now been moved to the OpenSim.Framework.Communications project as some of the caps code will be tightly tied to inventory/asset handling and it was causing a two way reference problem when it was in its own project/dll. This is a Big commit as I was going to keep my inventory work local until I had it in a working state, in case it brakes anything, but its getting harder to keep in sync with svn.
2007-07-21* Deleted libTerrain-BSD.dllAdam Frisby1-1/+0
* Added libTerrain to BasicTerrain directly as a subfolder
2007-07-21* Issue#209 - Terrain Hills Patch (Thanks Babblefrog)Adam Frisby1-1/+2
* Issue#208 - Region crossing should be using External host (Thanks Babblefrog) * Issue#207 - Prebuild.xml contains path errors (Thanks Gareth)
2007-07-19*Moved XmlConfiguration to its own projectmingchen1-0/+26
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
2007-07-19* Removed yet more compiler warningsAdam Frisby1-76/+0
* Dropped old ILocalStorage storage engines.
2007-07-18*New Configuration System, much easier and less buggy compared to the ↵mingchen1-75/+4
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
2007-07-16* RegionApplicationBase restructuring now completelbsa711-0/+1
* Still has some weird bug in SimpleApp though.
2007-07-16changed to native line ending encodingSean Dague1-1060/+1060
2007-07-15* More prebuild.xml changes.Adam Frisby1-12/+10
2007-07-15* Fiddling with prebuild.xmlAdam Frisby1-27/+28
2007-07-15* Added loading methods for NullStorage.Adam Frisby1-0/+1
2007-07-15* Typo in prebuild.xmlAdam Frisby1-1/+1
2007-07-15* Adding example "NullStorage" DataStore engine.Adam Frisby1-0/+26
2007-07-14Set up parcel manager and the master avatar in SimpleApp.MW1-0/+1
2007-07-14Added AddPreCompiledScript method to ScriptManager.MW1-0/+1
Done some work on lbsa71's simpleApp(hope he doesn't mind): now have the avatar showing up and the terrain and his pulsating box (well except its not a box, as there seems to be something wrong with our PrimitiveBaseShape..DefaultBox() settings). Also noticed a few other problems that I had to work around, so these need looking into.
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