aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged 0.1-prestable back into trunk :(gareth2007-05-071-1/+0
|
* Cleaned up Adam's messgareth2007-05-051-0/+1
|
* Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby2007-05-041-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.
* fix array sizemorphw2007-05-041-1/+1
|
* fixed the VS 2005 solution/ project files.MW2007-04-301-0/+6
| | | | | and a couple of other small changes
* Fixing stuffgareth2007-04-301-0/+23
|
* Done some more conversion work on the asset servergareth2007-04-301-0/+1
|
* Copied gridserver ready to convert to asset servergareth2007-04-291-71/+72
| | | | | | I'M THAT NUTS!!!!!!!!
* Major ass commitAdam Frisby2007-04-271-0/+1
| | | | | Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
* Clearing up comment to reflect true strength of GenerateChallenge()Adam Frisby2007-04-271-1/+1
|
* Added challenge generation function to generate cryptographic strength ↵Adam Frisby2007-04-271-0/+19
| | | | challenges.
* Cryptographic framework for authenticating and verifying remoting messages. ↵Adam Frisby2007-04-271-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.
* Mostly working again.MW2007-04-261-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)
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-254-2/+99
| | | | viewer 1.15.02, due to big changes in the message templates.
* Small clean up of files and directoriesMW2007-04-2525-80/+85
|
* === Dedicated to Jesse. ===lbsa712007-04-221-70/+70
| | | | | | * Deleted empty directory
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth2007-04-211-70/+70
| | | | | | | | | very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
* Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth2007-04-173-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
* W00t! multiple sims!gareth2007-04-152-1/+12
| | | | | | | | | Misc bugfixes Child agents!!!!!! General sexy stuff
* In the grid, there is life!gareth2007-04-145-40/+34
| | | | | | OGS now functional again, can login! w00t
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-111-0/+16
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* First basic test script now works in the jvm scripting engine. MW2007-04-113-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.
* Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW2007-04-113-69/+79
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* (no commit message)MW2007-04-111-3/+5
|
* Added POST handler for /sims/ in the grid servergareth2007-04-113-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
* * built binaries, pdb's and user files should not be under version control.lbsa712007-04-111-67/+67
| | | | | | | * updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
* Major ass changes to terrain (now uses libTerrain-BSD!) and all-round ↵Adam Frisby2007-04-111-2/+2
| | | | improvements to code quality. Terrain saving/loading may work now (running through setHeights1D and getHeights1D before DB4o) **WARNING: UNTESTED**
* Fixed "teh bug"gareth2007-04-101-67/+67
|
* **BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby2007-04-061-2/+2
|
* * Added Primitive2 to vs2005 solutionlbsa712007-04-041-67/+67
| | | | | * Apparently, Prebuild thinks DEBUG should be in there.
* Started to clean up/ rewrite Primitive class , currently the new version is ↵MW2007-04-041-1/+14
| | | | called Primitive2 and not used, but once it is complete then it will replace the old version.
* Finished initial sim<>Grid login (kinda)gareth2007-04-034-70/+70
| | | | | | | Can login but no config data sent/updated yet
* Temporary fix for the object taking bugMW2007-04-031-0/+4
|
* OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW2007-04-022-29/+48
| | | | OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
* Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW2007-04-022-66/+74
| | | | configuration method, so that it is easier to load configuration data from a ogs server
* Added DB backing for user profilesgareth2007-04-021-2/+18
| | | | | | Added "create profile command"
* Finished adding Db4o support to user profile managergareth2007-04-022-4/+12
|
* Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW2007-04-024-164/+163
| | | | same database as in world prims are stored.
* Added OpenUser.Config projectgareth2007-04-023-157/+219
|
* Fixed VS2005 solution/project filesMW2007-04-022-158/+158
|
* Moved grid configuration to Db4o databasegareth2007-04-022-0/+4
|
* Copied OpenSim.Config ready to port for grid servergareth2007-04-021-0/+64
|
* Added sim check timergareth2007-04-021-0/+1
|
* Added new REST protocol (partially complete)gareth2007-04-022-217/+217
| | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login
* Can now Rez and DeRez objects (take to and from inventory).MW2007-03-312-1/+141
| | | | | Very much a work in progress and likely to be a number of bugs.
* Add back ParseXMLRPC() to UserProfileManager MW2007-03-311-0/+16
|
* * cleared some unused code awaylbsa712007-03-311-182/+0
|
* When you change the name of a inventory item, it should no longer revert ↵MW2007-03-291-1/+16
| | | | after a logout / login
* * Naaw, -realphysx is too much to asklbsa712007-03-291-1/+1
| | | | | * Genning proj Guids from name hash, for great justice
* Fixed so Inventory structure is correct after a log out and re-login (in ↵MW2007-03-292-1/+4
| | | | Sandbox accounts)