2507f38d07factor out the common DeriveColor function just for good house keeping
Sean Dague
2007-08-01 20:23:08 +0000
5c0f1ff293* Applied issue#254 - startpingcheck should not be reliable if it's being resent anyway. (Thanks Babblefrog!)
Adam Frisby
2007-08-01 20:17:19 +0000
1d5544a23aLittle bit more work on AllNewSceneObjectPart2
MW
2007-08-01 20:11:42 +0000
2333de33f1Assume White as a console color just means "default", and don't use it. This helps reduce confusion for linux people that have white background terminals.
Sean Dague
2007-08-01 20:06:40 +0000
c805b8827aadded CookComputing.XmlRpcV2.dll to bin (as libsl now references it). Most likely at some point want to look into converting opensim to use this instead of the old Xml-rpc library.
MW
2007-08-01 19:42:12 +0000
5635a72d52added perl classaudit tool
Sean Dague
2007-08-01 19:20:07 +0000
948da1d6b8* Workaround for Mono not correctly implementing the OperatingSystemVersion class.
Adam Frisby
2007-08-01 18:16:01 +0000
cdd1285e9efew small changes. Updated libsl to latest version.
MW
2007-08-01 18:04:31 +0000
edc572dacfSome more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Part2). Updated the JavaVM to a later version I did (basically some clean up and a little bit more functional). Added SendLoadURL method to IClientAPI.
MW
2007-08-01 16:50:20 +0000
2e6505f38eremove Adam's work around, this shouldn't be needed any more
Sean Dague
2007-07-31 19:39:04 +0000
899ab4cd32* Fix for issue#246/251 - Rescaling primitives has offset problems. (Thanks DharmaVoyager!)
Adam Frisby
2007-07-31 19:14:17 +0000
55b569069dclear userAgent state on client shutdown, which fixes the issue where you could only login once with a given id in standalone mode.
Sean Dague
2007-07-31 14:42:50 +0000
7db7ad0722* Fixed a bug where the simulator could crash if the userserver was particularly busy.
Adam Frisby
2007-07-30 22:13:21 +0000
e172e37c58* Added GetLocalHost() to Util * ExternalHostName supports "SYSTEMIP" again.
Adam Frisby
2007-07-30 21:12:29 +0000
74bb5282a0mass update of files to have native line endings
Sean Dague
2007-07-30 20:11:40 +0000
a47e2d9ae7added OnDisconnectUser event to required classes
Sean Dague
2007-07-30 20:08:33 +0000
3032831859* Raised ping timeout to 150 seconds * Ping checks are now sent every 5 seconds instead of every one if no other packets are recieved.
Adam Frisby
2007-07-29 13:29:37 +0000
7071b5082f* Fixed an issue whereby DB4o was loading agents incorrectly (multiple logins should now work properly), done a temporary fix, but agents need to be stored seperately from userprofiles in DB4o.
Adam Frisby
2007-07-29 13:18:58 +0000
5ee2e38c11Deleting objects should now work. But beware they aren't send to your trash folder or anything so there is at the moment no way to recover deleted objects.
MW
2007-07-29 13:05:57 +0000
8b3981f1fd* Primitives no longer walk around while being rescaled.
Adam Frisby
2007-07-29 12:46:41 +0000
5146661ed1* Experimental fix for random walking of resized prims.
Adam Frisby
2007-07-29 12:41:30 +0000
7d2f976b14* Fixed a potential div by zero with terrain commands.
Adam Frisby
2007-07-29 12:11:54 +0000
bdb2ad2d43* Switched back to NullStorage until crazy DB4o error is fixed.
Adam Frisby
2007-07-29 09:59:44 +0000
038774de30Commit 1/2 * DB4o no longer crashes the sim on Startup * DB4o now crashes the sim on shutdown. * Variety of console verbosity fixes.
Adam Frisby
2007-07-29 09:37:29 +0000
c518a9e141* Fixed an issue with Mono/UNIX filenames and DB4o storage engine.
Adam Frisby
2007-07-29 08:08:35 +0000
2a03bea9bd* Assorted minor fixes (DB4o now properly commits saves on shutdown)
Adam Frisby
2007-07-29 07:57:26 +0000
4d6045ba1f* Db4o Datastore is now the default.
Adam Frisby
2007-07-29 07:56:14 +0000
039d46e8fa* OpenSim now performs compatibility checks at startup and warns the user if the Operating System or Platform version they are using is unsupported.
Adam Frisby
2007-07-29 07:24:20 +0000
43507f857b* Added new compatibility functions to Util * IsEnvironmentSupported() - returns whether the platform is supported, if not, an error message is specified (at the moment restricts 95/98/ME, Systems that lack HTTPD.SYS and versions of the .NET framework prior to 2.0) * GetFileName() - returns a system valid filename, on windows this places data in the Application Data directory, on UNIX, the folder in which the application is calling from.
Adam Frisby
2007-07-29 07:14:04 +0000
c33b29a105* Applying issue#230 - Avatar stuck at region edge (Thanks Babblefrog!) * Fix for issue #237 - Sim startup cannot read a terrain file (Reported by CutterRubio)
Adam Frisby
2007-07-29 06:23:07 +0000
0f90cdfed1* Applying issue#238 - Console help is incomplete. (Thanks CutterRubio)
Adam Frisby
2007-07-29 06:20:46 +0000
3edc4cd0d5fixed the problem with other avatar's clothes being white.
MW
2007-07-28 14:41:52 +0000
e86396ad1fYou should now see the correct Avatar for other users, including their clothes, although their still seems to be a few problems with the clothes, in that sometimes other avatar's default clothes are white. At last, removed the need for the avatar-texture.dat file. (Please never come back).
MW
2007-07-28 13:44:12 +0000
1b850b4483Should now have version 0.1 of our new ruth default avatar. At the moment, you only see your own avatar correctly, all other user's avatars show up as the old ruth. This will be fixed soon. We also need better clothing for the new ruth and to edit the body shape. To get this working you will need to delete your asset yap file and also in grid mode the user server needs to be updated.
MW
2007-07-27 16:23:04 +0000
d143e7b074A few changes so that the number of warnings is less but without deleting everything. Like, I removed the Obsolete from the old caps method as at this time not all caps calls can use the new Caps stream method as it doesn't properly deal with LLSD Arrays. Now down to 3 warnings on the events in IClientAPI and for now I think we have to live with them as I think most of those events will be used.
MW
2007-07-27 12:21:52 +0000
bc11fa8fda* Removing some housekeeping tagged elements. * 6 Compiler warnings left (total) - two legacy caps warnings, four unused ScenePresence events.
Adam Frisby
2007-07-27 06:20:32 +0000
f0dd115a8cMore work on inventory and opensim library. Fixed a number of bugs in the AssetCache related to asset downloading.
MW
2007-07-26 17:41:31 +0000
39b64564dc* Started renaming world to Scene * Update and UpdateMovement now first stores array to avoid collection update exceptions * Ignored some bins
lbsa71
2007-07-26 14:55:42 +0000
74654dc735Added the default shape to the OpenSim library. Now need to get the new ruth into asset format and add that.
MW
2007-07-25 19:18:34 +0000
2b42ea0a42Start of the OpenSim library , for now only contains a few textures.
MW
2007-07-25 18:19:38 +0000
3641ef0fdd* Terrain now uses the older slower method again until the fast version can be fixed.
Adam Frisby
2007-07-25 14:44:52 +0000
2de8f0ef3d* Fixed an issue where Terrain brushes may not update correctly.
Adam Frisby
2007-07-25 14:38:10 +0000
cd88a4914d* Assorted terrain fixes
Adam Frisby
2007-07-25 10:08:16 +0000
aa704172d1* Several functions should now be more efficient with sending packets to the client (at the expense of some server CPU while editing)
Adam Frisby
2007-07-24 06:01:11 +0000
2760378f7a* Users doing terraforming should see updates instantly now. * Other viewers in the sim will see updates no more than once every 5 seconds.
Adam Frisby
2007-07-24 05:54:44 +0000
b9af2fe393* SendLayerData overload including coords now uses patch number rather than coords directly.
Adam Frisby
2007-07-24 05:38:21 +0000
402aa1b0d2* Small fix, patch values should be multiplied by their size (16)
Adam Frisby
2007-07-24 05:23:28 +0000
d8997b59d3* Terrain should now send just updated patches.
Adam Frisby
2007-07-24 05:22:33 +0000
4b0734c4ad* Terrain Fracture Generator now produces more appropriate results. * Terrain Flatten Brush has been optimised, now affects an appropriate sized section of terrain. * Navier-Stokes handler bounds issue partially fixed.
Adam Frisby
2007-07-24 04:53:21 +0000
ad5548de9f* More console related changes.
Adam Frisby
2007-07-24 04:10:08 +0000
3cbc1e011d* Reduced a significant number of compiler warnings (back down to 9 for all projects combined, all 'never used' things)
Adam Frisby
2007-07-24 03:59:32 +0000
87bddd32df*Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that fetches a file from a remote server *Right now, values are not saved back to the remote server, but that will be changed *Removed some warnings from invalid references that were not used anyways
mingchen
2007-07-23 19:30:33 +0000
3abdec8d17* Fixed a typecasting issue with Navier-Stokes algorithms in libTerrain.
Adam Frisby
2007-07-23 16:16:09 +0000
a60b2654ed* 1 line commit: Erosion functions should taint the terrain.
Adam Frisby
2007-07-23 15:47:14 +0000
14879fead9* Bonus commit, added a "terrain fill" command to fill a terrain with a specific height value.
Adam Frisby
2007-07-23 05:31:58 +0000
b8da9c3a64* Major style changes in libTerrain.Channel - now uses .NET-style naming syntax. * Issue#218 - Updated mySQL region table.
Adam Frisby
2007-07-23 05:29:52 +0000
5db16cbd9bCouple of small changes
MW
2007-07-22 13:41:19 +0000
276011a0a1Think I've recovered my deleted files, so hopefully it works now.
MW
2007-07-22 13:31:08 +0000
70fa302042* Some work in progress code: Inventory cache, start of inventory server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be). * Fixed some of the problems with crossing regions when flying: you should no longer sink to ground level when crossing (should keep roughly your right height). Should no longer sometimes get sent back to the centre of the current region when attempting to border cross. But instead sometimes you will find you avatar stop at the edge of region and you will need to start moving again to retry the crossing (which should then work). This code is partly based on Babblefrog's issue #212 patch. [I think I have some ideas of how to solve the stopping at edges problem, just want to get the inventory code done first] * Capabilities code has now been moved to the OpenSim.Framework.Communications project as some of the caps code will be tightly tied to inventory/asset handling and it was causing a two way reference problem when it was in its own project/dll.
MW
2007-07-22 11:44:36 +0000
98b4701647* Aerobic erosion now uses Navier Stokes algorithms for wind calculations.
Adam Frisby
2007-07-22 02:48:53 +0000
0d7af9bbf0* Added Navier Stokes computational fluid dynamics algorithms to libTerrain.Channel.
Adam Frisby
2007-07-22 02:42:29 +0000
f645705851* More navier-stokes fun. Will finish it later.
Adam Frisby
2007-07-22 02:21:10 +0000
3f8b609831* Ported Jos Stam's Navier Stokes algorithm from his GDC2003 Paper to C# and included in libTerrain - May I never have to do that again.
Adam Frisby
2007-07-22 02:06:46 +0000
f2b3b9355d* Patched runprebuild.sh for *nix systems which do not register a mono ABI handler.
Adam Frisby
2007-07-22 00:41:01 +0000
65f69b9a12* Enabled hydraulic erosion command.
Adam Frisby
2007-07-21 23:48:48 +0000
8574c5476d* Reimplemented Hydraulic Erosion routines, may be buggy.
Adam Frisby
2007-07-21 23:26:05 +0000
d72d1537e2* Removed reference to libTerrain-BSD.dll from the terrain filter system.
Adam Frisby
2007-07-21 22:34:53 +0000
03e116de0d* Updated licensing headers on libTerrain imported components.
Adam Frisby
2007-07-21 22:33:31 +0000
f84937367f* Deleted libTerrain-BSD.dll * Added libTerrain to BasicTerrain directly as a subfolder
Adam Frisby
2007-07-21 22:25:42 +0000
4eb8ca49a9* Renamed terrain functions to match OpenSim naming styles. * Added capability to support minimum/maximum terrain limits (from the last 'bake')
Adam Frisby
2007-07-21 22:20:22 +0000
1f17275a20* Fixed an issue whereby extremely tall terrains would be unable to output a gradient map. * Renamed several terrain variable names for clarity.
Adam Frisby
2007-07-21 22:08:19 +0000
0319cb4f46* Issue#211 - 30 second timeout is too low. (Thanks Babblefrog)
Adam Frisby
2007-07-21 21:39:05 +0000
b3cef2fc2aRe-added the ability to set the database provider (dll) in the config file for the userserver and gridserver.
MW
2007-07-21 15:50:29 +0000
2c90c61020* Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. (Thanks Babblefrog) * Issue#205 - MySQLManager User Creation support readded (Thanks Babblefrog + adjohn) * Issue#204 - Clients now recieve terrain updates properly (Thanks Babblefrog) [May do some slight modifications on this to make it an event]
Adam Frisby
2007-07-21 07:29:37 +0000
32aacd4f36* Issue#209 - Terrain Hills Patch (Thanks Babblefrog) * Issue#208 - Region crossing should be using External host (Thanks Babblefrog) * Issue#207 - Prebuild.xml contains path errors (Thanks Gareth)
Adam Frisby
2007-07-21 07:23:00 +0000
cd5877557cAttempt to fix the bug/crash that MetaLeo just reported.
MW
2007-07-20 23:19:03 +0000
12bb7628d2*Added ability to manually set the configuration plugin dll from ConfigurationMember
mingchen
2007-07-20 17:08:01 +0000
2da8a7c128* Fixed an config issue (log not initialized in RegionInfo config) * Added LineInfo stacktrace parser to LogBase (not used yet though)
lbsa71
2007-07-20 14:16:12 +0000
765ff13f22* Assortment of Console changes - console messages are now grouped into modules (eg "client", "grid", "terrain", "storage", etc)
Adam Frisby
2007-07-20 01:32:27 +0000
f5b24b6679* New log functions which include the module name as an argument.
Adam Frisby
2007-07-20 01:21:39 +0000
6c96de1f57*Added new config files into share -- cut down to 256 for practicality reasons *Added make.php in same folder that was used to generate these files
mingchen
2007-07-19 23:08:10 +0000
39704bceccopps have a setting as true when it should be false.
MW
2007-07-19 22:59:43 +0000
ed69e84874*Moved XmlConfiguration to its own project *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
mingchen
2007-07-19 20:39:33 +0000
b2c6f316e1Some work on Inventory (not yet finished or enabled)
MW
2007-07-19 20:21:02 +0000
de104536c1*Handler Functions can now refuse an object as invalid by returning false, thus forcing the user to re-enter the data *Added TYPE_STRING_NOT_EMPTY that requires some sort of text to be entered *Added another parameter to addConfigurationOption called use_default_no_prompt that will not ask via the console a configuration option; it will use whatever is in the config file. If nothing is in the config file for that option, it will force itself to use default
mingchen
2007-07-19 15:01:14 +0000
0b6e332e16Added some Alert methods to Scene , and a console command handler. So from the console to send alerts use : alert general <message> , for a instance wide message , or use alert firstname secondname <message> to send a alert to one user. (TODO: add region wide messages).
MW
2007-07-19 10:44:19 +0000
e348aaa3a5* Fixing sandbox mode crash caused by removal of LocalStorage during cleanup earlier.
Adam Frisby
2007-07-19 03:36:39 +0000
6f4c623417* Adding mysql_connection.ini sample
Adam Frisby
2007-07-19 01:25:15 +0000
33b4cc1bb0* Added housekeeping comments, see mailing list in just a moment...
Adam Frisby
2007-07-19 01:08:26 +0000
23a734d0c7* More cleaning
Adam Frisby
2007-07-19 01:02:59 +0000
e189681095* Added TriggerTouchStart function to Interpreted Events API * One less compiler warning. Heh.
Adam Frisby
2007-07-19 00:55:14 +0000
36fc7390f2* Moved EventManager to SceneBase (from Scene) * Added OnShutdown event to EventManager (to be used to perform cleanups, etc) * Fixed another compiler warning.
Adam Frisby
2007-07-19 00:52:10 +0000
5e490e0599* Nearly back down to zero compiler warnings again...
Adam Frisby
2007-07-19 00:46:27 +0000
920ffaf24b* Cleaned out remaining references to the old LocalStorage system in prep. to move to StorageManager.
Adam Frisby
2007-07-19 00:42:59 +0000
f29acf95b0* Removed yet more compiler warnings * Dropped old ILocalStorage storage engines.
Adam Frisby
2007-07-19 00:29:50 +0000
6cf9d6da21* Removing more compiler warnings
Adam Frisby
2007-07-19 00:25:40 +0000