Commit Graph

1058 Commits (eee1eb2f42cd848845dea56c0bf52abbb37d33b5)

Author SHA1 Message Date
mingchen 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
2007-06-07 14:23:19 +00:00
mingchen 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!
2007-06-07 01:04:07 +00:00
mingchen 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
2007-06-07 00:04:50 +00:00
mingchen fa50dce1b6 If this is what it takes, then fine
*Adding every .build and .csproj to get ccnet working (hopefully)
2007-06-06 21:59:05 +00:00
mingchen 57ba2c64dc *Fixing CCNet: Second Attempt 2007-06-06 21:54:21 +00:00
mingchen 659cef702c This should fix ccnet (oops :P) 2007-06-06 21:36:41 +00:00
mingchen a4c01a3258 *Fixed Parcel backup in databased (finished fixing core parcel functions) 2007-06-06 21:26:07 +00:00
mingchen 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
2007-06-06 18:15:12 +00:00
mingchen ea79819575 Changes:
*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

Bug Fixes:
*Fixed crash on startup while in sandbox when "Setting up master avatar"
*Fixed most core functions in ParcelManager and Parcel that where broken
*Fixed Parcel saving to database

Known Issues:
*Dividing parcel fails in viewer (gives an error about needing 2 parcels)
2007-06-06 03:00:59 +00:00
Adam Frisby bc380ccba6 Unhippos! 2007-06-05 21:47:46 +00:00
Adam Frisby ce85ec7167 Hippos! 2007-06-05 21:35:00 +00:00
Adam Frisby 78d91ac9c8 * Finished adding licensing declarations to everything (3/3) 2007-06-05 20:40:37 +00:00
Adam Frisby 023c6d2189 * Adding copyright notices (2.5/3) added CONTRIBUTORS.txt 2007-06-05 20:34:44 +00:00
Adam Frisby d9f6b2ce1a * Added proper copyright notices to everything (2/3) 2007-06-05 20:25:03 +00:00
Adam Frisby dc7c0c54f4 * Added proper copyright notices to everything (1/3) 2007-06-05 20:24:18 +00:00
Adam Frisby 65268a51ca * Weird didnt commit inventory before 2007-06-05 20:22:10 +00:00
Adam Frisby 75f9b25b41 * Fixed OGS build
* Converted to new console interfaces
* Fixed other minor issues which somehow snuck in
2007-06-05 13:18:44 +00:00
Adam Frisby 702f27ace0 * "We are" message is now a status text message. 2007-06-05 13:03:59 +00:00
Adam Frisby f1e231e4ba * More assorted console cleaning 2007-06-05 13:00:57 +00:00
Adam Frisby 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.
2007-06-05 12:55:12 +00:00
Adam Frisby 891b92a780 * Removing dead comments 2007-06-05 12:22:42 +00:00
Adam Frisby 7347f146c6 * Small bugfix: Avatar rezzing from grid mode should no longer place you underground if you have terrain of reasonable height. 2007-06-05 11:59:38 +00:00
mingchen 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
2007-06-05 00:26:37 +00:00
mingchen 4fcb4fdec3 Fixed loading of Animations from XML file
*Still crashes the client. HelP!
2007-06-04 19:27:31 +00:00
mingchen 4d6441c0db Fixed Unhandled exception about avataranimations.xml file about xml element being first. 2007-06-04 18:27:24 +00:00
mingchen 1742159352 Parcel 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
2007-06-04 14:09:19 +00:00
Adam Frisby 28852d30ca Small bugfix. 2007-06-04 12:42:15 +00:00
Adam Frisby 4134462d9f Prebuild and stuff 2007-06-04 12:25:05 +00:00
Adam Frisby 7554af993f * Loading animations from XML file now 2007-06-04 12:05:18 +00:00
Adam Frisby a415615270 Added 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. 2007-06-04 11:16:41 +00:00
Adam Frisby 2b8a8d3dad * Added /bin/data
* Added avataranimations.xml (WARNING: Creative Commons License Applies. Read LICENSE-README-IMPORTANT.txt)
2007-06-04 10:52:15 +00:00
Adam Frisby 73e2b54758 * Removing AvatarAnimations.cs from sugalite until it can be rewritten. 2007-06-03 23:07:40 +00:00
Adam Frisby 2a02732678 * Removed more references 2007-06-03 22:29:57 +00:00
Adam Frisby ed74b539fb * Removed hard coded avatar animations. Will likely need to clean elsewhere to fully remove. 2007-06-03 22:28:15 +00:00
mingchen 6ceae8990c (Broke SVN on first commit >.>) - Added the ParcelManager.cs file that was needed 2007-06-03 16:14:32 +00:00
mingchen f22e27498e Added 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
2007-06-03 16:02:08 +00:00
Adam Frisby 79de35aea2 * Fixing world map generation issues (thankyou LL for using different coordinates than the rest of the graphics community! =p) 2007-06-02 03:00:37 +00:00
Adam Frisby 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.
2007-06-02 01:34:00 +00:00
Adam Frisby bad9cdae1e * GridManagementAgent is now documented 2007-06-02 01:15:47 +00:00
Adam Frisby 3d0a820da9 * Documented SQLite grid interfaces 2007-06-02 00:44:23 +00:00
Adam Frisby 55f7fe0ae3 Dont want to do that again --- MySQL interface is now fully documented. Added little bit more documentation to the MSSQL interface. 2007-06-02 00:37:31 +00:00
Adam Frisby 14babaaece * MS-SQL Interface is now well documented (and probably defunct) 2007-06-01 23:53:02 +00:00
Adam Frisby 17e422bc67 * DB4o Storage provider is now well documented
* Added try/catch over user creation (should allow multiple logins on Db4o)
2007-06-01 23:48:52 +00:00
Adam Frisby a7fe1b63f3 * ZOMG Wtf Comments?
* OpenGrid.Framework.Data is now well documented
2007-06-01 23:34:37 +00:00
Adam Frisby aba0f0774c * Zomg inventory server (incomplete shell) 2007-06-01 20:21:00 +00:00
Adam Frisby 30f810a03e * MySQL Inventory data interfaces written - can now write an inventory server (yay!) 2007-06-01 18:58:20 +00:00
Adam Frisby c60166f3c3 * Completed read-only inventory data operations
* Working on write support
2007-06-01 18:36:26 +00:00
Adam Frisby 931adbcc43 * Added /trunk/share
* Imported SQL files to /share/sql
* Added a PHP function file to generate new users in /share/php
2007-05-31 19:02:28 +00:00
MW f4448fcd7d After nearly a hour of searching for an annoying bug (which turned out to be a new statement one line outside the loop it should have been in)....Multi-Regions in a single instance work, there is no Grid mode communication, so it can only be tested in sandbox mode right now.
All you need to do is put .xml files for each region you want to be ran by the single server inside the "bin\Regions" folder (make sure none of the settings in those .xml files conflict with each other) and then startup the server and login, Any neighbouring regions that are being ran in the instance should show up.  (However there is still no movement or anything) 
Now time to refine the communications interfaces!
2007-05-31 17:33:52 +00:00
MW e92ab35b05 Another commit as ordered by robl 2007-05-31 16:30:42 +00:00