Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-06-24 | Refactoring: | Adam Frisby | 1 | -1/+1 | |
* 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 | 1 | -1/+1 | |
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 | 1 | -0/+1 | |
2007-06-22 | Started work on CAPS support, now we have our first test capability, ↵ | MW | 1 | -1/+1 | |
MapLayer requests are handled by CAPS. | |||||
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-17 | Each Region will now generate a texture image of their terrain and this will ↵ | MW | 1 | -1/+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 | 1 | -4/+33 | |
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 | -8/+10 | |
2007-06-15 | Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵ | MW | 1 | -0/+32 | |
have any backend ogs communication support yet so everything is Sandbox mode only ) | |||||
2007-06-11 | Started to add/update copyright notice in sugilite. | MW | 1 | -0/+28 | |
2007-06-11 | Renamed sandBoxManager to LocalBackEndServices | MW | 1 | -3/+3 | |
2007-06-10 | Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵ | MW | 1 | -9/+1 | |
InformClientOfNeighbours method into that. | |||||
2007-06-10 | Added SandBoxManager which in sandbox mode, acts as the backend server for ↵ | MW | 1 | -10/+8 | |
the CommsManager interfaces (commsManager.gridServer etc). | |||||
2007-06-10 | (no commit message) | MW | 1 | -0/+107 | |
2007-06-09 | *Reorganized RegionServerCommsManager for OGS and local support | mingchen | 1 | -0/+20 | |