ed80c7ae32Added AttachObject method to IClientAPI. Added RequestAvatar(LLUUID avatarID) method to world.
MW
2007-06-11 10:24:24 +0000
d93031b2dcRenamed sandBoxManager to LocalBackEndServices
MW
2007-06-11 09:53:34 +0000
fd1a0a1374Added InterSimComms (Likely to be renamed) to the commsManager and moved the InformClientOfNeighbours method into that.
MW
2007-06-10 19:08:51 +0000
453fadd940Added SandBoxManager which in sandbox mode, acts as the backend server for the CommsManager interfaces (commsManager.gridServer etc).
MW
2007-06-10 18:51:45 +0000
44e5ff33dfAdded a Couple of summary comments
MW
2007-06-10 15:49:59 +0000
ed899c30f6a couple of changes/fixes
MW
2007-06-09 22:06:39 +0000
72f2f7d095* follow up ignore of generated files
lbsa71
2007-06-09 21:51:46 +0000
e556e22191* follow up ignore of generated files
lbsa71
2007-06-09 21:51:46 +0000
f7a9ffb307* 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)
lbsa71
2007-06-09 21:45:58 +0000
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)
lbsa71
2007-06-09 21:45:58 +0000
42448ad129*Fixed casting mishap in last commit - client now starts up without crashing
mingchen
2007-06-09 21:06:34 +0000
fa8f143aec*Reorganized RegionServerCommsManager for OGS and local support
mingchen
2007-06-09 21:04:13 +0000
3658015de8Number of small changes.
MW
2007-06-09 11:13:02 +0000
dd5848668cProtip: Check for obvious errors before submitting
Adam Frisby
2007-06-09 02:15:56 +0000
2b986dd009* Added more support for wider profile information from get user REST calls. * Added comments and stuff
Adam Frisby
2007-06-09 01:40:11 +0000
86a3b586f8Patched up error handling to return a better XML string.
Adam Frisby
2007-06-09 01:31:59 +0000
0a600b2dbf* Just for the heck of it - added a UUID based equivilent too.
Adam Frisby
2007-06-09 01:27:02 +0000
26b208d738* Sugilite user server can now return user profile information by account name (Hi MingChen) - uses the REST GET /user/name/ method.
Adam Frisby
2007-06-09 01:21:53 +0000
09dac6b558*Adding configuration settings for master avatars *Sandbox mode password is there, but should I store this in config and ask every time?
mingchen
2007-06-09 00:47:02 +0000
ba8fcfe990* Removed ServiceManager from OGS/Sugilite due to compilation issues. * Removed GridInterface reference from AssetServer
Adam Frisby
2007-06-09 00:42:51 +0000
7892989156Commiting solutions - may compile now?
Adam Frisby
2007-06-09 00:19:39 +0000
2c04171990*Added delegates and events for parcel and estate management *Only thing left is to get the master user setup in both sandbox and grid mode
mingchen
2007-06-08 21:30:51 +0000
9d1eacad7a*Moved SendRegionHandshake back to IClientAPI and modded sendRegionHandshakeToAll to support the old method. (Again, my bad)
mingchen
2007-06-08 19:51:12 +0000
8157182d37*RegionInfo in Avatar class now protected again (oops, my fault)
mingchen
2007-06-08 19:30:27 +0000
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
mingchen
2007-06-08 19:10:55 +0000
93c36b8865*Added EstateSettings.cs and ParcelData.cs to OpenSim.Framework.Types
mingchen
2007-06-08 17:09:51 +0000
61cc265088Updated OpenSim.Framework.Console with changes from trunk (also for now have kept the writeline functions).
MW
2007-06-08 17:03:49 +0000
591e170428Re-imported OpenGridServices from trunk
MW
2007-06-08 16:55:44 +0000
a8cabbd600Deleted OpenGridServices folder as the easiest way to reimport the latest version from trunk
MW
2007-06-08 16:49:24 +0000
6acfd0ddeaprebuild.xml should be fixed/updated.
MW
2007-06-08 16:16:32 +0000
31dacf6c76Added prebuild.exe and fixed a couple of namespace problems in AvatarAnimations.cs. Now need to update prebuild.xml
MW
2007-06-08 16:01:15 +0000
88945dca1f*Added libraries to bin
mingchen
2007-06-08 15:51:10 +0000
01522d41eaImported AvatarAnimations.cs from trunk
MW
2007-06-08 15:34:48 +0000
269ff893df*Added Estate Tools for terrain texturing, terrain texturing heights per corner, water height, region flags, etc basic settings *Parcel now sends ParcelProperties when the owner changes information as soon as the information is changed
mingchen
2007-06-08 03:54:03 +0000
5caf2faa24*Added basic support for EstateOwnerMessage **Added support for 'getinfo' method
mingchen
2007-06-07 19:24:04 +0000
a5d0f02132*Forgot to initialize estateSettings variable in RegionInfoBase
mingchen
2007-06-07 17:20:29 +0000
8f143cb295*added the EstateSettings.cs file (oops)
mingchen
2007-06-07 17:14:28 +0000
458c6b6f16*Added EstateSettings.cs and moved many relevant variables from RegionInfoBase to EstateSettings class and added an EstateSettings objection to RegionInfoBase *Added a few missed copyright headers *Fixed a filename typo
mingchen
2007-06-07 16:29:10 +0000
3fa76db3beFixed SVN: All Done! Sorry for the delay (3 / 3)
mingchen
2007-06-07 15:17:45 +0000
6f7a053d31Fixing SVN: Added some things I forgot to include (1/3)
mingchen
2007-06-07 14:32:48 +0000
5f1c4acd74Updated SimAddress in sandbox mode.
andy
2007-06-07 14:27:55 +0000
f88a4777f9*Cleaned up namespaces, filenames, etc in OpenSim.RegionServer NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
mingchen
2007-06-07 14:23:19 +0000
f1250bd291*When avatar crosses parcel, it updates successfully in the viewer *This includes parcel name in title bar, media and music autoplay, and parcel flag icons *Yay!
mingchen
2007-06-07 01:04:07 +0000
a12a495c22*Added support to change most of a parcel's settings and flags (from the about land box) *Added the rest of the member variables relating to parcels in the ParcelData class
mingchen
2007-06-07 00:04:50 +0000
fa50dce1b6If this is what it takes, then fine *Adding every .build and .csproj to get ccnet working (hopefully)
mingchen
2007-06-06 21:59:05 +0000
57ba2c64dc*Fixing CCNet: Second Attempt
mingchen
2007-06-06 21:54:21 +0000
659cef702cThis should fix ccnet (oops :P)
mingchen
2007-06-06 21:36:41 +0000
73a36680bd*Added new commands ('backup','show parcels','reset parcels') *Added parcel join support *Made parcel saving and loading much more efficient *Fixed bug that would not allow joining of parcel locally in the viewer (gives an error before sending to server) *Known Issue: Restoring parcels from storage is not working correctly. For now, do a 'reset parcels' to regenerate a standard parcel
mingchen
2007-06-06 18:15:12 +0000
ea79819575Changes: *Added support for Subdivision (use master avatar to login to try out) *Added Parcel Border support *Enabled user account storage, but only when a new account is created
mingchen
2007-06-06 03:00:59 +0000
bc380ccba6Unhippos!
Adam Frisby
2007-06-05 21:47:46 +0000
ce85ec7167Hippos!
Adam Frisby
2007-06-05 21:35:00 +0000
78d91ac9c8* Finished adding licensing declarations to everything (3/3)
Adam Frisby
2007-06-05 20:40:37 +0000
d9f6b2ce1a* Added proper copyright notices to everything (2/3)
Adam Frisby
2007-06-05 20:25:03 +0000
dc7c0c54f4* Added proper copyright notices to everything (1/3)
Adam Frisby
2007-06-05 20:24:18 +0000
65268a51ca* Weird didnt commit inventory before
Adam Frisby
2007-06-05 20:22:10 +0000
75f9b25b41* Fixed OGS build * Converted to new console interfaces * Fixed other minor issues which somehow snuck in
Adam Frisby
2007-06-05 13:18:44 +0000
702f27ace0* "We are" message is now a status text message.
Adam Frisby
2007-06-05 13:03:59 +0000
f1e231e4ba* More assorted console cleaning
Adam Frisby
2007-06-05 13:00:57 +0000
1e716260c8* Removed MainConsole.Instance.WriteLine completely * Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead * Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely.
Adam Frisby
2007-06-05 12:55:12 +0000
891b92a780* Removing dead comments
Adam Frisby
2007-06-05 12:22:42 +0000
7347f146c6* Small bugfix: Avatar rezzing from grid mode should no longer place you underground if you have terrain of reasonable height.
Adam Frisby
2007-06-05 11:59:38 +0000
3c261876a1*Cleaned up Configuration Setup questions *Added Configuration option for Master User Avatar name and (in sandbox mode) password *Added support for Master User in sandbox mode. Support lacks for grid mode still. **Grid support is possible when remotely fetching avatar data by name and UUID is available *Currently lacks parcel buying support. For now, in sandbox mode, log into master user information to own the parcel
mingchen
2007-06-05 00:26:37 +0000
4fcb4fdec3Fixed loading of Animations from XML file *Still crashes the client. HelP!
mingchen
2007-06-04 19:27:31 +0000
4d6441c0dbFixed Unhandled exception about avataranimations.xml file about xml element being first.
mingchen
2007-06-04 18:27:24 +0000
1742159352Parcel Manager Changes: *Added Parcel Backup Support for DB4. Other storages currently do not save *Added parcelIDList in ParcelManager to speed up parcel fetching at position *Added ParcelData.cs and ParcelData class for better storage support *Documentation for parcel added *2 Parcel Related bug fixes
mingchen
2007-06-04 14:09:19 +0000
28852d30caSmall bugfix.
Adam Frisby
2007-06-04 12:42:15 +0000
4134462d9fPrebuild and stuff
Adam Frisby
2007-06-04 12:25:05 +0000
7554af993f* Loading animations from XML file now
Adam Frisby
2007-06-04 12:05:18 +0000
a415615270Added support for bitmap and image loading to libterrain, use "terrain load img filename.ext", the following formats are supported under .NET (unknown under Mono): BMP, GIF, PNG, JPEG, WMF, TGA, TIFF.
Adam Frisby
2007-06-04 11:16:41 +0000
73e2b54758* Removing AvatarAnimations.cs from sugalite until it can be rewritten.
Adam Frisby
2007-06-03 23:07:40 +0000
2a02732678* Removed more references
Adam Frisby
2007-06-03 22:29:57 +0000
ed74b539fb* Removed hard coded avatar animations. Will likely need to clean elsewhere to fully remove.
Adam Frisby
2007-06-03 22:28:15 +0000
6ceae8990c(Broke SVN on first commit >.>) - Added the ParcelManager.cs file that was needed
mingchen
2007-06-03 16:14:32 +0000
f22e27498eAdded Basic Parcel Support *Created Parcel class to handle each parcel *Created ParcelManager class to handle the Parcel Object *For now, by default it is assigned to a fake avatar key and set for sale to L$0
mingchen
2007-06-03 16:02:08 +0000
79de35aea2* Fixing world map generation issues (thankyou LL for using different coordinates than the rest of the graphics community! =p)
Adam Frisby
2007-06-02 03:00:37 +0000
6072fd8667* Some commenting on asset server (needs completing) * Removed strip2.png - added defaultstripe.png * World map images are now generated when the terrain is tainted, not yet sent to the grid/asset server.
Adam Frisby
2007-06-02 01:34:00 +0000
bad9cdae1e* GridManagementAgent is now documented
Adam Frisby
2007-06-02 01:15:47 +0000
3d0a820da9* Documented SQLite grid interfaces
Adam Frisby
2007-06-02 00:44:23 +0000
55f7fe0ae3Dont want to do that again --- MySQL interface is now fully documented. Added little bit more documentation to the MSSQL interface.
Adam Frisby
2007-06-02 00:37:31 +0000
14babaaece* MS-SQL Interface is now well documented (and probably defunct)
Adam Frisby
2007-06-01 23:53:02 +0000
17e422bc67* DB4o Storage provider is now well documented * Added try/catch over user creation (should allow multiple logins on Db4o)
Adam Frisby
2007-06-01 23:48:52 +0000