Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Added MySQL license to ThirdPartyLicenses/MySQL and FOSS Exemption for BSD ↵ | Adam Frisby | 2007-06-20 | 1 | -0/+78 |
| | | | | projects. | ||||
* | * Terrain modification more robust, uses area sizes matching those employed ↵ | Adam Frisby | 2007-06-20 | 6 | -203/+246 |
| | | | | | | | | | | | | 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 | ||||
* | * Bonus commit: "terrain save" now supports a 'PNG' method. | Adam Frisby | 2007-06-20 | 1 | -1/+5 |
| | |||||
* | * Added support for "revert" and "bake" commands on terrain console | Adam Frisby | 2007-06-20 | 1 | -1/+30 |
| | | | | | * Implemented "IMG" load method for "terrain load" - supports PNG, BMP, TIFF, TGA and probably a handful of other formats. | ||||
* | * Adding a bunch of region xml files. | Adam Frisby | 2007-06-20 | 1024 | -0/+3072 |
| | |||||
* | Protip: don't commit when you have debug in ClientView set to true. | MW | 2007-06-20 | 2 | -5/+5 |
| | |||||
* | Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class. | MW | 2007-06-20 | 36 | -293/+588 |
| | | | | | | Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes. | ||||
* | * and done the same for OGS.. | Adam Frisby | 2007-06-20 | 7 | -139/+129 |
| | |||||
* | * Replaced old logging mechanism with new shiny logging mechanism | Adam Frisby | 2007-06-20 | 30 | -208/+289 |
| | | | | | * Console, I bid thee farewall. Use "Log" now where console used to exist. | ||||
* | * Removed ClientThreads from avatar | lbsa71 | 2007-06-20 | 20 | -598/+80 |
| | | | | | | | | | * 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 * | ||||
* | * re-added SimpleApp projects | lbsa71 | 2007-06-20 | 15 | -295/+337 |
| | | | | | | * made them work (yay!) * some cleanup | ||||
* | Deleted some bin/obj Directories. | MW | 2007-06-19 | 0 | -0/+0 |
| | |||||
* | Made a base class from the Grid mode UserServer.UserManager and included ↵ | MW | 2007-06-19 | 66 | -1189/+1841 |
| | | | | | | | | 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) | ||||
* | * Cleaning up unused zircon branch. | Adam Frisby | 2007-06-19 | 10 | -214/+0 |
| | | | | | * Removed releng from sugilite. | ||||
* | *Added some missing files from last commit | mingchen | 2007-06-19 | 6 | -7/+79 |
| | | | | | *LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications | ||||
* | *Updated/Added the base classes and interfaces for user and login servers | mingchen | 2007-06-18 | 6 | -204/+165 |
| | | | | | *Not yet usable, but I'm working on it | ||||
* | * example soft logger by delegate | lbsa71 | 2007-06-18 | 7 | -113/+263 |
| | |||||
* | Fixed the flashing when crossing a border. | MW | 2007-06-18 | 6 | -58/+68 |
| | |||||
* | Fixed inverted map texture problem. | MW | 2007-06-17 | 28 | -8/+88 |
| | | | | | 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 | 20 | -71/+86 |
| | | | | 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 | 7 | -14/+0 |
| | | | | | | * fixed build errors * still not working though... | ||||
* | * Added the two Sample Apps to the solution | lbsa71 | 2007-06-17 | 25 | -329/+542 |
| | | | | | | | * 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 | 31 | -153/+506 |
| | | | | | | | 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 | 2 | -136/+125 |
| | | | | | | * removed some greedy try-catch * ignored some bins | ||||
* | Some Rearranging of CommsManager. | MW | 2007-06-16 | 27 | -627/+389 |
| | |||||
* | Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵ | MW | 2007-06-15 | 17 | -40/+266 |
| | | | | 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 | 14 | -95/+220 |
| | |||||
* | and some more | MW | 2007-06-15 | 9 | -1372/+159 |
| | |||||
* | 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 | 17 | -699/+133 |
| | |||||
* | * Applied Prebuild fixes to Sugilite | lbsa71 | 2007-06-14 | 71 | -556/+660 |
| | | | | | | * Rebuilt project files * ignored some bins | ||||
* | Commented out the Scene.Backup method for now as there isn't really anything ↵ | MW | 2007-06-14 | 30 | -2594/+116 |
| | | | | | | | 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. | ||||
* | * Added experimental RegionHandle class to Framework.Types - see email ↵ | Adam Frisby | 2007-06-14 | 2 | -15/+143 |
| | | | | posted to mailing list for technical details. Not actually enabled anywhere and could be helpful for ordinary RegionHandles as well. | ||||
* | * Applying patches to sugilite too. | Adam Frisby | 2007-06-13 | 1 | -3/+6 |
| | |||||
* | * Importing libTerrain-BSD into libraries folder | Adam Frisby | 2007-06-12 | 33 | -0/+3332 |
| | |||||
* | (no commit message) | MW | 2007-06-12 | 12 | -25/+24 |
| | |||||
* | Renamed World class to Scene class | MW | 2007-06-12 | 15 | -149/+203 |
| | |||||
* | 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 | 11 | -432/+120 |
| | | | | | | | 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 | 5 | -157/+177 |
| | | | | | Added one or two new helper functions to ClientView. | ||||
* | Work on Primitive class. | MW | 2007-06-12 | 5 | -177/+145 |
| | |||||
* | Deleted old AssetCache.cs file. | MW | 2007-06-12 | 4 | -141/+148 |
| | |||||
* | 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 | 11 | -143/+889 |
| | |||||
* | did I say I was doing some rearranging? | MW | 2007-06-12 | 3 | -29/+32 |
| |