Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *Fixing CCNet: Second Attempt | mingchen | 2007-06-06 | 1 | -0/+52 |
| | |||||
* | This should fix ccnet (oops :P) | mingchen | 2007-06-06 | 1 | -2/+2 |
| | |||||
* | *Fixed Parcel backup in databased (finished fixing core parcel functions) | mingchen | 2007-06-06 | 1 | -2/+2 |
| | |||||
* | *Added new commands ('backup','show parcels','reset parcels') | mingchen | 2007-06-06 | 12 | -73/+216 |
| | | | | | | | | *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 | ||||
* | Changes: | mingchen | 2007-06-06 | 11 | -81/+171 |
| | | | | | | | | | | | | | | | | *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) | ||||
* | Unhippos! | Adam Frisby | 2007-06-05 | 1 | -5/+0 |
| | |||||
* | Hippos! | Adam Frisby | 2007-06-05 | 1 | -0/+5 |
| | |||||
* | * Finished adding licensing declarations to everything (3/3) | Adam Frisby | 2007-06-05 | 37 | -202/+465 |
| | |||||
* | * Adding copyright notices (2.5/3) added CONTRIBUTORS.txt | Adam Frisby | 2007-06-05 | 1 | -0/+30 |
| | |||||
* | * Added proper copyright notices to everything (2/3) | Adam Frisby | 2007-06-05 | 43 | -20/+1053 |
| | |||||
* | * Added proper copyright notices to everything (1/3) | Adam Frisby | 2007-06-05 | 82 | -102/+1823 |
| | |||||
* | * Weird didnt commit inventory before | Adam Frisby | 2007-06-05 | 28 | -25/+312 |
| | |||||
* | * Fixed OGS build | Adam Frisby | 2007-06-05 | 21 | -565/+364 |
| | | | | | | * Converted to new console interfaces * Fixed other minor issues which somehow snuck in | ||||
* | * "We are" message is now a status text message. | Adam Frisby | 2007-06-05 | 1 | -1/+1 |
| | |||||
* | * More assorted console cleaning | Adam Frisby | 2007-06-05 | 3 | -14/+7 |
| | |||||
* | * Removed MainConsole.Instance.WriteLine completely | Adam Frisby | 2007-06-05 | 27 | -194/+221 |
| | | | | | | * 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. | ||||
* | * Removing dead comments | Adam Frisby | 2007-06-05 | 12 | -34/+1 |
| | |||||
* | * Small bugfix: Avatar rezzing from grid mode should no longer place you ↵ | Adam Frisby | 2007-06-05 | 2 | -0/+7 |
| | | | | underground if you have terrain of reasonable height. | ||||
* | *Cleaned up Configuration Setup questions | mingchen | 2007-06-05 | 4 | -33/+95 |
| | | | | | | | | | *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 | ||||
* | Fixed loading of Animations from XML file | mingchen | 2007-06-04 | 1 | -4/+7 |
| | | | | | *Still crashes the client. HelP! | ||||
* | Fixed Unhandled exception about avataranimations.xml file about xml element ↵ | mingchen | 2007-06-04 | 1 | -1/+1 |
| | | | | being first. | ||||
* | Parcel Manager Changes: | mingchen | 2007-06-04 | 12 | -251/+432 |
| | | | | | | | | | | *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 | ||||
* | Small bugfix. | Adam Frisby | 2007-06-04 | 2 | -121/+82 |
| | |||||
* | Prebuild and stuff | Adam Frisby | 2007-06-04 | 68 | -5364/+5412 |
| | |||||
* | * Loading animations from XML file now | Adam Frisby | 2007-06-04 | 1 | -0/+16 |
| | |||||
* | Added support for bitmap and image loading to libterrain, use "terrain load ↵ | Adam Frisby | 2007-06-04 | 1 | -1/+23 |
| | | | | img filename.ext", the following formats are supported under .NET (unknown under Mono): BMP, GIF, PNG, JPEG, WMF, TGA, TIFF. | ||||
* | * Added /bin/data | Adam Frisby | 2007-06-04 | 2 | -0/+15 |
| | | | | | * Added avataranimations.xml (WARNING: Creative Commons License Applies. Read LICENSE-README-IMPORTANT.txt) | ||||
* | * Removed more references | Adam Frisby | 2007-06-03 | 1 | -4/+4 |
| | |||||
* | * Removed hard coded avatar animations. Will likely need to clean elsewhere ↵ | Adam Frisby | 2007-06-03 | 1 | -135/+0 |
| | | | | to fully remove. | ||||
* | (Broke SVN on first commit >.>) - Added the ParcelManager.cs file that was ↵ | mingchen | 2007-06-03 | 1 | -0/+658 |
| | | | | needed | ||||
* | Added Basic Parcel Support | mingchen | 2007-06-03 | 11 | -697/+751 |
| | | | | | | | *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 | ||||
* | * Fixing world map generation issues (thankyou LL for using different ↵ | Adam Frisby | 2007-06-02 | 2 | -3/+3 |
| | | | | coordinates than the rest of the graphics community! =p) | ||||
* | * Some commenting on asset server (needs completing) | Adam Frisby | 2007-06-02 | 5 | -0/+66 |
| | | | | | | * 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. | ||||
* | * GridManagementAgent is now documented | Adam Frisby | 2007-06-02 | 2 | -7/+113 |
| | |||||
* | * Documented SQLite grid interfaces | Adam Frisby | 2007-06-02 | 2 | -0/+63 |
| | |||||
* | Dont want to do that again --- MySQL interface is now fully documented. ↵ | Adam Frisby | 2007-06-02 | 6 | -26/+402 |
| | | | | Added little bit more documentation to the MSSQL interface. | ||||
* | * MS-SQL Interface is now well documented (and probably defunct) | Adam Frisby | 2007-06-01 | 2 | -26/+115 |
| | |||||
* | * DB4o Storage provider is now well documented | Adam Frisby | 2007-06-01 | 3 | -2/+237 |
| | | | | | * Added try/catch over user creation (should allow multiple logins on Db4o) | ||||
* | * ZOMG Wtf Comments? | Adam Frisby | 2007-06-01 | 9 | -39/+450 |
| | | | | | * OpenGrid.Framework.Data is now well documented | ||||
* | * Zomg inventory server (incomplete shell) | Adam Frisby | 2007-06-01 | 4 | -0/+268 |
| | |||||
* | * MySQL Inventory data interfaces written - can now write an inventory ↵ | Adam Frisby | 2007-06-01 | 2 | -2/+73 |
| | | | | server (yay!) | ||||
* | * Completed read-only inventory data operations | Adam Frisby | 2007-06-01 | 2 | -5/+179 |
| | | | | | * Working on write support | ||||
* | * Added /trunk/share | Adam Frisby | 2007-05-31 | 7 | -0/+166 |
| | | | | | | * Imported SQL files to /share/sql * Added a PHP function file to generate new users in /share/php | ||||
* | * Completed reading of inventory in Manager. (still needs to be hooked up ↵ | Adam Frisby | 2007-05-31 | 1 | -6/+42 |
| | | | | via interfaces, but easy to do.) | ||||
* | * Added some comments | Adam Frisby | 2007-05-31 | 1 | -1/+6 |
| | | | | | * Renamed a function which was incredibly badly misnamed. | ||||
* | * Yet more inventory shelling | Adam Frisby | 2007-05-31 | 5 | -24/+76 |
| | | | | | | * Very initial MySQL work done * Refactored some of the MySQL code - functions which are passed a reader are no longer getX() but now readX(). | ||||
* | Shelling out a Inventory framework a bit more. | Adam Frisby | 2007-05-31 | 1 | -0/+57 |
| | |||||
* | Small spot of renaming... | Adam Frisby | 2007-05-31 | 3 | -0/+0 |
| | |||||
* | SQL files... | Adam Frisby | 2007-05-31 | 2 | -0/+23 |
| | |||||
* | The start of a beautiful thing! (eeek inventory!) | Adam Frisby | 2007-05-31 | 2 | -0/+70 |
| |