aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Turned SimClient into a partial class (and added SimClient(Grid), so that ↵MW2007-05-158-327/+306
| | | | | | | grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml)
* updated Build/project files to include the new projects and new files.MW2007-05-1543-1902/+2109
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* provide ready-to-eat attributes parsed from byte arraymorphw2007-05-151-0/+34
|
* added processing for TeleportLocationRequest and TeleportLandmarkRequest. ↵morphw2007-05-151-1/+80
| | | | Local teleports implemented, inter-region teleports left to do.
* Attempting to add region name to console.Adam Frisby2007-05-141-0/+1
|
* moved the EnableNeighbours code to after the client has completed the move ↵MW2007-05-142-36/+42
| | | | to the region
* set the default region x,y and sim port to 0 in UserProfileManager. ↵MW2007-05-141-4/+4
| | | | XmlRpcLoginMethod() , these are then over written in CustomiseResponse().
* Added some sanity checks to AddViewerAgent to prevent duplicate addition ↵Adam Frisby2007-05-141-2/+16
| | | | (now attempts update).
* Added Alien World Terrain Dataset to /bin/TerrainDatafiles (3x3)Adam Frisby2007-05-1421-0/+9
|
* Fixing numerical typo in fast mode.Adam Frisby2007-05-141-1/+1
|
* * Added new "fast mode" region neighbour establishment. Reduces query count ↵Adam Frisby2007-05-141-13/+61
| | | | by 88% when connecting a new sim to the grid. Only compatible with the MySQL data provider right now - disabled by default. Reenable on line 181 of GridManager.cs
* Check if we have arguments before processing them.Adam Frisby2007-05-141-1/+4
|
* * Commented out GridManager lines until they are checked into SVNAdam Frisby2007-05-147-3/+64
| | | | | * 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.
* Unbreaking trunk kthxbai!Adam Frisby2007-05-141-1/+1
|
* Created directory for the OGS management appgareth2007-05-140-0/+0
|
* Finished off adding the new management API to gridservergareth2007-05-1466-4242/+81
| | | | | | | | Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics
* Added skeleton for grid management agentgareth2007-05-144-0/+76
|
* The beginning of something wonderful....gareth2007-05-140-0/+0
|
* Added -setuponly switch to gridservergareth2007-05-142-7/+16
| | | | | | | KILLED THE GRIDSERVER'S CONSOLE VICIOUSLY AND WITHOUT MERCY!!!! Added gridserver setup to InitSetup() in ServiceManager
* Now we just need that --setup option for all the apps.....gareth2007-05-141-0/+33
|
* Added cool setup thing (no XML writign yet) to ServiceManagergareth2007-05-141-0/+46
|
* Added exception handling.andy2007-05-141-122/+144
|
* some more try/catchgareth2007-05-141-1/+6
|
* A configuration file you say?gareth2007-05-141-2/+41
| | | | | | If you say so....
* Added skeleton master service managergareth2007-05-1334-1669/+1765
|
* (no commit message)gareth2007-05-131-62/+0
|
* Added ServiceManager directory ready for the services stuffgareth2007-05-130-0/+0
|
* blagareth2007-05-133-15/+20
|
* Setting default grid server to DB4oAdam Frisby2007-05-131-1/+1
|
* * Fixed MySQL Grid ManagerAdam Frisby2007-05-137-87/+145
| | | | | | | * Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql.
* Inventory should be working again in sandbox modeMW2007-05-134-1/+17
|
* Changed to slightly better textures for the map: a blue one for the sea and ↵MW2007-05-134-2/+24
| | | | one that if you stand at least 10 feet away from the screen and strain your eyes a bit and have really bad vision could maybe look like a island.
* Added very basic support for maps (likely to only work in sandbox mode due ↵MW2007-05-137-29/+99
| | | | to the non functioning remote asset server), also currently just uses textures that we already had added to the asset server (this is the first thing that needs fixing)
* * Added first generation region DB for SQL-based grid storage engines.Adam Frisby2007-05-131-0/+29
| | | | | * Not well optimised, also uses MySQL-specific syntax but should be easily portable.
* EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵Adam Frisby2007-05-1211-81/+78
| | | | to include Log Priority)
* 93 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵Adam Frisby2007-05-127-100/+100
| | | | more, 94 warnings in the compiler...
* Only 193 warnings to go!Adam Frisby2007-05-127-34/+39
|
* You are obsolete. You will be EXTER-MIN-ATE-D. EXTER-MIN-ATE!Adam Frisby2007-05-121-6/+24
|
* no longer need to use -loginserver with -sandbox (using -sandbox will always ↵MW2007-05-121-0/+1
| | | | start the loginserver)
* SimProfileBase is obsolete. EXTER-MIN-ATE! EXTER-MIN-ATE!Adam Frisby2007-05-121-3/+1
|
* PROTIP: System.Random isn't actually random. Use RNGCryptoServiceProvider in ↵Adam Frisby2007-05-121-2/+10
| | | | System.Security.Cryptography if your generating random numbers for security related purposes.
* Increased the flying speed MW2007-05-122-1/+6
|
* * Changed homepos default to 150m from original of 23 which could be ↵Adam Frisby2007-05-121-1/+1
| | | | | | | underground. * Need to create new user accounts for this to take effect.
* Added landmark asset creation.morphw2007-05-111-12/+36
|
* MW is a debugging wiz (regionx/y updated)andy2007-05-111-9/+3
|
* Updated to use LoginResponse.andy2007-05-111-28/+28
|
* Removed the login dat file.andy2007-05-111-79/+326
|
* Guard against re-adding an existing folder. Seemed to happen on some ↵morphw2007-05-111-8/+11
| | | | timeout cases.
* finally some time to do some more work on the primitive2 ↵MW2007-05-111-68/+65
| | | | refactor/rewrite/bugfix.
* Fixed bug where client crashes on login if in sandbox mode and region is set ↵MW2007-05-084-8/+23
| | | | to anything other than 997,996