aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/Avatar.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-417/+0
| | | | the Grid servers can be a separate solution to the region server.
* More work on adding Events to ClientView (and registering to handle those ↵MW2007-05-211-1/+14
| | | | events in Avatar and World)
* Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW2007-05-211-4/+4
| | | | , switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me.
* Added RemoveAvatar() method to physics plugins, should be called on log out ↵MW2007-05-151-0/+4
| | | | (needs doing) and when downgrading a client to a child-avatar (should be working)
* 93 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵Adam Frisby2007-05-121-5/+5
| | | | more, 94 warnings in the compiler...
* Increased the flying speed MW2007-05-121-1/+1
|
* * Removed superfluous int to prevent warningAdam Frisby2007-05-041-1/+0
| | | | | | * Changed OGSServer on RegionServer to bind to <port> - 500 rather than a single fixed port * Added support for the grid server to tell us who we are (optional)
* fixed the VS 2005 solution/ project files.MW2007-04-301-4/+3
| | | | | and a couple of other small changes
* At last: avatar-template.dat is no moreMW2007-04-261-5/+13
|
* Mostly working again.MW2007-04-261-3/+37
| | | | | | 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-251-9/+18
| | | | viewer 1.15.02, due to big changes in the message templates.
* A few fixes and stopped sim crossing being attempted in sandbox modeMW2007-04-171-3/+3
|
* Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth2007-04-171-2/+2
| | | | | | | | | | 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
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-111-1/+1
| | | | | | * Now dumping default value in config. *
* 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**
* **BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby2007-04-061-2/+2
|
* Split Avatar class into three partial classes (hopefully will make it easier ↵MW2007-04-041-283/+4
| | | | to work on)
* * Extended Script API with GetRandomAvatarlbsa712007-04-031-22/+3
| | | | | | | * 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.
* Some very basic terraforming, can raise and lower the terrain, but currently ↵MW2007-03-301-1/+1
| | | | only a very basic brush algorithm (and can't change the brushes size)
* RIP OpenSimRoot. (removed)MW2007-03-281-9/+45
| | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
* * revert the revert - begin the beguinelbsa712007-03-271-15/+24
|
* * Reverting todays work. It was worth a try.lbsa712007-03-271-24/+15
|
* * Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa712007-03-271-15/+24
|
* 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.
* Added Fly animationMW2007-03-231-4/+21
|
* Fixed it so that a Avatar update shouldn't be sent every frame and none ↵MW2007-03-231-185/+59
| | | | | | | | | 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-221-0/+501