MW
94c7e41ef1
Made a few changes so that once we enable the sqlite data store (simple line change in OpenSimMain), then basic ( with a few limits at moment) prim database backup will work.
2007-08-10 13:59:19 +00:00
MW
a56a17fab2
Making sure my local working copy is in sync with svn before I start the job of enabling the new SceneObject classes.
2007-08-09 12:59:42 +00:00
Brian McBee
5061a703ea
CAPS should now be working in standalone mode. Texture uploads will work even after you cross a region boundary.
2007-08-08 07:00:56 +00:00
lbsa71
95de99ff0a
* Now we have boxes. Yay!
...
* Removed unused SendPrimitiveToClient that didn't have rot.
2007-08-06 12:49:08 +00:00
Adam Frisby
5c0f1ff293
* Applied issue#254 - startpingcheck should not be reliable if it's being resent anyway. (Thanks Babblefrog!)
2007-08-01 20:17:19 +00:00
MW
edc572dacf
Some 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.
2007-08-01 16:50:20 +00:00
Sean Dague
a47e2d9ae7
added OnDisconnectUser event to required classes
2007-07-30 20:08:33 +00:00
MW
5ee2e38c11
Deleting 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.
2007-07-29 13:05:57 +00:00
MW
1b850b4483
Should 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.
2007-07-27 16:23:04 +00:00
MW
d143e7b074
A 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.
2007-07-27 12:21:52 +00:00
MW
f0dd115a8c
More work on inventory and opensim library.
...
Fixed a number of bugs in the AssetCache related to asset downloading.
2007-07-26 17:41:31 +00:00
lbsa71
39b64564dc
* Started renaming world to Scene
...
* Update and UpdateMovement now first stores array to avoid collection update exceptions
* Ignored some bins
2007-07-26 14:55:42 +00:00
MW
74654dc735
Added the default shape to the OpenSim library. Now need to get the new ruth into asset format and add that.
2007-07-25 19:18:34 +00:00
Adam Frisby
b9af2fe393
* SendLayerData overload including coords now uses patch number rather than coords directly.
2007-07-24 05:38:21 +00:00
MW
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.
This is a Big commit as I was going to keep my inventory work local until I had it in a working state, in case it brakes anything, but its getting harder to keep in sync with svn.
2007-07-22 11:44:36 +00:00
Adam Frisby
765ff13f22
* Assortment of Console changes - console messages are now grouped into modules (eg "client", "grid", "terrain", "storage", etc)
2007-07-20 01:32:27 +00:00
MW
b2c6f316e1
Some work on Inventory (not yet finished or enabled)
2007-07-19 20:21:02 +00:00
MW
0b6e332e16
Added 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).
2007-07-19 10:44:19 +00:00
Adam Frisby
33b4cc1bb0
* Added housekeeping comments, see mailing list in just a moment...
2007-07-19 01:08:26 +00:00
MW
4c8b8d22ff
A script/custom application should be able to add a particle system to a prim, just create a new libsecondlife.Primitive.ParticleSystem() and then call AddNewParticleSystem() on the OpenSim particle : we really need to rename our particle class to stop conflict with the one in libsl.
2007-07-18 21:26:31 +00:00
MW
d2b459b8e5
Sculpted Prims should now work.
2007-07-18 20:29:06 +00:00
MW
643a02ec60
More testing some ideas, to find best method for SceneObject Primitive classes.
2007-07-18 18:12:16 +00:00
lbsa71
f70ec1fa75
* Added a FileSystemObject to SimpleApp
...
* Added Some ShapeTypes (shapes doesn't work though!)
* Fixed some \0 issues
2007-07-18 09:36:47 +00:00
Sean Dague
2a3c79df83
changed to native line ending encoding
2007-07-16 15:40:11 +00:00
mingchen
7f10179129
*Fixed bug that incorrectly tabulated 'others' prims on a parcel
...
*Added support for selected prims (does not yet support prims being sat on)
*Added support for listing avatars with prims on parcel with their prim count
2007-07-16 01:25:16 +00:00
mingchen
6510aea0ed
*Added support for the "show" button that highlights objects over the selected Objects
...
*Known bug, client does some weird "showing" when more than 255 objects are meant to be selected (linked objects count as one object)
2007-07-15 21:02:13 +00:00
Adam Frisby
9fdd4946c3
* Fixed an issue where world map blocks were not transmitted correctly.
2007-07-15 18:10:49 +00:00
mingchen
d879c6e8fc
*Moved the OnSignificantClientMovement event to ScenePresence.
...
*ParcelManager's resetSimParcels does not set any default values.
*Updated ParcelData with correct defaults previously set in resetSimParcels
*Region overrides are now sent to viewer instead of dummy'd
2007-07-13 23:13:25 +00:00
mingchen
862dc9fe97
*Reworked parcel joining to work the same way as LL's method.
...
**Parcels within selection now join and not the two parcels selected at each corner
*Created OnSignificantClientMovement event that is triggered when an avatar moves more than 2 meters.
2007-07-13 21:13:38 +00:00
lbsa71
a076369fa3
* I want to commit too!
2007-07-13 18:01:44 +00:00
lbsa71
878289ef88
* removed PrimitiveOld and CreatePrimFromObjectAdd
2007-07-13 15:20:18 +00:00
lbsa71
33ef93f4a6
* ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape instead - w00t!
2007-07-13 12:32:34 +00:00
lbsa71
a0ac1f06e6
* Moved SendNameReply to ClientView
...
* Removed unused LoginService
* Minor renames on BinaryStreamHandler
2007-07-13 07:19:00 +00:00
mingchen
df24ce6dfd
*Parcel and estate support fully restored into Sugilite
...
*Significant movement (currently set to 2 meters of movement for performance reasons, even though its speedy) and initial login now sends parcel updates
2007-07-12 20:33:10 +00:00
MW
20a77a6d4b
Fixed a number of bugs in the local InstantMessage handling, sending InstantMessages will no longer crash the server. But they still aren't really working correctly, you can't type replies to received messages.
2007-07-12 15:16:19 +00:00
MW
27c595c007
Cleaning up some of the CAPS functions, Asset uploads now use the new LLSDStreamhandler system.
2007-07-12 13:09:39 +00:00
MW
17ddb8b493
Hopefully texturing prims should now work correctly.
2007-07-11 18:32:32 +00:00
MW
2ceff87a02
More work on UserProfile and inventory cache (still currently not enabled).
...
Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
2007-07-11 17:47:25 +00:00
Adam Frisby
561b87b303
* Applying dalien's patches from bug#177 and #179
2007-07-11 02:51:51 +00:00
lbsa71
d91f33b87b
Re-applied dalien patch ( #175 ) and included bin\data with avataranimations.xml
2007-07-09 19:56:22 +00:00
MW
93f3ef7e0d
Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.
...
Disabled CAPS asset uploading as it seems it now crashes the server.
2007-07-09 15:59:35 +00:00
Adam Frisby
e8acf1cca9
* Begun work on Primitive Duplication. Not hooked up yet, but theoretically could be done so. In practice, more work needs to be done.
2007-07-09 15:29:39 +00:00
lbsa71
f62b7f3d1e
* reverted rev 1200 waiting for info re animations.xml
2007-07-08 19:47:04 +00:00
lbsa71
252ff78eb3
Applied animations patch ( #175 ) submitted by dalien
2007-07-08 19:28:53 +00:00
Adam Frisby
bdab40280b
* Added instant message support for the local region. Grid support forthcoming.
2007-07-08 03:32:27 +00:00
MW
beb3073bec
A bit more work on Building tools/support.
...
updated Axiom.MathLib.dll.
2007-07-04 19:07:27 +00:00
MW
bd8018fa1c
Today's work on Building support/tools. Think I am slowly getting there.
2007-07-03 20:10:20 +00:00
lbsa71
9b6b6d05d4
* Optimized usings (the 'LL ate my scripts' commit)
...
* added some licensing info
2007-07-03 14:37:29 +00:00
MW
2852cda727
More work on SceneObject/Primitive and building (Linking is a work in progress as is all). Committing now as I've finished for the night and will be continued tomorrow.
2007-07-01 21:04:33 +00:00
MW
54ef77f0fd
Can change the name and description of a prim.
2007-07-01 18:33:44 +00:00