Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-06-10 | Renamed folder | MW | 1 | -206/+0 | |
2007-06-10 | Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim ↵ | MW | 1 | -1/+1 | |
to please! | |||||
2007-06-09 | a couple of changes/fixes | MW | 1 | -3/+3 | |
2007-06-09 | * LogFile now defaults to "{apptype}.log" | lbsa71 | 1 | -8/+3 | |
* cleaned away suo and user files. * added handy string chat variety to the API * Moved LockPhysicsEngine on World to SyncRoot on IWorld * Introduced NextLocalId instead of World fuggliness. * Transformed GetRegionInfo to Property on IWorld for great justice * Extracted default wearables (good to have) * Deleted unused BaseServer * Used IWorld instead of World wherever possible * The client constructor's not getting unused port any longer. * Extracted ClientView factoring so PacketServer can be tweaked. * Added SendLayerData to World * Made WorldBase abstract and cleaned it up a bit * added OpenGrid.Framework.Communications.dll.build and OpenSim.World.dll.build to svn * Added code for two examples (but not in prebuild yet) | |||||
2007-06-09 | Number of small changes. | MW | 1 | -31/+0 | |
2007-06-08 | *Added delegates and events for parcel and estate management | mingchen | 1 | -0/+7 | |
*Only thing left is to get the master user setup in both sandbox and grid mode | |||||
2007-06-08 | *Moved SendRegionHandshake back to IClientAPI and modded ↵ | mingchen | 1 | -1/+32 | |
sendRegionHandshakeToAll to support the old method. (Again, my bad) | |||||
2007-06-08 | *RegionInfo in Avatar class now protected again (oops, my fault) | mingchen | 1 | -3/+5 | |
2007-06-08 | *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵ | mingchen | 1 | -12/+4 | |
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings | |||||
2007-05-31 | Added a few summary comments to OpenSim.World files | MW | 1 | -3/+47 | |
2007-05-30 | Attempt to enable chat, but seems to be a problem with the distances | MW | 1 | -1/+0 | |
2007-05-30 | We have successful login! | MW | 1 | -7/+8 | |
2007-05-30 | trying to get login to work | MW | 1 | -2/+4 | |
2007-05-29 | Now We need to test to see if we can login | MW | 1 | -2/+4 | |
2007-05-29 | (no commit message) | MW | 1 | -5/+5 | |
2007-05-29 | (no commit message) | MW | 1 | -2/+2 | |
2007-05-29 | (no commit message) | MW | 1 | -5/+6 | |
2007-05-29 | number of changes | MW | 1 | -18/+22 | |
2007-05-27 | Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵ | MW | 1 | -9/+9 | |
just missing backend comms and working Avatar/primitives classes. | |||||
2007-05-26 | Goodbye World | MW | 1 | -0/+0 | |
2007-05-26 | Die WebFrontEnd, Die Grid class! | MW | 1 | -18/+3 | |
2007-05-26 | Die Avatar class, and you to Primitive class! | MW | 1 | -272/+6 | |
2007-05-25 | First part of border crossing fix. | MW | 1 | -1/+31 | |
2007-05-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -3/+4 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-21 | More work on adding Events to ClientView (and registering to handle those ↵ | MW | 1 | -1/+14 | |
events in Avatar and World) | |||||
2007-05-21 | Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵ | MW | 1 | -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. | |||||
2007-05-15 | Added RemoveAvatar() method to physics plugins, should be called on log out ↵ | MW | 1 | -0/+4 | |
(needs doing) and when downgrading a client to a child-avatar (should be working) | |||||
2007-05-12 | 93 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵ | Adam Frisby | 1 | -5/+5 | |
more, 94 warnings in the compiler... | |||||
2007-05-12 | Increased the flying speed | MW | 1 | -1/+1 | |
2007-05-04 | * Removed superfluous int to prevent warning | Adam Frisby | 1 | -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) | |||||
2007-04-30 | fixed the VS 2005 solution/ project files. | MW | 1 | -4/+3 | |
and a couple of other small changes | |||||
2007-04-26 | At last: avatar-template.dat is no more | MW | 1 | -5/+13 | |
2007-04-26 | Mostly working again. | MW | 1 | -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) | |||||
2007-04-25 | updated to use lastest version of libsl but is currently broke when using SL ↵ | MW | 1 | -9/+18 | |
viewer 1.15.02, due to big changes in the message templates. | |||||
2007-04-17 | A few fixes and stopped sim crossing being attempted in sandbox mode | MW | 1 | -3/+3 | |
2007-04-17 | Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵ | gareth | 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 | |||||
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 1 | -1/+1 | |
* Now dumping default value in config. * | |||||
2007-04-11 | Major ass changes to terrain (now uses libTerrain-BSD!) and all-round ↵ | Adam Frisby | 1 | -2/+2 | |
improvements to code quality. Terrain saving/loading may work now (running through setHeights1D and getHeights1D before DB4o) **WARNING: UNTESTED** | |||||
2007-04-06 | **BREAKING CHANGE** Changing the way terrain is stored and used internally. | Adam Frisby | 1 | -2/+2 | |
2007-04-04 | Split Avatar class into three partial classes (hopefully will make it easier ↵ | MW | 1 | -283/+4 | |
to work on) | |||||
2007-04-03 | * Extended Script API with GetRandomAvatar | lbsa71 | 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. | |||||
2007-03-30 | Some very basic terraforming, can raise and lower the terrain, but currently ↵ | MW | 1 | -1/+1 | |
only a very basic brush algorithm (and can't change the brushes size) | |||||
2007-03-28 | RIP OpenSimRoot. (removed) | MW | 1 | -9/+45 | |
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 beguine | lbsa71 | 1 | -15/+24 | |
2007-03-27 | * Reverting todays work. It was worth a try. | lbsa71 | 1 | -24/+15 | |
2007-03-27 | * Continued refactoring away OpenSimRoot - now it's down to the final 2. | lbsa71 | 1 | -15/+24 | |
2007-03-26 | preparing to add full clothes/body part support. | MW | 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. | |||||
2007-03-23 | Added Fly animation | MW | 1 | -4/+21 | |
2007-03-23 | Fixed it so that a Avatar update shouldn't be sent every frame and none ↵ | MW | 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) |