MW
a6aea50eac
changed the properties so that most of them only take up one line per get/set.
2007-08-03 20:09:55 +00:00
lbsa71
e4196ee6b8
* Changed some names
2007-08-03 18:45:42 +00:00
Brian McBee
c1e88d0b8c
ATTENTION!!! Change to default to "sandbox" (did we come up with a better name yet?) mode. Added -gridmode switch to run that way.
2007-08-03 18:12:55 +00:00
Brian McBee
599a6d32ee
Changes to prepare for future possible configuration of separate logdir, configdir, datadir.
2007-08-03 18:01:55 +00:00
MW
0975ff6cfd
Yet another commit related to the SceneObject rewrites.
2007-08-03 16:17:05 +00:00
MW
c9a5d4bc4b
Yet another commit related to the SceneObject rewrites.
2007-08-03 15:04:23 +00:00
MW
ec5ae36fda
and more work on those classes. Think they are just about ready to begin hooking them up.
2007-08-03 14:47:38 +00:00
MW
ad21cb2ea8
Ditto...More work on the AllNewSceneObject* classes.
2007-08-03 12:00:24 +00:00
MW
dde8aafb8a
More work on the AllNewSceneObject* classes.
2007-08-03 11:44:30 +00:00
Brian McBee
3e4d677c77
Fixes flying glitch (hang) when crossing region boundaries
2007-08-02 21:34:45 +00:00
Adam Frisby
cd2a411afe
* Terrain load variables now work. HiRAW exporter works wonderfully. :D
2007-08-02 20:51:06 +00:00
Adam Frisby
ed0704d527
* Fixed several issues with Terrain
...
* RAW/HiRAW export modes now work again
* Filename variables (such as %x%) now work correctly when loading or saving multiple tiles.
2007-08-02 20:25:28 +00:00
Adam Frisby
fcafbc9a4a
* Added new "terrain add" command.
2007-08-02 20:07:35 +00:00
MW
5c28f3c3a2
Some more work on SceneObject/ Primitive rewrites (slowly getting there)
2007-08-02 16:40:50 +00:00
MW
5fa0821531
Changed a couple of method in PermissionManager from private to protected to fix the error that ckrinke just reported
2007-08-02 13:06:21 +00:00
Adam Frisby
ad03c0dc69
* Added support for CreateLink to LSL Interpreted API
...
* Added new "PermissionManager" which handles access to protected resources for users. (ie editing other peoples objects, etc)
2007-08-02 12:30:40 +00:00
Adam Frisby
9e97aa20b4
* Fixed Issue#249 - Terrain reverting without baking crashes the simulator.
2007-08-01 23:12:59 +00:00
Adam Frisby
a250d24492
* Attempted to Fix an issue whereby X and Y coordinates on terrain brushes were reversed.
2007-08-01 23:02:54 +00:00
Adam Frisby
38cd3bf185
* Fixed terrain fill command
...
* Added "terrain smooth" command
* Added "terrain clip" command
2007-08-01 22:53:05 +00:00
Adam Frisby
04d40b71d4
* Fixed an assorted group of bugs with tiled terrain import.
2007-08-01 22:45:05 +00:00
Adam Frisby
a2d71904f1
* Added load-tile terrain command to correspond with previous commit.
2007-08-01 21:51:02 +00:00
Adam Frisby
61017d10d8
* F32 Terrain load function written to support loading tiles from a larger heightmap.
2007-08-01 21:46:48 +00:00
Adam Frisby
d2c7bd3fff
* Terrain engine now knows the region coordinates - this can be later used to allow loading of single terrain files for multiple regions.
2007-08-01 21:27:58 +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
1d5544a23a
Little bit more work on AllNewSceneObjectPart2
2007-08-01 20:11:42 +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
55b569069d
clear userAgent state on client shutdown, which fixes the issue
...
where you could only login once with a given id in standalone mode.
2007-07-31 14:42:50 +00:00
Adam Frisby
7db7ad0722
* Fixed a bug where the simulator could crash if the userserver was particularly busy.
2007-07-30 22:13:21 +00:00
Sean Dague
74bb5282a0
mass update of files to have native line endings
2007-07-30 20:11:40 +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
8b3981f1fd
* Primitives no longer walk around while being rescaled.
2007-07-29 12:46:41 +00:00
Adam Frisby
5146661ed1
* Experimental fix for random walking of resized prims.
2007-07-29 12:41:30 +00:00
Adam Frisby
7d2f976b14
* Fixed a potential div by zero with terrain commands.
2007-07-29 12:11:54 +00:00
Adam Frisby
bdb2ad2d43
* Switched back to NullStorage until crazy DB4o error is fixed.
2007-07-29 09:59:44 +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
Adam Frisby
c518a9e141
* Fixed an issue with Mono/UNIX filenames and DB4o storage engine.
2007-07-29 08:08:35 +00:00
Adam Frisby
2a03bea9bd
* Assorted minor fixes (DB4o now properly commits saves on shutdown)
2007-07-29 07:57:26 +00:00
Adam Frisby
4d6045ba1f
* Db4o Datastore is now the default.
2007-07-29 07:56:14 +00:00
Adam Frisby
50250a3a3a
* Highly experimental: Added DB4o DataStore support. Untested.
2007-07-29 07:54:49 +00:00
Adam Frisby
039d46e8fa
* OpenSim now performs compatibility checks at startup and warns the user if the Operating System or Platform version they are using is unsupported.
2007-07-29 07:24:20 +00:00
Adam Frisby
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)
2007-07-29 06:23:07 +00:00
Adam Frisby
0f90cdfed1
* Applying issue#238 - Console help is incomplete. (Thanks CutterRubio)
2007-07-29 06:20:46 +00:00
MW
3edc4cd0d5
fixed the problem with other avatar's clothes being white.
2007-07-28 14:41:52 +00:00
MW
e86396ad1f
You 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).
2007-07-28 13:44:12 +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