Commit Graph

  • eafd91ba80 More refactoring. MW 2007-05-22 11:25:34 +0000
  • f96083a903 More work on adding Events to ClientView (and registering to handle those events in Avatar and World) MW 2007-05-21 19:12:18 +0000
  • b253f3db48 Merged the new ODE stuff gareth 2007-05-21 19:05:09 +0000
  • fe46b045f7 Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim , switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me. MW 2007-05-21 16:06:58 +0000
  • afab62dab3 Increased version number to 0.2! ZOMG! gareth 2007-05-21 01:24:54 +0000
  • 4d5c9499f8 * minor refactoring for readability (and to lessen greed) lbsa71 2007-05-21 00:11:55 +0000
  • b2fe47ecb1 * Minor tweaks with new userserver * Fixed password encoding to match MD5 standard properly. * Fixed exception caused on user first login (minor) * Fixed exception caused by incorrect username (minor) * Returns login error rather than grid error if username is incorrect Adam Frisby 2007-05-20 23:34:29 +0000
  • 7d29bd138f Finished adding comments Adam Frisby 2007-05-20 16:39:03 +0000
  • 1aecd0372b Adding SQL files for new userserver table layouts. Adam Frisby 2007-05-20 16:31:47 +0000
  • d3e05bf743 * Switching back to MySql Adam Frisby 2007-05-20 16:27:57 +0000
  • 65d13e7cd1 * DB4o support made default * Some comments Adam Frisby 2007-05-20 16:26:12 +0000
  • 5f020dc444 Infact, so fresh it didnt even load a database connection! Adam Frisby 2007-05-20 16:20:49 +0000
  • 57abbfa85a Adam proudly presents: A new user/login server - fresh to you from his desktop, and completely untested! Adam Frisby 2007-05-20 16:19:36 +0000
  • 3b1eba2ffc Need to add the grid portion next to test this thing gareth 2007-05-20 16:17:19 +0000
  • 7073286008 * Added UnixTimeSinceEpoch() function to Util class (god knows how many times we have reimplemented this.) Adam Frisby 2007-05-20 16:10:35 +0000
  • 4f26cf8ea2 Didn't want to get left behind in the number of commits, and hey it says there are some differences between my local copy and svn, so why not commit? MW 2007-05-20 15:50:36 +0000
  • 60639337bd * Fixed depreciated warning in MSSQL Manager * Added support for user agents in the Userserver UserManager Adam Frisby 2007-05-20 14:38:25 +0000
  • b8c4e744f9 Small fix (2/2) Adam Frisby 2007-05-20 14:33:53 +0000
  • 67b3f66648 Small fix (1/2) Adam Frisby 2007-05-20 14:29:08 +0000
  • 601beec8b3 * Updated UserAgentData class, adding new properties, modifying existing 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!) Adam Frisby 2007-05-20 14:21:55 +0000
  • 5413fac008 * Reverted libterrain update * Updated vs2005 target lbsa71 2007-05-20 10:47:46 +0000
  • ecc4a03879 * Imported latest trunk libTerrain-BSD.dll (with debug symbols) to adress missing method exception lbsa71 2007-05-20 08:59:46 +0000
  • 8753b4e1cf call RequestMapBlocks morphw 2007-05-20 02:39:48 +0000
  • e0b845f4d3 Add method to process for MapBlockRequest packets morphw 2007-05-20 02:37:18 +0000
  • a0607dadaf Add RequestMapBlocks to local and remote interfaces morphw 2007-05-20 02:35:23 +0000
  • bb475e71c7 Add RequestMapBlocks method to GridServer interfaces morphw 2007-05-20 02:33:03 +0000
  • 723008d8c9 Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from region servers (on behalf of users) morphw 2007-05-20 02:31:20 +0000
  • 5f393102b1 Done more work on the world map downloading functionality gareth 2007-05-20 01:10:29 +0000
  • 8e18a3ae75 added a field in SimProfileData for a region texture asset ID morphw 2007-05-20 00:29:26 +0000
  • 3bca4cd5b1 Begun adding the mapping code gareth 2007-05-19 22:46:50 +0000
  • 274ce6987e Border crossing back to mostly working, still seems a problem in that you need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim) MW 2007-05-19 18:32:01 +0000
  • e0b724e9aa MW 2007-05-19 14:38:13 +0000
  • df6ec3ba6c Added the echo method for template checksum handling (idea from Hegemons_Login_Analysis page) to the CheckSumServer, but currently it is comment out as enabling it would mean that any version of client could connect which is very likely to lead to problem with pre 1.15 version clients. MW 2007-05-19 14:34:44 +0000
  • f5de37553d Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers MW 2007-05-19 14:08:58 +0000
  • 42c45a8716 Added a CheckSumServer (handles template checksum , so there is no longer the need to connect to LL userserver). Currently onlt active in sandbox mode (someone simple needs to add "CheckSumServer checkserver = new CheckSumServer(12036, m_console);" to the grid userserver). Then when starting up the SL client add " -user localhost" (or whatever the IP address that the sim or grid userserver is at) to the command line MW 2007-05-19 13:28:31 +0000
  • 401004ea64 Added some UI niceness (connect/disconnect thing in Grid menu) gareth 2007-05-19 12:22:26 +0000
  • 338ef1473d Fixed small null reference bug gareth 2007-05-19 12:10:09 +0000
  • ec036a6eb0 * OpenGridServices.Manager/GridServerConnectionManager.cs: Now sending the session ID with each command gareth 2007-05-19 12:02:22 +0000
  • e6b3c83b7d More authentication stuff gareth 2007-05-19 12:00:38 +0000
  • e2499fbbc1 Number of small changes MW 2007-05-19 11:55:05 +0000
  • f0261fb51b ZOMG! Authentication! gareth 2007-05-19 11:52:04 +0000
  • 605a34c5ef * TortoiseSVN has an annoying red icon over stuff, this means I probably changed something. * Updated solution files & build files via prebuild. Adam Frisby 2007-05-19 04:22:06 +0000
  • 06734abf5f That shutdown function needs to call this.... Added nice little delay to give time for the XML-RPC response to go back to the grid manager when shutting down gareth 2007-05-19 00:23:39 +0000
  • e42c10fee5 Finished off the shutdown function Consumed 100mg caffeine gareth 2007-05-19 00:22:58 +0000
  • 5bdbe8d916 Updated login code Added dummy restart grid function gareth 2007-05-19 00:01:43 +0000
  • 02123f9036 Added bool requirePublic to gridserver. Disabled by default. Adam Frisby 2007-05-18 23:46:14 +0000
  • 867671cfcc Added session IDs to the grid management agent gareth 2007-05-18 23:32:41 +0000
  • a947b70575 add 1 to global Y posn when exceeding 255 local Y. Was adding 1 to global X. Good eyes makomk morphw 2007-05-18 00:43:43 +0000
  • 8378e72a9f forgot a .ToString() on AgentID MW 2007-05-17 15:51:16 +0000
  • 915b8962a3 Hopefully everything is working again MW 2007-05-17 14:37:57 +0000
  • 333e8fe54f * minor rearrangement for clarity lbsa71 2007-05-17 13:48:15 +0000
  • 831c7a27ff * did the try get thing and introduced some variables for readability lbsa71 2007-05-17 13:46:26 +0000
  • 60ceda3cfc Attempt 2 MW 2007-05-17 13:39:30 +0000
  • 9c6f28bd4e Attempt to fix trunk which someone broke <looks innocent> MW 2007-05-17 13:23:53 +0000
  • 65a7e3b6cb * more refactoring and error message lbsa71 2007-05-17 13:04:14 +0000
  • 51581dba75 * refactored a bit and added error msg lbsa71 2007-05-17 12:47:45 +0000
  • bafe290c98 Check it builds before you commit MW 2007-05-17 11:02:17 +0000
  • 0808b9470c Some work on the new SceneObject and primitive2 classes MW 2007-05-17 10:42:40 +0000
  • aae0222f81 More OO and abstract goodness for Gareth to drool over. Cleaned up the World class a bit and added a WorldBase class (that World now inherits from) MW 2007-05-17 10:24:10 +0000
  • 6ddc0f4c39 Implemented initial login code for the management agent TODO: crypto-secure random session ID, data providers - HELP ME JEBUS (Or Adam) gareth 2007-05-17 07:35:27 +0000
  • 0120938f7a Fixed grid management agent gareth 2007-05-17 07:16:54 +0000
  • a1f297d682 added Adam's notes about how terrain block addressing map on to grid locations morphw 2007-05-17 02:20:52 +0000
  • ab6d1bd5a6 Added some exception handling gareth 2007-05-17 01:11:36 +0000
  • 2f4d484702 Started Grid Server connection manager gareth 2007-05-17 01:06:02 +0000
  • 3b53f7c3f0 Brought in XMLRPC.dll gareth 2007-05-17 00:42:30 +0000
  • f9a9bf5046 Added statusbar functionality Added pending operations processing thread gareth 2007-05-17 00:29:03 +0000
  • 4dc99e419c * OpenGridServices.Manager/gtk-gui/MainWindow.cs, OpenGridServices.Manager/gtk-gui/gui.stetic: Altered size of main window * OpenGridServices.Manager/gtk-gui/ConnectToGridServerDialog.cs: Copied Util.cs in (due to build weirdness) gareth 2007-05-16 22:55:29 +0000
  • b213d5b7de The great renaming is complete gareth 2007-05-16 22:32:25 +0000
  • 503c9b5b5d Re-organising some crap gareth 2007-05-16 22:01:22 +0000
  • 4ddd590b3a These should not be in SVN gareth 2007-05-16 21:43:01 +0000
  • 846bf8b168 rebuilt build files Imported crappy monodevelop GTK# manager app (tis embarrassing) gareth 2007-05-16 21:30:47 +0000
  • 2c0edcc199 Cleaning up warnings Adam Frisby 2007-05-16 21:19:07 +0000
  • 1601e4038c Committed a DOS Batch file for running prebuild for nant/visual studio automatically. Handy for lazy people like me. Adam Frisby 2007-05-16 21:15:39 +0000
  • 41c9810b4d Updating nant/solution files. Adam Frisby 2007-05-16 21:12:13 +0000
  • dc2acaa8a8 Let stuff be broken! Adam Frisby 2007-05-16 21:10:45 +0000
  • 3435e0cb3a * sing loud, sing proud, sing from the heart lbsa71 2007-05-16 20:36:35 +0000
  • 7a11688857 * here goes nothing... lbsa71 2007-05-16 20:08:55 +0000
  • 3ba997558e another oops gareth 2007-05-16 19:58:21 +0000
  • 154cd7b3ae oops gareth 2007-05-16 19:57:27 +0000
  • 9984790fc3 * uncommented offending code lbsa71 2007-05-16 19:49:10 +0000
  • 939781e010 Renamed OpenSimApplicationBase again this time to RegionServerBase MW 2007-05-16 19:36:50 +0000
  • 2a6d69b2b8 Moved the OpenSimMain class into the OpenSim.exe project MW 2007-05-16 18:59:51 +0000
  • 7cc41b9e38 Added OpenSimApplication as a base class to OpenSimMain MW 2007-05-16 18:26:30 +0000
  • 5f9b7321bc a bit more refactoring MW 2007-05-16 18:11:09 +0000
  • 1037a901c1 Added logging and more crap gareth 2007-05-16 18:05:22 +0000
  • d6280bff6f Added proper errorlevels gareth 2007-05-16 18:04:59 +0000
  • 3a28e39816 FIXED THE BUILD! gareth 2007-05-16 17:51:28 +0000
  • b24428133a Clarified that one should use makerel.sh gareth 2007-05-16 17:41:19 +0000
  • 1e9a0220e6 Quite big change to how Sessions/circuits are Authenticated. Seems to work okay but needs a lot more testing. MW 2007-05-16 17:35:27 +0000
  • 6056247ac3 * removed unused new-login.dat * cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld lbsa71 2007-05-16 17:12:17 +0000
  • bd6e69b97c Yet more cleanup/refactoring MW 2007-05-16 16:01:01 +0000
  • 3f39648605 More refactoring. Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon) MW 2007-05-16 15:46:22 +0000
  • 7f42258e62 * deleted some user files * ignored some files lbsa71 2007-05-16 14:19:46 +0000
  • fd67b36a5e UDPServer enabled, should no longer be any udp server code in OpenSimMain. MW 2007-05-16 13:10:17 +0000
  • 3d93d39048 started to refactor startup code and to move udp server code out to its own 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) MW 2007-05-16 12:44:58 +0000
  • 57d1a7bced made QueItem a nested class in SimClient. MW 2007-05-15 21:33:03 +0000
  • 7f2fdb8054 Added RemoveAvatar() method to physics plugins, should be called on log out (needs doing) and when downgrading a client to a child-avatar (should be working) MW 2007-05-15 21:26:10 +0000
  • ccf046e8e2 fixed part of the bug from 116 (should no longer get the repeated Failed with exception System.IndexOutOfRangeException: Array index is out of range error) MW 2007-05-15 20:44:14 +0000
  • 1e00633e6c Changed session ID generation to use crypto generator, and this time - work. Heh. Adam Frisby 2007-05-15 18:39:20 +0000
  • 384293ac56 Worked on Asset server, asset downloads (from server to sim) now work. 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. MW 2007-05-15 17:51:13 +0000