MW
3e484d1aaf
Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.
...
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use.
Plus some other small changes.
2007-06-20 17:32:21 +00:00
lbsa71
64ed1e1b3b
* Removed ClientThreads from avatar
...
* 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 15:18:54 +00:00
lbsa71
8edcc844c4
* re-added SimpleApp projects
...
* made them work (yay!)
* some cleanup
2007-06-20 11:41:45 +00:00
MW
320fbcb7b4
Made a base class from the Grid mode UserServer.UserManager and included 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 10:40:20 +00:00
mingchen
56c4a3df5b
*Updated/Added the base classes and interfaces for user and login servers
...
*Not yet usable, but I'm working on it
2007-06-18 20:10:19 +00:00
lbsa71
2f072d1e10
* example soft logger by delegate
2007-06-18 15:55:30 +00:00
MW
ef494fdf9c
Each Region will now generate a texture image of their terrain and this will 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 18:04:35 +00:00
lbsa71
5d59ffe99d
* Added the two Sample Apps to the solution
...
* Made them build
* They don't work though, gotta have a look see at that later.
* ignored a shitload of bins
2007-06-17 16:49:33 +00:00
MW
3c8daee510
Some Rearranging of CommsManager.
2007-06-16 14:29:11 +00:00
MW
2bcd37aa94
and some more
2007-06-15 10:34:13 +00:00
MW
3aecb54379
Deleted IGridServer interface (and classes implementing that).
2007-06-14 12:27:36 +00:00
lbsa71
3a20a7b5d1
* Applied Prebuild fixes to Sugilite
...
* Rebuilt project files
* ignored some bins
2007-06-14 11:01:38 +00:00
MW
1fef45bc2b
Commented out the Scene.Backup method for now as there isn't really anything 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-14 10:36:19 +00:00
MW
a143cf8180
Renamed World class to Scene class
2007-06-12 17:45:11 +00:00
MW
29a8425342
Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are 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-12 16:06:14 +00:00
MW
b0ac0c7f7b
Deleted ClientView.Grid.cs (Unused).
...
Added one or two new helper functions to ClientView.
2007-06-12 16:00:25 +00:00
MW
585f9f0d54
Work on Primitive class.
2007-06-12 15:53:19 +00:00
MW
62a0c7ede3
Deleted old AssetCache.cs file.
2007-06-12 15:33:47 +00:00
MW
fd1a7f28ab
Created OpenSim.Caches project and moved the assetcache to that.
2007-06-12 15:24:12 +00:00
MW
a7b55fb26f
Some rearranging of folders in OpenSim.Region
2007-06-12 14:50:08 +00:00
mingchen
c43725874f
*Fixed sugilite
2007-06-11 19:17:31 +00:00
mingchen
6a560957be
*Removed missing file in csproj
...
*Removed Avatar.Client.cs (unused)
2007-06-11 19:01:50 +00:00
MW
f53ee57a9b
Deleted OpenSim.World project files.
2007-06-10 12:39:47 +00:00
MW
96c09a66c4
More rearranging.
2007-06-10 12:37:51 +00:00
MW
cb624a4d45
Renamed folder
2007-06-10 12:25:39 +00:00
MW
1b1226a483
Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim to please!
2007-06-10 12:18:22 +00:00
lbsa71
4224b695ac
* LogFile now defaults to "{apptype}.log"
...
* cleaned away suo and user files.
* added handy string chat variety to the API
* Moved LockPhysicsEngine on World to SyncRoot on IWorld
* Introduced NextLocalId instead of World fuggliness.
* Transformed GetRegionInfo to Property on IWorld for great justice
* Extracted default wearables (good to have)
* Deleted unused BaseServer
* Used IWorld instead of World wherever possible
* The client constructor's not getting unused port any longer.
* Extracted ClientView factoring so PacketServer can be tweaked.
* Added SendLayerData to World
* Made WorldBase abstract and cleaned it up a bit
* added OpenGrid.Framework.Communications.dll.build and OpenSim.World.dll.build to svn
* Added code for two examples (but not in prebuild yet)
2007-06-09 21:45:58 +00:00
mingchen
fa8f143aec
*Reorganized RegionServerCommsManager for OGS and local support
2007-06-09 21:04:13 +00:00
MW
3658015de8
Number of small changes.
2007-06-09 11:13:02 +00:00
Adam Frisby
ba8fcfe990
* Removed ServiceManager from OGS/Sugilite due to compilation issues.
...
* Removed GridInterface reference from AssetServer
2007-06-09 00:42:51 +00:00
mingchen
2239ecba18
*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData classes
...
*Incorporated EstateSettings into the RegionInfo class
*Next step is to load from db, save to db the parcel and estate settings
2007-06-08 19:10:55 +00:00
MW
6acfd0ddea
prebuild.xml should be fixed/updated.
2007-06-08 16:16:32 +00:00
MW
c35d360d44
Started work on OpenGrid.Framework.Communications
2007-05-31 11:28:11 +00:00
MW
c746a2f9f4
Should allow multiple worlds (and UDP servers) to be ran in one instance, just missing backend comms and working Avatar/primitives classes.
2007-05-27 18:52:42 +00:00
MW
06387d0344
Goodbye World
2007-05-26 14:55:17 +00:00
MW
3436961bb5
Start of rewrite 5279!
2007-05-26 13:40:19 +00:00