aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* I am a freaking idiot.Adam Frisby2007-04-071-1/+1
|
* compiles and works just weird terrain problem (and terrain saving is ↵MW2007-04-062-1/+13
| | | | currently not functional)
* Now back to compiling, just no terrain generation at the momentMW2007-04-067-15/+16
|
* Added getHeights1D() function to TerrainEngineAdam Frisby2007-04-061-0/+10
|
* **BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby2007-04-0623-76/+299
|
* And now for some solution files...Adam Frisby2007-04-062-3/+9
|
* Shelling out a basic terrain manager using the BSD parts of libTerrain, with ↵Adam Frisby2007-04-063-0/+93
| | | | the intention to make a more complex version communicating with the main libterrain later via socket.
* Began adding POST handler for /sims REST stuffgareth2007-04-061-3/+10
|
* very very few changes, but just commiting so that svn it upto date with my ↵MW2007-04-063-2/+12
| | | | local version. And also to keep robl^ happy that a commit has been made.
* more work on Primitive2MW2007-04-043-43/+152
|
* no SimUUID in OpenSimMaingareth2007-04-041-3/+1
|
* Added SimUUIDgareth2007-04-043-16/+24
| | | | | | Added empty POST for /sims in REST on gridserver
* Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now.MW2007-04-0413-604/+237
| | | | | Split World class into two partial classes
* Split Avatar class into three partial classes (hopefully will make it easier ↵MW2007-04-049-404/+471
| | | | to work on)
* * Added Primitive2 to vs2005 solution (again)lbsa712007-04-042-0/+4
|
* Seems that I didn't actually include the Primitive2.cs file in the earlier ↵MW2007-04-041-0/+254
| | | | commit.
* * Added Primitive2 to vs2005 solutionlbsa712007-04-0423-1245/+1272
| | | | | * Apparently, Prebuild thinks DEBUG should be in there.
* Started to clean up/ rewrite Primitive class , currently the new version is ↵MW2007-04-046-181/+160
| | | | 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-0328-1145/+1165
| | | | | | | Can login but no config data sent/updated yet
* * lovely. svn doesn't delete the files from disk on svn delete, so they show ↵lbsa712007-04-034-85/+117
| | | | up in prebuilt projs and build files.
* * Fixad namespace clashlbsa712007-04-035-181/+149
|
* * The world can not contain ScriptFactories that creates unique instances of ↵lbsa712007-04-036-60/+74
| | | | | | | | scripts for entities. * Created Scripts folder to house trusted Scripts * The test script now lives in Scripts/FollowRandomAvatar.cs
* * Extended Script API with GetRandomAvatarlbsa712007-04-0312-155/+276
| | | | | | | * 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.
* Another temporary bug fix attempt, this time for the packet overflow ↵MW2007-04-031-7/+11
| | | | problem, changed it so for now, packets are ACKed straight away in one PacketAck Packet for each ACK.
* attempt at a temporary fix to the shirt creation bug. (Its only temporary as ↵MW2007-04-031-1/+1
| | | | I think the real problem is a deeper one)
* Added easier way to add "scripts" to prims: to add Libsa71's test script, ↵MW2007-04-032-1/+88
| | | | create a new note and delete the contents of the created note and then add "<Script>Test</Script>" (without the quotes) , then save that and then drag it from your inventory to the prim you want to add the script to.
* * added script prototype intructionslbsa712007-04-031-0/+12
|
* * Script prototypelbsa712007-04-0312-47/+219
|
* Limited (hacked) object linking. Note: once you have linked a set of prims ↵MW2007-04-032-3/+33
| | | | together (in one go), then don't try to link anymore prims to those objects.
* Temporary fix for the object taking bugMW2007-04-038-69/+33
|
* OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW2007-04-0211-207/+472
| | | | OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
* Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW2007-04-0230-1083/+1391
| | | | configuration method, so that it is easier to load configuration data from a ogs server
* minor buggareth2007-04-021-1/+1
|
* Added /simstatus REST handlergareth2007-04-021-0/+5
|
* Added help linegareth2007-04-021-6/+7
|
* Added DB backing for user profilesgareth2007-04-022-4/+46
| | | | | | Added "create profile command"
* Finished adding Db4o support to user profile managergareth2007-04-027-27/+16
|
* Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW2007-04-0228-2394/+2405
| | | | same database as in world prims are stored.
* Finished putting user server config into Db4ogareth2007-04-021-42/+41
|
* Added OpenUser.Config projectgareth2007-04-0226-2226/+2495
|
* More renaminggareth2007-04-024-159/+2
|
* Renamed GridConfigDb4ogareth2007-04-024-0/+0
|
* Copied OpenGrid.Config to OpenUser.Config ready for the user server stuffgareth2007-04-024-0/+300
|
* (no commit message)MW2007-04-021-1/+3
|
* (no commit message)MW2007-04-022-106/+84
|
* Fixed VS2005 solution/project filesMW2007-04-0220-2220/+2220
|
* Brought back in older version of libsecondlife.dll for now.MW2007-04-021-0/+0
|
* Brought in latest libslgareth2007-04-021-0/+0
|
* Fixed loading problemgareth2007-04-021-1/+1
|
* Moved grid configuration to Db4o databasegareth2007-04-0211-122/+282
|