aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-07Merged 0.1-prestable back into trunk :(gareth1-1/+0
2007-05-05Cleaned up Adam's messgareth1-0/+1
2007-05-04Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby1-0/+3
Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet.
2007-05-04fix array sizemorphw1-1/+1
2007-04-30fixed the VS 2005 solution/ project files.MW1-0/+6
and a couple of other small changes
2007-04-30Fixing stuffgareth1-0/+23
2007-04-30Done some more conversion work on the asset servergareth1-0/+1
2007-04-29Copied gridserver ready to convert to asset servergareth1-71/+72
I'M THAT NUTS!!!!!!!!
2007-04-27Major ass commitAdam Frisby1-0/+1
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
2007-04-27Clearing up comment to reflect true strength of GenerateChallenge()Adam Frisby1-1/+1
2007-04-27Added challenge generation function to generate cryptographic strength ↵Adam Frisby1-0/+19
challenges.
2007-04-27Cryptographic framework for authenticating and verifying remoting messages. ↵Adam Frisby1-0/+90
Must be implemented as per the suggested implementation in the comments. Buyer beware - this code has not been peer reviewed by an expert cryptologist and needs to be done so before this security is relied upon for important transactions.
2007-04-26Mostly working again.MW1-15/+20
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 ↵MW4-2/+99
viewer 1.15.02, due to big changes in the message templates.
2007-04-25Small clean up of files and directoriesMW25-80/+85
2007-04-22=== Dedicated to Jesse. ===lbsa711-70/+70
* Deleted empty directory
2007-04-21Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth1-70/+70
very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
2007-04-17Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth3-3/+7
be fixed soon) Fixed sandbox mode fully Scrapped former XML-RPC expect_user call for sim crossings Sim client thread can upgrade/downgrade between full and child agent dynamically
2007-04-15W00t! multiple sims!gareth2-1/+12
Misc bugfixes Child agents!!!!!! General sexy stuff
2007-04-14In the grid, there is life!gareth5-40/+34
OGS now functional again, can login! w00t
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa711-0/+16
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11First basic test script now works in the jvm scripting engine. MW3-0/+45
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 ↵MW3-69/+79
scripting Engines. Added the work in progress JVM scripting engine.
2007-04-11(no commit message)MW1-3/+5
2007-04-11Added POST handler for /sims/ in the grid servergareth3-72/+105
Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
2007-04-11* built binaries, pdb's and user files should not be under version control.lbsa711-67/+67
* updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
2007-04-11Major ass changes to terrain (now uses libTerrain-BSD!) and all-round ↵Adam Frisby1-2/+2
improvements to code quality. Terrain saving/loading may work now (running through setHeights1D and getHeights1D before DB4o) **WARNING: UNTESTED**
2007-04-10Fixed "teh bug"gareth1-67/+67
2007-04-06**BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby1-2/+2
2007-04-04* Added Primitive2 to vs2005 solutionlbsa711-67/+67
* Apparently, Prebuild thinks DEBUG should be in there.
2007-04-04Started to clean up/ rewrite Primitive class , currently the new version is ↵MW1-1/+14
called Primitive2 and not used, but once it is complete then it will replace the old version.
2007-04-03Finished initial sim<>Grid login (kinda)gareth4-70/+70
Can login but no config data sent/updated yet
2007-04-03Temporary fix for the object taking bugMW1-0/+4
2007-04-02OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW2-29/+48
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
2007-04-02Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW2-66/+74
configuration method, so that it is easier to load configuration data from a ogs server
2007-04-02Added DB backing for user profilesgareth1-2/+18
Added "create profile command"
2007-04-02Finished adding Db4o support to user profile managergareth2-4/+12
2007-04-02Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW4-164/+163
same database as in world prims are stored.
2007-04-02Added OpenUser.Config projectgareth3-157/+219
2007-04-02Fixed VS2005 solution/project filesMW2-158/+158
2007-04-02Moved grid configuration to Db4o databasegareth2-0/+4
2007-04-02Copied OpenSim.Config ready to port for grid servergareth1-0/+64
2007-04-02Added sim check timergareth1-0/+1
2007-04-02Added new REST protocol (partially complete)gareth2-217/+217
Made sim profiles load from DB Updated build files for grid server Added sim login
2007-03-31Can now Rez and DeRez objects (take to and from inventory).MW2-1/+141
Very much a work in progress and likely to be a number of bugs.
2007-03-31Add back ParseXMLRPC() to UserProfileManager MW1-0/+16
2007-03-31* cleared some unused code awaylbsa711-182/+0
2007-03-29When you change the name of a inventory item, it should no longer revert ↵MW1-1/+16
after a logout / login
2007-03-29* Naaw, -realphysx is too much to asklbsa711-1/+1
* Genning proj Guids from name hash, for great justice
2007-03-29Fixed so Inventory structure is correct after a log out and re-login (in ↵MW2-1/+4
Sandbox accounts)