aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Started to clean up/ rewrite Primitive class , currently the new version is ↵MW2007-04-042-26/+10
| | | | called Primitive2 and not used, but once it is complete then it will replace the old version.
* * The world can not contain ScriptFactories that creates unique instances of ↵lbsa712007-04-033-30/+64
| | | | | | | | 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-038-67/+141
| | | | | | | * 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.
* Added easier way to add "scripts" to prims: to add Libsa71's test script, ↵MW2007-04-031-1/+62
| | | | 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.
* * Script prototypelbsa712007-04-034-10/+129
|
* Limited (hacked) object linking. Note: once you have linked a set of prims ↵MW2007-04-031-1/+8
| | | | together (in one go), then don't try to link anymore prims to those objects.
* Temporary fix for the object taking bugMW2007-04-031-37/+1
|
* OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW2007-04-021-3/+1
| | | | OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
* Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW2007-04-021-3/+8
| | | | same database as in world prims are stored.
* More cleaning up of SimClient and packet handlingMW2007-04-012-2/+2
|
* Moved more packet types to handlersMW2007-04-011-23/+53
|
* More work on adding Packets handlers and tested the first handler. MW2007-04-011-0/+45
|
* Can now Rez and DeRez objects (take to and from inventory).MW2007-03-312-32/+193
| | | | | Very much a work in progress and likely to be a number of bugs.
* Some very basic terraforming, can raise and lower the terrain, but currently ↵MW2007-03-303-214/+255
| | | | only a very basic brush algorithm (and can't change the brushes size)
* RIP OpenSimRoot. (removed)MW2007-03-284-49/+155
| | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
* * revert the revert - begin the beguinelbsa712007-03-273-36/+61
|
* * Reverting todays work. It was worth a try.lbsa712007-03-273-63/+36
|
* * Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa712007-03-273-36/+63
|
* * Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa712007-03-271-1/+1
| | | | | | | | | | | | 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)
* preparing to add full clothes/body part support. MW2007-03-261-14/+47
| | | | | | | | Currently you can: now create new body parts and clothes. edit those clothes and wear them. But currently you will not see most of the edited effects on your own avatar, although often other clients will see those changes on your avatar.
* Hopefully fixed the texture uploading and the crashing when a prim with a ↵MW2007-03-251-3/+5
| | | | uploaded texture on it is moved.
* Uncommented linegareth2007-03-241-1/+1
|
* Applying Randomskk's patchesAdam Frisby2007-03-241-1/+43
|
* Added Fly animationMW2007-03-231-4/+21
|
* Fixed it so that a Avatar update shouldn't be sent every frame and none ↵MW2007-03-233-185/+225
| | | | | | | | | should be sent when not moving. Fixed the problem with sometimes Avatar Animations being updated every frame. New Asset uploads should now appear in the inventory all the time. Moved Animation names/ LLUUIDs to their own class (AvatarAnimations)
* Fixed the "doh!" bug with animations (hint - sending a stand animation for ↵gareth2007-03-231-1/+1
| | | | walking is very "doh!")
* Added initial (buggy) support for animationsgareth2007-03-231-4/+34
|
* Added LoadAnims()gareth2007-03-231-2/+151
|
* brought zircon branch into trunkgareth2007-03-227-0/+1322