Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * deleted some user files | lbsa71 | 2007-05-16 | 5 | -212/+235 |
| | | | | | * ignored some files | ||||
* | UDPServer enabled, should no longer be any udp server code in OpenSimMain. | MW | 2007-05-16 | 2 | -133/+37 |
| | |||||
* | started to refactor startup code and to move udp server code out to its own ↵ | MW | 2007-05-16 | 17 | -454/+599 |
| | | | | class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port) | ||||
* | made QueItem a nested class in SimClient. | MW | 2007-05-15 | 2 | -1/+12 |
| | |||||
* | Added RemoveAvatar() method to physics plugins, should be called on log out ↵ | MW | 2007-05-15 | 6 | -1/+36 |
| | | | | (needs doing) and when downgrading a client to a child-avatar (should be working) | ||||
* | fixed part of the bug from 116 (should no longer get the repeated Failed ↵ | MW | 2007-05-15 | 4 | -2/+118 |
| | | | | with exception System.IndexOutOfRangeException: Array index is out of range error) | ||||
* | Changed session ID generation to use crypto generator, and this time - work. ↵ | Adam Frisby | 2007-05-15 | 1 | -6/+7 |
| | | | | Heh. | ||||
* | Worked on Asset server, asset downloads (from server to sim) now work. | MW | 2007-05-15 | 11 | -384/+585 |
| | | | | | Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix. | ||||
* | Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it) | MW | 2007-05-15 | 4 | -137/+161 |
| | |||||
* | Turned SimClient into a partial class (and added SimClient(Grid), so that ↵ | MW | 2007-05-15 | 8 | -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. | MW | 2007-05-15 | 43 | -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 array | morphw | 2007-05-15 | 1 | -0/+34 |
| | |||||
* | added processing for TeleportLocationRequest and TeleportLandmarkRequest. ↵ | morphw | 2007-05-15 | 1 | -1/+80 |
| | | | | Local teleports implemented, inter-region teleports left to do. | ||||
* | Attempting to add region name to console. | Adam Frisby | 2007-05-14 | 1 | -0/+1 |
| | |||||
* | moved the EnableNeighbours code to after the client has completed the move ↵ | MW | 2007-05-14 | 2 | -36/+42 |
| | | | | to the region | ||||
* | set the default region x,y and sim port to 0 in UserProfileManager. ↵ | MW | 2007-05-14 | 1 | -4/+4 |
| | | | | XmlRpcLoginMethod() , these are then over written in CustomiseResponse(). | ||||
* | Added some sanity checks to AddViewerAgent to prevent duplicate addition ↵ | Adam Frisby | 2007-05-14 | 1 | -2/+16 |
| | | | | (now attempts update). | ||||
* | Added Alien World Terrain Dataset to /bin/TerrainDatafiles (3x3) | Adam Frisby | 2007-05-14 | 21 | -0/+9 |
| | |||||
* | Fixing numerical typo in fast mode. | Adam Frisby | 2007-05-14 | 1 | -1/+1 |
| | |||||
* | * Added new "fast mode" region neighbour establishment. Reduces query count ↵ | Adam Frisby | 2007-05-14 | 1 | -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 Frisby | 2007-05-14 | 1 | -1/+4 |
| | |||||
* | * Commented out GridManager lines until they are checked into SVN | Adam Frisby | 2007-05-14 | 7 | -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 Frisby | 2007-05-14 | 1 | -1/+1 |
| | |||||
* | Created directory for the OGS management app | gareth | 2007-05-14 | 0 | -0/+0 |
| | |||||
* | Finished off adding the new management API to gridserver | gareth | 2007-05-14 | 66 | -4242/+81 |
| | | | | | | | | Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics | ||||
* | Added skeleton for grid management agent | gareth | 2007-05-14 | 4 | -0/+76 |
| | |||||
* | The beginning of something wonderful.... | gareth | 2007-05-14 | 0 | -0/+0 |
| | |||||
* | Added -setuponly switch to gridserver | gareth | 2007-05-14 | 2 | -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..... | gareth | 2007-05-14 | 1 | -0/+33 |
| | |||||
* | Added cool setup thing (no XML writign yet) to ServiceManager | gareth | 2007-05-14 | 1 | -0/+46 |
| | |||||
* | Added exception handling. | andy | 2007-05-14 | 1 | -122/+144 |
| | |||||
* | some more try/catch | gareth | 2007-05-14 | 1 | -1/+6 |
| | |||||
* | A configuration file you say? | gareth | 2007-05-14 | 1 | -2/+41 |
| | | | | | | If you say so.... | ||||
* | Added skeleton master service manager | gareth | 2007-05-13 | 34 | -1669/+1765 |
| | |||||
* | (no commit message) | gareth | 2007-05-13 | 1 | -62/+0 |
| | |||||
* | Added ServiceManager directory ready for the services stuff | gareth | 2007-05-13 | 0 | -0/+0 |
| | |||||
* | bla | gareth | 2007-05-13 | 3 | -15/+20 |
| | |||||
* | Setting default grid server to DB4o | Adam Frisby | 2007-05-13 | 1 | -1/+1 |
| | |||||
* | * Fixed MySQL Grid Manager | Adam Frisby | 2007-05-13 | 7 | -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 mode | MW | 2007-05-13 | 4 | -1/+17 |
| | |||||
* | Changed to slightly better textures for the map: a blue one for the sea and ↵ | MW | 2007-05-13 | 4 | -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 ↵ | MW | 2007-05-13 | 7 | -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 Frisby | 2007-05-13 | 1 | -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 Frisby | 2007-05-12 | 11 | -81/+78 |
| | | | | to include Log Priority) | ||||
* | 93 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵ | Adam Frisby | 2007-05-12 | 7 | -100/+100 |
| | | | | more, 94 warnings in the compiler... | ||||
* | Only 193 warnings to go! | Adam Frisby | 2007-05-12 | 7 | -34/+39 |
| | |||||
* | You are obsolete. You will be EXTER-MIN-ATE-D. EXTER-MIN-ATE! | Adam Frisby | 2007-05-12 | 1 | -6/+24 |
| | |||||
* | no longer need to use -loginserver with -sandbox (using -sandbox will always ↵ | MW | 2007-05-12 | 1 | -0/+1 |
| | | | | start the loginserver) | ||||
* | SimProfileBase is obsolete. EXTER-MIN-ATE! EXTER-MIN-ATE! | Adam Frisby | 2007-05-12 | 1 | -3/+1 |
| | |||||
* | PROTIP: System.Random isn't actually random. Use RNGCryptoServiceProvider in ↵ | Adam Frisby | 2007-05-12 | 1 | -2/+10 |
| | | | | System.Security.Cryptography if your generating random numbers for security related purposes. |