Adam Frisby
3cdc219ed6
Attempting to add region name to console.
2007-05-14 21:15:26 +00:00
MW
a889caf200
moved the EnableNeighbours code to after the client has completed the move to the region
2007-05-14 21:04:14 +00:00
MW
aaedfb5ae2
set the default region x,y and sim port to 0 in UserProfileManager. XmlRpcLoginMethod() , these are then over written in CustomiseResponse().
2007-05-14 20:29:57 +00:00
Adam Frisby
7659d67fdb
Added some sanity checks to AddViewerAgent to prevent duplicate addition (now attempts update).
2007-05-14 19:31:05 +00:00
Adam Frisby
20b4ecbec1
Added Alien World Terrain Dataset to /bin/TerrainDatafiles (3x3)
2007-05-14 18:06:52 +00:00
Adam Frisby
596cf9123a
Fixing numerical typo in fast mode.
2007-05-14 16:53:55 +00:00
Adam Frisby
c99593a47c
* Added new "fast mode" region neighbour establishment. Reduces query count 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
2007-05-14 16:52:52 +00:00
Adam Frisby
c7a6d627f2
Check if we have arguments before processing them.
2007-05-14 16:33:44 +00:00
Adam Frisby
3ee195b1e6
* Commented out GridManager lines until they are checked into SVN
...
* 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-14 16:13:31 +00:00
Adam Frisby
59e6718482
Unbreaking trunk kthxbai!
2007-05-14 15:44:08 +00:00
gareth
e2d0db8d11
Created directory for the OGS management app
2007-05-14 12:31:28 +00:00
gareth
64a98c7368
Finished off adding the new management API to gridserver
...
Updated VersionInfo.cs finally
Updated prebuild and rebuilt nant build files
Completed Management agent basics
2007-05-14 03:13:47 +00:00
gareth
4e9892eaa2
Added skeleton for grid management agent
2007-05-14 02:02:01 +00:00
gareth
08e0a17897
The beginning of something wonderful....
2007-05-14 01:55:25 +00:00
gareth
5ba3fa9629
Added -setuponly switch to gridserver
...
KILLED THE GRIDSERVER'S CONSOLE VICIOUSLY AND WITHOUT MERCY!!!!
Added gridserver setup to InitSetup() in ServiceManager
2007-05-14 01:50:13 +00:00
gareth
d95d59db3b
Now we just need that --setup option for all the apps.....
2007-05-14 01:38:52 +00:00
gareth
5ef8e3a13a
Added cool setup thing (no XML writign yet) to ServiceManager
2007-05-14 01:20:10 +00:00
andy
6361bb7664
Added exception handling.
2007-05-14 01:00:52 +00:00
gareth
ca595e2779
some more try/catch
2007-05-14 00:16:44 +00:00
gareth
67e7d126f3
A configuration file you say?
...
If you say so....
2007-05-14 00:08:52 +00:00
gareth
0834b097f6
Added skeleton master service manager
2007-05-13 21:01:21 +00:00
gareth
4018bf01bc
2007-05-13 19:48:07 +00:00
gareth
bbf76e73a0
Added ServiceManager directory ready for the services stuff
2007-05-13 19:47:28 +00:00
gareth
9ec87a847e
bla
2007-05-13 19:46:09 +00:00
Adam Frisby
b6eaf1f844
Setting default grid server to DB4o
2007-05-13 15:11:26 +00:00
Adam Frisby
b110179730
* Fixed MySQL Grid Manager
...
* 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-13 14:59:24 +00:00
MW
5917d36219
Inventory should be working again in sandbox mode
2007-05-13 13:10:15 +00:00
MW
98705e6211
Changed to slightly better textures for the map: a blue one for the sea and 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.
2007-05-13 12:48:42 +00:00
MW
05d9593198
Added very basic support for maps (likely to only work in sandbox mode due 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)
2007-05-13 12:25:08 +00:00
Adam Frisby
dd6f96bf2b
* Added first generation region DB for SQL-based grid storage engines.
...
* Not well optimised, also uses MySQL-specific syntax but should be easily portable.
2007-05-13 09:56:54 +00:00
Adam Frisby
ec1901e4b8
EXTERM-INATED. (Add warnings produced by WriteLine change have been updated to include Log Priority)
2007-05-12 15:44:10 +00:00
Adam Frisby
bd05850be1
93 warnings in the compiler, 93 warnings appear, you fix one up, create two more, 94 warnings in the compiler...
2007-05-12 15:32:04 +00:00
Adam Frisby
fd84968d05
Only 193 warnings to go!
2007-05-12 15:19:03 +00:00
Adam Frisby
06ffeb22d9
You are obsolete. You will be EXTER-MIN-ATE-D. EXTER-MIN-ATE!
2007-05-12 14:55:22 +00:00
MW
dcdef3599d
no longer need to use -loginserver with -sandbox (using -sandbox will always start the loginserver)
2007-05-12 13:05:16 +00:00
Adam Frisby
e723225e6d
SimProfileBase is obsolete. EXTER-MIN-ATE! EXTER-MIN-ATE!
2007-05-12 12:12:56 +00:00
Adam Frisby
13da0673b2
PROTIP: System.Random isn't actually random. Use RNGCryptoServiceProvider in System.Security.Cryptography if your generating random numbers for security related purposes.
2007-05-12 11:58:23 +00:00
MW
d663dfa3bd
Increased the flying speed
2007-05-12 10:12:34 +00:00
Adam Frisby
80d854809e
* Changed homepos default to 150m from original of 23 which could be underground.
...
* Need to create new user accounts for this to take effect.
2007-05-12 09:13:03 +00:00
morphw
0d52bc723d
Added landmark asset creation.
2007-05-11 21:03:11 +00:00
andy
e50f50ebb1
MW is a debugging wiz (regionx/y updated)
2007-05-11 20:32:56 +00:00
andy
488f7763ba
Updated to use LoginResponse.
2007-05-11 19:33:52 +00:00
andy
3e5d954057
Removed the login dat file.
2007-05-11 19:33:32 +00:00
morphw
b865249b8c
Guard against re-adding an existing folder. Seemed to happen on some timeout cases.
2007-05-11 19:24:09 +00:00
MW
f016e8675b
finally some time to do some more work on the primitive2 refactor/rewrite/bugfix.
2007-05-11 10:55:32 +00:00
MW
26002559c0
Fixed bug where client crashes on login if in sandbox mode and region is set to anything other than 997,996
2007-05-08 16:40:20 +00:00
lbsa71
9f881f90d3
* added guid to logname to avoid file sharing on multiple instances on same host
2007-05-08 14:37:04 +00:00
lbsa71
72159dc5a8
* fixed dataUri null bug
...
* ignored some files
2007-05-08 14:16:01 +00:00
lbsa71
0e7b0711c7
* ignored some more bin dirs
2007-05-08 11:10:21 +00:00
lbsa71
0b26ae44ac
* deleted bin directories
...
* ignored bin directories
* regenerated nant files
2007-05-08 11:09:48 +00:00