Commit Graph

  • a7fe1b63f3 * ZOMG Wtf Comments? * OpenGrid.Framework.Data is now well documented Adam Frisby 2007-06-01 23:34:37 +0000
  • aba0f0774c * Zomg inventory server (incomplete shell) Adam Frisby 2007-06-01 20:21:00 +0000
  • 30f810a03e * MySQL Inventory data interfaces written - can now write an inventory server (yay!) Adam Frisby 2007-06-01 18:58:20 +0000
  • c60166f3c3 * Completed read-only inventory data operations * Working on write support Adam Frisby 2007-06-01 18:36:26 +0000
  • 931adbcc43 * Added /trunk/share * Imported SQL files to /share/sql * Added a PHP function file to generate new users in /share/php Adam Frisby 2007-05-31 19:02:28 +0000
  • f4448fcd7d After nearly a hour of searching for an annoying bug (which turned out to be a new statement one line outside the loop it should have been in)....Multi-Regions in a single instance work, there is no Grid mode communication, so it can only be tested in sandbox mode right now. All you need to do is put .xml files for each region you want to be ran by the single server inside the "bin\Regions" folder (make sure none of the settings in those .xml files conflict with each other) and then startup the server and login, Any neighbouring regions that are being ran in the instance should show up. (However there is still no movement or anything) Now time to refine the communications interfaces! MW 2007-05-31 17:33:52 +0000
  • e92ab35b05 Another commit as ordered by robl MW 2007-05-31 16:30:42 +0000
  • 564a97b508 Implementing a test Communications manager to test some of the interfaces (likely this test version will morph into the sandbox version) MW 2007-05-31 15:31:31 +0000
  • d3c4ff66a7 * Completed reading of inventory in Manager. (still needs to be hooked up via interfaces, but easy to do.) Adam Frisby 2007-05-31 14:24:15 +0000
  • a575bc38d6 More work on OpenGrid.Framework.Communications MW 2007-05-31 14:22:14 +0000
  • 65a644c698 * Added some comments * Renamed a function which was incredibly badly misnamed. Adam Frisby 2007-05-31 14:08:34 +0000
  • a0305888bc * Yet more inventory shelling * Very initial MySQL work done * Refactored some of the MySQL code - functions which are passed a reader are no longer getX() but now readX(). Adam Frisby 2007-05-31 14:05:19 +0000
  • ee5bd67b82 MW 2007-05-31 13:45:18 +0000
  • c955e2fe9b Shelling out a Inventory framework a bit more. Adam Frisby 2007-05-31 13:43:18 +0000
  • c194bfbada MW 2007-05-31 12:52:17 +0000
  • e89654424a Die AuthenticateSessionsRemote. hrrm okay don't die, just partially die MW 2007-05-31 12:12:26 +0000
  • 33b8fe52d6 MW 2007-05-31 12:05:32 +0000
  • c4c7427ffb The cleaning lady must be looking for a bonus MW 2007-05-31 11:38:56 +0000
  • cb4a662542 more directory Properties changes MW 2007-05-31 11:37:00 +0000
  • cc679b98d5 Moved AuthenticateSessionsBase to OpenSim.Framework (is likely to move again or be deleted and replaced with something else) MW 2007-05-31 11:32:17 +0000
  • dd8013e70d class name change and directory properties modified MW 2007-05-31 11:30:21 +0000
  • c35d360d44 Started work on OpenGrid.Framework.Communications MW 2007-05-31 11:28:11 +0000
  • 2511a10c99 Small spot of renaming... Adam Frisby 2007-05-31 10:56:33 +0000
  • b34eb4e23f SQL files... Adam Frisby 2007-05-31 10:49:43 +0000
  • 9505128e6f The start of a beautiful thing! (eeek inventory!) Adam Frisby 2007-05-31 10:47:38 +0000
  • f1e1346806 Added a few summary comments to OpenSim.World files MW 2007-05-31 10:12:55 +0000
  • 5bf776e2df As its my last commit for the day, it just looks better to leave it on a even revision number MW 2007-05-30 21:20:37 +0000
  • 0274b19cad Attempt to enable chat, but seems to be a problem with the distances MW 2007-05-30 21:05:35 +0000
  • 1aab2d7427 Seems our avatar was a bit overexcited about existing and stayed about 5 miles above the ground, so time for them to come back down to earth a bit (ie now your avatar is only slightly above ground level) MW 2007-05-30 18:56:23 +0000
  • 52faae69d5 We have successful login! MW 2007-05-30 18:52:38 +0000
  • 6e1be39315 trying to get login to work MW 2007-05-30 18:03:27 +0000
  • 6c003ee83f * Raised "MTU" factor in world map handling * Lowered instant-send regions, regions are now only automatically sent within a 10x10 area (was 100x100), this limits the maximum number of regions sent when opening the map from 10,000 to 100. Adam Frisby 2007-05-30 05:20:35 +0000
  • 488a325ab6 * Switched from ASCII encoding to llRetardedEncoding. Adam Frisby 2007-05-30 04:36:21 +0000
  • 84dc744faa * World map! Yay! * Using ASCII encoding for text not UTF8 encoding (causes the client to burp) * Cannot send uints via Nwc.XmlRpc - it asplodes and returns zero. Adam Frisby 2007-05-30 04:32:30 +0000
  • 88003c41a9 * Bugfixes. Still not appearing correctly however. Adam Frisby 2007-05-30 04:16:46 +0000
  • 6f9aba58ee * May have fixed issues with the world map. Adam Frisby 2007-05-30 03:58:27 +0000
  • c7e8318038 and log mode reconnect added. Adam Frisby 2007-05-30 02:39:10 +0000
  • b0de1b93f9 * Added reconnect support for MySQL Data interfaces if they time out. (Grid/User modes only now, Log todo) * Begun writing support for supporting the "Start" region login parameter. Adam Frisby 2007-05-30 02:36:48 +0000
  • e9aa24feff Another rebuild of the build files! :O More XML config stuff in ServiceManager gareth 2007-05-30 00:24:31 +0000
  • d35db9eb5d Rebuilt the build files Added some more prompts and stuff to ServiceManager gareth 2007-05-30 00:10:48 +0000
  • b2f16fd4e1 Now We need to test to see if we can login MW 2007-05-29 18:07:17 +0000
  • 4d0261ed22 MW 2007-05-29 17:57:03 +0000
  • cb33169fe6 MW 2007-05-29 17:49:39 +0000
  • 36bcda6cfa MW 2007-05-29 17:10:31 +0000
  • f60e511c73 attempt two MW 2007-05-29 14:17:37 +0000
  • b2e0180422 Hopefully fixed Culture decimal problem MW 2007-05-29 14:06:38 +0000
  • b2eb26e4ba number of changes MW 2007-05-29 09:16:18 +0000
  • cc85d0758a number of changes MW 2007-05-29 09:16:18 +0000
  • 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 +0000
  • 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 +0000
  • 0ba587022b DB4o is re-tah-ded. (Changed default DB provider to MySQL) Adam Frisby 2007-05-28 23:01:47 +0000
  • 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 +0000
  • 66bf2021d8 Added SQL file for log saving (and apparently SQL files live in a new place) Adam Frisby 2007-05-28 22:23:41 +0000
  • 54cf59ca43 Please to be testing new logdata interfaces! Adam Frisby 2007-05-28 22:20:25 +0000
  • 24f613d244 Zomg wtf bbq logdata! Adam Frisby 2007-05-28 21:55:50 +0000
  • 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 +0000
  • d4ae1d4379 Fixed issue [OpenSim #110] Adam Frisby 2007-05-28 20:12:04 +0000
  • 4bc85e8331 Moved this into releng/dist (otherwise it doesn't turn up in binary builds) gareth 2007-05-27 23:38:17 +0000
  • 679b4c5ccd I don't know WHY this fixes it but it does gareth 2007-05-27 22:57:41 +0000
  • ff5c1bd3bb FIXED THE TRUNK! gareth 2007-05-27 22:46:33 +0000
  • 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 +0000
  • eb7ca40139 * Fixed dumb mistake with terrain default loading. Adam Frisby 2007-05-27 09:57:04 +0000
  • ee2bc06eeb I be experimentin' Adam Frisby 2007-05-27 09:19:12 +0000
  • e43a84c07b * and fixed up an error message. Adam Frisby 2007-05-27 09:16:27 +0000
  • 1b05dde659 * Added DeadRegionResponse - occurs when connecting to a downed region (was the mysterious "(Done)" error). Adam Frisby 2007-05-27 09:14:22 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 06387d0344 Goodbye World MW 2007-05-26 14:55:17 +0000
  • c3a40b7d42 Die WebFrontEnd, Die Grid class! MW 2007-05-26 14:34:57 +0000
  • 5f62631332 Die Avatar class, and you to Primitive class! MW 2007-05-26 13:51:49 +0000
  • 3436961bb5 Start of rewrite 5279! MW 2007-05-26 13:40:19 +0000
  • bd7c1f6d07 * Added support for 13 Channel .RAW files. Untested but should work fine (fairly simple). Adam Frisby 2007-05-26 09:50:22 +0000
  • 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 +0000
  • 56ba0c7af4 * Created better terrain stripe. Adam Frisby 2007-05-26 08:21:45 +0000
  • 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 +0000
  • 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 +0000
  • 79df5f840c * Added addNewUserAgent() function. No idea if it breaks compilation since MSVC#2005 solutions are broken. Adam Frisby 2007-05-26 06:29:22 +0000
  • 64741b55a6 First part of border crossing fix. MW 2007-05-25 19:09:19 +0000
  • 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 +0000
  • eaf4b3f1a9 Oops Adam Frisby 2007-05-25 14:02:55 +0000
  • 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 +0000
  • 8c536efeda Set default MySQL port to the standard. Adam Frisby 2007-05-25 07:57:41 +0000
  • aacc1ee01c Added regionMapTexture to SQL/mysql-regions.sql for MySQL Adam Frisby 2007-05-25 07:36:19 +0000
  • 298d97d437 Bugfix: Added regionMapTexture to MySQLManager.cs insertRow function. Adam Frisby 2007-05-25 07:35:23 +0000
  • a275de288f Updated to latest libsecondlife.dll , now need to use SL viewer 1.16 (or above) MW 2007-05-24 15:38:32 +0000
  • a5d2459d3d MW 2007-05-24 13:59:35 +0000
  • 773e1834df All back and no one suspected a thing. MW 2007-05-24 13:37:52 +0000
  • 900cebc63f * re-prebuilt * deleted all those *.user - ignore them next time! lbsa71 2007-05-24 13:36:15 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • f95b6081cb Renamed the new Directories. (removed the "-Source" from the end of them) MW 2007-05-24 12:35:32 +0000
  • ccdd8c0848 Die ServiceManager! (Not really Gareth, just the old directory, new directory is in OpenGridServices-Source) MW 2007-05-24 12:20:42 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 9fcffee76b * Simulators should no longer require all their neighbours to be online to accept user connections. Adam Frisby 2007-05-24 02:36:07 +0000
  • 4e7e63b551 and some more refactoring. MW 2007-05-22 15:37:19 +0000