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
4c9cc74ac2
Re-added Grid mode. (which had got removed/disabled in revision 1515)
2007-08-06 16:33:54 +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
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
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
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
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
e348aaa3a5
* Fixing sandbox mode crash caused by removal of LocalStorage during cleanup earlier.
2007-07-19 03:36:39 +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
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
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
Adam Frisby
8fc1dfec79
* Added loading methods for NullStorage.
2007-07-15 15:40:50 +00:00
lbsa71
9b6b6d05d4
* Optimized usings (the 'LL ate my scripts' commit)
...
* added some licensing info
2007-07-03 14:37:29 +00:00
mingchen
9eaecabdd0
*Moved VersionInfo.cs to its correct place in OpenSim.csproj
...
*Added OpenSim.Region.Caps
*Updated prebuild.xml and ran prebuild
2007-06-27 19:04:23 +00:00
mingchen
e41eedc9ae
*Some more restructuring/fixing -- should compile, but high chance I forgot to add/remove something
2007-06-27 16:39:11 +00:00
MW
646bbbc84b
Some work on restructuring the namespaces / project names. Note this doesn't compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.
2007-06-27 15:28:52 +00:00