aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.sln (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-04-30fixed the VS 2005 solution/ project files.MW1-33/+45
and a couple of other small changes
2007-04-26Mostly working again.MW1-148/+94
Updated to lastest libsl and handled the changes to the message templates (some byte fields are now ushort fields ). Still seems to be a problem when logging on, in that I get the downloading clothing message at the end of the precaching (which I didn't before)
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW1-98/+152
viewer 1.15.02, due to big changes in the message templates.
2007-04-25Small clean up of files and directoriesMW1-136/+94
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-93/+135
* Now dumping default value in config. *
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa711-135/+93
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11Renamed the Servers directory to OpenSim.ServersMW1-95/+137
2007-04-11Attempt to rearrange some of the directoriesMW1-4/+4
2007-04-11* Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa711-133/+93
2007-04-11added missing filesMW1-62/+150
2007-04-11First basic test script now works in the jvm scripting engine. MW1-48/+0
For it to work you need to have a java sdk installed and the javac.exe somewhere in the environment Path variable. Then To test, copy the text from bin/script1.text into a note card and then add that note to a prim.
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW1-17/+23
scripting Engines. Added the work in progress JVM scripting engine.
2007-04-11* nant building againlbsa711-0/+6
2007-04-11* built binaries, pdb's and user files should not be under version control.lbsa711-17/+17
* updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
2007-04-11Well, it *appears* to compile. Initial SQLite Local Storage module (supports ↵Adam Frisby1-0/+6
saving, deletion and update of prims, but does not yet load them.)
2007-04-06And now for some solution files...Adam Frisby1-1/+7
2007-04-04Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now.MW1-6/+0
Split World class into two partial classes
2007-04-04Split Avatar class into three partial classes (hopefully will make it easier ↵MW1-118/+82
to work on)
2007-04-04* Added Primitive2 to vs2005 solutionlbsa711-82/+118
* Apparently, Prebuild thinks DEBUG should be in there.
2007-04-04Started to clean up/ rewrite Primitive class , currently the new version is ↵MW1-118/+82
called Primitive2 and not used, but once it is complete then it will replace the old version.
2007-04-03* lovely. svn doesn't delete the files from disk on svn delete, so they show ↵lbsa711-81/+117
up in prebuilt projs and build files.
2007-04-03* Fixad namespace clashlbsa711-117/+81
2007-04-03* Extended Script API with GetRandomAvatarlbsa711-81/+117
* The script will now get a IScriptEntity to it's host object with get/sets * The script gets a IScriptReadnlyEntity interface to entities other than the host object. * the test script now follows a random avatar.
2007-04-03* Script prototypelbsa711-1/+1
2007-04-02OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW1-123/+88
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/+7
configuration method, so that it is easier to load configuration data from a ogs server
2007-04-02Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW1-149/+149
same database as in world prims are stored.
2007-04-02Added OpenUser.Config projectgareth1-109/+149
2007-04-02(no commit message)MW1-106/+74
2007-04-02Fixed VS2005 solution/project filesMW1-141/+141
2007-04-02Moved grid configuration to Db4o databasegareth1-1/+9
2007-04-02Added new REST protocol (partially complete)gareth1-103/+133
Made sim profiles load from DB Updated build files for grid server Added sim login
2007-03-31* cleared some unused code awaylbsa711-97/+69
2007-03-30* updated build fileslbsa711-70/+98
2007-03-30Started to add a few features to the web front end that should be useful ↵MW1-1/+1
during debugging. First such feature is that you can see a list of any connected clients inventory.
2007-03-29* Tried to make the sandbox/useraccount sim setup a bit simplerlbsa711-96/+69
* Removed some comments
2007-03-29* Naaw, -realphysx is too much to asklbsa711-84/+111
* Genning proj Guids from name hash, for great justice
2007-03-28* worked a little bit more on straigthening the startup procedure outlbsa711-96/+69
2007-03-27* revert the revert - begin the beguinelbsa711-79/+112
2007-03-27* Reverting todays work. It was worth a try.lbsa711-76/+70
2007-03-27* Config should be loaded before login server startup...lbsa711-92/+69
2007-03-27* vaseline + duct-tape.lbsa711-84/+107
2007-03-27* Introduced BaseHttpServer (doing nothing at the moment)lbsa711-75/+75
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
2007-03-27* Prebuild breaks nant build if project is empty. Quick fix : add dummy filelbsa711-75/+75
2007-03-27* Enabled the OpenSim.Servers projectlbsa711-70/+76
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa711-76/+70
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-26* Deleted unused OGS directorylbsa711-90/+69
2007-03-26* fixed buildfileslbsa711-84/+105
2007-03-25* Hopefully it builds again...lbsa711-56/+80
2007-03-25(no commit message)MW1-1/+1