Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *Updated/Added the base classes and interfaces for user and login servers | mingchen | 2007-06-18 | 2 | -16/+35 |
| | | | | | *Not yet usable, but I'm working on it | ||||
* | * example soft logger by delegate | lbsa71 | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | Fixed the flashing when crossing a border. | MW | 2007-06-18 | 5 | -58/+67 |
| | |||||
* | Fixed inverted map texture problem. | MW | 2007-06-17 | 4 | -8/+32 |
| | | | | | Added(from trunk) the loading of terrain files defined in the region.xml files. | ||||
* | Each Region will now generate a texture image of their terrain and this will ↵ | MW | 2007-06-17 | 12 | -70/+83 |
| | | | | 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. | ||||
* | * SimpleApp: | lbsa71 | 2007-06-17 | 6 | -12/+0 |
| | | | | | | * fixed build errors * still not working though... | ||||
* | * Added the two Sample Apps to the solution | lbsa71 | 2007-06-17 | 17 | -136/+366 |
| | | | | | | | * Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins | ||||
* | Very Preliminary local teleporting added (currently only can teleport ↵ | MW | 2007-06-17 | 13 | -144/+348 |
| | | | | | | | within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain. | ||||
* | * Added 'LogFilename' attribute to simconfig.xml - in order to specify log name | lbsa71 | 2007-06-17 | 1 | -100/+102 |
| | | | | | | * removed some greedy try-catch * ignored some bins | ||||
* | Some Rearranging of CommsManager. | MW | 2007-06-16 | 11 | -8/+446 |
| | |||||
* | Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵ | MW | 2007-06-15 | 8 | -37/+197 |
| | | | | have any backend ogs communication support yet so everything is Sandbox mode only ) | ||||
* | Preliminary movement added to sugilite, forwards walking only and no animations. | MW | 2007-06-15 | 13 | -93/+215 |
| | |||||
* | and some more | MW | 2007-06-15 | 8 | -1282/+16 |
| | |||||
* | some more rearranging | MW | 2007-06-15 | 8 | -22/+1288 |
| | |||||
* | trying to clean up the namespaces. | MW | 2007-06-14 | 18 | -45/+2961 |
| | |||||
* | trying to clean up the namespaces. | MW | 2007-06-14 | 21 | -2968/+57 |
| | |||||
* | Deleted IGridServer interface (and classes implementing that). | MW | 2007-06-14 | 9 | -381/+20 |
| | |||||
* | * Applied Prebuild fixes to Sugilite | lbsa71 | 2007-06-14 | 28 | -168/+168 |
| | | | | | | * Rebuilt project files * ignored some bins | ||||
* | Commented out the Scene.Backup method for now as there isn't really anything ↵ | MW | 2007-06-14 | 25 | -2389/+4 |
| | | | | | | | 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. | ||||
* | Fixed the bug that makes a region use its water height as its name (in ↵ | MW | 2007-06-14 | 4 | -187/+222 |
| | | | | | | | regionhandshake), which lead to most regions being called "20". (applied fix to sugilite) Rearranged some of the methods in ClientView.API. | ||||
* | * Applying patches to sugilite too. | Adam Frisby | 2007-06-13 | 1 | -3/+6 |
| | |||||
* | (no commit message) | MW | 2007-06-12 | 12 | -25/+24 |
| | |||||
* | Renamed World class to Scene class | MW | 2007-06-12 | 14 | -55/+55 |
| | |||||
* | Renamed OpenSim.Region/World folder to Scene (classes renaming will follow) | MW | 2007-06-12 | 19 | -43/+74 |
| | |||||
* | some more rearranging. | MW | 2007-06-12 | 3 | -0/+0 |
| | |||||
* | (no commit message) | MW | 2007-06-12 | 6 | -179/+32 |
| | |||||
* | Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵ | MW | 2007-06-12 | 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. | ||||
* | Deleted ClientView.Grid.cs (Unused). | MW | 2007-06-12 | 4 | -63/+29 |
| | | | | | Added one or two new helper functions to ClientView. | ||||
* | Work on Primitive class. | MW | 2007-06-12 | 4 | -29/+51 |
| | |||||
* | Deleted old AssetCache.cs file. | MW | 2007-06-12 | 3 | -47/+0 |
| | |||||
* | Namespace of asset cache changed from OpenSim.Assets to OpenSim.Caches. | MW | 2007-06-12 | 8 | -578/+8 |
| | |||||
* | Created OpenSim.Caches project and moved the assetcache to that. | MW | 2007-06-12 | 8 | -1/+766 |
| | |||||
* | did I say I was doing some rearranging? | MW | 2007-06-12 | 3 | -29/+32 |
| | |||||
* | And some more! | MW | 2007-06-12 | 8 | -2113/+23 |
| | |||||
* | More rearranging. | MW | 2007-06-12 | 10 | -261/+2354 |
| | |||||
* | Some rearranging of folders in OpenSim.Region | MW | 2007-06-12 | 14 | -35/+35 |
| | |||||
* | Some Work on the Primitive class | MW | 2007-06-12 | 5 | -59/+143 |
| | |||||
* | *Removed missing file in csproj | mingchen | 2007-06-11 | 4 | -80/+0 |
| | | | | | *Removed Avatar.Client.cs (unused) | ||||
* | *Removed SimProfileBase from OpenSim (Unused/Depreciated) | mingchen | 2007-06-11 | 8 | -77/+63 |
| | | | | | *Updated prebuild.xml | ||||
* | *Removed OSVector3 and replaced with libsecondlife.LLVector3 | mingchen | 2007-06-11 | 3 | -17/+30 |
| | |||||
* | *Removed AdminWebFront -- Unused | mingchen | 2007-06-11 | 5 | -69/+0 |
| | |||||
* | *Added and updated copyright headers on all files in both OpenSim and OGS | mingchen | 2007-06-11 | 79 | -86/+1855 |
| | |||||
* | Started to add/update copyright notice in sugilite. | MW | 2007-06-11 | 2 | -6/+33 |
| | |||||
* | A few small changes and hopefully fixed the nant build problem ↵ | MW | 2007-06-11 | 3 | -7/+56 |
| | | | | (OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console). | ||||
* | Added AttachObject method to IClientAPI. | MW | 2007-06-11 | 3 | -1/+30 |
| | | | | | Added RequestAvatar(LLUUID avatarID) method to world. | ||||
* | Renamed sandBoxManager to LocalBackEndServices | MW | 2007-06-11 | 3 | -35/+28 |
| | |||||
* | Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵ | MW | 2007-06-10 | 2 | -31/+24 |
| | | | | InformClientOfNeighbours method into that. | ||||
* | Added SandBoxManager which in sandbox mode, acts as the backend server for ↵ | MW | 2007-06-10 | 4 | -8/+3 |
| | | | | the CommsManager interfaces (commsManager.gridServer etc). | ||||
* | Added a Couple of summary comments | MW | 2007-06-10 | 2 | -83/+258 |
| | |||||
* | Prim creation working. | MW | 2007-06-10 | 10 | -192/+132 |
| |