aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * Adding copyright notices (2.5/3) added CONTRIBUTORS.txtAdam Frisby2007-06-051-0/+30
|
* * Added proper copyright notices to everything (2/3)Adam Frisby2007-06-0543-20/+1053
|
* * Added proper copyright notices to everything (1/3)Adam Frisby2007-06-0582-102/+1823
|
* * Weird didnt commit inventory beforeAdam Frisby2007-06-0528-25/+312
|
* * Fixed OGS buildAdam Frisby2007-06-0521-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 Frisby2007-06-051-1/+1
|
* * More assorted console cleaningAdam Frisby2007-06-053-14/+7
|
* * Removed MainConsole.Instance.WriteLine completelyAdam Frisby2007-06-0527-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 commentsAdam Frisby2007-06-0512-34/+1
|
* * Small bugfix: Avatar rezzing from grid mode should no longer place you ↵Adam Frisby2007-06-052-0/+7
| | | | underground if you have terrain of reasonable height.
* *Cleaned up Configuration Setup questionsmingchen2007-06-054-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 filemingchen2007-06-041-4/+7
| | | | | *Still crashes the client. HelP!
* Fixed Unhandled exception about avataranimations.xml file about xml element ↵mingchen2007-06-041-1/+1
| | | | being first.
* Parcel Manager Changes:mingchen2007-06-0412-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 Frisby2007-06-042-121/+82
|
* Prebuild and stuffAdam Frisby2007-06-0468-5364/+5412
|
* * Loading animations from XML file nowAdam Frisby2007-06-041-0/+16
|
* Added support for bitmap and image loading to libterrain, use "terrain load ↵Adam Frisby2007-06-041-1/+23
| | | | img filename.ext", the following formats are supported under .NET (unknown under Mono): BMP, GIF, PNG, JPEG, WMF, TGA, TIFF.
* * Added /bin/dataAdam Frisby2007-06-042-0/+15
| | | | | * Added avataranimations.xml (WARNING: Creative Commons License Applies. Read LICENSE-README-IMPORTANT.txt)
* * Removed more referencesAdam Frisby2007-06-031-4/+4
|
* * Removed hard coded avatar animations. Will likely need to clean elsewhere ↵Adam Frisby2007-06-031-135/+0
| | | | to fully remove.
* (Broke SVN on first commit >.>) - Added the ParcelManager.cs file that was ↵mingchen2007-06-031-0/+658
| | | | needed
* Added Basic Parcel Supportmingchen2007-06-0311-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 Frisby2007-06-022-3/+3
| | | | coordinates than the rest of the graphics community! =p)
* * Some commenting on asset server (needs completing)Adam Frisby2007-06-025-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 documentedAdam Frisby2007-06-022-7/+113
|
* * Documented SQLite grid interfacesAdam Frisby2007-06-022-0/+63
|
* Dont want to do that again --- MySQL interface is now fully documented. ↵Adam Frisby2007-06-026-26/+402
| | | | Added little bit more documentation to the MSSQL interface.
* * MS-SQL Interface is now well documented (and probably defunct)Adam Frisby2007-06-012-26/+115
|
* * DB4o Storage provider is now well documentedAdam Frisby2007-06-013-2/+237
| | | | | * Added try/catch over user creation (should allow multiple logins on Db4o)
* * ZOMG Wtf Comments?Adam Frisby2007-06-019-39/+450
| | | | | * OpenGrid.Framework.Data is now well documented
* * Zomg inventory server (incomplete shell)Adam Frisby2007-06-014-0/+268
|
* * MySQL Inventory data interfaces written - can now write an inventory ↵Adam Frisby2007-06-012-2/+73
| | | | server (yay!)
* * Completed read-only inventory data operationsAdam Frisby2007-06-012-5/+179
| | | | | * Working on write support
* * Added /trunk/shareAdam Frisby2007-05-317-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 Frisby2007-05-311-6/+42
| | | | via interfaces, but easy to do.)
* * Added some commentsAdam Frisby2007-05-311-1/+6
| | | | | * Renamed a function which was incredibly badly misnamed.
* * Yet more inventory shellingAdam Frisby2007-05-315-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 Frisby2007-05-311-0/+57
|
* Small spot of renaming...Adam Frisby2007-05-313-0/+0
|
* SQL files...Adam Frisby2007-05-312-0/+23
|
* The start of a beautiful thing! (eeek inventory!)Adam Frisby2007-05-312-0/+70
|
* * Raised "MTU" factor in world map handlingAdam Frisby2007-05-302-14/+14
| | | | | * Lowered instant-send regions, regions are now only automatically sent within a 10x10 area (was 100x100), this limits the maximum number of regions sent when opening the map from 10,000 to 100.
* * Switched from ASCII encoding to llRetardedEncoding.Adam Frisby2007-05-301-1/+1
|
* * World map! Yay!Adam Frisby2007-05-302-3/+5
| | | | | | * Using ASCII encoding for text not UTF8 encoding (causes the client to burp) * Cannot send uints via Nwc.XmlRpc - it asplodes and returns zero.
* * Bugfixes. Still not appearing correctly however.Adam Frisby2007-05-301-3/+3
|
* * May have fixed issues with the world map.Adam Frisby2007-05-302-23/+37
|
* and log mode reconnect added.Adam Frisby2007-05-301-1/+8
|
* * Added reconnect support for MySQL Data interfaces if they time out. ↵Adam Frisby2007-05-304-6/+85
| | | | | | | (Grid/User modes only now, Log todo) * Begun writing support for supporting the "Start" region login parameter.
* Another rebuild of the build files! :Ogareth2007-05-304-8/+20
| | | | | | More XML config stuff in ServiceManager