aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
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
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