Commit Graph

  • cc85d0758a number of changes MW 2007-05-29 09:16:18 +00:00
  • c2c2f90b26 * Rebuilt Prebuild * Enabled fastmode by default on world map requests (ordinary mode is just too slow) * Reset some params involving agent appearance * Tweaked simProfileBlock requests to return values which have been sighted on the wire before. Adam Frisby 2007-05-29 04:11:49 +00:00
  • 82ab883ea2 * Escaped log messages properly when logging to DB * World map textures are now checked against DBNull before returning * MySQL now informs when it gets a connection * "Fastmode" support added to world map queries (MySQL-only), disabled by default. Adam Frisby 2007-05-28 23:32:05 +00:00
  • 0ba587022b DB4o is re-tah-ded. (Changed default DB provider to MySQL) Adam Frisby 2007-05-28 23:01:47 +00:00
  • 35027723f9 * Upped status check to once every 3 hours (from 5 minutes) * Disabled GridManager for the moment (requires better security for public grids) Adam Frisby 2007-05-28 22:40:04 +00:00
  • 66bf2021d8 Added SQL file for log saving (and apparently SQL files live in a new place) Adam Frisby 2007-05-28 22:23:41 +00:00
  • 54cf59ca43 Please to be testing new logdata interfaces! Adam Frisby 2007-05-28 22:20:25 +00:00
  • 24f613d244 Zomg wtf bbq logdata! Adam Frisby 2007-05-28 21:55:50 +00:00
  • 96b1b95560 * Added ILogData interface to Grid.Framework.Data - to be used for saving log information to database (region connections, user connections, etc) Adam Frisby 2007-05-28 21:39:13 +00:00
  • d4ae1d4379 Fixed issue [OpenSim #110] Adam Frisby 2007-05-28 20:12:04 +00:00
  • 4bc85e8331 Moved this into releng/dist (otherwise it doesn't turn up in binary builds) gareth 2007-05-27 23:38:17 +00:00
  • 679b4c5ccd I don't know WHY this fixes it but it does gareth 2007-05-27 22:57:41 +00:00
  • ff5c1bd3bb FIXED THE TRUNK! gareth 2007-05-27 22:46:33 +00:00
  • c746a2f9f4 Should allow multiple worlds (and UDP servers) to be ran in one instance, just missing backend comms and working Avatar/primitives classes. MW 2007-05-27 18:52:42 +00:00
  • eb7ca40139 * Fixed dumb mistake with terrain default loading. Adam Frisby 2007-05-27 09:57:04 +00:00
  • ee2bc06eeb I be experimentin' Adam Frisby 2007-05-27 09:19:12 +00:00
  • e43a84c07b * and fixed up an error message. Adam Frisby 2007-05-27 09:16:27 +00:00
  • 1b05dde659 * Added DeadRegionResponse - occurs when connecting to a downed region (was the mysterious "(Done)" error). Adam Frisby 2007-05-27 09:14:22 +00:00
  • a33f244b58 * Inserting "SYSTEMIP" into a simconfig.xml's IPAddress="" section will use the first resolved IP of the system. This is to assist with Adam's lazy-deploy system but may be useful to others. Adam Frisby 2007-05-27 08:13:55 +00:00
  • 4383a14887 * Region Terrain textures are now loaded from the RegionInfo class rather than being hard coded in the handshake packets. * Supports: Base0-3 textures, Detail0-3 textures, Start00-11 values, Range00-11 values. * Added notes on how terrain texturing works to their definition in regionInfoBase. Adam Frisby 2007-05-27 06:50:23 +00:00
  • 7a2abbb848 * Added ability to set default terrain to a file in region config. If unable to open, terrain will be procedurally generated instead. (also needs testing.). Default file must be in R32 format. Use "terrain save f32 default.r32" on the region console to make a default file you can use. Adam Frisby 2007-05-27 06:36:33 +00:00
  • 0ede8140e7 * Terrain now resends when it's been tainted. This means you should be able to load terrains and see the results without relogging. (Just wait for the next Backup call -- once every two minutes). Needs testing. Adam Frisby 2007-05-27 06:13:57 +00:00
  • 06387d0344 Goodbye World MW 2007-05-26 14:55:17 +00:00
  • c3a40b7d42 Die WebFrontEnd, Die Grid class! MW 2007-05-26 14:34:57 +00:00
  • 5f62631332 Die Avatar class, and you to Primitive class! MW 2007-05-26 13:51:49 +00:00
  • 3436961bb5 Start of rewrite 5279! MW 2007-05-26 13:40:19 +00:00
  • bd7c1f6d07 * Added support for 13 Channel .RAW files. Untested but should work fine (fairly simple). Adam Frisby 2007-05-26 09:50:22 +00:00
  • f20c86e76e * Semibug fix: Terrain should not save to database every time a packet is recieved. Terrain is always updated every Backup() call anyway. Adam Frisby 2007-05-26 09:07:43 +00:00
  • 56ba0c7af4 * Created better terrain stripe. Adam Frisby 2007-05-26 08:21:45 +00:00
  • 6975250a5f * Added sample terrain heightmap stripe - to use, use --- Region# : terrain save grdmap mapimage.png stripe2.png Adam Frisby 2007-05-26 08:10:42 +00:00
  • 3760bfda24 * Fixed world map image generator. Has to be run manually right now, but automatic generation is on the cards. Adam Frisby 2007-05-26 08:05:10 +00:00
  • 79df5f840c * Added addNewUserAgent() function. No idea if it breaks compilation since MSVC#2005 solutions are broken. Adam Frisby 2007-05-26 06:29:22 +00:00
  • 64741b55a6 First part of border crossing fix. MW 2007-05-25 19:09:19 +00:00
  • b2d588ed1c Possible my last ever OpenSim/OGS contribution (if I continue to feel like this): Re-added a CLI "create user" command to the userserver, only currently works if using DB4o as the database provider. Added Xml config files to both the UserServer and Gridserver (UserServerConfig.xml and GridServerConfig.xml), so that the database provider can be set in it. (both currently default to DB4o , so maybe Adam will want to change it back to defaulting to MySQL) MW 2007-05-25 16:27:07 +00:00
  • eaf4b3f1a9 Oops Adam Frisby 2007-05-25 14:02:55 +00:00
  • b496d01c12 * Added new mysql_connection.ini file which contains configuration options for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files. Adam Frisby 2007-05-25 08:21:16 +00:00
  • 8c536efeda Set default MySQL port to the standard. Adam Frisby 2007-05-25 07:57:41 +00:00
  • aacc1ee01c Added regionMapTexture to SQL/mysql-regions.sql for MySQL Adam Frisby 2007-05-25 07:36:19 +00:00
  • 298d97d437 Bugfix: Added regionMapTexture to MySQLManager.cs insertRow function. Adam Frisby 2007-05-25 07:35:23 +00:00
  • a275de288f Updated to latest libsecondlife.dll , now need to use SL viewer 1.16 (or above) MW 2007-05-24 15:38:32 +00:00
  • a5d2459d3d MW 2007-05-24 13:59:35 +00:00
  • 773e1834df All back and no one suspected a thing. MW 2007-05-24 13:37:52 +00:00
  • 900cebc63f * re-prebuilt * deleted all those *.user - ignore them next time! lbsa71 2007-05-24 13:36:15 +00:00
  • 5a6ee35df9 Starts to readd the changes from revisions 768,769 and 770 before Adam notices they got lost in the restructuring. MW 2007-05-24 13:31:08 +00:00
  • f1af78d684 Stage 2: GridServices build files should be fixed now, Someone will need to test it under nant, and the releng scripts might need updating as we now have two solutions. Also the build order for the two solutions should be to compile the OpenSim Solution first and then the GridServices one, as the common projects are referenced by DLL in the Gridservices. MW 2007-05-24 13:08:36 +00:00
  • 6c48570df5 Stage 1 of repairing the build files, those ofr the OpenSim regionserver should now be okay. Now onto the Grid servers... MW 2007-05-24 12:54:54 +00:00
  • f95b6081cb Renamed the new Directories. (removed the "-Source" from the end of them) MW 2007-05-24 12:35:32 +00:00
  • ccdd8c0848 Die ServiceManager! (Not really Gareth, just the old directory, new directory is in OpenGridServices-Source) MW 2007-05-24 12:20:42 +00:00
  • 3376b82501 Some more code refactoring, plus a restructuring of the directories so that the Grid servers can be a separate solution to the region server. MW 2007-05-24 12:16:50 +00:00
  • 294a096f71 Added "terrain save grdmap <filename> <gradientmap>" function to console. Gradient map must be in a format that System.Drawing understands. BMP recommended. Will export as a PNG image. Adam Frisby 2007-05-24 05:48:35 +00:00
  • 497af009bd * Reduced effect of terraforming brushes by 1000%. * Added new exportImage() function to BasicTerrain which will output a gradient-mapped image of the terrain which can be uploaded to the grid for things like world map images. (shiinnny), will update later with an improved version using the bilinear quad method employed in client terrain rendering. * Rebuild project & build files for basicterrain with System.Drawing dependency. Prebuild updated. Adam Frisby 2007-05-24 05:44:53 +00:00
  • 9fcffee76b * Simulators should no longer require all their neighbours to be online to accept user connections. Adam Frisby 2007-05-24 02:36:07 +00:00
  • 4e7e63b551 and some more refactoring. MW 2007-05-22 15:37:19 +00:00
  • eafd91ba80 More refactoring. MW 2007-05-22 11:25:34 +00:00
  • 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 +00:00
  • b253f3db48 Merged the new ODE stuff gareth 2007-05-21 19:05:09 +00:00
  • 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 +00:00
  • afab62dab3 Increased version number to 0.2! ZOMG! gareth 2007-05-21 01:24:54 +00:00
  • 4d5c9499f8 * minor refactoring for readability (and to lessen greed) lbsa71 2007-05-21 00:11:55 +00:00
  • 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 +00:00
  • 7d29bd138f Finished adding comments Adam Frisby 2007-05-20 16:39:03 +00:00
  • 1aecd0372b Adding SQL files for new userserver table layouts. Adam Frisby 2007-05-20 16:31:47 +00:00
  • d3e05bf743 * Switching back to MySql Adam Frisby 2007-05-20 16:27:57 +00:00
  • 65d13e7cd1 * DB4o support made default * Some comments Adam Frisby 2007-05-20 16:26:12 +00:00
  • 5f020dc444 Infact, so fresh it didnt even load a database connection! Adam Frisby 2007-05-20 16:20:49 +00:00
  • 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 +00:00
  • 3b1eba2ffc Need to add the grid portion next to test this thing gareth 2007-05-20 16:17:19 +00:00
  • 7073286008 * Added UnixTimeSinceEpoch() function to Util class (god knows how many times we have reimplemented this.) Adam Frisby 2007-05-20 16:10:35 +00:00
  • 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 +00:00
  • 60639337bd * Fixed depreciated warning in MSSQL Manager * Added support for user agents in the Userserver UserManager Adam Frisby 2007-05-20 14:38:25 +00:00
  • b8c4e744f9 Small fix (2/2) Adam Frisby 2007-05-20 14:33:53 +00:00
  • 67b3f66648 Small fix (1/2) Adam Frisby 2007-05-20 14:29:08 +00:00
  • 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 +00:00
  • 5413fac008 * Reverted libterrain update * Updated vs2005 target lbsa71 2007-05-20 10:47:46 +00:00
  • ecc4a03879 * Imported latest trunk libTerrain-BSD.dll (with debug symbols) to adress missing method exception lbsa71 2007-05-20 08:59:46 +00:00
  • 8753b4e1cf call RequestMapBlocks morphw 2007-05-20 02:39:48 +00:00
  • e0b845f4d3 Add method to process for MapBlockRequest packets morphw 2007-05-20 02:37:18 +00:00
  • a0607dadaf Add RequestMapBlocks to local and remote interfaces morphw 2007-05-20 02:35:23 +00:00
  • bb475e71c7 Add RequestMapBlocks method to GridServer interfaces morphw 2007-05-20 02:33:03 +00:00
  • 723008d8c9 Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from region servers (on behalf of users) morphw 2007-05-20 02:31:20 +00:00
  • 5f393102b1 Done more work on the world map downloading functionality gareth 2007-05-20 01:10:29 +00:00
  • 8e18a3ae75 added a field in SimProfileData for a region texture asset ID morphw 2007-05-20 00:29:26 +00:00
  • 3bca4cd5b1 Begun adding the mapping code gareth 2007-05-19 22:46:50 +00:00
  • 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 +00:00
  • e0b724e9aa MW 2007-05-19 14:38:13 +00:00
  • 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 +00:00
  • f5de37553d Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers MW 2007-05-19 14:08:58 +00:00
  • 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 +00:00
  • 401004ea64 Added some UI niceness (connect/disconnect thing in Grid menu) gareth 2007-05-19 12:22:26 +00:00
  • 338ef1473d Fixed small null reference bug gareth 2007-05-19 12:10:09 +00:00
  • ec036a6eb0 * OpenGridServices.Manager/GridServerConnectionManager.cs: Now sending the session ID with each command gareth 2007-05-19 12:02:22 +00:00
  • e6b3c83b7d More authentication stuff gareth 2007-05-19 12:00:38 +00:00
  • e2499fbbc1 Number of small changes MW 2007-05-19 11:55:05 +00:00
  • f0261fb51b ZOMG! Authentication! gareth 2007-05-19 11:52:04 +00:00
  • 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 +00:00
  • 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 +00:00
  • e42c10fee5 Finished off the shutdown function Consumed 100mg caffeine gareth 2007-05-19 00:22:58 +00:00
  • 5bdbe8d916 Updated login code Added dummy restart grid function gareth 2007-05-19 00:01:43 +00:00
  • 02123f9036 Added bool requirePublic to gridserver. Disabled by default. Adam Frisby 2007-05-18 23:46:14 +00:00
  • 867671cfcc Added session IDs to the grid management agent gareth 2007-05-18 23:32:41 +00:00