aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-04-06compiles and works just weird terrain problem (and terrain saving is ↵MW1-1/+11
currently not functional)
2007-04-06Now back to compiling, just no terrain generation at the momentMW1-5/+5
2007-04-06**BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby3-38/+22
2007-04-06very very few changes, but just commiting so that svn it upto date with my ↵MW3-2/+12
local version. And also to keep robl^ happy that a commit has been made.
2007-04-04more work on Primitive2MW1-23/+132
2007-04-04Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now.MW2-195/+229
Split World class into two partial classes
2007-04-04Split Avatar class into three partial classes (hopefully will make it easier ↵MW6-286/+381
to work on)
2007-04-04Seems that I didn't actually include the Primitive2.cs file in the earlier ↵MW1-0/+254
commit.
2007-04-04Started to clean up/ rewrite Primitive class , currently the new version is ↵MW2-26/+10
called Primitive2 and not used, but once it is complete then it will replace the old version.
2007-04-03* The world can not contain ScriptFactories that creates unique instances of ↵lbsa713-30/+64
scripts for entities. * Created Scripts folder to house trusted Scripts * The test script now lives in Scripts/FollowRandomAvatar.cs
2007-04-03* Extended Script API with GetRandomAvatarlbsa718-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.
2007-04-03Added easier way to add "scripts" to prims: to add Libsa71's test script, ↵MW1-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.
2007-04-03* Script prototypelbsa714-10/+129
2007-04-03Limited (hacked) object linking. Note: once you have linked a set of prims ↵MW1-1/+8
together (in one go), then don't try to link anymore prims to those objects.
2007-04-03Temporary fix for the object taking bugMW1-37/+1
2007-04-02OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW1-3/+1
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
2007-04-02Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW1-3/+8
same database as in world prims are stored.
2007-04-01More cleaning up of SimClient and packet handlingMW2-2/+2
2007-04-01Moved more packet types to handlersMW1-23/+53
2007-04-01More work on adding Packets handlers and tested the first handler. MW1-0/+45
2007-03-31Can now Rez and DeRez objects (take to and from inventory).MW2-32/+193
Very much a work in progress and likely to be a number of bugs.
2007-03-30Some very basic terraforming, can raise and lower the terrain, but currently ↵MW3-214/+255
only a very basic brush algorithm (and can't change the brushes size)
2007-03-28RIP OpenSimRoot. (removed)MW4-49/+155
Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
2007-03-27* revert the revert - begin the beguinelbsa713-36/+61
2007-03-27* Reverting todays work. It was worth a try.lbsa713-63/+36
2007-03-27* Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa713-36/+63
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa711-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)
2007-03-26preparing to add full clothes/body part support. MW1-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.
2007-03-25Hopefully fixed the texture uploading and the crashing when a prim with a ↵MW1-3/+5
uploaded texture on it is moved.
2007-03-24Uncommented linegareth1-1/+1
2007-03-24Applying Randomskk's patchesAdam Frisby1-1/+43
2007-03-23Added Fly animationMW1-4/+21
2007-03-23Fixed it so that a Avatar update shouldn't be sent every frame and none ↵MW3-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)
2007-03-23Fixed the "doh!" bug with animations (hint - sending a stand animation for ↵gareth1-1/+1
walking is very "doh!")
2007-03-23Added initial (buggy) support for animationsgareth1-4/+34
2007-03-23Added LoadAnims()gareth1-2/+151
2007-03-22brought zircon branch into trunkgareth7-0/+1322