Commit Graph

714 Commits (d6d7e2127cc87059f21ed6f5d3d393b367bbaff7)

Author SHA1 Message Date
lbsa71 d6d7e2127c Who would have known that the only way of specifying utf-8 without preamble, is to not specify encoding at all. Or 'null' when sending an Encoder. 2007-07-08 07:53:48 +00:00
Adam Frisby e8671a2c05 * Maintainence: Applying Dan's ODE Patch to Trunk 2007-07-06 05:41:22 +00:00
lbsa71 8df2119bc7 * Changed XmlRpc to specify utf-8 2007-07-05 18:31:59 +00:00
Adam Frisby f7a938a21d * Making trunk compile again for CC.net 2007-07-04 07:51:02 +00:00
Adam Frisby ba96d08004 * Updating trunk UserServer to make it sugilite happy (differentiation of regions by handle rather than port) 2007-06-24 18:03:35 +00:00
Adam Frisby 372aca9b99 * Enabled sugilite fixes in trunk/GridManager.cs when fast mode is disabled 2007-06-24 17:49:14 +00:00
Adam Frisby ffe0fc9bcc * Added extensions to trunk/OGS to support Sugilite regions. Anyone running a grid is highly advised to update before 1.18 hits on monday. 2007-06-24 17:43:05 +00:00
Adam Frisby 2fde703ebd * "create user" command now works with the MySQL Data Storage Engine on the userserver. 2007-06-24 14:36:08 +00:00
Adam Frisby f3db36fc39 * Maintainence: Experimental console fix for Debian 2007-06-21 18:41:15 +00:00
lbsa71 e1ab1454a4 * Added 'LogFilename' attribute to simconfig.xml - in order to specify log name
* removed some greedy try-catch
* ignored some bins
2007-06-17 09:44:39 +00:00
lbsa71 a8646ff159 * teared out too wide catch clauses. See Code Conventions. 2007-06-14 16:14:40 +00:00
Adam Frisby 16b43b8bff * Added maintenance patch (issue #139) from BigfootAg to /trunk 2007-06-14 14:36:40 +00:00
MW c8db62e0e4 Fixed the bug that makes a region use its water height as its name (in regionhandshake), which lead to most regions being called "20". 2007-06-14 10:11:30 +00:00
lbsa71 b75f8c27a3 * Updated Prebuild.exe 2007-06-13 21:25:57 +00:00
lbsa71 1876c70ebd * Changed some more sort order issues
* Updated vs2005 files as well
2007-06-13 21:06:39 +00:00
lbsa71 69b3a8a9b8 * First attempt at fixing differing build files on different .net flavours.
* And, as always, some bin ignores
2007-06-13 19:58:57 +00:00
Adam Frisby ba96621625 * Applying danx0r's ODE patch
* ZOMG r1000!
2007-06-13 01:30:39 +00:00
mingchen de7dafa3b9 *Attempting to get trunk stable before a revert is required. 2007-06-12 23:44:02 +00:00
lbsa71 4d1d5eb0c6 * ignored data recieved from closed sockets
* removed some warnings
2007-06-12 18:47:36 +00:00
mingchen 75bdc185a9 *Reverting back to 977 -- will look into this later 2007-06-12 13:04:17 +00:00
mingchen c1c820da38 *Bug fixed, moving the code the the correct place so the right info is sent (hopefully) 2007-06-12 12:58:14 +00:00
mingchen a6b7435efa *Attempt trunk crash fix 2007-06-12 12:51:47 +00:00
MW 4bf4174d04 2007-06-12 10:36:48 +00:00
lbsa71 72f2f7d095 * follow up ignore of generated files 2007-06-09 21:51:46 +00:00
lbsa71 f7a9ffb307 * LogFile now defaults to "{apptype}.log"
* cleaned away suo and user files.
* added handy string chat variety to the API
* Moved LockPhysicsEngine on World to SyncRoot on IWorld
* Introduced NextLocalId instead of World fuggliness.
* Transformed GetRegionInfo to Property on IWorld for great justice
* Extracted default wearables (good to have)
* Deleted unused BaseServer
* Used IWorld instead of World wherever possible
* The client constructor's not getting unused port any longer.
* Extracted ClientView factoring so PacketServer can be tweaked.
* Added SendLayerData to World
* Made WorldBase abstract and cleaned it up a bit
* added OpenGrid.Framework.Communications.dll.build and OpenSim.World.dll.build to svn
* Added code for two examples (but not in prebuild yet)
2007-06-09 21:45:58 +00:00
Adam Frisby 7892989156 Commiting solutions - may compile now? 2007-06-09 00:19:39 +00:00
mingchen 269ff893df *Added Estate Tools for terrain texturing, terrain texturing heights per corner, water height, region flags, etc basic settings
*Parcel now sends ParcelProperties when the owner changes information as soon as the information is changed
2007-06-08 03:54:03 +00:00
mingchen 5caf2faa24 *Added basic support for EstateOwnerMessage
**Added support for 'getinfo' method
2007-06-07 19:24:04 +00:00
mingchen a5d0f02132 *Forgot to initialize estateSettings variable in RegionInfoBase 2007-06-07 17:20:29 +00:00
mingchen 8f143cb295 *added the EstateSettings.cs file (oops) 2007-06-07 17:14:28 +00:00
mingchen 458c6b6f16 *Added EstateSettings.cs and moved many relevant variables from RegionInfoBase to EstateSettings class and added an EstateSettings objection to RegionInfoBase
*Added a few missed copyright headers
*Fixed a filename typo
2007-06-07 16:29:10 +00:00
mingchen 3fa76db3be Fixed SVN: All Done! Sorry for the delay (3 / 3) 2007-06-07 15:17:45 +00:00
mingchen 2c4dacc1d6 Fixing SVN: Adding hopefully everything else (2.5 / 3) 2007-06-07 15:13:24 +00:00
mingchen 89958c43fc Fixing SVN: Re-adding Types folder (with correct capitalization) ( 2 / 3 ) 2007-06-07 14:34:19 +00:00
mingchen 6f7a053d31 Fixing SVN: Added some things I forgot to include (1/3) 2007-06-07 14:32:48 +00:00
andy 5f1c4acd74 Updated SimAddress in sandbox mode. 2007-06-07 14:27:55 +00:00
mingchen f88a4777f9 *Cleaned up namespaces, filenames, etc in OpenSim.RegionServer
NOTES:
*ClientView is now in the namespace OpenSim.RegionServer.Client
*Scripting is now in the namespace OpenSim.RegionServer.scripting
*Other various cleaning
2007-06-07 14:23:19 +00:00
mingchen f1250bd291 *When avatar crosses parcel, it updates successfully in the viewer
*This includes parcel name in title bar, media and music autoplay, and parcel flag icons
*Yay!
2007-06-07 01:04:07 +00:00
mingchen a12a495c22 *Added support to change most of a parcel's settings and flags (from the about land box)
*Added the rest of the member variables relating to parcels in the ParcelData class
2007-06-07 00:04:50 +00:00
mingchen fa50dce1b6 If this is what it takes, then fine
*Adding every .build and .csproj to get ccnet working (hopefully)
2007-06-06 21:59:05 +00:00
mingchen 57ba2c64dc *Fixing CCNet: Second Attempt 2007-06-06 21:54:21 +00:00
mingchen 659cef702c This should fix ccnet (oops :P) 2007-06-06 21:36:41 +00:00
mingchen a4c01a3258 *Fixed Parcel backup in databased (finished fixing core parcel functions) 2007-06-06 21:26:07 +00:00
mingchen 73a36680bd *Added new commands ('backup','show parcels','reset parcels')
*Added parcel join support
*Made parcel saving and loading much more efficient
*Fixed bug that would not allow joining of parcel locally in the viewer (gives an error before sending to server)
*Known Issue: Restoring parcels from storage is not working correctly. For now, do a 'reset parcels' to regenerate a standard parcel
2007-06-06 18:15:12 +00:00
mingchen ea79819575 Changes:
*Added support for Subdivision (use master avatar to login to try out)
*Added Parcel Border support
*Enabled user account storage, but only when a new account is created

Bug Fixes:
*Fixed crash on startup while in sandbox when "Setting up master avatar"
*Fixed most core functions in ParcelManager and Parcel that where broken
*Fixed Parcel saving to database

Known Issues:
*Dividing parcel fails in viewer (gives an error about needing 2 parcels)
2007-06-06 03:00:59 +00:00
Adam Frisby bc380ccba6 Unhippos! 2007-06-05 21:47:46 +00:00
Adam Frisby ce85ec7167 Hippos! 2007-06-05 21:35:00 +00:00
Adam Frisby 78d91ac9c8 * Finished adding licensing declarations to everything (3/3) 2007-06-05 20:40:37 +00:00
Adam Frisby 023c6d2189 * Adding copyright notices (2.5/3) added CONTRIBUTORS.txt 2007-06-05 20:34:44 +00:00
Adam Frisby d9f6b2ce1a * Added proper copyright notices to everything (2/3) 2007-06-05 20:25:03 +00:00