Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 37 | -3195/+0 | |
2007-06-28 | Deleted some files that are no longer in use. (I am sure I deleted these ↵ | MW | 3 | -471/+22 | |
yesterday but they seem to have returned). | |||||
2007-06-28 | * Run prebuild, and stuff. (Fixed bug) | Adam Frisby | 1 | -25/+27 | |
2007-06-27 | Some very Preliminary work on .net remoting for interregion comms. | MW | 3 | -10/+65 | |
a few more classes for CAPS LLSD types. | |||||
2007-06-27 | * Added patch for SYSTEMIP handling when an IPv6 address is the primary ↵ | Adam Frisby | 1 | -1/+10 | |
address of the system. (as is the case on Windows Vista) | |||||
2007-06-25 | Some Caps/LLSD cleaning up. | MW | 1 | -6/+30 | |
2007-06-25 | Some work in progress LLSD serialise / de-serialise functions. | MW | 3 | -15/+198 | |
2007-06-25 | updated prebuild.xml. | MW | 1 | -5/+10 | |
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject). | |||||
2007-06-24 | Hopefully enabled the OGS commsManager | MW | 1 | -18/+36 | |
2007-06-24 | Refactoring: | Adam Frisby | 1 | -10/+34 | |
* Renamed IPListenAddr to CommsIPListenAddr * Renamed IPListenPort to CommsIPListenPort New Features: * Begun OGS/.1 implementation -- created new temporary "GridInfo" class to hold grid settings, needs reworking to wherever settings are stored these days. | |||||
2007-06-24 | Disabled the CheckSum Server as it seems that isn't used by viewer 1.18. | MW | 2 | -8/+8 | |
Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). Started to cleanup/rewrite the AssetCache. Fixed bug in MapBlock requests, where data for some regions wasn't being sent. Renamed PrimData's Texture to TextureEntry. most likely a few other small changes. | |||||
2007-06-23 | More work on CAPS handler. | MW | 3 | -0/+10 | |
2007-06-22 | SandBox mode login now shares a base class with the grid mode user server. | MW | 2 | -3/+33 | |
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used). | |||||
2007-06-21 | Fixed problem of not being able to move out of the first 3X3 block of ↵ | MW | 1 | -1/+1 | |
regions. (Code Needs cleaning up). | |||||
2007-06-20 | * Terrain modification more robust, uses area sizes matching those employed ↵ | Adam Frisby | 1 | -1/+1 | |
by the client display. * Terrain tools now account for the duration the cursor was held for. * Terrain tools now support new brushes (completing the common set) ** Smooth brush ** Flatten brush ** Revert brush ** Noise brush | |||||
2007-06-20 | Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class. | MW | 2 | -3/+3 | |
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes. | |||||
2007-06-20 | * Replaced old logging mechanism with new shiny logging mechanism | Adam Frisby | 2 | -26/+26 | |
* Console, I bid thee farewall. Use "Log" now where console used to exist. | |||||
2007-06-18 | * example soft logger by delegate | lbsa71 | 3 | -0/+89 | |
2007-06-18 | Fixed the flashing when crossing a border. | MW | 1 | -0/+1 | |
2007-06-17 | Fixed inverted map texture problem. | MW | 1 | -0/+27 | |
Added(from trunk) the loading of terrain files defined in the region.xml files. | |||||
2007-06-17 | Each Region will now generate a texture image of their terrain and this will ↵ | MW | 1 | -0/+1 | |
be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes. | |||||
2007-06-17 | Very Preliminary local teleporting added (currently only can teleport ↵ | MW | 6 | -7/+49 | |
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain. | |||||
2007-06-15 | Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵ | MW | 3 | -3/+15 | |
have any backend ogs communication support yet so everything is Sandbox mode only ) | |||||
2007-06-15 | Preliminary movement added to sugilite, forwards walking only and no animations. | MW | 1 | -2/+5 | |
2007-06-14 | Deleted IGridServer interface (and classes implementing that). | MW | 5 | -170/+18 | |
2007-06-14 | * Applied Prebuild fixes to Sugilite | lbsa71 | 2 | -17/+17 | |
* Rebuilt project files * ignored some bins | |||||
2007-06-14 | Commented out the Scene.Backup method for now as there isn't really anything ↵ | MW | 2 | -23/+19 | |
to Backup yet and it might be the cause of a memory leak. Deleted EmbeddedJVM scripting engine, not being used. "If" we ever decide to use it then it can be re-added. | |||||
2007-06-14 | * Added experimental RegionHandle class to Framework.Types - see email ↵ | Adam Frisby | 2 | -15/+143 | |
posted to mailing list for technical details. Not actually enabled anywhere and could be helpful for ordinary RegionHandles as well. | |||||
2007-06-13 | * Changed some more sort order issues | lbsa71 | 1 | -34/+34 | |
* Updated vs2005 files as well | |||||
2007-06-13 | * First attempt at fixing differing build files on different .net flavours. | lbsa71 | 1 | -20/+20 | |
* And, as always, some bin ignores | |||||
2007-06-12 | Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵ | MW | 8 | -252/+0 | |
currently unused and would need rewriting when we do get .net remoting added. Fixed compile error that happened due to the deleting of ClientView.Grid. | |||||
2007-06-12 | Some rearranging of folders in OpenSim.Region | MW | 2 | -61/+53 | |
2007-06-11 | *Fixed sugilite | mingchen | 1 | -18/+22 | |
2007-06-11 | *Removed missing file in csproj | mingchen | 2 | -4/+0 | |
*Removed Avatar.Client.cs (unused) | |||||
2007-06-11 | *Removed SimProfileBase from OpenSim (Unused/Depreciated) | mingchen | 4 | -119/+73 | |
*Updated prebuild.xml | |||||
2007-06-11 | *Removed OSVector3 and replaced with libsecondlife.LLVector3 | mingchen | 3 | -64/+24 | |
2007-06-11 | *Added and updated copyright headers on all files in both OpenSim and OGS | mingchen | 24 | -0/+648 | |
2007-06-11 | Started to add/update copyright notice in sugilite. | MW | 19 | -28/+405 | |
2007-06-11 | A few small changes and hopefully fixed the nant build problem ↵ | MW | 1 | -0/+1 | |
(OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console). | |||||
2007-06-11 | Added AttachObject method to IClientAPI. | MW | 1 | -0/+1 | |
Added RequestAvatar(LLUUID avatarID) method to world. | |||||
2007-06-10 | Prim creation working. | MW | 2 | -14/+46 | |
2007-06-10 | Another bug fix | MW | 1 | -1/+1 | |
2007-06-10 | a few bug fixes | MW | 1 | -1/+1 | |
2007-06-10 | allows the texture of the created/sent primitive to be set. | MW | 1 | -1/+1 | |
2007-06-10 | Added Primitive sending methods to the IClientAPI (and implemented in ↵ | MW | 1 | -0/+2 | |
ClientView.API), but currently untested. | |||||
2007-06-09 | * LogFile now defaults to "{apptype}.log" | lbsa71 | 6 | -85/+92 | |
* 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 | *Reorganized RegionServerCommsManager for OGS and local support | mingchen | 2 | -4/+4 | |
2007-06-09 | Number of small changes. | MW | 1 | -0/+1 | |
2007-06-09 | *Adding configuration settings for master avatars | mingchen | 1 | -1/+43 | |
*Sandbox mode password is there, but should I store this in config and ask every time? | |||||
2007-06-08 | *Added delegates and events for parcel and estate management | mingchen | 1 | -0/+9 | |
*Only thing left is to get the master user setup in both sandbox and grid mode |