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
lbsa71
25a6791627
* Checked in new tweaked Prebuild.exe
...
* Ignored binaries
2007-08-08 21:23:42 +00:00
MW
ad1a8ac381
missed this file
2007-08-08 19:57:15 +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
MW
4c9cc74ac2
Re-added Grid mode. (which had got removed/disabled in revision 1515)
2007-08-06 16:33:54 +00:00
lbsa71
07b011af3a
* renamed some scene to world
...
* passing on NotImplemented from Update()
2007-08-06 13:40:45 +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
lbsa71
9bdeb8af6f
* SimpleApp works again:
...
* NetworkServersInfo settable without config file
* DefaultHomeLoc throws if getted before setted
* Removed nonsensical sandbox distinction
* Refactored default config file creation
* Some more small refactorings on shapes
2007-08-06 10:48:40 +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
cdd1285e9e
few small changes.
...
Updated libsl to latest version.
2007-08-01 18:04:31 +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
Adam Frisby
899ab4cd32
* Fix for issue#246/251 - Rescaling primitives has offset problems. (Thanks DharmaVoyager!)
2007-07-31 19:14:17 +00:00
Sean Dague
a47e2d9ae7
added OnDisconnectUser event to required classes
2007-07-30 20:08:33 +00:00
Adam Frisby
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.
2007-07-29 13:29:37 +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
Adam Frisby
038774de30
Commit 1/2
...
* DB4o no longer crashes the sim on Startup
* DB4o now crashes the sim on shutdown.
* Variety of console verbosity fixes.
2007-07-29 09:37:29 +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
2760378f7a
* Users doing terraforming should see updates instantly now.
...
* Other viewers in the sim will see updates no more than once every 5 seconds.
2007-07-24 05:54:44 +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
Adam Frisby
ad5548de9f
* More console related changes.
2007-07-24 04:10:08 +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
4eb8ca49a9
* Renamed terrain functions to match OpenSim naming styles.
...
* Added capability to support minimum/maximum terrain limits (from the last 'bake')
2007-07-21 22:20:22 +00:00
Adam Frisby
0319cb4f46
* Issue#211 - 30 second timeout is too low. (Thanks Babblefrog)
2007-07-21 21:39:05 +00:00
lbsa71
2da8a7c128
* Fixed an config issue (log not initialized in RegionInfo config)
...
* Added LineInfo stacktrace parser to LogBase (not used yet though)
2007-07-20 14:16:12 +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
e348aaa3a5
* Fixing sandbox mode crash caused by removal of LocalStorage during cleanup earlier.
2007-07-19 03:36:39 +00:00
Adam Frisby
33b4cc1bb0
* Added housekeeping comments, see mailing list in just a moment...
2007-07-19 01:08:26 +00:00
Adam Frisby
920ffaf24b
* Cleaned out remaining references to the old LocalStorage system in prep. to move to StorageManager.
2007-07-19 00:42:59 +00:00
mingchen
222becc879
*New Configuration System, much easier and less buggy compared to the original system in place
...
*View RegionInfo.cs for an example on how it works!
*This hopefully copies all the files over, but who knows :)
2007-07-18 23:15:08 +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
lbsa71
497ab5d7ab
* RegionApplicationBase restructuring now complete
...
* Still has some weird bug in SimpleApp though.
2007-07-16 23:25:35 +00:00
lbsa71
f35f5ddaf7
* And yet more restructuring of startup sequence...
2007-07-16 21:53:39 +00:00
lbsa71
85bdec5e0d
* Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApp
2007-07-16 20:10:54 +00:00
mingchen
2873b82b78
*Renamed everything Parcels and ParcelData to Land and LandData
...
*Added missing files (I hope)
2007-07-16 19:40:25 +00:00
lbsa71
d79e69d168
* Since we're discussing it, applying the m_ convention on some members...
2007-07-16 18:44:30 +00:00
lbsa71
e6dea73d1f
* Removed some superfluous assigns
...
* Moved physics plugin scene creation into local scope
2007-07-16 18:37:31 +00:00
lbsa71
58f4d69833
* working on RegionApplicationBase
...
* Renamed PhysicsManager to PhysicsPluginManager because it is.
2007-07-16 18:15:54 +00:00
lbsa71
4a17587b8d
* Restructured the RegionApplicationBase.
2007-07-16 18:10:27 +00:00
Sean Dague
2a3c79df83
changed to native line ending encoding
2007-07-16 15:40:11 +00:00
lbsa71
cba02cb632
* Some minor renamings
2007-07-16 13:00:32 +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