Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A few fixes and stopped sim crossing being attempted in sandbox mode | MW | 2007-04-17 | 1 | -3/+3 |
| | |||||
* | Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵ | gareth | 2007-04-17 | 1 | -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 BaseHttpServer | lbsa71 | 2007-04-11 | 1 | -1/+1 |
| | | | | | | * Now dumping default value in config. * | ||||
* | Major ass changes to terrain (now uses libTerrain-BSD!) and all-round ↵ | Adam Frisby | 2007-04-11 | 1 | -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 Frisby | 2007-04-06 | 1 | -2/+2 |
| | |||||
* | Split Avatar class into three partial classes (hopefully will make it easier ↵ | MW | 2007-04-04 | 1 | -283/+4 |
| | | | | to work on) | ||||
* | * Extended Script API with GetRandomAvatar | lbsa71 | 2007-04-03 | 1 | -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 ↵ | MW | 2007-03-30 | 1 | -1/+1 |
| | | | | only a very basic brush algorithm (and can't change the brushes size) | ||||
* | RIP OpenSimRoot. (removed) | MW | 2007-03-28 | 1 | -9/+45 |
| | | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch. | ||||
* | * revert the revert - begin the beguine | lbsa71 | 2007-03-27 | 1 | -15/+24 |
| | |||||
* | * Reverting todays work. It was worth a try. | lbsa71 | 2007-03-27 | 1 | -24/+15 |
| | |||||
* | * Continued refactoring away OpenSimRoot - now it's down to the final 2. | lbsa71 | 2007-03-27 | 1 | -15/+24 |
| | |||||
* | preparing to add full clothes/body part support. | MW | 2007-03-26 | 1 | -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 animation | MW | 2007-03-23 | 1 | -4/+21 |
| | |||||
* | Fixed it so that a Avatar update shouldn't be sent every frame and none ↵ | MW | 2007-03-23 | 1 | -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 ↵ | gareth | 2007-03-23 | 1 | -1/+1 |
| | | | | walking is very "doh!") | ||||
* | Added initial (buggy) support for animations | gareth | 2007-03-23 | 1 | -4/+34 |
| | |||||
* | Added LoadAnims() | gareth | 2007-03-23 | 1 | -2/+151 |
| | |||||
* | brought zircon branch into trunk | gareth | 2007-03-22 | 1 | -0/+501 |