Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 7 | -495/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-20 | Small fix (2/2) | Adam Frisby | 1 | -1/+1 | |
2007-05-20 | * Updated UserAgentData class, adding new properties, modifying existing ↵ | Adam Frisby | 1 | -5/+8 | |
ones datatypes. * Added read-only support for new userserver to MySQL Data Interface. (TODO: Add write capabilities to the Agent table.) * Added new regionMapTextureID support to MySQL Data server. (thanks MorphW!) | |||||
2007-05-20 | added a field in SimProfileData for a region texture asset ID | morphw | 1 | -0/+5 | |
2007-05-19 | * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵ | Adam Frisby | 1 | -46/+46 | |
changed something. * Updated solution files & build files via prebuild. | |||||
2007-05-18 | Added session IDs to the grid management agent | gareth | 1 | -46/+46 | |
2007-05-17 | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 2 | -150/+150 | |
class a bit and added a WorldBase class (that World now inherits from) | |||||
2007-05-16 | rebuilt build files | gareth | 2 | -150/+150 | |
Imported crappy monodevelop GTK# manager app (tis embarrassing) | |||||
2007-05-16 | Let stuff be broken! | Adam Frisby | 2 | -4/+70 | |
2007-05-16 | Added OpenSimApplication as a base class to OpenSimMain | MW | 1 | -46/+46 | |
2007-05-16 | FIXED THE BUILD! | gareth | 1 | -46/+46 | |
2007-05-15 | updated Build/project files to include the new projects and new files. | MW | 1 | -46/+46 | |
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour). | |||||
2007-05-14 | * Commented out GridManager lines until they are checked into SVN | Adam Frisby | 1 | -0/+10 | |
* Added new GetProfilesInRange(x,y,x,y) data function to return sim profiles between certain coordinates (for use with World Map information, etc). Implemented in GridServer.Data.Mysql - stub functions placed in other data providers. | |||||
2007-05-13 | Added skeleton master service manager | gareth | 1 | -46/+46 | |
2007-05-13 | * Fixed MySQL Grid Manager | Adam Frisby | 2 | -13/+15 | |
* Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql. | |||||
2007-05-08 | * fixed dataUri null bug | lbsa71 | 1 | -21/+16 | |
* ignored some files | |||||
2007-05-08 | * deleted bin directories | lbsa71 | 1 | -46/+46 | |
* ignored bin directories * regenerated nant files | |||||
2007-05-08 | Fixed nant build files | gareth | 1 | -0/+46 | |
Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build | |||||
2007-05-07 | merged in missing file from 0.1-prestable | MW | 1 | -0/+24 | |
2007-05-07 | Merged 0.1-prestable back into trunk :( | gareth | 2 | -27/+50 | |
2007-05-05 | You can now save profiles to a database. (Zomg!) | Adam Frisby | 1 | -0/+15 | |
2007-05-05 | Run prebuild to generate working project files. | Adam Frisby | 1 | -34/+82 | |
2007-05-04 | * Added support for user/asset server keys per-region (warning: changes ↵ | Adam Frisby | 2 | -0/+47 | |
table layout in SQL storages) | |||||
2007-05-04 | Grid server V2.0! Now with extra crunchy SQL support. | Adam Frisby | 2 | -0/+10 | |
Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet. | |||||
2007-05-04 | Added Close() function to sanely terminate the grid data interfaces. ↵ | Adam Frisby | 1 | -0/+1 | |
Declaring this complete (other than bugfixes), going to work on integrating into GridServer. | |||||
2007-05-04 | Semi-functional (in theory!) | Adam Frisby | 1 | -0/+1 | |
2007-05-04 | Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵ | Adam Frisby | 5 | -0/+199 | |
state yet, posted for reference and future use. |