aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW22-97/+107
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 mechanismAdam Frisby21-133/+219
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-20* Removed ClientThreads from avatarlbsa7118-556/+73
* 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-20* re-added SimpleApp projectslbsa717-39/+76
* made them work (yay!) * some cleanup
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW15-118/+88
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-19*Added some missing files from last commitmingchen4-5/+79
*LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications
2007-06-18*Updated/Added the base classes and interfaces for user and login serversmingchen2-16/+35
*Not yet usable, but I'm working on it
2007-06-18* example soft logger by delegatelbsa711-1/+1
2007-06-18Fixed the flashing when crossing a border.MW5-58/+67
2007-06-17Fixed inverted map texture problem.MW4-8/+32
Added(from trunk) the loading of terrain files defined in the region.xml files.
2007-06-17Each Region will now generate a texture image of their terrain and this will ↵MW12-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.
2007-06-17* SimpleApp: lbsa716-12/+0
* fixed build errors * still not working though...
2007-06-17* Added the two Sample Apps to the solutionlbsa7117-136/+366
* Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW13-144/+348
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-17* Added 'LogFilename' attribute to simconfig.xml - in order to specify log namelbsa711-100/+102
* removed some greedy try-catch * ignored some bins
2007-06-16Some Rearranging of CommsManager.MW11-8/+446
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW8-37/+197
have any backend ogs communication support yet so everything is Sandbox mode only )
2007-06-15Preliminary movement added to sugilite, forwards walking only and no animations.MW13-93/+215
2007-06-15and some moreMW8-1282/+16
2007-06-15some more rearrangingMW8-22/+1288
2007-06-14trying to clean up the namespaces.MW18-45/+2961
2007-06-14trying to clean up the namespaces.MW21-2968/+57
2007-06-14Deleted IGridServer interface (and classes implementing that).MW9-381/+20
2007-06-14* Applied Prebuild fixes to Sugilitelbsa7128-168/+168
* Rebuilt project files * ignored some bins
2007-06-14Commented out the Scene.Backup method for now as there isn't really anything ↵MW25-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.
2007-06-14Fixed the bug that makes a region use its water height as its name (in ↵MW4-187/+222
regionhandshake), which lead to most regions being called "20". (applied fix to sugilite) Rearranged some of the methods in ClientView.API.
2007-06-13* Applying patches to sugilite too.Adam Frisby1-3/+6
2007-06-12(no commit message)MW12-25/+24
2007-06-12Renamed World class to Scene classMW14-55/+55
2007-06-12Renamed OpenSim.Region/World folder to Scene (classes renaming will follow)MW19-43/+74
2007-06-12some more rearranging. MW3-0/+0
2007-06-12(no commit message)MW6-179/+32
2007-06-12Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵MW2-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-12Deleted ClientView.Grid.cs (Unused).MW4-63/+29
Added one or two new helper functions to ClientView.
2007-06-12Work on Primitive class.MW4-29/+51
2007-06-12Deleted old AssetCache.cs file.MW3-47/+0
2007-06-12Namespace of asset cache changed from OpenSim.Assets to OpenSim.Caches.MW8-578/+8
2007-06-12Created OpenSim.Caches project and moved the assetcache to that. MW8-1/+766
2007-06-12did I say I was doing some rearranging? MW3-29/+32
2007-06-12And some more!MW8-2113/+23
2007-06-12More rearranging.MW10-261/+2354
2007-06-12Some rearranging of folders in OpenSim.RegionMW14-35/+35
2007-06-12Some Work on the Primitive classMW5-59/+143
2007-06-11*Removed missing file in csprojmingchen4-80/+0
*Removed Avatar.Client.cs (unused)
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen8-77/+63
*Updated prebuild.xml
2007-06-11*Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen3-17/+30
2007-06-11*Removed AdminWebFront -- Unusedmingchen5-69/+0
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen79-86/+1855
2007-06-11Started to add/update copyright notice in sugilite.MW2-6/+33
2007-06-11A few small changes and hopefully fixed the nant build problem ↵MW3-7/+56
(OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).