Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 45 | -10904/+0 | |
2007-06-27 | Some very Preliminary work on .net remoting for interregion comms. | MW | 2 | -2/+0 | |
a few more classes for CAPS LLSD types. | |||||
2007-06-25 | updated prebuild.xml. | MW | 2 | -8/+47 | |
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject). | |||||
2007-06-24 | A bit more work on the AssetCache. | MW | 1 | -0/+1 | |
2007-06-24 | Disabled the CheckSum Server as it seems that isn't used by viewer 1.18. | MW | 2 | -3/+101 | |
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-22 | SandBox mode login now shares a base class with the grid mode user server. | MW | 4 | -124/+8 | |
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 the struct and null compare bug. | MW | 1 | -1/+1 | |
2007-06-21 | Some refactoring. | MW | 1 | -2/+2 | |
2007-06-21 | * Attempted fix for Mono bug. | Adam Frisby | 1 | -3/+3 | |
2007-06-21 | Fixed problem of not being able to move out of the first 3X3 block of ↵ | MW | 1 | -2/+2 | |
regions. (Code Needs cleaning up). | |||||
2007-06-20 | * Terrain modification more robust, uses area sizes matching those employed ↵ | Adam Frisby | 1 | -1/+2 | |
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 | Protip: don't commit when you have debug in ClientView set to true. | MW | 2 | -5/+5 | |
2007-06-20 | Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class. | MW | 3 | -5/+6 | |
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 | 8 | -28/+28 | |
* Console, I bid thee farewall. Use "Log" now where console used to exist. | |||||
2007-06-20 | * Removed ClientThreads from avatar | lbsa71 | 1 | -0/+6 | |
* Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute * Added avatar handling to SimpleApp, still don't have any avatar out on the playing field * Removed some warnings * Went from IWorld to Scene * | |||||
2007-06-19 | Made a base class from the Grid mode UserServer.UserManager and included ↵ | MW | 1 | -1/+1 | |
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method) | |||||
2007-06-18 | Fixed the flashing when crossing a border. | MW | 2 | -3/+5 | |
2007-06-17 | Each Region will now generate a texture image of their terrain and this will ↵ | MW | 4 | -48/+19 | |
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 | * Added the two Sample Apps to the solution | lbsa71 | 1 | -1/+1 | |
* Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins | |||||
2007-06-17 | Very Preliminary local teleporting added (currently only can teleport ↵ | MW | 4 | -55/+126 | |
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain. | |||||
2007-06-16 | Some Rearranging of CommsManager. | MW | 1 | -1/+3 | |
2007-06-15 | Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵ | MW | 3 | -7/+41 | |
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 | 9 | -56/+113 | |
2007-06-15 | some more rearranging | MW | 2 | -22/+22 | |
2007-06-14 | * Added maintenance patch (issue #139) from BigfootAg to /trunk | Adam Frisby | 1 | -2/+9 | |
2007-06-14 | Deleted IGridServer interface (and classes implementing that). | MW | 2 | -1/+3 | |
2007-06-14 | * Applied Prebuild fixes to Sugilite | lbsa71 | 2 | -19/+19 | |
* Rebuilt project files * ignored some bins | |||||
2007-06-14 | Fixed the bug that makes a region use its water height as its name (in ↵ | MW | 2 | -167/+198 | |
regionhandshake), which lead to most regions being called "20". (applied fix to sugilite) Rearranged some of the methods in ClientView.API. | |||||
2007-06-14 | Fixed the bug that makes a region use its water height as its name (in ↵ | MW | 1 | -1/+1 | |
regionhandshake), which lead to most regions being called "20". | |||||
2007-06-13 | * Changed some more sort order issues | lbsa71 | 1 | -55/+55 | |
* Updated vs2005 files as well | |||||
2007-06-13 | * First attempt at fixing differing build files on different .net flavours. | lbsa71 | 1 | -33/+33 | |
* And, as always, some bin ignores | |||||
2007-06-12 | *Attempting to get trunk stable before a revert is required. | mingchen | 1 | -4/+4 | |
2007-06-12 | * ignored data recieved from closed sockets | lbsa71 | 4 | -6/+27 | |
* removed some warnings | |||||
2007-06-12 | (no commit message) | MW | 8 | -20/+20 | |
2007-06-12 | Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵ | MW | 2 | -32/+26 | |
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 | Deleted ClientView.Grid.cs (Unused). | MW | 4 | -63/+29 | |
Added one or two new helper functions to ClientView. | |||||
2007-06-12 | Work on Primitive class. | MW | 1 | -22/+29 | |
2007-06-12 | Deleted old AssetCache.cs file. | MW | 3 | -47/+0 | |
2007-06-12 | Namespace of asset cache changed from OpenSim.Assets to OpenSim.Caches. | MW | 6 | -577/+6 | |
2007-06-12 | Created OpenSim.Caches project and moved the assetcache to that. | MW | 3 | -1/+9 | |
2007-06-12 | And some more! | MW | 8 | -2113/+23 | |
2007-06-12 | More rearranging. | MW | 10 | -261/+2354 | |
2007-06-12 | Some rearranging of folders in OpenSim.Region | MW | 2 | -6/+6 | |
2007-06-12 | Some Work on the Primitive class | MW | 1 | -0/+59 | |
2007-06-12 | *Reverting back to 977 -- will look into this later | mingchen | 1 | -1/+1 | |
2007-06-12 | *Bug fixed, moving the code the the correct place so the right info is sent ↵ | mingchen | 1 | -2/+3 | |
(hopefully) | |||||
2007-06-12 | *Attempt trunk crash fix | mingchen | 1 | -1/+1 | |
2007-06-11 | *Removed SimProfileBase from OpenSim (Unused/Depreciated) | mingchen | 2 | -35/+27 | |
*Updated prebuild.xml | |||||
2007-06-11 | *Removed AdminWebFront -- Unused | mingchen | 4 | -64/+0 | |
2007-06-11 | *Added and updated copyright headers on all files in both OpenSim and OGS | mingchen | 17 | -18/+374 | |