aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Some work in progress code: Inventory cache, start of inventory ↵MW2007-07-221-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.
* * Deleted libTerrain-BSD.dllAdam Frisby2007-07-211-1/+0
| | | | | * Added libTerrain to BasicTerrain directly as a subfolder
* * Issue#209 - Terrain Hills Patch (Thanks Babblefrog)Adam Frisby2007-07-211-1/+2
| | | | | | * Issue#208 - Region crossing should be using External host (Thanks Babblefrog) * Issue#207 - Prebuild.xml contains path errors (Thanks Gareth)
* *Moved XmlConfiguration to its own projectmingchen2007-07-191-0/+26
| | | | | | *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
* * Removed yet more compiler warningsAdam Frisby2007-07-191-76/+0
| | | | | * Dropped old ILocalStorage storage engines.
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-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 :)
* * RegionApplicationBase restructuring now completelbsa712007-07-161-0/+1
| | | | | * Still has some weird bug in SimpleApp though.
* changed to native line ending encodingSean Dague2007-07-161-1060/+1060
|
* * More prebuild.xml changes.Adam Frisby2007-07-151-12/+10
|
* * Fiddling with prebuild.xmlAdam Frisby2007-07-151-27/+28
|
* * Added loading methods for NullStorage.Adam Frisby2007-07-151-0/+1
|
* * Typo in prebuild.xmlAdam Frisby2007-07-151-1/+1
|
* * Adding example "NullStorage" DataStore engine.Adam Frisby2007-07-151-0/+26
|
* Set up parcel manager and the master avatar in SimpleApp.MW2007-07-141-0/+1
|
* Added AddPreCompiledScript method to ScriptManager.MW2007-07-141-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.
* * Merged solutions again; welcome home, boys!lbsa712007-07-131-35/+0
|
* Next time maybe I should check it still compiles before committing.MW2007-07-121-0/+1
|
* More work on UserProfile and inventory cache (still currently not enabled).MW2007-07-111-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.
* updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi ↵MW2007-07-111-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.
* Gird mode in sugilite should now work in so far as you should be able to ↵MW2007-07-101-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.
* * Yeah; forgot; we haven't implemeted 'depends' in prebuild nant target; so ↵lbsa712007-07-091-25/+25
| | | | be sure to specify projects in the right order.
* * another stab at #176lbsa712007-07-091-29/+0
|
* Taking a stab at #176lbsa712007-07-091-49/+24
|
* (no commit message)lbsa712007-07-081-24/+0
|
* *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen2007-07-051-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
* * Added conceptual LlsdMethod Demo to SimpleApp (work in progress)lbsa712007-07-021-145/+146
|
* * Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScenelbsa712007-07-021-1/+1
| | | | | | | * Hid NullPhysicsScene for great justice * Fixed broken Grid build
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-011-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
* * Removed J# language support because it has issues with Mono.Adam Frisby2007-06-281-2/+0
|
* *Master User is now set upmingchen2007-06-281-0/+1
| | | | | | *Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
* Imported the scripting changes, so now should be up to date with sugilite. MW2007-06-281-3/+5
|
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-3/+3
| | | | | | *Some folder renaming to follow project Name *Updated prebuild.xml
* *Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen2007-06-271-0/+27
| | | | | | *Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
* *Fixed OpenGridServices.sln and prebuild.xmlmingchen2007-06-271-1/+1
| | | | | *NameSpaceChanges branch now fully compiles!
* *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen2007-06-271-2/+2
| | | | prebuild.xml though
* *More compile fixes (should be it on OpenSim.sln)mingchen2007-06-271-3/+3
|
* *Updated prebuild.xml and ran prebuild againmingchen2007-06-271-12/+12
| | | | | | *Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+1105
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.