Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *Moved XmlConfiguration to its own project | mingchen | 2007-07-19 | 1 | -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 warnings | Adam Frisby | 2007-07-19 | 1 | -76/+0 | |
| | | | | | * Dropped old ILocalStorage storage engines. | |||||
* | *New Configuration System, much easier and less buggy compared to the ↵ | mingchen | 2007-07-18 | 1 | -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 complete | lbsa71 | 2007-07-16 | 1 | -0/+1 | |
| | | | | | * Still has some weird bug in SimpleApp though. | |||||
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 1 | -1060/+1060 | |
| | ||||||
* | * More prebuild.xml changes. | Adam Frisby | 2007-07-15 | 1 | -12/+10 | |
| | ||||||
* | * Fiddling with prebuild.xml | Adam Frisby | 2007-07-15 | 1 | -27/+28 | |
| | ||||||
* | * Added loading methods for NullStorage. | Adam Frisby | 2007-07-15 | 1 | -0/+1 | |
| | ||||||
* | * Typo in prebuild.xml | Adam Frisby | 2007-07-15 | 1 | -1/+1 | |
| | ||||||
* | * Adding example "NullStorage" DataStore engine. | Adam Frisby | 2007-07-15 | 1 | -0/+26 | |
| | ||||||
* | Set up parcel manager and the master avatar in SimpleApp. | MW | 2007-07-14 | 1 | -0/+1 | |
| | ||||||
* | Added AddPreCompiledScript method to ScriptManager. | MW | 2007-07-14 | 1 | -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! | lbsa71 | 2007-07-13 | 1 | -35/+0 | |
| | ||||||
* | Next time maybe I should check it still compiles before committing. | MW | 2007-07-12 | 1 | -0/+1 | |
| | ||||||
* | More work on UserProfile and inventory cache (still currently not enabled). | MW | 2007-07-11 | 1 | -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 ↵ | MW | 2007-07-11 | 1 | -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 ↵ | MW | 2007-07-10 | 1 | -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 ↵ | lbsa71 | 2007-07-09 | 1 | -25/+25 | |
| | | | | be sure to specify projects in the right order. | |||||
* | * another stab at #176 | lbsa71 | 2007-07-09 | 1 | -29/+0 | |
| | ||||||
* | Taking a stab at #176 | lbsa71 | 2007-07-09 | 1 | -49/+24 | |
| | ||||||
* | (no commit message) | lbsa71 | 2007-07-08 | 1 | -24/+0 | |
| | ||||||
* | *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData) | mingchen | 2007-07-05 | 1 | -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) | lbsa71 | 2007-07-02 | 1 | -145/+146 | |
| | ||||||
* | * Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScene | lbsa71 | 2007-07-02 | 1 | -1/+1 | |
| | | | | | | | * Hid NullPhysicsScene for great justice * Fixed broken Grid build | |||||
* | Fixed SimpleApp - aka thankgoditssundaycommit | lbsa71 | 2007-07-01 | 1 | -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 Frisby | 2007-06-28 | 1 | -2/+0 | |
| | ||||||
* | *Master User is now set up | mingchen | 2007-06-28 | 1 | -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. | MW | 2007-06-28 | 1 | -3/+5 | |
| | ||||||
* | *Moved all the classes into their own file from LLSDHelpers.cs | mingchen | 2007-06-27 | 1 | -3/+3 | |
| | | | | | | *Some folder renaming to follow project Name *Updated prebuild.xml | |||||
* | *Moved VersionInfo.cs to its correct place in OpenSim.csproj | mingchen | 2007-06-27 | 1 | -0/+27 | |
| | | | | | | *Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild | |||||
* | *Fixed OpenGridServices.sln and prebuild.xml | mingchen | 2007-06-27 | 1 | -1/+1 | |
| | | | | | *NameSpaceChanges branch now fully compiles! | |||||
* | *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵ | mingchen | 2007-06-27 | 1 | -2/+2 | |
| | | | | prebuild.xml though | |||||
* | *More compile fixes (should be it on OpenSim.sln) | mingchen | 2007-06-27 | 1 | -3/+3 | |
| | ||||||
* | *Updated prebuild.xml and ran prebuild again | mingchen | 2007-06-27 | 1 | -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 ↵ | MW | 2007-06-27 | 1 | -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. |