aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * Added MySQL license to ThirdPartyLicenses/MySQL and FOSS Exemption for BSD ↵Adam Frisby2007-06-201-0/+78
| | | | projects.
* * Terrain modification more robust, uses area sizes matching those employed ↵Adam Frisby2007-06-206-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 Frisby2007-06-201-1/+5
|
* * Added support for "revert" and "bake" commands on terrain consoleAdam Frisby2007-06-201-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 Frisby2007-06-201024-0/+3072
|
* Protip: don't commit when you have debug in ClientView set to true. MW2007-06-202-5/+5
|
* Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW2007-06-2036-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 Frisby2007-06-207-139/+129
|
* * Replaced old logging mechanism with new shiny logging mechanismAdam Frisby2007-06-2030-208/+289
| | | | | * Console, I bid thee farewall. Use "Log" now where console used to exist.
* * Removed ClientThreads from avatarlbsa712007-06-2020-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 projectslbsa712007-06-2015-295/+337
| | | | | | * made them work (yay!) * some cleanup
* Deleted some bin/obj Directories.MW2007-06-190-0/+0
|
* Made a base class from the Grid mode UserServer.UserManager and included ↵MW2007-06-1966-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 Frisby2007-06-1910-214/+0
| | | | | * Removed releng from sugilite.
* *Added some missing files from last commitmingchen2007-06-196-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 serversmingchen2007-06-186-204/+165
| | | | | *Not yet usable, but I'm working on it
* * example soft logger by delegatelbsa712007-06-187-113/+263
|
* Fixed the flashing when crossing a border.MW2007-06-186-58/+68
|
* Fixed inverted map texture problem.MW2007-06-1728-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 ↵MW2007-06-1720-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: lbsa712007-06-177-14/+0
| | | | | | * fixed build errors * still not working though...
* * Added the two Sample Apps to the solutionlbsa712007-06-1725-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 ↵MW2007-06-1731-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 namelbsa712007-06-172-136/+125
| | | | | | * removed some greedy try-catch * ignored some bins
* Some Rearranging of CommsManager.MW2007-06-1627-627/+389
|
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW2007-06-1517-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.MW2007-06-1514-95/+220
|
* and some moreMW2007-06-159-1372/+159
|
* some more rearrangingMW2007-06-158-22/+1288
|
* trying to clean up the namespaces.MW2007-06-1418-45/+2961
|
* trying to clean up the namespaces.MW2007-06-1421-2968/+57
|
* Deleted IGridServer interface (and classes implementing that).MW2007-06-1417-699/+133
|
* * Applied Prebuild fixes to Sugilitelbsa712007-06-1471-556/+660
| | | | | | * Rebuilt project files * ignored some bins
* Commented out the Scene.Backup method for now as there isn't really anything ↵MW2007-06-1430-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 ↵MW2007-06-144-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 Frisby2007-06-142-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 Frisby2007-06-131-3/+6
|
* * Importing libTerrain-BSD into libraries folderAdam Frisby2007-06-1233-0/+3332
|
* (no commit message)MW2007-06-1212-25/+24
|
* Renamed World class to Scene classMW2007-06-1215-149/+203
|
* Renamed OpenSim.Region/World folder to Scene (classes renaming will follow)MW2007-06-1219-43/+74
|
* some more rearranging. MW2007-06-123-0/+0
|
* (no commit message)MW2007-06-126-179/+32
|
* Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵MW2007-06-1211-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).MW2007-06-125-157/+177
| | | | | Added one or two new helper functions to ClientView.
* Work on Primitive class.MW2007-06-125-177/+145
|
* Deleted old AssetCache.cs file.MW2007-06-124-141/+148
|
* Namespace of asset cache changed from OpenSim.Assets to OpenSim.Caches.MW2007-06-128-578/+8
|
* Created OpenSim.Caches project and moved the assetcache to that. MW2007-06-1211-143/+889
|
* did I say I was doing some rearranging? MW2007-06-123-29/+32
|